Communication Link error in replication

  • Hi,

    I am getting the following error

    Server: Msg 604, Level 21, State 5, Line 1

    Could not find row in sysobjects for object ID 904519893 in database 'Orders'. Run DBCC CHECKTABLE on sysobjects.

    Connection Broken

    I ran

    dbcc checkdb ('Hub_Msc') with no_infomsgs - giving errors for certain tables

    dbcc checkcatalog ('Hub_Msc') with no_infomsgs-returning no error.

    Please provide me some suggestions.

  • Did you confirm that the object_name(904519893) exists?



    Shamless self promotion - read my blog http://sirsql.net

  • Did you run "Run DBCC CHECKTABLE on sysobjects" with all_errormsgs,no_infomsgs?

    MJ

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply