Hi,
When running the following SQL execute task that calls a Stored Procedure:
EXEC EtlLogger.usp_WritePackageAuditLog ?, ?,0, 'init','init',0,'init',? OUTPUT
With the following parameters:
System::PackageName NVARCHAR Input 0
System::ExecutionInstanceGUID Input GUID
User::PackageLogId Output Long 7
I am getting the following error:
Multiple-step OLE DB operation generated errors. Check each OLE DB status value
The SP runs ok from SQL envoirnemnt but not from SSIS. It seems that there is a problem with the SQL execute task calling the SP.
Any ideas how to solve ?