Welcome to dbFreaks.com!
FAQFAQ      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" <naissani RemoveThis @hotmail.com> wrote in message
news:u5nhUo8EFHA.1296@TK2MSFTNGP10.phx.gbl...
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:   
   Database Help (Home) -> Client All times are: Pacific Time (US & Canada) (change)
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 ]