Hi
I have a working SSIS packages running well from debug mode. So to deploy to SQL Server, I actually converted to Package Deployment Model, so that it can generate a dtsconfig file with login credentials.
The problem is, after I converted to Package Deployment Model and created that dtsconfig file, I no longer able to execute the package from debug mode, it kept throwing error. Any advice? Thanks.
'Execute SQL Task: Failed to acquire connection "DB Conn". Connection may not be configured correctly or you may not have the right permissions on this connection.'