Msg 14027, Level 11, State 1, Procedure sp_MSrepl_addarticle [table] does not...
Before setting up SQL Server snapshot replication, I backed up the database from ServerA and restored it to ServerB. Both servers are running SQL Server 2008 R2 SP1. In trying to setup snapshot...
View ArticleHow To Prevent Replication Failure
If I become a MySQL DBA, will I had to deal all day with those kind of issues or do you have tips to prevent from breaking the whole replication? I received this message because I removed manually the...
View ArticleBacking up Master-Master replicated MySQL databases
I have two MySQL 5.5 databases which replicate each other. What's the best way to back these machines up? I would like to prioritise speed/ease of restoration. Should I add extra slaves to both...
View ArticleData Replication From Master 9.3 to Slave 9.4
We have live setup like Master 9.3 & Slave 9.3 (Read Only) in the same network. Now I want to configure new Slave 9.4 on a different server/network with Continuous Replication. I tried pgbase...
View ArticleSQL Pull Replication not synchronizing
I am trying to establish a pull transactional replication using SQL Server 2008 R2, I have a local DB and a Remote DB, I am using UNC file share for the snapshot. All are running with no errors,...
View ArticleJPA and SQL Server replication issue - Id's conflict
I'm having the following issue with a SQL Server replicated database (Database A and Database B) and JPA. In the code I have something like this: Object obj = new Object(); obj.setName("Nico");...
View ArticleCan I use the `IN` operator in snapshot replication
Following is my query which I am using in snapshot filter replication SELECT * FROM [dbo].[PosMast] WHERE Shop = (SELECT shop FROM Config) AND transactiondate >= (SELECT closingdate FROM StockRoom...
View ArticleOur Domain Controllers get error when attempting Replication
Please help! We have two domain controllers. For some reason, they stopped replicating in July 2016. Now, when we try to manually initiate replication, we get the following error: "The directory...
View ArticleReplicate new data to archive database
My scenario sounds like something that should have been solved before, but my searches have turned up nothing. I am really, really new to replication so perhaps I just don't know exactly what to search...
View ArticleMerge Replication - set up new subscriber based on backup of publisher and...
I have a replication setup with 1 publisher and 3 push subscribers. I need to add a new push subscriber. I cannot afford downtime for the publisher and the existing subscribers. My plan is to do the...
View ArticleRestoring MySQL database with db dump and binlogs
I have a database running on our production web server that I have set up as a master with a single slave in another datacenter. When reading through the MySQL replication setup instructions, they...
View ArticleMySQL: Adding Routines to a Slave
While setting up the MySQL replication, I took the mysqldump (without--opt --routinesoptions) unaware of the fact that in mysqldump, --routines it is NOT enabled by default. Questions Is there any way...
View Articlefixing mySQL replication (large DB)
I have a large mySQL database and I am replicating to two slaves. All three servers are windows (i know). One of my slaves seems to have corruption, the other is fine. This is huge DB, a few hundred...
View ArticleMySQL 5.6 Slave Stops Processing Binlog on Master Restart
I have a pair of Debian 7 servers with MySQL 5.6.23. The slave server is a clone of the master (but the uuid has been regenerated on the slave). For some reason, whenever MySQL is restarted on the...
View ArticleMySQL slave server getting stopped after each replication request from Master
Basic master-slave MySQL configuration has been done on Windows machine. Master and slave servers are running on localhost with different ports. Now when executing update or insert in master server,...
View ArticlePostgres BDR replication stopped - replication slot inactive
Our Postgres BDR database system stopped replicating data between the nodes. When I did a check using the pg_xlog_location_diff I noticed that there is a growing buffer in the replication slot. SELECT...
View ArticleSQL Server transactional replication process and error
I need to setup a replication. Which replication is better if I want to keep my data updated in the second server as soon as new data is pushed into the primary server. I tried setting up by clicking...
View ArticleAre relay logs necessary for replication?
I'm trying to understand when/where using relay log is beneficial. According the documentation, mysql captures and writes events from the master's binary log as the result of the I/O thread. Then, the...
View ArticleConfiguring slave from EC2 master to Amazon RDS slave
I am configuring replication from EC2 master to Amazon RDS instance. After starting the slave, I don't see any errors but I see slave_IO: _thread is connecting. Master version:5.6.23 Slave...
View ArticleToo many open connections with MongoDB 2.6 + PyMongo 2.7.2
I was running MongoDB 2.4 with a replica set which contains 1 primary, 1 secondary and an arbiter. We were using PyMongo 2.6 and MongoEngine 0.8.2. Recently, we performed an upgrade to MongoDB 2.6, and...
View Article