Updating the RapidResponse.Profile File

The RapidResponse.profile file is used by PASS to connect to the database.

Procedure

  1. Go to the <path>\Config folder and open RapidResponse.profile.
    Profile files are found in the Trapeze6 files.
    The file opens as a text file.
  2. Look for the TRRDemo database name; the name depends on the application you are running. <database name="Primary" dsn="TRRDemo" .../>
  3. Make note of this database name.
    For consistency, Trapeze recommends that you use the same name for the OBDC data source.
  4. Optional: Change the port number by scrolling to the bottom of the file and looking for the following line:

    <server id="Primary" port="4817"/>

    If you want to change the port number, Trapeze recommends that you consult a Trapeze Customer Care representative about the port to use. The port must not by in use by other service on the server.

    To view a list of open ports on the system, run netstat -a from a Command Prompt window.

  5. Click File > Save.
  6. Close the file.