data is not replicating from publisher to subscriber.
I configured transactional replication. However, data is not replicating from publisher to subscriber. I have attached screenshots of errors. Could you please adviseKiran
View Articlesnapshot agent showing red mark in replication monitor!!!(Merge replication)
few days before snapshot agent showing red mark in replication monitor without any changes...synchronizing from publisher to subscribe working fine...and how to clean up snapshot agent job...
View ArticleMerge Replication Between SQL server 2012 and SQL server compact
Hello,I'm trying to create a merge replication between SQL sever 2012 SP4 and SQL server compact 3.5SP2.Once I am creating a subscription in SQL server compact, I have faced the below error in step...
View ArticleSQL Server 2019: Logreader broken
The transactional log reader seems to be broken in sql server 2019 RTM.I upgraded my test environment and run in the problem that the second step in the sql server agent job (run agent) is only doing...
View ArticleSQL 2019 Replication Snapshot Error
I cannot create a snapshot with SQL Server 2019 in order to get a transactional replication up and running. Upon the snapshot agent starting I receive the following error.Microsoft OLE DB Driver for...
View ArticleSnapshot Agent - Error when running agent
HiI have installed SQL Server 2019 and setup a new publication as normal.When I have tried to run the snapshot agent it will get so far and then error out with the below: 2020-01-06 09:49:31.22 [23%]...
View ArticleThe initial snapshot for publication 'ABC.pub' is not yet available."
We have two SQL 2012 servers. Replication has been running on these servers for years. Replication failed for several databases and I have not been able to reestablish them. They never get past...
View ArticleSQL Server merge replication copy data from production database to test database
Current setup: SQL Server 2016 merge replication with 1 publisher and 1 subscriber. Same exact setup for our test environment. We currently are setup with simple recover model and do 4 full database...
View ArticleSQL Server 2019
Hi,I am having issues getting replication up and running correctly between two enterprise editions fo SQL Server 2019. I have just installed the latest CU1 update but am still struggling.Intitially I...
View ArticleOracle Publisher row level triggers
We are using Oracle publisher to replicate data from oracle to SQL server,everything works well but i see the rowlevel triggers captures old data and new data also so i am seeing duplicates records in...
View ArticleError 25542 SSCE_M_QP_READONLYINSERT
Hi all,I've a problem with a merge replication. When I make changes on it, adding a new article, the SQL Server CE subscriptions crash while trying to synchronize, the get error number 25542...
View ArticleChange data capture remove data from tables older than 3 days
Hi Guys,We are using below SP for clean up, it was supposed to clean data older than 3 days from CDC tables, but its not works as excepted EXEC sp_cdc_change_job @job_type='cleanup', @retention =...
View ArticleMerge Replication not deleting unmatched filter rows from Subscriber Database
I have applied filters on articles in SQL Merge Replication and syncing the data using MergeSynchronizationAgent via Web Synchronization. The data is syncing as per the applied filters from publisher...
View ArticleMSSQL_REPL55012: An unspecified error had occurred in the native SQL Server...
Hello all. I am a student attempting to run the 'Creating a Mobile Application with SQL Server Compact Edition' walkthrough on the MSDN site. Unfortunately I am running into a problem I can't seem...
View ArticleDoes @threshold of identity range work on SQL Server Express?
According to this page https://msdn.microsoft.com/en-us/library/ms152543.aspx, "the @threshold parameter, which is used to determine when a new range of identities is required for a subscription." And...
View ArticleHow to Handle Changes in PUBLISHER
We are running transactional replication on a application DB with approx 6000 tables. We are planning to upgrade the application and in doing so, a number of tables are affected by either getting...
View ArticleSQL server replication error
Hi All,We are getting below error in SQL server replication. its SQL 2012 enterprise edition.MessageReplication-Replication Distribution Subsystem: agent (null) failed. You do not have sufficient...
View Article'Agent message code 20034. The process encountered operating system error'
Hello all! I am trying to set up replication to a test environment and am running into some problems. This pratically a copy of an existing replication job that's working, but with the name of the...
View ArticleNested Merge Article Join Filters
Hi, Running SQL Server 2008 R2 SP3 in a merge replication topology, publisher and distributor are on same machine. We have a merge article, [dbo].[Table_A], which is specified as a filtered table in...
View ArticleInitialize Subscription From Backup
So I decided recreating a transactional replication (TR) from scratch instead of dropping and adding articles when we do our upgrade in the near future. Our DB is large, 280GB with 6000+ tables.On a...
View Article