To reconnect RepAgent to a Replication Server, log in to the Replication Server and enter the resume log transfer command at the isql prompt:
resume log transfer from {data_server.database | all}
data_server – the data server with the database for which log transfer is to be resumed.
database – the database for which log transfer is to be resumed and for which the RepAgent connection is to be allowed.
all – allows all RepAgents to connect to this Replication Server.
These examples demonstrate the use of the resume log transfer command.
The following command resumes log transfer for the database named pubs2, managed by the TOKYO_DS data server:
resume log transfer from TOKYO_DS.pubs2
The following command resumes log transfer to this Replication Server from all RepAgent:
resume log transfer from all