Thanks guys for your time but I am still scratching my head to understand this (sorry). I change the Feeder as follows but still its causing the same memory issue:
Code: Select all
['FTE'] => DB('Target_Cube', !Position, 'Total Union', 'Total Grade', 'Total Job', !Period, !Scenario, !Employee, 'Percent');
Size of Target cube is: 3100 Employees, 1450 Position, 650 Job, 350 Grade, 322 Period, 150 Scenario, 81 Measures (String & Number)
Size of Source cube is: 36500 Account, 3100 Employees, 1450 Position, 322 Period, 150 Scenario, 30 Department, 11 Measures (String and Number)
The source cube does not have the Union, Job and Grade dimensions, that is why I have to use use the Total (Consolidations level) in my feeder. Is there any other way of doing that?
Percent in the Target cube is being used by some other calculations. I have got 50+ rules in the Target cube. If I can grab the missing concept I should be able to write the remaining Feeders.
Please help me in fixing this feeder. Code example will be much appreciated.