Version 4.6.2
 —  Release Notes  —

Migration from Previous Versions

Note:
The first time you invoke Adabas Review 4.6 SP2, Adabas Review attempts to migrate your existing user profiles to the current standard. You are given the option to proceed with the migration or exit Adabas Review.

The following migration steps should be considered and performed:

Start of instruction setTo migrate to Adabas Review 4.6 from prior versions, consider and perform the following migration steps.

  1. Make a backup copy of your SYSREVDB to a new library named SYSREVTM. Then delete all objects from SYSREVDB. You will use the SYSREVTM library later in these instructions to copy any user exit programs, display programs, or other objects you modified in your previous Adabas Review version to the new SYSREVDB library you will set up during installation and migration.

  2. If you are migrating from Adabas Review 4.4, run the EXPAND3 job found in the Adabas Review source library to upgrade your version 4.4 (or 4.3 ) repository to a version 4.5 SP1 repository.

  3. If you are migrating from Adabas Review 4.5 SP1, run the EXPAND4 job found in the Adabas Review source library to upgrade your version 4.5 SP1 repository to a version 4.5 SP2 repository.

  4. If you are migrating from Adabas Review 4.5 SP2, run the EXPAND5 job found in the Adabas Review source library to upgrade your version 4.5 SP2 repository to a version 4.6 SP1 repository.

  5. If you are migrating from Adabas Review 4.6 SP1, run the EXPAND6 job found in the Adabas Review source library to upgrade your version 4.6 SP1 repository to a version 4.6 SP2 repository.

    Note:
    For example, if you wanted to migrate from Adabas Review 4.4 to Adabas Review 4.6 SP2, you would need to run the four jobs EXPAND3, EXPAND4, EXPAND5, and EXPAND6 consecutively.

  6. INPL the Adabas Review programs and DDMs from the INPL data set distributed with this release into the SYSREVDB library as described in Install Adabas Review under Natural, in your Adabas Review installation instructions.

  7. If your site uses user field definitions, you will probably need to modify them to support architectural changes made to the internal command log record (LORECR). Contact your Software AG support representative for assistance.

  8. If an existing Adabas Review repository file is used with a new Natural FNAT file, the function REGEN ALL needs to be executed. For more information about REGEN ALL, read Regenerating All Display Programs.

  9. After running REGEN ALL, copy and modify (as appropriate, for example for the Adabas Review repository version number) and STOW the following types of programs from the SYSREVTM library you created in Step 1 to the new SYSREVDB library you created with the INPL in Step 5:

    Once you are satisfied that all such programs have been transferred and STOWed, you can remove the SYSREVTM library.

  10. Any history file data from Adabas Review releases prior to Adabas Review 4.5 that includes the field CMDRESP must be converted for Adabas Review 4.5 before you run any new reports. In version 4.5, the CMDRESP data was changed to be stored in milliseconds rather than seconds. Software AG provides a conversion routine for you to use that can be run online or in batch. If you need to continue using the old units and the old calculation algorithm for history data, contact your Software AG support representative.

    To convert the history data, you must either run the online CONVERT HISTORY command or run a batch job that performs the CONVHIST function. Each is described here.

    Warning:
    This conversion should only be run once against your existing history data; if it is run more than once, you run the risk of altering your older history data more than necessary, rendering it unusable. In addition, the conversion should be performed prior to running any new Adabas Review reports; if you run it after you have run new reports, you run the risk of altering the data in your new reports unnecessarily.

    The conversion routine will update every record in the history file where the CMDRESP value is stored. The time it takes for this program to run depends on the number of records for reports that contain the CMDRESP field. .

    To convert your history data online:

    1. On the Adabas Review Natural command line, enter CONVERT HISTORY.

      A conversion dialog starts up.

    2. Follow the prompts in the conversion dialog. One prompt requests the number of records that should be converted before an ET is performed (a default of 25 is provided).

      When all prompts have been answered, the history records are converted and the final conversion dialog appears, showing its progress.

    To convert your history data using a batch job:

Top of page