Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

Transactional Replicaton Distributor To Subscriber Errors

$
0
0

Replication was running fine for a while and then it started through the following error.  Does anyone know why it's doing that?  

Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x000000740054D461004300000000, Command ID: 30925)

Error messages:
 (Source: MSSQL_REPL, Error number: MSSQL_REPL20046)
Get help: http://help/MSSQL_REPL20046

I then executed the following code and got back the command that replication is trying to execute and brought back two rows.  It seems like the second row is the continuation on the first record.   Command ID is 30927 and 30928.  I can see the stored proc and data that it's trying to execute on both rows. But why is failing? Any ideas?

EXEC SP_BROWSEREPLCMDS
@xact_seqno_start = '0x000000740054D461004300000000',
@xact_seqno_end = '0x000000740054D461004300000000',
@publisher_database_id = 1,
@article_id =79,
@command_id= 30927


tae yang


Viewing all articles
Browse latest Browse all 4054

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>