During development of SSRS report I got follow error,
“Fatal exception performing AXRDCE transformation step. The report cannot be rendered. Please contact your system administrator.”
and report stop working, It working perfectly write a few hours ago. The old trick works for me.
- Comment all the code in processReport method of RDP class, by adding /* and */ at end.
- Generate Incremental CIL.
- Run the report. (Which will result in empty report).
- Remove the /* at start of method and */.
- Generate Incremental CIL.
- Run the report, it works fine.