all groups > sql server replication > september 2003 >
You're in the

sql server replication

group:

Can't find replication stored procedures



Can't find replication stored procedures Gary Abbott
9/24/2003 6:28:55 PM
sql server replication: All,

SQL 2000 sp3, Server 2000 sp3

Transactional Replication. Push subscription

I am replicating from one server to another using a third
server as a distributor. I keep getting the error 'Could
not find stored procedure 'sp_MSupd_Fact_wfsdNPClicks'.
(Source: WILEY (Data source); Error number: 2812)'.

I have started from scratch several times, dropped all
forms of replication. I have no idea what to do now. Where
should I find the procs and how do they get created? I
thought they were created when you create the subscription.

Thanks in Advance,

Re: Can't find replication stored procedures Narayana Vyas Kondreddi
9/25/2003 8:45:56 AM
Are you subscribing with NOSYNCH option (that is, the subscriber already has
schema and data)

--
HTH,
Vyas, MVP (SQL Server)
http://vyaskn.tripod.com/
What hardware is your SQL Server running on?
http://vyaskn.tripod.com/poll.htm




[quoted text, click to view]
All,

SQL 2000 sp3, Server 2000 sp3

Transactional Replication. Push subscription

I am replicating from one server to another using a third
server as a distributor. I keep getting the error 'Could
not find stored procedure 'sp_MSupd_Fact_wfsdNPClicks'.
(Source: WILEY (Data source); Error number: 2812)'.

I have started from scratch several times, dropped all
forms of replication. I have no idea what to do now. Where
should I find the procs and how do they get created? I
thought they were created when you create the subscription.

Thanks in Advance,

Gary Abbott

Re: Can't find replication stored procedures Gary Abbott
9/25/2003 1:43:30 PM
Yes I am, I had to do a backup and restore to the
replicated database, it is over 200gb in size. What is
your suggestion?

Thanks,

Gary


[quoted text, click to view]
Re: Can't find replication stored procedures Dean
9/26/2003 11:09:13 AM
There is a stored procedure

master.dbo.sp_scriptpublicationcustomprocs @Publication

That will generate the script for the stored procedures.

If you are using Query Analyser to run it make sure that you set you max
return columns to be quite high (I used around 2000)

Cheers
Dean

[quoted text, click to view]

AddThis Social Bookmark Button