Dear All,
Could anyone help me with create new publication. currently we plan to activate of database server to DR site. we have 2 sql alwaysOn environment
1.Environment #1 with SQL alwaysOn
-DC site (DC-DB01,DC-DB02)--->Primary &Secondary node
-DR Site (DR-DB01)--->Secondary node
2.Environment #2 with SQL AlwaysOn
-DC Site (DC-DB03, DC-DB04)--->Primary &Secondary node
-DR Site (DR-DB02)--->Secondary node
At DC site on environment #1 (DC-DB01) we have created publication. And we have created one subscription on environment #2 (DC-DB03). we have failover database to DR site and recreate new publication on environment #1 and subscription on environment #2 at DR site. but we are meet one issue while we creating publication at dr site "SQL Server could not create publication.....The Distributor has not been installed correctly (Microsoft SQL server, Error. 20036)"
here's my step above
1.Stop Service replication at DC-DB01
2.Remove subcription at DC-DB03
3.Remove Publication at DC-DB01
4.Failover all Database environment #1 to DR-DB01 (DR)
5.Failover all Database environment #1 to DR-DB02 (DR)
6.Create publication on DR-DB01 at DR site
7.Create subscriber on DR-DB02 at DR site
Thanks !