Hi,
I have a snapshot replication to which I added a new subscriber. I have only one table with about 30 million rows. The distribution agent starts to insert the data but after about 1.8 million it fails with the following error message.
Error messages:
The process could not bulk copy into table <mytable>. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Get help: http://help/MSSQL_REPL20037
The system cannot find the file specified.
To obtain an error file with details on the errors encountered when initializing the subscribing table, execute the bcp command that appears below. Consult the BOL for more information on the bcp utility and its supported options. (Source: MSSQLServer,
Error number: 20253)
Get help: http://help/20253
Do you have any suggestion how to locate the problem?
Thanks.
P.