Can't run DTS Package in production environment -
03-18-2005
, 09:51 AM
Hi,
I have a VB.NET application that call a SQL 2000 DTS package. This worked
fine when running the client application from my machine but as soon as the
client application was moved to a production machine I get the following
error when trying to run the DTS package.
[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access
denied.
I had this error the very first time I tried to call the package when in a
test env. and I discovered a connection in the package that was using Windows
auth which, I changed to SQL auth. and it ran fine untill now.
I am at loss and have to idea what could be causing the problem.
I am in desparate need if any suggestions.
Thank You! |