Hi,
Scenario:
i create a ssis package in visual studio 2015. I set deployment model to package and the Solution Version to 2016.
I connect to Integration Services on ServerA. Right Click on MSDB --> Import Package.
After that i can see the package in the MSDB folder of Integration Services (just like it was in the versions before).
First thing that is different:
In the SQL Server in MSDB in table msdb.dbo.sysssispackagaes i cannot see the uploaded package. But in SQL Server 2012 and 2014 i can confirm that it was the case.
As a main consequence i cannot call that package from within another SSIS Pcakage via Execute Package Task because the dropdown menu there cannot see the package because it looks on MSDB (sql server wise) instead of integration service.
I think the inconsistency between what i see in integration services and in the sysssispackages table is a bug that leads to major problems.
Can anybody confirm this bug or tell me more?