Quantcast
Channel: SQL Server Replication forum
Viewing all articles
Browse latest Browse all 4054

troubleshoot sql server replication

$
0
0

One SQL server is publisher in site A.

the other sql server is subscriber in site B.

Site A connect to Site B through network.

Replication failed sometime. Any idea why it fails from the following log? Thanks

I find following log from verbose log file:

2014-01-06 06:35:03.20 [0%] The replication agent had encountered an exception.

2014-01-06 06:35:03.20 Source: Replication

2014-01-06 06:35:03.20 Exception Type: Microsoft.SqlServer.Replication.SqlCommandTimeoutException

2014-01-06 06:35:03.20 Exception Message: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.

2014-01-06 06:35:03.20 Message Code: -2

2014-01-06 06:35:03.20 

2014-01-06 06:35:03.20 Call Stack:

2014-01-06 06:35:03.20 Microsoft.SqlServer.Replication.SqlCommandTimeoutException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.Data.SqlClient.SqlException: Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding.

2014-01-06 06:35:03.20    at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)


Viewing all articles
Browse latest Browse all 4054

Trending Articles