Previous Topic: Setup Report Fetch Test ToolNext Topic: Instructions for Setting-Up Test Tool (InstallAnywhere based install on any platform)


Instructions for Setting-Up Test Tool (SMP/E based install on USS)

The following is how to define your server and port, if you installed with the SMP/E install on USS.

Follow these steps:

  1. Navigate to the Utilities folder.

    USS (Installed by SMP/E) default:

    /cai/om_web_services/utilities

  2. Edit Report_List_Test.sh. You can use oedit or vi, depending on your terminal.
  3. Change the server property.

    Replace: -Dservername=localhost

    With: -Dservername=<servername> (For example: server.company.com)

    Note: The server name is the address of the server where you deployed CA OM Web Services.

  4. Change the port property.

    Replace: -Dport =8080

    With: -Dport=<port-number>
    Note: The port number is the http or https port of the server where you deployed CA OM Web Services.

  5. Save your file changes. You can now be able to run the Report List Test Tool.