Table of Contents

Search

  1. Preface
  2. Installation Overview
  3. Installing Identity Resolution
  4. Post-Installation Tasks
  5. Troubleshooting
  6. Upgrading Identity Resolution
  7. Uninstalling Identity Resolution

Installation and Configuration Guide

Installation and Configuration Guide

Test the Identity Resolution Installation in Console Mode

Test the
Identity Resolution
Installation in Console Mode

If your environment does not support graphical user interface, you can test the
Identity Resolution
installation in console mode.
  1. Create an input file with the following file name:
    idsbatch.in
  2. Add the following entries to the file, and save the file.
    # Delete rulebase # --------------- action=rulebase-delete work-directory=#SSAWORKDIR# rulebase-name= odb:0:<username>/<password>@<dbuser> # Create rulebase # --------------- action=rulebase-create work-directory=#SSAWORKDIR# rulebase-name=odb:0:<username>/<password>@<dbuser> # Delete database # --------------- action=database-delete work-directory=#SSAWORKDIR# database-name=odb:1:<username>/<password>@<dbuser> # Create database # --------------- action=database-create work-directory=#SSAWORKDIR# database-name=odb:1:<username>/<password>@<dbuser> # Create System # --------------- action=system-create system-name=cpscott sdf-name=#SSATOP#/ids/tests/cpscott.sdf rulebase-name=odb:0:<username>/<password>@<dbuser> database-name=odb:1:<username>/<password>@<dbuser> work-directory=#SSAWORKDIR# # Run user job # --------------- action=job-run job-name=create-scott system-name=cpscott rulebase-name=odb:0:<username>/<password>@<dbuser> work-directory=#SSAWORKDIR# # Create System # --------------- action=system-create system-name=accept-iir sdf-name=#SSATOP#/ids/tests/accept-iir.sdf rulebase-name=odb:0:<username>/<password>@<dbuser> database-name=odb:1:<username>/<password>@<dbuser> work-directory=#SSAWORKDIR# # Run user job # --------------- action=job-run job-name=short-test system-name=accept-iir rulebase-name=odb:0:<username>/<password>@<dbuser> work-directory=#SSAWORKDIR#
  3. From the
    <Identity Resolution Installation Directory>/bin
    directory, run the following command:
    idsup -itests-iir.dat -t
    <Identity Resolution Installation Directory>
    /ids/tests
  4. Run the idsbatch utility by using the following command:
    idsbatch -h%SSA_CSHOST% -i<Absolute Path>/idsbatch.in -1<Absolute Path/idsbatch.log -2<Absolute Path>/idsbatch.err
    If the test is successful, the
    idsbatch.err
    file must be blank. Refer to the
    idsbatch.log
    file to view the complete steps. Verify whether the job status shows
    Ok
    , and the process is completed successfully. The return code
    0
    indicates that the test is successful.

0 COMMENTS

We’d like to hear from you!