Share via

Error with replication

Darren Naidoo 21 Reputation points
2022-05-10T04:36:01.537+00:00

Hi All,

receiving the following error on replication- please assist.

Command attempted:
if @@trancount > 0 rollback tran
(Transaction sequence number: 0x00259DD30004FC70000400000000, Command ID: 1)

Error messages:
Could not find stored procedure 'sp_MSdel_dboSchedule_msrepl_ccs'. (Source: MSSQLServer, Error number: 2812)
200523-image.png

SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

0 comments No comments

Answer accepted by question author

YufeiShao-msft 7,156 Reputation points
2022-05-10T05:59:37.957+00:00

HI @Darren Naidoo ,

The stored procedure for replication are not present in the subscriber databsae, please check and ensure stored procedure('sp_MSdel_dboSchedule_msrepl_ccs') is available.

For missing stored procedure, you should run against the publication to generate a script, just use sp_scriptpublicationcustomprocs to regenerate the missing proc and execute the output against the subscriber

Resolve SQL Server Replication Error - Could not find stored procedure
Could not find stored procedure sp_MSins_dbot_tableName

-------------

If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.