Re: call sp_MSmakegeneration (?)
From: Fany Vargas [MSFT] (fanyv_at_online.microsoft.com)
Date: 12/16/04
- Next message: Paul Ibison: "can I (how) have a snapshot that pulls from an odbc source"
- Previous message: Hilary Cotter: "Re: replication from DB2 AS/400---how?"
- In reply to: swati: "Re: call sp_MSmakegeneration (?)"
- Next in thread: swati: "Re: call sp_MSmakegeneration (?)"
- Reply: swati: "Re: call sp_MSmakegeneration (?)"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Dec 2004 15:21:51 GMT
I want to confirm that what you mean is that on the subscriber you do not
see a SRVID of 0 for the subscriber server when running sp_helpserver on
the subscriber. So for example if my subscriber server is called
SUBSCRIBER1\INST1, and sp_helpserver on this subscriber shows:
name id
------------ ----
SUBSCRIBER1\INST1 0
nameofpublisherserver 1
then there is no problem, however if you see something like:
name id
------------ ----
SUBSCRIBER1\INST1 2
nameofpublisherserver 1
then there is a problem because you should have server ID 0 for the local
server. If that is the case you run the following to correctly set the
local server name :
-- Drop the server with incorrect name
EXEC sp_dropserver @server='SUBSCRIBER1\INST1'
-- Add the correct server as a local server
EXEC sp_addserver @server='SUBSCRIBER1\INST1', @local='local'
Reference:
PRB: Replication setup is not successful when SQL Server 2000 is - ID:
818334
http://support.microsoft.com/?id=818334
Fany Vargas
Microsoft Corporation
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Paul Ibison: "can I (how) have a snapshot that pulls from an odbc source"
- Previous message: Hilary Cotter: "Re: replication from DB2 AS/400---how?"
- In reply to: swati: "Re: call sp_MSmakegeneration (?)"
- Next in thread: swati: "Re: call sp_MSmakegeneration (?)"
- Reply: swati: "Re: call sp_MSmakegeneration (?)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|