On Dec 4, 4:42*pm, "Paul Ibison" <Paul.Ibi... (AT) ReplicationAnswers (DOT) Com.
(donotspam)> wrote:
Quote:
As a stop-gap you could use the profile to continue on data consistency
errors and add 6354 to the skiperrors command.
HTH,
Paul Ibison |
Thanks, Paul. I'd also found a way to delete the rows involved, but
wound up not needing either.
After viewing the browser commands using sp_browsereplcmds, I figured
out the problem. The schemas commands for replication (running the
schema script) were too long for the DDL trigger we had set up on the
target database. For some reason eventdata() couldn't cope with it.
Which is a major bummer, since we'd been setting up DDL triggers for
auditing, and they worked great... except for this issue and another
with maintenance.
Disabled the DDL trigger and it successfully applied the schema, and
was good to go.
Thanks for the help.
M