SSIS 2012 Developer Edition:-
I made a project with project level connections and all the packages in it are using these connections. When I try to deploy the same project on the SQL server integration catalog, it is giving an error
Failed to deploy project. For more information, query the operation_messages view for the operation identifier ‘41120’. (Microsoft SQL Server, Error : 27203).
I tried publishing the same project after changing the project level connections into package level connections and it worked.
Is there any way by which I can deploy a project with project level connections without changing each connections into package level?
Find attached the images showing the error.
Looking forward for your recommendations as it has been roadblock in my project.