We have an SSIS package that runs from a web service. Everything works fine in the Dev environment, but in the QA environment, I get the following error when I try to run the package: "Failed to get the connection [ConnectionName]. The connection may not be configured correctly or you may not have rights to this connection."
The connection uses SQL input, not integrated. The entrance itself has the appropriate privileges. The SSIS package is located on the file system, not on the SQL server. I used DTCPing and everything is perfectly checked between the SQL server and the Utility server. Unfortunately, I know very little about SSIS, and I lost a bit, which can be a problem. Any suggestions would be greatly appreciated.
Dugan source share