Hi,
I got a strange problem. I have developed a package that reads data from Excel into Sql Server 2012. The package runs with success in SQL Server Data Tools but when I try to schedule the package in Agent i get this error message.
Description: The connection is not found. This error is thrown by Connections collection when the specific connection element is not found.
I think it is the Ole db destination that makes this error. When i create the step in Agent, on the Data Source tab only the excel connection manager is shown. Why not the Ole db destination? This destiantion is a project data source, is there something else that needs to be configured?
Thanks in advanced!