Golden Gate Privilege Missing for using Encryption
dblogin userid ogg_user, password AADAAAAAAAAAAAIAKAQIJAGAMFUFKFBGQHXBJIWGECTEIAZHJFYALFFIBGHGJBPFBCPBKEPCRCRHAESJ, AES128, encryptkey securekey1 ERROR: Unable to connect to database using user...
View ArticleHow to: Configure IIS7 for Web Synchronization
I have followed the instructions here. To cut a long story short, I just cannot connect to: https://machine/site/virtual directory/replisapi.dll?diag I get: HTTP Error 500.0 - Internal Server Error...
View ArticleUnexpected SLAVE STATUS after CHANGE MASTER
I'm trying to setup MySQL replication but I am getting duplicate keys when I start the slave. I've got master and relay. I've also got backup, which is intended to be slaved to relay, but my issue is...
View ArticleMySQL Semi-synchronous replication with Multi-Master
Is it possible to use semi-synchronous replication with a Multi-Master setup? I've tried to follow this guide to setup a semi-synchronous replication for a master-slave setup:...
View ArticleSetting up Master-Master Replication in MySQL on a live system
I've just recently taken on the task of looking after our mySQL databases, and have been given the task of setting master-master replication. We have a live server which has a mySQL database which is...
View ArticleMongoDB insert not replicating after db.dropDatabase()
I'm new to MongoDB (inherited a project using it), so this is especially confusing. I have a sharded replicaset between 3 ec2 instances. Everything works fine until I drop a database. The database drop...
View Articlemysql replication missed quite a lot SQL statement
I have set up a master/slave with mysql-5.1.73 The master's binlog format is "statement". The master and slave seemed running very well with slave status: Slave_IO_Running: Yes Slave_SQL_Running: Yes...
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 ArticleReplication issue SQL Server 2014
I set up a merge replication between one Publisher and a subscriber[ the same tables on both] and everything seems to be working fine and there was not a single conflict in the initial setup and...
View ArticleReplication and insert error
I set up a merge replication between one Publisher and a subscriber[ the same tables on both] and everything seems to be working fine and there was not a single conflict in the initial setup and...
View ArticleError while doing in replicaset in windows (mongodb)
I tried doing the replicatset in windows, but im getting the below error. I checked the mongo process and killed the existing process. Even though the error exists. help me on this pls Thx commands...
View ArticleMongoDB to MySQL Replication Automatically
i have Mongodb server and mysql server. i want to use mongodb for "write" and mysql for "read". so i am looking for some tool or some process by which we can tranfer mongodb to mysql server on regular...
View ArticleSlave not getting replicated SERVER_UUID error
Unable to start replication Master-Slave, I have searched a lot for this but unable to get the Server-UUID of both the server. Do we have any solution for this. Scenario: I have created new slave which...
View ArticleCan a slave with a dynamic ip update the master
How can I setup mySQL replication in such a way that a slave on localhost with dynamic IP can update the master as well as get updates from the master which has a static IP. The slave will not be...
View ArticleSQL Server 2008R2 - how to install replication components
I am trying to install the Replication components for SQL Server 2008R2, on technet website it says: On the computer that is running IIS, insert the SQL Server 2008 R2, SQL Server 2008, or SQL Server...
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 ArticleSynchronize sensor data over internet upon connection
I have a subsystem that contains sensor data and posts it to the Internet via TCP or UDP requests to a server with authorization by token. All the posted data is also saved to a local capped MongoDB...
View ArticleMySQL multiple GTID Executed GTID set
I believe I have an issue of sorts with MySQL Replication on the slaves. Instead of there being one clean GTID under 'Executed GTID Set' there are multiple GTIDs. Retrieved_Gtid_Set:...
View Articlebi-directional merge replication causing errors on subscriber
I have two databases running on the same instance and setup using merge replication. The provider works correctly and I can add data to it that is synced with the subscriber after couple of minutes...
View ArticleMySql Replication - slave lagging behind master
I have a master/slave replication on my MySql DB. my slave DB was down for a few hours and is back up again (master was up all the time), when issuing show slave status I can see that the slave is X...
View Article