Click here to Skip to main content
15,889,863 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,
I have deployed my code and its working fine on all Environment accept Test Environment and only for two pages i am getting this error (error has occurred during report processing. (rsProcessingAborted)) can you please tell me why this is happening only for 2 pages. If there is issue in the code then it should give errors for all the pages and on all Environment. But its just throwing an error for 2 pages for other its working fine. I have attached Error Log. Can you please help me.


What I have tried:

Below is error i am getting
<pre>Exception raised in GetReport: reportID=18408 authToken=UVqPJl6_JKr7 isIE=False
[Platform.Reporting.Api.ReportingException]
Code RenderingFailed: Report rendering failed: Failed due to ReportingException: Code Exception: SOAP exception: <ErrorCode xmlns="http://www.microsoft.com/sql/reportingservices">rsProcessingAborted</ErrorCode><HttpStatus xmlns="http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message
Posted
Updated 20-Jun-17 2:37am

1 solution

Apparently you're dealing with a rather complex error message. It is used in many contexts. Try reading Nathans blog about the issue here
4 Steps that Will Help You Conquer the (rsProcessingAborted) Error Cobalt[^]

The error in your case could be due to code because what you get is HTTP status code 400 which is the 'Bad request'

did you perhaps make an error in your paging code, when calling the reporting service i mean, any dashes too many or too little, paging parameters omitted or what not?

This one can get you help as to what type of bad request it is:
Opening the Reports web application fails with “The request failed with HTTP status 400: Bad Request.” | Utterances on Software Engineering[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900