Executing the Replication Server connect source lti command accomplishes three things:
Verifies that the database connection from the Mirror Replication Agent instance to the Replication Server exists
Verifies that the login name specified in the Mirror Replication Agent rs_username parameter has permission to connect to the Replication Server as a data source
Returns a version string that displays the highest numbered version of LTL that the Replication Server supports
To verify that the rs_username login
has appropriate permissions
Log in to the Replication Server with the Mirror Replication Agent user login name specified in the value of the rs_username configuration parameter.
Refer to the “Installation and Setup Worksheet” in the Mirror Replication Agent Installation Guide for this login name.
Execute the connect source lti command using the following example syntax:
connect source lti pds.pdb version
where:
pds is the value you specified for the Mirror Replication Agent rs_source_ds configuration parameter.
pdb is the value you specified for the Mirror Replication Agent rs_source_db configuration parameter.
version is the proposed LTL version number.
Refer to the “Installation and Setup Worksheet” in the Mirror 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 the Replication Server will return the highest numbered version
of LTL that it supports.
Disconnect from the Replication Server as rs_username, and then invoke the Mirror Replication Agent resume command.
See the Replication Server Design Guide and Reference Manual for more information about the connect source lti command.