CRM 2016 & SQl 2016
for all testing purposes I am logging on to CRM and SQL as Domain Admin. I have also taken down the firewalls on both crm server and sql server for testing
CRM: I can run the default reports with no problem. When I try to run a custom report I get the error 'The report cannot be displayed (rsProcessingAborted)
SQL: if I go onto reporting services as the domain admin I can run the report with no issues
When looking in the reporting log I can see this error entry
webserver!ReportServer_0-1!3c8!08/08/2017-10:16:32:: e ERROR: Reporting Services error Microsoft.ReportingServices.Diagnostics.Utilities.RSException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for dataset 'MainInvoice'. ---> Microsoft.Crm.Reporting.DataExtensionShim.Common.ReportExecutionException:
System.Data.SqlClient.SqlException: The SELECT permission was denied on the object 'new_transactionsets', database 'Operations_MSCRM', schema 'dbo'. ---> Microsoft.Crm.Reporting.DataExtensionShim.Common.ReportExecutionException: The SELECT permission was denied on the object 'new_transactionsets', database 'Operations_MSCRM', schema 'dbo'.
*This post is locked for comments