I have VC installed on a Windows 2003 domain member server. On the same server, I have SQL Server 2005 Integration Services with the Native SQL Client installed. I have 2 locally stored DTSX packages (file system) that I want to execute passing trusted domain credentials. I can run both packages using the local SQL Server Management Console logged on with Windows Integrated security no problem. When I try to run them in VC I get this...?
The package source is a flat file.
The package destination is a different serverf that hosts the DB.
I know this is simple authentication stuff but don't know what to try next.
Note.....User should read AB\SYSSQL...... ABSQL04$ is machine name of the server.
The SSIS Execution failed
Number of warnings: 0
Number of errors: 4
Error (0):SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user 'AB\ABSQL04$'.".
Error (1):Failed to acquire connection "DestinationConnectionOLEDB". Connection may not be configured correctly or you may not have the right permissions on this connection.
Error (2):SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E4D.
An OLE DB record is available. Source: "Microsoft SQL Native Client" Hresult: 0x80040E4D Description: "Login failed for user 'AB\ABSQL04$'.".
Error (3):Failed to acquire connection "DestinationConnectionOLEDB". Connection may not be configured correctly or you may not have the right permissions on this connection.
From, GetErrorValues (0)
Thanks