July 1, 2009 at 11:12 pm
Hi,
This is the first time i am working with Replication. Can anybody tell me where the Problem is in my context.
When i click Configure distribution [in Replication Folder] and fill all the necessary information and click Finish, i am getting the following error. Pl tell me where the Problem....
Could not find object 'sp_MSrepl_startup' or you do not have permission.
Changed database context to 'master'. (.Net SqlClient Data Provider)
Appreciate your help!!!
---
July 1, 2009 at 11:38 pm
Hello,
Are you using a Login with SysAdmin privileges to configure Replication?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
July 1, 2009 at 11:52 pm
Yes, i am using sysAdmin Privilege to configure this.
July 2, 2009 at 12:04 am
Hello again,
Well, that should rule out permission issues then.
Does the SP exist in your Master DB i.e. somebody hasn’t accidentally (or possibly even deliberately) deleted it?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
July 2, 2009 at 12:10 am
John Marsh (7/2/2009)
Hello again,Well, that should rule out permission issues then.
Does the SP exist in your Master DB i.e. somebody hasn’t accidentally (or possibly even deliberately) deleted it?
Regards,
John Marsh
No, that Procedure not available in my [MASTER] database. None of them not touched my DB server. I don't know how the SP is missing in my [MASTER] database. Is it possible to trace it anyway?
July 2, 2009 at 12:19 am
Hmm, interesting ... which Edition of SQL Server do you have?
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
July 2, 2009 at 12:38 am
I am using Standard Edition with Service Pack 2.
July 2, 2009 at 12:53 am
If the SP is missing then I would personally be considering reinstalling the Replication Components. If this is a Live Server and you have an MS support contract, you might want to check with them first though.
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
July 2, 2009 at 5:15 am
Thanks John for your reply. For time being i get the same procedure from some other server and create the same in my server.
Now, i am able to create Publisher.
Could you tell me what is the route cause for this issue?
July 2, 2009 at 5:25 am
I can only guess that either the original installation of the Replication Components didn’t complete totally, or the SP was somehow since deleted.
Anyway, glad to hear that it is working now.
Regards,
John Marsh
www.sql.lu
SQL Server Luxembourg User Group
November 6, 2012 at 8:25 am
Try This..
create procedure dbo.sp_MSrepl_startup
as
exec sys.sp_MSrepl_startup_internal
Viewing 11 posts - 1 through 10 (of 10 total)
You must be logged in to reply to this topic. Login to reply