Reporting Error

All,
I am getting the following error when previewing a modified Job Traveler:
Program Ice.Services.Lib.RunTask raised an unexpected exception with the following message: RunTask: An error has occurred during report processing. ---> Microsoft.ReportingServices.ReportProcessing.ProcessingAbortedException: An error has occurred during report processing. Stack Trace: at System.Web.Services.Protocols.SoapHttpCl...
As you can see, it does not say it is a query error. Normally, I can validate the SQL and find out if I am missing something. However, this gives me absolutely no clue as to the cause. (10.2.200.12)

Does the report give you any errors when you run it in the builder?

I thought this was a feature of 10.2.300 but @aidacra mentioned that, for security reasons, by default client-side error messages are, uh, brief. You can see the actual error message in the Flight Data Recorder (aka app server log) or you can edit your web.config file and add:

<add key="ExceptionIncludeTrace" value="true" /> in the <AppSettings> section.

Mark W.

Thanks. It appears the client did not want it on. I had to fix it the hard way and diagnose the SQL…