Hi All,
I mistakenly disabled the sql replication and while reconfiguring it i am getting error like
Error messages:
The process could not bulk copy into table '"dbo"."MPI_REASON_TYPE"'. (Source: MSSQL_REPL, Error number: MSSQL_REPL20037)
Invalid object name 'dbo.MPI_REASON_TYPE'. (Source: MSSQLServer, Error number: 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)
bcp "FlexNet"."dbo"."MPI_REASON_TYPE" in "G:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQL\MSSQL\ReplData\unc\MESD01_DISTRIBUTION_MPI_DEV\20131215011550\REASON_TYPE_20.bcp" -e "errorfile" -t"\n<x$3>\n" -r"\n<,@g>\n" -m10000 -SCIDCSWDMESMPD01\MSSQL -T -w (Source: MSSQLServer, Error number: 20253)
Previously it was running fine..what to do now kindly help me out.