Hi,
when I execute a planning funciton (COPY) on a BIA enabled realtime cube - I get the error
Error reading data for the infoprovider <Cube$>
On going through the trace files and the performance trace, I found:
TREXIndexserver.trc:
6952; Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>
IndexID: <>, QueryMediator failed executing query, reason: Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>
TREXRFCserver trace file:
TREX_RFC_AGGREGATE_SP5 rc: 6952 (Error executing physical plan: AttributeEngine: not enough memory.;in executor::Executor in cube: <>)
Another Inderserver trace file:
AggregateMerger returning out of memory with hash table size 668180, columns 63
I get the same errors even after restarting all the BIA services (when memory consumed on each blade is the minimum possible).
My questions:
1. How do I know how much memory is this process looking for? We have 16GB blades.
2. Is it because this function is trying to send too much data back to OLAP (Notes 1002839 & 1018798). If yes, is there something equivalent of RSRT for planning functions. In particular, I am looking for event 9010 (or its equivalent)
3. Can I turn BIA off for just this planning function as we do for a query?
Help appreciated.
Thanks,
Saurabh