Table of Contents

Search

  1. Preface
  2. Introduction
  3. Defining a System
  4. Flattening IDTs
  5. Link Tables
  6. Loading a System
  7. Persistent-ID (Dynamic Clustering)
  8. Cluster Governance
  9. Static Clustering
  10. Simple Search
  11. Search Performance
  12. Miscellaneous Issues
  13. Limitations
  14. Error Messages

Creating Persistent ID in the Batch Mode

Creating Persistent ID in the Batch Mode

To create persistent ID and perform initial clustering in batch mode, use the idsbatch utility to run the user-defined jobs.
  1. Ensure that the multi-search definition is included in the system definition file.
  2. Create the user-job definition in the system definition file.
  3. Create the user-step definition with the following parameters:
    • Search. The name of the multi-search definition.
    • Use consistent order. Specifies whether data that is loaded is consistent with the order of data in the source system. Set to
      true
      or
      false
      .
    • Create PID report only. Specifies whether to create persistent ID report and load data. Enter
      true
      to create the persistent ID report. Enter
      false
      to load the data along with persistent ID report.
  4. Create a batch input file with the multi-search definition parameters to create the persistent IDs.
  5. Run the following command to create persistent IDs:
    In Windows
    %SSABIN%\idsbatch -h%SSA_CSHOST% -i%SSAWORKDIR%\<batch input file name> -1%SSAWORKDIR%\<log file name> -2%SSAWORKDIR%\<error log file name>
    In UNIX
    $SSABIN/idsbatch -h$SSA_CSHOST -i$SSAWORKDIR\<batch input file name> -1$SSAWORKDIR/<log file name> -2$SSAWORKDIR/<error log file name>

0 COMMENTS

We’d like to hear from you!