Sybase Replication Thread down issue: Trigger Disabled
Sybase Replication Sybase, trigger 0
(0)
Error Code Description: Message: 4986, State 1, Severity 10 — 'Warning: trigger 'TestTrigger' is already disabled.
Cause: This issue occurs when someone tries to disable a trigger on production database table and then warm standby replication tries to replicate the same command on the DR database but fails.
Resolution: Since the triggers are disabled by default on the warm standby database. we just need to skip that transaction and resume the thread.
resume connection to WS_ASE1.db skip tran
How useful was this post?
Click on a star to rate it!
Average rating 0 / 5. Vote count: 0
No votes so far! Be the first to rate this post.