I am using Package Deployment Model for one of my project in SSIS.
When I am importing the package on SSISDB under Integration Service Catalogs.
It imports successfully.
Then, I want to create a Job under SQL Job Agents to Run this Package periodically. But there I am not getting any Connection managers which I have used in my package.
My SSIS package has 2 connections :
If I am not getting the connection manager while creating the job, then How can I change the connection Servers from local to Production ones from here?
Am I missing something on configuration part to include Connection Managers in the Deployment Package?
Please help here.
Thank you, Mittal.
In SSMS open the Integration Services Catalogs -> SSISDB -> CatalogName -> Projects
, then right click on the project OR Find the package in the SSIS Catalog
and right click on it, then select the Configure...
entry in the popup menu.
You can select the package in the Scope
dropdown list, then you can find the connections under the Connection Managers
tab.
Also please read this thread: How to configure SSIS 2012 project to run under different environment configurations?