Link to home
Start Free TrialLog in
Avatar of itxtech
itxtech

asked on

Replication Error: SQL Server does not exist or access denied. (Source: MSSQLServer, Error number: 17)

Here is my setup. 3 sql servers.
Publisher: sql 2000
Distributor: sql 2000
Subscriber: sql 2005

Publisher can push the data to the distributor. A snapshot is generated successfully. However when replication starts from distributor to subscriber it fails givng the following message:

SQL Server does not exist or access denied. (Source: MSSQLServer, Error number: 17)

Publisher and distributor are on the same domain. Subscriber is on a different domain. Using sql logins for all the servers.

Please let me know if you need any further info.

Thank you.
ASKER CERTIFIED SOLUTION
Avatar of milankuzmanovic
milankuzmanovic

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of reddy16
reddy16

s
I have the same issue. Does anyone have solution for this?