Hello Guys,
We have a dashboard report which contains summarized data and another set of reports that contain the details. Drill Through have been adjusted from the dashboard to the Detailed Reports. Also, a JavaScript function is used in the details reports to direct the reports back to the dashboard. The JavaScript function simply simulates the 'BACK' button on the browser. The JavaScript function used is
<a href="javascript:history.go(-1)"> Back </a>
or
<a href="javascript:history.back()"> Back </a>
When you run the dashboard report and then drill through to the details report, everything is working fine. The problem is when we try to go back to the dashboard. Most of the time now we receive the following error message:
Quote
RSV-BBP-0037
The request 'asynchWait_Request' failed because the conversation was already released.
Details
RSV-SRV-0042 Trace back:RSReportService.cpp(792): RSException: CCL_CAUGHT: RSReportService::process()RSReportServiceMethod.cpp(252): RSException: CCL_RETHROW: RSReportServiceMethod::process(): asynchWait_RequestRSReportServiceHelper.cpp(831): RSException: CCL_THROW: RSReportServiceHelper::absoluteAffinityError()
It doesn't matter if you use the JavaScript link or the Back button the browser. The error message will appear. We have the error now most of the time. If you run the report for example 10 times, in 8 times the error will happen.
So .. What do you think ?