Executing the Replication Server connect source lti command accomplishes three things:
Verifies that the database connection from the Replication Agent instance to the primary Replication Server exists.
Verifies that the user ID specified in the Replication Agent rs_username parameter has permission to connect to the primary Replication Server as a data source.
Returns a version string that displays the highest numbered version of LTL that the primary Replication Server supports.
To verify that the user ID specified in the rs_username parameter
exists and has appropriate permissions in the primary Replication
Server
Log in to the primary Replication Server as the user name you specified as the value of the rs_username configuration parameter (see the “Sybase Replication Agent Installation Worksheet” for this value).
Execute the connect source lti command using the following example syntax:
connect source lti data_server.database version
where data_server is the value you specified for the Replication Agent rs_source_ds configuration parameter, database is the value you specified for the Replication Agent rs_source_db configuration parameter, and version is the proposed LTL version number.
Refer to the installation and setup worksheet in the Sybase Replication Agent Installation Guide for the values of the rs_source_ds and rs_source_db parameters.
For the value of the LTL version number, you can enter 999
and Replication
Server will return the highest numbered version of LTL that it supports.
Disconnect from the primary Replication Server as rs_username before you invoke the Replication Agent resume command.
Replication Server Design Guide for more information about the connect source lti command.