Re: Updating Subsciber Replication Error
From: Hilary Cotter (hilary.cotter_at_gmail.com)
Date: 08/31/04
- Next message: Hilary Cotter: "Re: Replacing a publisher with subscriber"
- Previous message: Vivek: "merge replication"
- In reply to: lancemc5: "Updating Subsciber Replication Error"
- Next in thread: lancemc5: "Re: Updating Subsciber Replication Error"
- Reply: lancemc5: "Re: Updating Subsciber Replication Error"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 30 Aug 2004 22:25:52 -0400
I take it you are using queued updating? If so are you using MSMQ or the SQL
database as the queue?
I suspect that your Subscriber is having a hard time figuring out where the
subscriber is. Can you do a select @@servername on your subcriber and
publisher and post them here.
Can you also query sysservers on your subscriber and publisher
select srvid, srvname from sysservers where srvid in (0,1)
-- Hilary Cotter Looking for a book on SQL Server replication? http://www.nwsu.com/0974973602.html "lancemc5" <lancemc5@discussions.microsoft.com> wrote in message news:E936DFD6-34D2-4DDD-8579-756AABAE8D6F@microsoft.com... > I have a couple of servers in my test region that I am trying to configure in > an Updating Subscriber replication configuration. I am able to set up the > publisher without issue. The distributor is on the same server as the > publisher. I can create a subscription to the second server. When updating > a column for a publication, the row updates to the subscriber without a > problem. However, when updating the same column on the subscriber, I receive > the following error message: > Could not locate entry in sysdatabases for database 'central' No entry > found with that name. Make sure that the name is entered correctly. > The 'central' database is the publishing database on the first server and > would not have an entry in the sysdatabases table on the subscriber. Does > anyone know why I am getting this message. > Thanks, > -- > Lance McCaskey
- Next message: Hilary Cotter: "Re: Replacing a publisher with subscriber"
- Previous message: Vivek: "merge replication"
- In reply to: lancemc5: "Updating Subsciber Replication Error"
- Next in thread: lancemc5: "Re: Updating Subsciber Replication Error"
- Reply: lancemc5: "Re: Updating Subsciber Replication Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|