In Visual Studio I am creating a master package that I will use to execute a number of child packages using the Execute Package Task.
The child packages have been deployed to the Integration Services Catalog SSISDB on SQL Server 2016.
When configuring my Execute Package Task to execute a child package I am not able to access the SSISDB on the server. How can I access the SSISDB?
It seems the task is expecting the child package to be located in the MSDB on the Integration Services Server.
The following are the configurations made I the Execute Package Task
- Reference Type: External Reference
- Location: SQL Server
- Connection: .SSISDB
- PackageName: ? - Unable to select child package
- Password: *********
- ExecuteOutOfProcess: False
Update: Changing to package deployment mode does not change the behavior of the Execute Package Task. I am still not able to access the packages stored in the SSISDB