Hello Professionals,
Basically I am from System Admin background. One of colleague (Developer) is facing an issue. We have a SQL Server (Server1) where Visual Studio also installed. Developer is creating a SSIS package in Server1 and adding a Execute SQL Task with just an insert query to a database. He is getting the below error.
Failed to acquire connection......Connection may not be configured correctly or you may not have the right permissions on this connection.
The user is running the same package from his system, it is running without any issue (Pointing same SQL Server, same DB).
Tried all these.
1) The User account used to login with Developer system and SQL Server (Server1) are Same
2) Given Full control to the folder where package resides
3) Tried pointing SQL Server using IP, Hostname, localhost etc etc.
Can anyone please explain me what would be the issue and step by step to fix it.