Error: the report cannot be displayed (rsprocessingaborted).
How to solve this?
Error: the report cannot be displayed (rsprocessingaborted).
How to solve this?
Check your all queries inside query designer, there must be some wrong attribute value assigning
Hi,
I am getting this same error .but, the link which you have provided is not available. please share me the link or solution for this issue if you have it.
Thanks in advance.
Reason can be that the Report is not mapped with appropriate DataSource
In the few times I've seen this it's been an SPN issue (or lack thereof) especially when you're using domain accounts. See this link:
www.cognettacloud.com/.../fixing-reporting-issues-with-crm-2011
Hi,
I also needed to set these same permissions (CRMReaderRole, db_owner, public) on my 'MSCRM_Config' database for the account under which the SQL Server Reporting Service is running. That is the only way I could get this to work.
hi,
check Permissions, check if your query gets from 'filtered' veiw.
check event viewer - message on server where crm installed
and not
Error: the report cannot be displayed (rsprocessingaborted). is very generic , good to know that you are able to resolve the issue. I would say the best approach is to check if the reports are running from the report server or not. if not, after running the report form the report Manager(any CRM OOB) when it fail see the report logs and if this is due to the SPN or permission you will get clear error message there
When SPN is the cause of the report failure :support.microsoft.com/.../2590774.
Thanks,
Mohammad
See this link
setspn –a HTTP/crm Domain\User
setspn –a HTTP/crm.server.com Domain\User
To resolve this issue I had to follow these steps
CRMReaderRole,
db_owner
public.
André Arnaud de Cal...
283,860
Test role Public
Ludwig Reinhard Microsoft Employee
Martin Dráb
225,155
Moderator