Groups | Blog | Home
all groups > sql server replication > april 2006 >

sql server replication : New pull Subscription


John
4/20/2006 12:00:00 AM
Hi,

Can anyone point me to some details on how to setup a Pull Subscription? I
have tried and get the same error each time. "Enterprise Mgr could not
retrieve info about the Distributor or the Database". I'm sure i'm doing
something wrong so a step by step guide is what I need. I have already
followed one from "The Code Project" to create the Merge Replication which
worked well.

Thanks in advance.

John

Paul Ibison
4/20/2006 12:00:00 AM
John,
on the distributor, please try:

Use Master
go
Select @@Servername

This should return your current server name but if it
returns NULL then try:
Use Master
go
Sp_DropServer 'OldName'
GO
Use Master
go
Sp_Addserver 'NewName', 'local'
GO
Stop and Start SQL Services

Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)

Hilary Cotter
4/20/2006 12:00:00 AM
Sounds like your app can't connect to the distributor. Make sure you specify
the relevant parameters in the distributor properties and the account your
app is running under is in the dbo_role on the distributor.

--
Hilary Cotter
Director of Text Mining and Database Strategy
RelevantNOISE.Com - Dedicated to mining blogs for business intelligence.

This posting is my own and doesn't necessarily represent RelevantNoise's
positions, strategies or opinions.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

John
4/21/2006 12:00:00 AM
Yes it correctly returned the server name.

John

[quoted text, click to view]

John
4/21/2006 12:00:00 AM
I am trying the connection with the sa account.

John

[quoted text, click to view]

Paul Ibison
4/21/2006 12:00:00 AM
John - can you connect to the publisher/distributor (ping) from the
subscriber? How about registering the server in enterprise manager?
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)



John
4/21/2006 12:00:00 AM
Yes to both questions.

John

[quoted text, click to view]

Paul Ibison
4/21/2006 12:00:00 AM
John,
please can you post up the complete error message.
Cheers,
Paul Ibison SQL Server MVP, www.replicationanswers.com
(recommended sql server 2000 replication book:
http://www.nwsu.com/0974973602p.html)






John
4/21/2006 12:00:00 AM
I will, but it's Friday night here. I can do it when I'm back at work next
week.

Thanks for your help.

John

[quoted text, click to view]

Rahul Patil
4/22/2006 1:28:56 AM

[quoted text, click to view]
If both systems are pinging each other (TCP/IP ping as well a
odbcping) then there is possibility that your agents cannot connect t
your distribution folder which u 've to specify during creating
distributor
Whenever u r using a remote distributor (especially when its
pull subscription) better go for same domain. Use same domain accoun
on all systems which r under replication or if they r on diff domain
then allow those domains communicate each other. Otherwise u'll not b
able to access the remote folder thro' replication agents

--
Rahul Pati
-----------------------------------------------------------------------
Rahul Patil's Profile: http://www.dbtalk.net/m21
View this thread: http://www.dbtalk.net/t30087
AddThis Social Bookmark Button