We have configured DSA in our existing environment , but failed to establish the connection between two servers hence replication is not happening.
followed the below steps:
1)Created one user in SQL server with DBO rights in Primary and secondary server.
2)Created the following registry entries under FillDB with same user name and password.
a)ReplicationUser
b)ReplicationPassword
c)ReplicationDatabase
3)Install the server using server installer using existing masthead.
after the successfull installation it is giving the error in replication Tab as"Connection Broken" "Database Error : Actionsite has not been created.
We are clueless , anyone having any idea please share your inputs.
i have received a similar error message in the past and came to this conclusion.
It’s important to note that the Action Site missing message was because replication was working but in only one direction (my theory at least). the Primary server was trying to get data from the replica and the replica realized it didnt have anything yet – essentially the error occurs when it’s attempting bi-directional replication but the secondary doesnt have any data to share. The reason the secondary didn’t have any data was because it couldn’t resolve the correct ip for the primary. Replication was only working in one direction due to a complex network setup. The secondary couldn’t get data from the primary so it stayed in this uninitialized state.
Are you using Default or Named Instances? SQLSERVER or SQLSERVER\INSTANCE
Login to both servers and verify that you can:
Ping the other server
TCPing the other server with TCP 1433
Open SQL Management Studio and connect to the other server
Open SQL Management studio and connect to the other server with your replication user credentials
Hi Strawgate
Are you using Default or Named Instances? SQLSERVER or SQLSERVER\INSTANCE ---- This one i am not able to understand.
Login to both servers and verify that you can:
Ping the other server-- Happening
TCPing the other server with TCP 1433— Happening
Open SQL Management Studio and connect to the other serverOpen SQL Management studio and connect to the other server with your repplication user credentials-- We are able to connect.