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 … but when I deploy it cannot find the connection strings.
Here is the error:
Code: 0xC001000E Source: Description: The connection
"{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" is not found. This error is
thrown by Connections collection when the specific connection element
is not found. End ErrorError: 2012-08-09 00:21:06.25 Code: 0xC001000E Source: Package
Description: The connection "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}"
is not found. This error is thrown by Connections collection when the
specific connection element is not found. End ErrorError: 2012-08-09 00:21:06.25 Code: 0xC001000E Source: Package
Description: The connection "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}"
is not found. This error is thrown by Connections collection when the
specific connection element is not found. End ErrorError: 2012-08-09 00:21:06.25 Code: 0xC00291EB Source: Execute SQL
Task Execute SQL Task Description: Connection manager
"{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" does not exist. End ErrorError: 2012-08-09 00:21:06.25 Code: 0xC0024107 Source: Execute SQL
Task Description: There were errors during task validation. End
Error DTExec: The package execution returned DTSER_FAILURE (1).
Started: 00:21:04 Finished: 00:21:06 Elapsed: 1.888 seconds. The
package execution failed. The step failed.
It seems that your ssis package is pointing to some other connection which might have been
deletedorrenamed.Try opening the SSIS compoenents and point to the correct connection which are there in your connection manager .It happens when we copy the SSIS package components to create a new package or because of renaming the connections or there may be still components which are using the old connection defined in you xml config file( In your case try checking the Execute SQL Task which is throwing error ) .If you are using XML for configuration try deploying the new one.