I am trying to deploy a 2012 package to SSISDB. The way I am doing it is like this. In Management Studio, I right click on the Project folder within the SSISDB node and follow the wizard. When I finally get down to the package I want to deploy, I get a message that says
The variable "$Project::xyz" was not found in the Variables collection. The variable might not exist in the correct scope.
Not sure what this is telling me. "$Project::xyz" is a project parameter. It gets used in my package to set a certain package variable. When I run the package in the designer everything works fine. The package variable sees the different values I give for the project parameter. So not sure what this error is about.