We are trying to configure VisualCron to execute SSIS packages located in the SSISDB catalog.
The project deployment model of SSIS 2012 no longer stores packages in the MSDB or on the file system.
Instead a seperate SSIS catalog is created on the database server. The project deployment model also allows you to define different environments (DEV, TEST, PROD,..) to assign correct values for the parameters used in your packages according to the environment against they are executed.
I already succeeded in executing a package using VisualCron. Unfortunately there is no option in VisualCron to specify the environment from which the parameters in the packages should receive their value.
Below a screenshot of this option within the native SQL Server job agent.
Please advise how I can select the environment using VisualCron.
Cheers,
Chris