Sql-server – Error while deploying package to catalog

catalogsdeploymentsql serverssis

I am getting below error while deploying package to SSIS catalog on the last step, I am sysadmin and have access to the below views. Can someone help please. Let me know if you need more info. Any help is appreciated

The SELECT permission was denied on the object 'database_principals',
database 'mssqlsystemresource', schema 'sys'. (Microsoft SQL Server,
Error: 229)

Best Answer

The issue may occur if the user has Deny privilege on the target objects as well. Please check the permissions settings on the target database.

You should remove this roles from your account.

  • db_denydatareader
  • db_denydatawriter