When trying to create subscriptions for SQL Server Reporting Services when hosted in SharePoint Integration mode , you might get an error which says
“The EXECUTE permission was denied on the object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.”
“The EXECUTE permission was denied on the object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.”
To Fix this issue,
- Login to Sharepoint central administration and navigate to the “Manage Reporting Services Application” page

 - Click “Provision Subscriptions and Alerts”
 - Click “Download Script” and this will download a file named “SSRS-GrantRights.sql”

 - Execute the script on your SharePoint database server
 
No comments:
Post a Comment