Review the access required to configure a Microsoft SQL Server Integration Services Repository Database datasource.
Overview
The Microsoft SSIS Repository DB bridge connects directly to the SQL Server repository database. Use a database user, not a user from the integrated SSIS permissions model.
Required permissions
The database user must have the following SQL Server access:
publicserver role for Connect accessdb_readerdatabase membershipssis_admindatabase membership to access the internal stored procedures used to extract packages
Permission validation
Test the connection before cataloging to confirm that Data Integrity Suite can connect to the repository database and extract SSIS packages.