The information in this article applies to:
BUG #: 53984 (SQLBUG_70) SYMPTOMSLogreader stops delivering replication transactions to the distribution database. It reports the following message even if there are transactions in the log pending replication:
CAUSEThe sp_replcmds stored procedure fails to recognize UPDATE transactions when they include an empty space change ('') to a non-NULL text field. The Logreader process uses sp_replcmds to locate the commands marked for replication. After this error is encountered, no further transactions are replicated by the Logreader. The publication must be unsubscribed and resubscribed before replication will continue. WORKAROUND
To work around this problem, use white space (' ') to update non-NULL text fields.
STATUSMicrosoft has confirmed this to be a problem in SQL Server
version 7.0. This problem has been corrected in U.S. Service Pack 1
for Microsoft SQL Server version 7.0. For information about
downloading and installing the latest SQL Server Service Pack, see
http://support.microsoft.com/support/sql/.
Additional query words: repl log reader nonnull nonull
Keywords : SSrvRep kbbug7.00 |
Last Reviewed: November 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |