会话:Process Local Xref Request Using Shared Memory
wood.2010-06-23
症状描述(Symptoms):
When querying on a cube requiring an excessive currency conversion (like drill-down to lowest level), the @xref request on session browser is showing "In progress" all the time together with target cube process. When you try to kill it thru session browser, it shows "Terminating" and has to be killed from linux box kernal. The same kind of query running on V7 (linux box) can be killed immediately. On V11.1.1.2 server, it shows "Process local xref request using shared memory".
Cause
The shared memory is not handled correctly when connecting with an xref to another application. The shared memory has to be disabled with this .cfg parameter.
DisableSharedMemory appName TRUE
解决方案(Solution):
Add the following to the essbase.cfg file. Stop and start Essbase:
DisableSharedMemory appName TRUE
