Entering Replication Server System Database Information

Define the information that RepConnector uses to connect to the Replication Server System Database (RSSD) to gather metadata information for processing events from Replication Server.

  1. On the Replication Server System Database Information page, enter the JDBC™ URL string that connects to the RSSD:
    jdbc:sybase:Tds:<RSSD host machine name>:
       <RSSD port number>/<RSSD database name>
    where:
    • jdbc:sybase:Tds is the URL prefix.

    • <RSSD host machine name> is the name of the host machine on which the RSSD is running.

    • <RSSD port number> is the port number on which the RSSD is listening.

    • < RSSD database name> is the RSSD database name.

    For example:
    jdbc:sybase:Tds:mymachine:4501/SAMPLE_RS_RSSD
  2. Enter the user name and password to connect to the RSSD.
  3. Select your message grouping preference.
    • Individual – each command in a transaction sent as separate XML message or event.

    • Group – all the commands in a transaction grouped into a single XML message or event.

    Note: If you use RepConnector to replicate tables containing large text or image type fields, Sybase recommends that you do not use the Group option. Your system may run out of memory after accumulating only several messages.
Related tasks
Creating and Configuring a New Connection