Using explode.bat to Explode the NCOALink Files - VeriMove - 4.0

VeriMove Installation

Product type
Software
Portfolio
Verify
Product family
Data Quality - Postals
Product
VeriMove
Version
4.0
Language
English
Product name
VeriMove
Title
VeriMove Installation
Copyright
2023
First publish date
2002
Last updated
2024-05-15
Published on
2024-05-15T01:25:48.023958

To explode the NCOALink data files to your database location using explode.bat, follow these steps:

  1. Browse to the location where you installed VeriMove and go to the Tables subfolder. For example, C:\PB\VeriMove\Tables.
  2. Edit explode.bat as follows.
    1. Omit all quotes from path names. If you leave the INPUTDATAPATH= and NCOADATADESTINATION= values blank, you will be asked for this information in an interactive query mode.
      • Change set INPUTDATAPATH= to the location of the NCOALink data.
      • Change set NCOADATADESTINATION= to the path where you want to install the NCOALink data. This folder is automatically created if it does not already exist. For example, if you are installing the data to D:\USPSDATA, specify set NCOADATADESTINATION=D:\USPSDATA.
    2. This item only applies if you are exploding the NCOALink data from a DVD.

      The explode.bat script defaults to the values required to explode the NCOALink data from a location (not from a DVD). To explode from a DVD, change set USEDVDLOAD=N to set USEDVDLOAD=Y.

    3. These items only affect Flat File databases and are otherwise ignored.
      • Change Set MVSONLY=N to Y only if you are installing on an MVS platform. This will avoid a preprocessing step that is needed for other platforms.
      • Change Set FLATSINGLE=N to Y if you are using the Single Flat File database.
      • Change Set FLATATOZ=Y to N if you set FLATSINGLE=Y and do not also want to use the 26 Flat File A-Z database.
  3. Save and close explode.bat under a new name (i.e., myexplode.bat) that will not be overwritten by future updates and installations.
  4. Run your modified version of explode.bat.
  5. One of the following messages displays.
    1. If you are exploding from a location, the following messages displays:

      **************************************

      NCOALink Database Installation Script.

      **************************************

      This script installs an NCOALink database from a download location onto your hard drive. This can require up to 20 GBytes of free space on your hard drive.

    2. If you are exploding from a DVD, the following messages displays:

      **************************************

      NCOALink Database Installation Script.

      **************************************

      This script installs an NCOALink database from two DVDs onto your hard drive. This can require up to 20 GBytes of free space on your hard drive.

  6. The following message displays:
    1. If you are exploding from a location, the following messages displays:

      Folder dst is about to be loaded from the
NCOALink database found at location src

      ******************************************************
WARNING -- If you proceed from this point, all data in
folder dst will be erased first.You may type
Control-C to abort this process now without erasing anything. ******************************************************

    2. If you are exploding from a DVD, the following messages displays:

      Folder dst is about to be loaded from the
NCOALink database found on DVD src

      ******************************************************
WARNING -- If you proceed from this point, all data in
folder dst will be erased first.You may type
Control-C to abort this process now without erasing anything. ******************************************************

      The warning above only displays if the destination folder contains data.

  7. The explode.bat process continues as follows:
    1. If you are exploding from a DVD, the following messages display:

      Insert NCOALink data DVD 1 from the USPS into Drive src

      Press any key to continue

      Copying DVD 1 (src) to dst
DVD 1 copy complete.

      Insert NCOALink data DVD 2 from the USPS into Drive src. Press any key to continue.

      Copying DVD 2 (src) to dst
DVD 2 copy complete.

    2. If you are exploding from a location, the following messages displays:

      Copying from location (src) to dst
File copy complete.

  8. After the NCOALink data has been copied, the .zip (zipped) files are automatically expanded. Then, the .szp (USPS-compressed) files are expanded. Afterward, a series of preprocesses and tests are performed. If there are errors, one of the following messages displays:
    **** FILE NOT FOUND: filename
    **** ERROR COPYING FILE: filename
    **** ERROR PROCESSING FILE: filename
    **** ERROR: message

    This message is followed by:

    FAILURE!!!

    Press any key to continue

  9. If the message indicates that there is a file in the VeriMove installation folder missing, there was a problem with your NCOALink data explode process. There may have been a problem copying the NCOALink data from the source location.

    A process called "TestFileSha" produces a file called TablesTestFileSha.log in the parent folder of the folder containing these scripts. This file contains detailed descriptions of the tests performed and any errors that have occurred. If an error occurs, the following message displays:

    **** ERROR: Verifying Data File Signatures

    If you get this message, the data files indicated in the log file were corrupted. You may have corrupted NCOALink data and need to replace the download source (downloaded file or DVD).

  10. If there are no problems with the process and tests, the following message displays to indicate that the process completed. You must still check the log file generated during the explode process to ensure the explode process ran error free.

    SUCCESS!!!

    Press any key to continue