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 between 2 win2k server

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-09-20 : 08:32:01
Vivek Bhardwaj writes "Hi,
I have problem to replicate sql2000 database between 2 windows 2k servers.

1st server(Serv1) has domain & RAS enabled and also some win98 clients.

2nd(Serv2) one is only server not configured as a domain just standalone.

I connect Serv2 to Serv1 with dial-up connection, it connects successfully and even both sql2000 server registered respectively with SQL server authentication only not windows authentication.

Serv1 is configured as a Distributor & Publisher and even also generate snapshots for replication but when i try to pull subscription on Serv2 it connects to distributor, publisher, subscriber but at last not complete the job it gives the message article not found.

Please also specified what is the right snapshot file location.

Thanx"

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-09-21 : 02:27:15
the article not found means, one of the object you're trying to replicate could not be found on Server2

check your publication property if the snapshot will create the object or just append the data.
Go to Top of Page
   

- Advertisement -