Windows Server 2003
SQL Server 2000 on both servers
Attempting to configure replication from server A to Server B using publishing configuration wizard.
Using Enterprise Manager and we received error 2812: Could not find stored Procedure 'msdb.dbo.sp_add_jobstep_internal'.
Following the analysis of general Microsoft help which pointed to a user/rights problem I used the Query Analyser, login with 'sa' and executed sp_adddistributor . I basicly received the same error. I also executed sp_help looking for the specifice procedure - not found.
Is it possible the sp is really not there. All help is appreciated.
Thanks,

SQL 2000 - Replication Error 2812
maixmus
Samsys, there is probably something wrong with your SP4 installation on your publisher/distributor machine. Considering proc sp_add_jobstep_internal did not exist (this proc is new in SP3+) and that sp_changedbowner is being called (this proc call was removed from sp_adddistributiondb in SP3+), the replication scripts most likely did not install properly.
Can you verify that your SP4 installation was installed properly with no failures Can you tell me the build number returned when you execute "select @@version"
The solution may involve reinstalling SP4, or may be as simple as re-running proc dbo.sp_vupgrade_replication.
Ross Goodell
Dgates123
Potyos
Both servers have SQL Server SP4. Actually I found that the Sp was not in the library and I got a copy from another Unit.
However, now I have moved on to a Server: msg 15110 error - sp_changeddbowner - the proposed new database owner is already a user in the database. I am so annoyed at Microsoft and this whole process. Why can't I just login as administrator and replicate
Excuse me for my venting.
nka4
I can certainly confirm the version tomorrow. We were able to progress a little to create the 'distribution' database using Transact-SQL, however we are receiving new errors as we attempt to create the subscription and publisher.
These errors involve more 'missing' stored procedures:
distribution.dbo.sp_MSadd_logreader_agent
distrbution.dbo.sp_MSPublication_access
I will also reload the SP4
Thanks,
tobyxu