Viewing Enterprise Server Logs from the Workstation

You must log on to the server to view logs for the server. You can also view portions of log files from the workstation that initiated the calls to the server.

To view server logs from the workstation:

  1. In the [DEBUG] section of the enterprise server jde.ini file, set the ClientLog parameter to 1.

    This setting enables the server to send logs to workstations. For example:

     [DEBUG]
    
    ClientLog=1
    
  2. In the [DEBUG] section of the Workstation jde.ini file, set the ServerLog parameter to 1.

    This setting enables the workstation to receive log information from the enterprise server. For example:

     [DEBUG]
    
    ServerLog=1