Error:
The connection type "ZS-AWS-REDSHIFT" specified for connection manager "Amazon Redshift" is not recognized as a valid connection manager type
— OR —
Package is working fine Visual Studio but does not work when run inside SQL Agent Job (Integration Services Server Component)
— OR —
Cannot find the connection manager with ID “{xxxxxxxx-xxxx-xxx-xxxx-xxxxxxxxxx}” in the connection manager collection due to error code 0xC0010009.
Cause:
This can happened due to one of the following reasons.
- SSIS PowerPack Components/Tasks not correctly installed or its totally missing on the machine where you are trying to run SSIS Package.
- You recently installed or upgraded SSIS PowerPack but did not restart Integration Services (Start | All Programs | Microsoft SQL Server 2012 | Configuration Tools | SQL Server Configuration Manager)
- Deploying the partial or corrupted SSIS Package, Occasionally, when deploying from the repository.
Solution:
- Install SSIS PowerPack if its missing on the machine where you are trying to run SSIS Package.
- Restart Integration Services (Start | All Programs | Microsoft SQL Server 2012 | Configuration Tools | SQL Server Configuration Manager)
- Please ensure you deploy the package completely and correctly. Occasionally, when deploying from the TFS repository, there’s a risk of the package becoming corrupted. We recommend deploying the SSIS package directly from Visual Studio.