Just in case anyone runs into this. In module 2, when I tried executing the SSIS package, I got this error message:
@runincluster is not a parameter for procedure create_execution. (Microsoft.SqlServer.IntegrationServices.UITasks)
It turned out that the Management Studio version 17.0 that I had was too old to run this properly. I installed a new MS and it worked. Info:
https://docs.microsoft.com/en-us/sql/integration-services/what-s-new-in-integration-services-in-sql-server-2017?view=sql-server-ver15
Just in case anyone runs into this. In module 2, when I tried executing the SSIS package, I got this error message:
@runincluster is not a parameter for procedure create_execution. (Microsoft.SqlServer.IntegrationServices.UITasks)
It turned out that the Management Studio version 17.0 that I had was too old to run this properly. I installed a new MS and it worked. Info:
https://docs.microsoft.com/en-us/sql/integration-services/what-s-new-in-integration-services-in-sql-server-2017?view=sql-server-ver15