I am trying to explore on the new SSIS 2016 feature (Incremental Package dpeloyment). I have deployed my packages successfully to Integration services catalog.
Those are even getting executed successfully but there are few scenarios:
1. I am not sure if the packages are reading values from xml configuration files at all when i have deployed them to the catalog, although it seems that in the first deployment they read the xml config values but i am still not 100% sure on this.
2. When i change the values in my XML configuration files and re-execute the SSIS packages deployed in integration services catalog, it does not take the updated value from the file, instead keeps running on existing value.
3. I have imported the SSIS solution to visual studio as well and tried running packages from their after updating XML configurations. Through visual studio it reads the config file and executes appropriately while same is not the case when the packages are executed form the catalog.
Can someone please clarify on above points?