Hi All,
I had configured Sql replication using Sql subscriber,distributer and oracle publisher.Earlier i had removed the Sql subscriber and now when i again added the subscriber i am getting this error in my snapshots agent.i tried to reinitialize the subscriber but still it didn't resolve the error.Kindly Help me out with it.
Skipping file 'ADDRESS 2.sch' because it has already been delivered for a previous article or by a previously interrupted snapshot.
Error messages:The process could not bulk copy into table '"dbo"."ADDRESS"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Get help: http://help/MSSQL_REPL20037
Invalid object name 'dbo.ADDRESS'. (Source: MSSQLServer, Error number: 208)
Get help: http://help/208
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
bcp "DW_TRN_08"."dbo"."ADDRESS" in "G:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\ReplData\unc\MESE01_DISTRIBUTION_START_1\20130826095142\ADDRESS_2.bcp" -e "errorfile" -t"\n<x$3>\n" -r"\n<,@g>\n" -m10000 -SCIDCSWDMESMPI01 -T -w (Source: MSSQLServer, Error number: 20253)
Get help: http://help/2025