Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS execute package error "Failed to acquire connection", Connection may not be configured correctly or may not have the right permissions on this connection".

$
0
0

Background: I recently configured and executed an SSIS package in SSDT 2015. This package consists of 1 - Execute SQL Task that does a simple delete from table.And 1- Data flow task, that pulls data from a vertica table and loads into a SQL Server table. Executing this package on my local computer through SSDT works perfectly fine. I have deployed this package to a SQL server Enterprise (64 bit) version 13./ 2016 succesfully, but when i EXECUTE. I get errors for the connections. To remove all the extra errors, i decided to remove the data flow and simply create a test package with just 1- execute sql task (delete from table), tested that out in SSDT (everything ran fine). So, i deployed again and got the below errors: How do i configure my package to connect the same way it does when i run it through SSDT?


Viewing all articles
Browse latest Browse all 24688

Trending Articles