I have an SSIS package that is hosted in MSDB database in SQL Server 2008.
There is another server that has SQL Server 2012 and has an exact replica of the databse as in SQL Server 2008, with all the user roles and permissions being same.
I am calling this package in my application using code written in C# 4.0.
The call is successful when calling the SQL 2008 database.
However, when I try calling the same SSIS package in SQL Server 2012 database, the call is unsuccessful.
Please suggest what could be the issue.