Amazon

Thursday, June 23, 2011

MS Sql Replication Debugging and outputverboselevel

For replication job debuging and get detail of an error in replication you need to enable outputverboselevel in the replication job that is generating error. you have to edit replication job
and writ following two commands at the end and save the job. when you execute this job it will create an output file with detail about error.

-Output C:\ReplOutput.txt
-OutputVerboseLevel 2

for more detail you can visit the following link

http://support.microsoft.com/kb/312292