Hi all,
I have a child package that loads an Excel File from an ODBC source. I have changed the Run time to use only 32 Bit and it works fine when I run it as a standalone job.
But when called from a Master Package it fails validation with this error
SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
The Master package is running in 64 Bit. Is this what is causing the problem ?
You know what, typing this I have just realised it is the JOB that runs in 64 or 32 bit not the individual package. DOH
Have changed the job to 32 bit. Hopefully that will fix the problem.
I'll leave this here in case anyone is as stupid as me.