Replication error is SQL 2005 - increase the -OutputVerboseLevel setting
Dear Experts,
I'm doing replication is SQL 2005 in everytime I got this error message:
"A row update at 'CData1' could not be propagated to CData1'. This failure can be caused by a constraint violation. The Merge Agent was unable to synchronize the row due to one or more unanticipated errors in the batch of changes. When troubleshooting, increase the -OutputVerboseLevel setting, restart the agent, and check for and resolve any errors generated by the dat"
Any idea or possible leads to resolve this issue?
Thanks,
Microsoft SQL Server 2005DatabasesMicrosoft SQL Server
Last Comment
JaimeJegonia
8/22/2022 - Mon
gova
Do you have any constraints setup for that particular field?
JaimeJegonia
ASKER
Yes, there's. Is it not possible to have constraint set with replicated database?
gova
May be the data is not consistent with the datatypes or is it going against the constraint set?
What happened is, Cdata2 is only a standly (inactive) replicator yet it is the one complaining. But the active CData1 has no error. If I go aganist constraint set, it must be stopped at active box not only in the replicated box. Anymore idea?
Thanks,
BTW : this is supposed to be "A row update at 'CData1' could not be propagated to CData2'