Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Replication

Author  Topic 

hoangduchi
Starting Member

3 Posts

Posted - 2005-05-09 : 00:13:50
The row was inserted at [database] but could not be inserted at [remote database]. Could not find stored procedure [procedure]

help me.
Thanks.

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-05-09 : 04:16:24
quote:
Originally posted by hoangduchi

The row was inserted at [database] but could not be inserted at [remote database]. Could not find stored procedure [procedure]

help me.
Thanks.



guess the sp missing is sp_MSIns_%?

check if the sp is really missing

--------------------
keeping it simple...
Go to Top of Page

hoangduchi
Starting Member

3 Posts

Posted - 2005-05-13 : 03:36:16
i checked it, it exists in Publication Database, but when run agent, it still error. other reason???
Go to Top of Page

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2005-05-14 : 00:12:07
quote:
Originally posted by hoangduchi

i checked it, it exists in Publication Database, but when run agent, it still error. other reason???



it should exist in the subscriber database

--------------------
keeping it simple...
Go to Top of Page

hoangduchi
Starting Member

3 Posts

Posted - 2005-05-16 : 00:32:39
Thanks, i will test again.
Go to Top of Page
   

- Advertisement -