Troubleshooting Replication Server

Use the Replication Server log file for a detailed problem description.

  1. Access the log file:
    • On Windows, the log file is %SYBASE%\REP-15_2\install\ <RepServerName>.log, where %SYBASE_REP% points to the Replication Server installation directory.

    • On UNIX, the log file is $SYBASE/REP-15_2/install/<RepServerName>.log, where $SYBASE_REP points to the Replication Server installation directory.

  2. To see information about the connections configured with Replication Server, use isql to log in to Replication Server:
    isql -S <RepServerName> -U <username> -P <password>
    For example, enter:
    isql -S SAMPLE_RS -U sa _P sa_pass