This section describes how to define the information that RepConnector uses to connect to the Replication Server System Database (RSSD). RepConnector uses metadata information from the RSSD to process the events received from Replication Server.
Entering Replication Server System Database information
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
Enter the user name and password to connect to the RSSD.
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.
If 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.
Return to step 10 in “Adding and configuring a new connection”.