Configuring RepConnector for debugging

StepsSetting the logging level to DEBUG for the RepConnector runtime component

  1. From the command prompt, navigate to:

    • On Windows:

      cd c:\sybase\EAServer\repra\bin
      
    • On UNIX:

      cd /opt/sybase/EAServer/repra/bin
      
  2. In the repra.properties file, change the log level and runtime log level to DEBUG:

    LogLevel=DEBUG
    
    RuntimeLogLevel=DEBUG
    
  3. Shut down and restart the application server.

StepsSetting the logging level to DEBUG for each RepConnector connection

  1. Use RepConnector Manager to log in to RepConnector runtime component.

  2. Modify the connection properties to change the logging level (LogLevel) for the connection to DEBUG. Save the new connection properties.

  3. Start or refresh the connection.

NoteSetting the log level to DEBUG creates many debugging messages in the repra.log file. Use this information to troubleshoot failures, but also be aware that it may cause performance degradation.