Previous Topic: Create an Event Report

Next Topic: Import Events from a Windows Collector Database

Preview Import Results

You can run a test import with output to STDOUT to preview the import results without actually importing or migrating data. This is a good way to test the command line parameters you have entered for either a one-time migration or for a regularly scheduled import batch job.

To run a test import to preview import results

  1. Access a command prompt on the CA Audit Data Tools server.
  2. Navigate to the appropriate directory:

    Solaris: /opt/CA/SharedComponents/iTechnology

    Windows: \Program Files\CA\SharedComponents\iTechnology

  3. Enter the command line:

    For Solaris:

    ./LMSeosImport.sh -dsn eAudit_DSN -user sa -password sa -target <Log_Manager_host_name_or_IP> -minid 1000 -maxid 4000 -preview
    

    For Windows:

    LMSeosImport.exe -dsn eAudit_DSN -user sa -password sa -target <Log_Manager_host_name_or_IP> -minid 1000 -maxid 4000 -preview