Hi all, 2014 EE SP1 Availability Group. The AG consists of 1 Windows Server Failover Cluster (WSFC) with 2 VM's on the local site and one VM on a remote. We have restored and updated a database from a 2005 EE server - the database was in 2000 compat. mode and is now 2014. This was replicated to a 2012 box on the original server, but while I can configure other databases on the WSFC to replicate without issue, when attempting to configure this on the new box it's failing whenuse masterexec sp_replicationdboption @dbname = N'MyDBName', @optname = N'publish', @value = N'true'is run with the following errorMsg 208, Level 16, State 1, Procedure Audit_DDL, Line 20Invalid object name 'master.dbo.Audit_DDL_Events'. use masterexec sp_replicationdboption @dbname = N'MyDBName', @optname = N'publish', @value = N'false'gives The replication option 'publish' of database 'MyDBName' has been set to false.FWIWI've googled myself daft and nothing seems to present itself. I'd be very grateful for and advice or suggestions as to what the problem may beta
↧