Configuring DISA on an Agent Computer

To configure DISA on an agent computer

  1. Install and configure DISA. Refer to Installing and Configuring DISA. For multi-user environment, users on the same computer can share one DISA installation.

  2. Configure DISA for multi-user environment. Do the following:

    1. Open the <DISA_Install_Dir>\DesktopIntSiebelAgent folder.

    2. Open the config.properties file with a text editor and add the following line:

      portListPath=<path_to_port_list_file>
      
  3. Replace the place holder <path_to_port_list_file> with the path that points to the Windows user to port file from the previous step. The path can point to a shared location.

    Note: If the path contains a backslash (\), replace the single backslash with a forward slash (/) or a double backslash (\\).

    Every time DISA starts, it will try to find the port number with the current Windows user name, if no such record is found, DISA will use the port number that is specified in the config.properties file.

    To verify the change, set logLevel to 8 and restart DISA. In the newest DISA log file, you will see a log entry similar to this:
    2017-01-19 10:52:37.623:INFO:info: Start server @127.0.0.1:18443
    
    Check if the port number is correct.
    Note: The portListPath property must be applied only to DISA for multiple-user environment agents. It is not recommended for regular environments.