Hi everyone,
I'm using SSIS on SQL Server 2005 and have run across an error. As part of the cleanup process I removed a couple of connections from the connection manager section, that we didn't end up using. But now when I attempt to execute the package I get an error stating that "The connection {some guid} is not found. This error is thrown by the Connections connection collection when the specific connection element is not found."
I've checked and rechecked, and the connections I've removed are not being used in the package, so it appears this is an unnecessary error. Is there someplace I can check and clean out this error message?
Thanks!