I have a package that has environment variables (defined under Project.params) and SSIS variables (not defined under Project.params). After I deploy the package to the catalog and attempt to run it, it fails because it cannot resolve the values for my SSIS variables. When I configure the Environments (in SSMS), I have configured all the environment variables but not the SSIS variables. Should I be converting "all" SSIS variables to environment variables?
ml