I'm trying to find the code used for a Maintenance Plan SSIS package that is stored in SQL server as a SQL Server Integration Services Package. I've tried logging into the Integration Services on the server, but it returns an error that it failed to retrieve data for this request. Unfortunately I wasn't the one that set up this package, so I'm not sure where the original files are or if they even exist at this point.
I need to find the dtsx file or something similar so that I can determine what steps are being performed and modify them as necessary. This is on SQL Server 2012 and the package is being referenced from the SQL Server Job Activity Monitor.
Thank you in advance for any help you can provide.