Hi All,
I am using oracle publisher and sql server distributer and subscriber and it was running fine until yesterday.it is giving the below error while replicating data from Distributer to subscriber.
Error messages:
The process could not bulk copy into table '"dbo"."MPI_BREAK_TYPE"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Get help: http://help/MSSQL_REPL20037
Invalid object name 'dbo.MPI_BREAK_TYPE'. (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 "FlexNet"."dbo"."MPI_BREAK_TYPE" in "G:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\ReplData\unc\MESD01_DISTRIBUTION_MPI_DEV\20140401230725\BREAK_TYPE_2.bcp" -e "errorfile" -t"\n<x$3>\n"
-r"\n<,@g>\n" -m10000 -SCIDCSWDMESMPD01 -T -w (Source: MSSQLServer, Error number: 20253)
Get help: http://help/20253
The table is earlier present but while replicating the table is getting invalid so i am not able to replicate the table to the subscriber.Kindly help me out as my production is down because of it.
Awaiting for your response.