The subscription fails to Sync with the Publisher and marked inactive even...
We get the below error message when distribution agent tries to sync,Error: 14151, Severity: 18, State: 1.The subscription(s) have been marked inactive and must be reinitialized. NoSync subscriptions...
View ArticleDid you know… The applications like Infopath may fail to submit data into...
You are able to submit the data in the table using the application like InfoPath 2007 but when you go ahead and add the table in the Merge Replication Publication, the insert into the table using the...
View ArticleStep by Step Procedure to Implement SQL Server Transactional Replication with...
/*** Note: Kindly follow the Instruction in each step ***//*** If you are using SQL Server 2008 Management Studio, Ctrl-Shift-M might not work. In that case go to “Query” menu and click on “Specify...
View ArticleDid you know… When we rename a domain group in Active Directory, we can have...
Sometime back I got to work on an interesting issue related to the login on the SQL Server replication. The Active Directory group we used to grant access to a snapshot publication does not show up in...
View ArticleHow to setup a SQL Server Replication between three servers in a typical...
Three Servers (Top, middle and Bottom) Data will flow from Top to the Bottom Server. Top to Middle Server (one way Replication) and Middle to Last Server (two ways Replication)....
View ArticleLog Reader Agent Fails when the Sql server instance is failed over to Node 2
We have observed a number of case where we use sql server replication on a clustered instance of sql server and when we try to failover from Node 1 to Node 2 the Log Reader agent may fail to start with...
View ArticleDid you know... Merge Replication Fails with Error 'Unable to synchronize the...
Recently we have encountered a case where Merge Agent was failing to apply a transaction at the subscriber with the following error Error Message==============The change for the row with article...
View ArticleLog Reader Agent Fails with the Error “The Log Reader Agent failed to...
Recently we encountered a case where in the Log Reader Agent fails to run and the following error is reported in the Replication MonitorError messages:The process could not execute 'sp_replcmds' on...
View ArticleIssue with constraints on the subscriber in Merge Replication
We have configured Merge replication in SQL Server and we have the replicated constraint's name on the subscriber is different from the constraints on the publisher. It is possible that we will have...
View ArticleHow to reapply SQL 2000 SP4 to update all the 13 scripts
Due to any issue, you may want to rerun SQL 2000 SP4 upgrade. SQL 2000 Service Packs are cumulative. But when you re-run SP4 it only updates 7 Scripts those are new with SP4. This could be useful when...
View ArticleError messages and the solutions related to “distributor_admin” login
Error messages: The log reader fails with the following error message: ============================================== The process could not execute 'sp_MSpub_adjust_identity' on 'PR2K8\YUKON'. (Source:...
View ArticleHow to move FDLAUNCHERRORLOG from one location to another in SQL 2008
If you have migrated your Database\Instance or if the drive holding the SQLdata has been decommissioned, then in those scenarios how do you move the SQL Full-text Filter Daemon Service Error Log...
View ArticleTroubleshooting Error 511 using XEvents
Now that we have XEvents in SQL Server 2008 and above, some of the issues that required us to capture SQL Server dumps or Profiler traces while reproducing an issue are passé. Move over DumpTrigger and...
View ArticleUpgrade to SQL 2008 from 2005 (cluster) fails with The cluster group 'SQL...
Problem We try to upgrade to SQL 2008 from SQL 2005 in a cluster setup and it fails on the Active node with the following error: From the Summary.txt There was an error during the SQL Server upgrade...
View ArticleSometimes Replication Monitor shows number of Undistributed Transactions as a...
An overview of the inner working of a replication monitor We might see large number of Pending transactions on one of the Publisher in P2P replication. But when we check the Replication Monitor for...
View ArticleSQL Server Backup Simulator
We at SQL Server support team, continue to invest our time in writing tools and utilities which can aid you in troubleshooting SQL Server issues. SQL Server Backup Simulator is one such tool which will...
View ArticleSQL Server could not create a subscription for Subscriber...
Recently we worked on a support case where creation of a Subscription was failing with the following error:- TITLE: New Subscription Wizard ------------------------------ SQL Server could not create a...
View ArticleHigh Availability for SQL Server Replication using Database Mirroring
Here we will Discuss on Providing High Availability for SQL Server Transactional Replictaion using Database Mirroring : Highlights of this video blog :- 1. Transactional Replication Overview. 2....
View ArticleMerge Replication: Expired Subscription Clean Up Job /...
Issue : If you have a Merge Replication, you may encounter the below error message thrown by Expired Subscription Cleanup job (sp_expired_subscription_cleanup) with a mention of conflict table of an...
View ArticleTroubleshooting : Error: 8624, Severity: 16, State: 21. Internal Query...
Sometimes we see the below error in SQL Server 2008 R2 SP1 when executing a query in SQL Server Management Studio: ————————————————————– Error: 8624, Severity: 16, State: 116. Internal Query Processor...
View Article