The Replication Server connect source lti command accomplishes the following:
Verifies that the Replication Server database connection used by the Mirror Replication Agent exists in the primary Replication Server
Verifies that the login name specified in the Mirror Replication Agent rs_username parameter has permission to connect to the primary Replication Server as a data source
Returns a version string that shows the highest numbered version of LTL that the primary Replication Server supports
Verifying that the rs_username login
has appropriate permissions
Log in to the primary Replication Server with the Mirror Replication Agent user login name specified in 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:
connect source lti pds.pdb version
where:
pds is the value specified for the Mirror Replication Agent rs_source_ds configuration parameter.
pdb is the value 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.
Enter 999 for the value of the LTL version number. Replication Server returns the highest numbered version of LTL that it supports.
Disconnect from the primary Replication Server as rs_username, and then log in to the Mirror Replication Agent instance with the administrator login and invoke the resume command.
For more information about the connect source lti command, see the Replication Server Design Guide and Mirror Replication Agent Reference Manual.