I\'m kind of new to SSIS programming, and I\'m having some problems deploying an SSIS package.
This package runs correctly on my PC, does everything it needs to do ..
I had same issue in my case, the cause was connection was not embedded and incompatibility of Oracle Client.
SOLUTION:
My Environment:SQL SERVER 2014 64bit Oracle Client 32 bit
For include/embed Connection
for SQL SSIS Catalog/Job schedule set the configuration follow steps in picture
I tried to post detail step by step pictures, but Stack Overflow does not allow that due to reputation. Hope I later will update this post.