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

Replication problem with filtered table

$
0
0

Hi all...
when I active a filter on a TABLE over one that run without problems...

  1. WHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' (ok  no errors)
    but
  2. WHERE ISNULL([Stato],'ATTIVO') = 'ATTIVO' AND pubblished = 1 (see below)

After few hours always have some rows missed in replication articles and have probelms in my process.
pubblished is boolean field! this can be a problem?

------------------------------------------------------------------

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

Error messages:
The row was not found at the Subscriber when applying the replicated command. (Source: MSSQLServer, Error number: 20598)
Get help: http://help/20598
The row was not found at the Subscriber when applying the replicated command. (Source: MSSQLServer, Error number: 20598)
Get help: http://help/20598


Viewing all articles
Browse latest Browse all 4054

Trending Articles



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