Replication Could not find or execute stored procedures

  • Replication-Replication Distribution Subsystem: agent PRODDATA6 failed. Could not find stored procedure 'sp_MSdel_dboActiveTask_msrepl_ccs'.

    Replication-Replication Transaction-Log Reader Subsystem: agent PRODDATA6. The process could not execute 'sp_replcmds' on 'PRODDATA6'.

    Replication-Replication Distribution Subsystem: agent PRODDATA6. Could not find stored procedure 'sp_MSupd_dboActiveTask'.

    Looks like these sp's got deleted?

    For better, quicker answers on T-SQL questions, click on the following...
    http://www.sqlservercentral.com/articles/Best+Practices/61537/

    For better answers on performance questions, click on the following...
    http://www.sqlservercentral.com/articles/SQLServerCentral/66909/

  • Execute the stored procedure 'sp_scriptpublicationcustomprocs' against the Publisher, with the Results to Text in SSIS.

    This generates the default Stored Procedures for the Publication specified.

    Execute the output against the Subscriber.

    If you have customised any of these procedures then take care - you will lose any changes you made, unless you just select the procedures that you're after.

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

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