Search found 5 matches
- Mon May 18, 2009 7:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Calculate exact Memory Consumption of Cube
- Replies: 7
- Views: 5776
Re: Calculate exact Memory Consumption of Cube
Thanks a lot for your help Steve, Allan, and Martin...you are really TM1 Guru guys! More power.
- Thu May 14, 2009 9:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Calculate exact Memory Consumption of Cube
- Replies: 7
- Views: 5776
Calculate exact Memory Consumption of Cube
I need to calculate the memory consumption of each cube on server. I see the memory consumption on Cube Properties but its different when I monitored its activity on Task Manager. Is there an exact formula for this? help is greatly appreciated.
- Thu May 14, 2009 9:46 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Restarting TM1 Server Automatically
- Replies: 4
- Views: 5764
Restarting TM1 Server Automatically
Our server is now suffering from an "Out of memory" issue. We are using 32bit OS and we understand that we really reached the limit during processing. I know one way to resolve this is to restart the tm1 server / recycle the memory but I don't want to keep on restarting this once everyday....
- Wed Oct 22, 2008 3:31 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Getting an average instead of Consolidation
- Replies: 9
- Views: 26282
Re: Getting an average instead of Consolidation
I also having the same problem of getting an average instead of consolidation :( Here's what suppose to happen. The consolidated element (C) must get its sum value and divide it by the number of components it has like ['General Average']=sum of child values / total number of childs. I already tried ...
- Mon Oct 20, 2008 10:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How do i sum up the values generated from rule?
- Replies: 6
- Views: 5970
How do i sum up the values generated from rule?
Hello guys, Im experiencing a problem on summing up the child values generated by the rule i made. See my attached screenshot. This is my current rule: SKIPCHECK; ['Number Buying Accounts']=IF(ELLEV('tsUBA Accounts',!tsUBA Accounts)=0, IF(['Product Lines Bought']=0,STET,1),1); What do i need to do i...