I am trying to set up an odbc connection to a remote SQL Server 2000 database. I have access to the server via remote desktop connection and can ping its IP successfully, but I cant get through odbc setup.
In Create New Data Source, I select the SQL Server driver, For server I put the correct IP address. I've tried NT and SQL authentication ... but because my NT login on the remote doesn't match Server, I select SQL authentication. Client Configuration shows the IP in Server alias and server name. Library is set t TCP/IP. Port is set to 1433. I've checked that remote firewall isn't blocking that port. I put "sa" in login id and supply the password.
When I click Next the result is always the same:
Connection failed, SQLstate 01000, Error 10061 ConnectionOpen(connect()), followed by SQLstate 08001, Error 17, Server does not exist or access denied.
This has had me stuck for a week. Can anyone help out?
In Create New Data Source, I select the SQL Server driver, For server I put the correct IP address. I've tried NT and SQL authentication ... but because my NT login on the remote doesn't match Server, I select SQL authentication. Client Configuration shows the IP in Server alias and server name. Library is set t TCP/IP. Port is set to 1433. I've checked that remote firewall isn't blocking that port. I put "sa" in login id and supply the password.
When I click Next the result is always the same:
Connection failed, SQLstate 01000, Error 10061 ConnectionOpen(connect()), followed by SQLstate 08001, Error 17, Server does not exist or access denied.
This has had me stuck for a week. Can anyone help out?