PRB: Replication Tasks Don't Print Full Info on Error/Deadlock (152290)
The information in this article applies to:
- Microsoft SQL Server 6.0
- Microsoft SQL Server 6.5
This article was previously published under Q152290 SYMPTOMS
When a replication task runs into an error or deadlock, it reports the
error/deadlock message and returns back without providing any information
about any committed transactions. The task might have successfully
committed some transactions before the error or deadlock occurred, but
these transactions are going unreported.
CAUSE
The replication tasks maintain information that is to be logged in the task
history after the task completes successfully. But when the task encounters
an error/deadlock, this information is ignored and only the error/deadlock
message is logged in the task history.
WORKAROUND
There is no way to get information on the exact number of transactions that
were committed before the error/deadlock was encountered. This is generally
not an issue since the tasks, by default, do not log any information when
they are in "auto-start" mode. Generally, the only information of interest
is the error/deadlock message. Note that the subscriber has some of the
modifications even though the distribution task reports the error/deadlock
message. And any error condition will have to be corrected by the
administrator; deadlock conditions are usually taken care of, since the
task is automatically set to retry.
Modification Type: | Major | Last Reviewed: | 10/16/2003 |
---|
Keywords: | KB152290 |
---|
|