I have created a sql agent jobs that has 2 steps. They are running 2 ssis packages. First steps runs fine but the second step fails.
Here is the error:
Source: Package2
Description: The connection MyOLEDBConnection" is not found. This error is thrown by Connections collection when the specific connection element is not found.
MyOLEDBConnection is used in first package.
Why sql agent is failing at step2?