Hi everyone,
How is the day going
Please i created an SQL Server job that will execute an SSIS Master package that have up to 50 child packages. Ordinarily the package runs successfully from SQL Server Data Tools but if i tried running it from SQL Server Agent it fails and shows the following error;
Message
Executed as user: SqlAdmin. Microsoft (R) SQL Server Execute Package Utility Version 11.0.2100.60 for 64-bit Copyright (C) Microsoft Corporation. All rights reserved. Started: 4:42:17 PM Error: 2013-03-13 16:42:18.02 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "Configuration" is not found. This error is thrown by Connections collection when the specific connection element is not found. End
Error Error: 2013-03-13 16:42:18.04 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "{A8297836-8312-4752-A227-0C63CD94E713}" is not found. This error is thrown by Connections
collection when the specific connection element is not found. End Error Error: 2013-03-13 16:42:18.04 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "{A8297836-8312-4752-A227-0C63CD94E713}"
is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error Error: 2013-03-13 16:42:18.05 Code: 0xC001000E Source: LoadGroup_Full_Master Description:
The connection "{A8297836-8312-4752-A227-0C63CD94E713}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error Error: 2013-03-13 16:42:18.07 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "{DD85416A-EE67-44D8-B6E7-768127620B0C}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End
Error Error: 2013-03-13 16:42:18.07 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "Configuration" is not found. This error is thrown by Connections collection when
the specific connection element is not found. End Error Error: 2013-03-13 16:42:18.07 Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "Configuration" is not found.
This error is thrown by Connections collection when the specific connection element is not found. End Error Error: 2013-03-13 16:42:18.07 Code: 0xC02020EA Source: LoadGroup_Full_Master Log provider "SSIS log provider
for SQL Server" Description: The connection manager "Configuration" is not found. A component failed to find the connection manager in the Connections collection. End Error Error: 2013-03-13 16:42:18.09
Code: 0xC001000E Source: LoadGroup_Full_Master Description: The connection "Configuration" is not found. This error is thrown by Connections collection when the specific connection element is not found. End
Error Error: 2013-03-13 16:42:18.09 Code: 0xC00220E6 Source: EPT Cube Process Description: There is no project to reference. End Error Error: 2013-03-13 16:42:18.09 Code: 0xC0024107 Source: EPT Cube Process Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 4:42:17 PM Finished: 4:42:18 PM Elapsed: 0.141 seconds. The package execution failed. The step failed.
Can someone pls help out
me