Hi:
I created an integration project that populates a SQL Table.
I have no issues if I used a OLE DB Destination object o reach a SQL server. However, when I used a SQL Server Destination object, I get the following errors:
[SQL Server Destination [33]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E14.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E14 Description: "Could not bulk load because SSIS file mapping object 'Global\DTSQLIMPORT
' could not be opened. Operating system error code 5(Access is denied.). Make sure you are accessing a local server using integrated authentication.".
[SQL Server Destination [33]] Error: Unable to bulk copy data. You may need to run this package as an administrator.
[SSIS.Pipeline] Error: SQL Server Destination failed the pre-execute phase and returned error code 0xC0202071.
But when I changed the connection to use integrated authentication, it ran fine.
So, I can never use SQL Server authentication with this object?
Venki