Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Replication / March 2006

Tip: Looking for answers? Try searching our database.

Could not find stored procedure 'sp_MSin_<TableName>'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sangra - 29 Mar 2006 14:27 GMT
Hi,

Just completed the transactional replication and when tried to test the
changes made in the publisher data it (Distribution Agent) failed with the
following error:
-----------------------------------------------------------------
Could not find stored procedure 'sp_MSupd_ACCOUNT'.
(Source: PARISDB2 (Data source); Error number: 2812)
-----------------------------------------------------------------

Checked the sysobjects and all these procedures (sp_MSins, sp_MSupd etc) are
present in the database.

Current Configuration is: 1 Publisher, 1 Subscriber, Distributor database is
on the Publisher server, SQLServer 2000 (SP4), Windows 2003)

Please help me out.....need to know the reason and the solution

Thanks & Regards
Sangra
Paramasivam  Srinivasan - 30 Mar 2006 05:24 GMT
Hi Sangra
This problem will happen when the snapshot schema is not applied on the
subscriber.
You can generate the scripts manually using the following procedure
exec  sp_scriptinsproc 'articleid'
exec  sp_scriptdelproc 'articleid'
exec  sp_scriptmappedupdproc 'articleid'
Apply this script on the subscriber.

For getting the articleid check sysarticles table.
Signature

P. Srinivasan MCDBA
Consultant
C-13/1,GF,Tulip Garden, Ardee City,
Sector-52,
Gurgaon-122003
India
Mobile:+91-9810321551

> Hi,
>
[quoted text clipped - 18 lines]
> Thanks & Regards
> Sangra
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.