[WLS_REPORTS] [WARNING] [DMS-57008] [oracle.dms.context] in Oracle reports 11g R2
Hi All,
We are using Oracle forms and reports 11g R2 and winserver 2K8 R2 is the server.
we are facing the below issue while printing few reports..
[WLS_REPORTS] [WARNING] [DMS-57008] [oracle.dms.context] (This was taken from the C:\Oracle\Middleware\user_projects\domains\ClassicDomain\servers\WLS_REPORTS\logs\WLS_REPORTS-diagnostic.log).
When I was goggling that issue I found that it may cause because of
DMS-57008: The execution context put in place at the start of the request, {0}, is not the execution context in place at the end of the request, {1}. The request is as follows: {2}
Cause: When enabled to do so DMS associates an execution context with the resources (typically a thread) assigned to process an incoming request. In this case the context that DMS assigned at the start of the processing is not the one in place at the end of the processing. At some point during the processing the context has been changed. This could result in the loss of the ability to correlate the work performed across the complete request lifecycle for this request. A failure in the DMS execution context feature does not generally result in a complete failure of the
Cause: When enabled to do so DMS associates an execution context with the resources (typically a thread) assigned to process an incoming request. In this case the context that DMS assigned at the start of the processing is not the one in place at the end of the processing. At some point during the processing the context has been changed. This could result in the loss of the ability to correlate the work performed across the complete request lifecycle for this request. A failure in the DMS execution context feature does not generally result in a complete failure of the
0