Table of Contents

Search

  1. Preface
  2. Introduction
  3. Starting Population Override Manager
  4. Purpose Operations
  5. Overriding Frequency Tables
  6. Edit-List Overrides
  7. Rule Definitions
  8. Implementing a Local Population

Population Override Manager

Population Override Manager

Using the SSAPRUPG Utility

Using the SSAPRUPG Utility

ssaprupg
usage is as follows:
ssaprupg -sSystem -pPopulation [-c] [-1LogFile] [-2ErrFile]
Where:
-s is the name of the SSAPR subdirectory
-p is the name of the population (without the file extension)
-c will cause the upgraded Local Population to be committed
-1 specifies the name of a file that will contain log output
-2 specifies the name of a file that will contain error output
To use the
ssaprupg
utility:
  1. If it is not already there, copy your Local Population file to the default
    SSAPR
    subdirectory (e.g.
    %SSATOP%\pr\default
    ) where the latest Standard Population resides.
  2. Open a Command Prompt window.
  3. Change to the
    %SSATOP%\bin
    directory and set up the SSA-NAME3 environment variables by running
    env\nm3s.bat
  4. Change to the default SSAPR directory (e.g.
    %SSATOP%\pr\default
    ). This is not mandatory as the location will be found using the combination of the SSAPR environment variable and the -s parameter
  5. Run the
    ssaprupg
    utility in test mode. For example:
    %SSABIN%\ssaprupg -sdefault -pusa -1log.txt -2errs.txt
    will perform a test upgrade of the
    usa.ylp
    population using the
    usa.ysp
    population in the same directory.
  6. If there are any rule conflicts, the errors will be written to the file specified by the -2 parameter. For example:
    e0: dup NN+NN: ANI
    reports that there is a duplicate NN (nickname) rule for the word
    ANI
    .
  7. Fix any rule conflicts.
  8. Once the utility runs without producing any errors, the upgraded Local Population can be committed by running, for example:
    %SSABIN%\ssaprupg -sdefault -pusa -c -1log.txt
    This action when completed successfully will make a copy of the existing Local Population as
    usa.ylp-old
    and overwrite the Local Population with the upgraded version.

0 COMMENTS

We’d like to hear from you!