Configuring Replication Server System Database (RSSD) information

This section describes how to define the information that RepConnector uses to connect to the Replication Server System Database (RSSD) to gather metadata information for use in processing the events that RepConnector receives from Replication Server.

This section also describes how to designate whether RepConnector groups all the commands in a specific transaction into a single XML message or sends each command in that transaction to a separate XML message.

StepsEntering Replication Server System Database information

  1. On the Replication Server System Database Information page, enter the JDBC URL string that connects to the RSSD in the RSSD URL field.

    The syntax for the RSSD URL string is:

    jdbc:sybase:Tds:<RSSD host machine name>:
       < RSSD port number >/< RSSD database name>
    

    where:

    For example:

    jdbc:sybase:Tds:mymachine:4501/SAMPLE_RS_RSSD
    
  2. Enter the user name and password to connect to the RSSD in the User Name and the Password fields, respectively.

  3. Select your message grouping preference using the Message Grouping Preference check boxes.

    NoteIf you use RepConnector to replicate tables containing large text or image type fields, Sybase recommends that you do not use the Group option. With large text or image data groupings, your system may run out of memory after accumulating only several messages. This is a limitation in RepConnector.

Go back to step 10 in “Adding and configuring a new connection”.