Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Replication

 
   Database Help (Home) -> Client RSS
Next:  How do I format an integer  
Author Message
naissani

External


Since: Jan 21, 2005
Posts: 7



(Msg. 1) Posted: Tue Feb 15, 2005 9:40 pm
Post subject: Replication
Archived from groups: microsoft>public>sqlserver>clients (more info?)

Dear Professional,

I am encountering one error while the data is going to be replicated.

Here is the detail !

Last Command :
{CALL sp_MSins_Master (16, 'Okie', 1,
{5575376A-73CB-419C-9175-F6662FB115B7})}
Transaction sequence number and command ID of last execution batch are
0x0000000B00000197000400000000 and 1.

Error message :
Could not find stored procedure 'sp_MSins_Master'.

Error Detail:
Could not find stored procedure 'sp_MSins_Master'.
(Source: NOOR\NOOR (Data source); Error number: 2812)
-------------------------------------------------------------------

What I have to do for resolving the stored procedure 'sp_MSins_Master'.


Thanks in advance.

 >> Stay informed about: Replication 
Back to top
Login to vote
Narayana Vyas Kond

External


Since: Jan 12, 2004
Posts: 52



(Msg. 2) Posted: Fri Feb 18, 2005 12:40 pm
Post subject: Re: Replication [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The procedure 'sp_MSins_Master' needs to exist in the subscribing database,
for replication to apply the insert statements. If this proc is lost for
some reason, then you can recreate it by runnning
sp_scriptpublicationcustomprocs on the publishing database, copying and
running the output script on the subscribing database.

Note that you only need to run the script for missing stored procedures. See
BOL for more info.
--
HTH,
Vyas, MVP (SQL Server)
SQL Server Articles and Code Samples @ http://vyaskn.tripod.com/


"John" wrote in message

Dear Professional,

I am encountering one error while the data is going to be replicated.

Here is the detail !

Last Command :
{CALL sp_MSins_Master (16, 'Okie', 1,
{5575376A-73CB-419C-9175-F6662FB115B7})}
Transaction sequence number and command ID of last execution batch are
0x0000000B00000197000400000000 and 1.

Error message :
Could not find stored procedure 'sp_MSins_Master'.

Error Detail:
Could not find stored procedure 'sp_MSins_Master'.
(Source: NOOR\NOOR (Data source); Error number: 2812)
-------------------------------------------------------------------

What I have to do for resolving the stored procedure 'sp_MSins_Master'.


Thanks in advance.

 >> Stay informed about: Replication 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
OLEDB: Prepared cmd with NULL input param for NOT NULL INT.. - Provider: SQLOLEDB Version: SQL Server 2000 8.00.760 Script for creating table: CREATE TABLE [dbo].[ADRVERTRETER] ( <font color=purple> ; [ROWID] [timestamp] NULL ,</font> <font color=purple> ; [ROWVERTRETER] [int] NO...

[MS Design Tools] - Class not registered.&quot; - On a Windows 2000 pro workstation I am using SQL 2000 enterprise manager I am trying to return all rows, I get the error message "An unexpected error happened during this operation. [MS Design Tools] - Class not registered." I have reinstall...

Need help choosing front end for SQL Server - I've been working on an Access 97 database that's pretty much reached it's limit in terms of performance and reliability. Although it supports relatively few users (5-10 concurrent) it contains a lot of data (around 30 tables, some with several million..

SQL server tables read-only to ADP - I have successfully migrated an Access 2003 database to SQL server - at least all the tables and queries that resolve into views migrated successfully. I also sucessfully migrated all my forms and code into an ADP project. Everything works with one..

Opening table in SQL Server 2005? - This ought to be easy. But I can't figure out how to do it. Using Enterprise Manager in SQL Server 2000, I point to a table, select it, right click and choose Open Table-> Return all rows. Now I have the table open and I can edit to my heart's..
   Database Help (Home) -> Client All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]