Manually clean up the destination server's side of the route after running drop route with the with nowait option.
-
Verify that all the messages from the source
Replication Server are gone from the Data Server Interface (DSI) queues.
-
From the rs_subscriptions system
table, delete all the system table subscriptions entered by this
site when the route was created.
-
Delete rows from the rs_rules system
table for these subscriptions.
-
Clean up user subscription entries from the rs_subscriptions and rs_rules system
tables.
-
Execute this command against each system table:
delete from system_table
where prsid = sourceRS_siteid
where:
For more information about the delete command,
see the Adaptive Server Enterprise Reference Manual: Commands.
-
Delete the entry for this route from the rs_routes system
table.
-
Delete the entry for the source Replication Server
from the rs_locater system table.