November 25, 2015 at 2:39 am
I am trying to replicate a database to a remote location. I keep getting this error and a period of time.
The merge process was unable to deliver the snapshot to the Subscriber. If using Web synchronization, the merge process may have been unable to create or write to the message file. When troubleshooting, restart the synchronization with verbose history logging and specify an output file to which to write. (Source: MSSQL_REPL, Error number: MSSQL_REPL-2147201001)
Get help: http://help/MSSQL_REPL-2147201001
The process could not bulk copy into table '"dbo"."obj_master"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Get help: http://help/MSSQL_REPL20037
An existing connection was forcibly closed by the remote host. (Source: MSSQLServer, Error number: 0)
Get help: http://help/0
Any assistance will be highly appreciated thanks.
November 27, 2015 at 11:24 pm
A quick search of the data in the error message turned up the links below. You might try doing your own searching and let us know what you have already tried.
December 1, 2015 at 7:50 pm
The inner exception is An existing connection was forcibly closed by the host. Inspect the target SQL Server's errorlog for a concurrent EXCEPTIONs or ASSERTIONs. If nothing is found, concurrently run a pair of network sniffs (while reproducing), and inspect both systems' system event logs for networking-related errors.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply