Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Replication Fails...

Author  Topic 

dhw
Constraint Violating Yak Guru

332 Posts

Posted - 2003-01-29 : 19:41:55
I have set up (or attempted to set up) a snapshot replication from SQL2000 to MSDE. I configured the publisher and distributor as the same server and have set it to allow for anonymous pull subscriptions.

On my subscriber (MSDE) I set up a pull subscription that starts to run and then fails. From the job history log I see:

Category:COMMAND
Source: Failed Command
Number:
Message: exec sp_helpdistpublisher N'SECURE.IOMEDEX.COM'

Category:SQLSERVER
Source: HANTA
Number: 14080
Message: The remote server does not exist or has not been designated as a valid Publisher.

The remote server does not exist or has not been designated as a valid Publisher. The step failed.

I made sure to set up the publisher/distributor server as a remote server on the MSDE server. Is there something else that might cause the job to fail?

Thanks...
dhw

dhw
Constraint Violating Yak Guru

332 Posts

Posted - 2003-01-30 : 10:52:42
okay...well, I was able to get the replication working. The problem, appears to be with the reference to the server name. When I use the server's name to set up the pull subscription it works fine.

However...I was hoping to be able to use a reference like 'secure.company.com' or even an ip address. I can register, via enterprise mangager, using both of these methods and access the server without any problems. The folks that will be connecting over the internet will not be part of the windows domain...and therefore, the server name won't be accessible (or won't resolve) whereas, they can connect using the fully qualified name ('secure.company.com') or even an ip address.

I am new to replication ... so I am probably missing some important pieces of knowledge.

thanks,
dw

Go to Top of Page
   

- Advertisement -