01-19-2010, 05:22 PM
I'm testing replication from ASE --> IQ using rep server on a test machine.
Anyway, I had a problem dropping a subscription so I manually deleted the entry from rs_subscriptions
delete rs_subscriptions where subname = 'sub_test1'
I was then able to drop the replication definition from repserver using the drop command.
:-(
However, now the log is filled with the following error:
E. 2010/01/19 11:44:05. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:44:05. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
E. 2010/01/19 11:46:05. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:46:05. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
E. 2010/01/19 11:48:06. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:48:06. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
Any ideas how to fix or clean this up again? Has anyone seen this before?
Anyway, I had a problem dropping a subscription so I manually deleted the entry from rs_subscriptions
delete rs_subscriptions where subname = 'sub_test1'
I was then able to drop the replication definition from repserver using the drop command.
:-(
However, now the log is filled with the following error:
E. 2010/01/19 11:44:05. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:44:05. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
E. 2010/01/19 11:46:05. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:46:05. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
E. 2010/01/19 11:48:06. ERROR #32059 DSI EXEC(104(1) RAPStore.dr) - /nrm/nrm.c(556)
Invalid object identifier for table or function 'repdef_test1'. id = 0x0100006500000067.
E. 2010/01/19 11:48:06. ERROR #5204 DSI EXEC(104(1) RAPStore.dr) - /dsiutil.c(3655)
Error from unpacker or parser. See previous message for more information. DSI will retry.
Any ideas how to fix or clean this up again? Has anyone seen this before?