In
a test environment, you may occasionally need to reset the replication environment.
- Log in to the Replication Agent and issue:
isql -Usa -Psa_pass -Smyra
suspend
go
- Reset the locator stored in the Replication Agent:
- Reset the locator stored in Replication Server:
isql -Usa -Psa_pass -SSAMPLE_RS
connect
go
rs_zeroltm pds, pdb
go
exit
You
see:
Locator has been reset to zero.
(return status = 0)
- Resume replication with the Replication Agent resume
command:
isql -Usa -Psa_pass -Smyra
1> resume
2> go