J
jdionne
I have a VB.NEt Winform app deplyed on ServerA. I have a DTS package
on ServerB. When I try to load the package with:
package.LoadFromSQLServer(serverB, uid, pwd,
DTS.DTSSQLServerStorageFlags.DTSSQLStgFlag_Default, , , , packageName)
Where serverB, uid, pwd are variables set in the program and are valid,
I get this error
Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not
exist or access denied.
Which makes no sense because I'm using SQL Authentication and I am
1000000000% sure the uid and pwd are correct. Am I missing something?
My VB app runs fine on the sql server but not anywhere else and I need
to run it elsewhere against the db.
on ServerB. When I try to load the package with:
package.LoadFromSQLServer(serverB, uid, pwd,
DTS.DTSSQLServerStorageFlags.DTSSQLStgFlag_Default, , , , packageName)
Where serverB, uid, pwd are variables set in the program and are valid,
I get this error
Description: [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not
exist or access denied.
Which makes no sense because I'm using SQL Authentication and I am
1000000000% sure the uid and pwd are correct. Am I missing something?
My VB app runs fine on the sql server but not anywhere else and I need
to run it elsewhere against the db.