Hi,
Issue: I had created my first package using Project deployment model, deployed package into sql server 2017 catalog. Package have project parameters InitialCatalog and ServerName. Created environment variables in Integration services catalog, added it in the references in the project properties. while executing package referred to the environment variables, execution is successful and also could see parameters are correctly referred as per the reports which are automatically generated. But i see no values are inserting in a table. The package is very simple just inserting into a table, which is successful during package execution on solution explorer.
Please help, i have watched many videos and followed same as they suggested, couldn't figure out. I have been trying all ways and checked many sites.