markSaunders
Programmer
Any advice on this one:
I have opened up the firewall on the destination server for a specific IP address of the source server on port 1433 in order to allow a DTS package to update a destination table with the contents of the source table.
To test the connection is permitted I then created a DTS package on the source machine and have attempted to create a connection that uses the
Data Source: MS OLE DB provider for SQL Server
Server: contains the destination IP address
Uses SQL server login: a login/user that can select/update/delete etc. on one table in the database (i've actually tried the same with the sa password).
after entering the correct password and attempting to refresh i get the
if i try an incorrect destination IP address i get a message indicating that the server cannot be contacted as would expected so this leads me to think that the connection is getting through the firewall, but not into SQL.
i can connect when i'm in the same domain using the user as above but not when i've come through the firewall -
have i missed something obvious?
any ideas?
any help appreciated!
cheers
m
Mark Saunders
I have opened up the firewall on the destination server for a specific IP address of the source server on port 1433 in order to allow a DTS package to update a destination table with the contents of the source table.
To test the connection is permitted I then created a DTS package on the source machine and have attempted to create a connection that uses the
Data Source: MS OLE DB provider for SQL Server
Server: contains the destination IP address
Uses SQL server login: a login/user that can select/update/delete etc. on one table in the database (i've actually tried the same with the sa password).
after entering the correct password and attempting to refresh i get the
Code:
Login failed for user 'testUsr'
if i try an incorrect destination IP address i get a message indicating that the server cannot be contacted as would expected so this leads me to think that the connection is getting through the firewall, but not into SQL.
i can connect when i'm in the same domain using the user as above but not when i've come through the firewall -
have i missed something obvious?
any ideas?
any help appreciated!
cheers
m
Mark Saunders