You probably get errors like:
- Error: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR. The requested OLE DB provider OraOLEDB.Oracle.1 is not registered -- perhaps no 64-bit provider is available.
- [Execute SQL Task] Error: Failed to acquire connection "NADCWDDBS01A_INS01A.LegalReview". Connection may not be configured correctly or you may not have the right permissions on this connection.
- Etc.
To solve the problem:
- Go to your SSIS project properties
- From Configuration properties select Debugging
- On the Data Flow Optimizations change the option Run64BitRuntime to false
No comments:
Post a Comment