Hi All ,
I have a dimension "Investment" which has 80,000 elements in it. I use a feeder statement in a look up cube which feeds data to the main cube. Because of this dimension , the feeder statement is not getting saved. When i put only a consolidation element in the feeder for that dimension, then it is working fine.
I wanted to know whether it will be possible to put a named subset of dimension elements in the feeder instead of !Investment. The main cube will be using only 4,000 elements in the Investement dimension. So I want to put only those 4,000 elements saved as a subset.
Regards
Anoop
Feeder statement at the source cube is crashing the server
- Cam
- Posts: 18
- Joined: Wed Mar 09, 2011 12:30 am
- OLAP Product: TM1
- Version: 9.5.1
- Excel Version: 2003
Re: Feeder statement at the source cube is crashing the serv
hello,
what is a lookup cube?
you really need real time on a 80,000 dimension element cube? maybe something with TI can work faster and avoid longer waiting times in saving rules or crashing events.
Regards,
what is a lookup cube?
you really need real time on a 80,000 dimension element cube? maybe something with TI can work faster and avoid longer waiting times in saving rules or crashing events.
Regards,
-
- Posts: 101
- Joined: Tue May 12, 2009 8:20 am
- OLAP Product: TM1
- Version: 9.5.2
- Excel Version: Office 2010
Re: Feeder statement at the source cube is crashing the serv
Hi Cam ,
The lookup is actually a table with some values numeric values stored in it . This is for a reporting cube , which pulls the data from database .
I need to check on how to implement with TI . Some fields are editable to the user , so when they edit the number, they need to see the changes on the fly .
Regards
Anoop
The lookup is actually a table with some values numeric values stored in it . This is for a reporting cube , which pulls the data from database .
I need to check on how to implement with TI . Some fields are editable to the user , so when they edit the number, they need to see the changes on the fly .
Regards
Anoop
-
- MVP
- Posts: 2836
- Joined: Tue Feb 16, 2010 2:39 pm
- OLAP Product: TM1, Palo
- Version: Beginning of time thru 10.2
- Excel Version: 2003-2007-2010-2013
- Location: Atlanta, GA
- Contact:
Re: Feeder statement at the source cube is crashing the serv
Probably due to overfeeding and running out of RAM. When you create a feeder statement you should only feed rule calculated cells that you know will evaluate to something other than 0. What is the condition that causes one of the 80,000 Investment elements to have a value in the reporting cube? Use that condition to do your feeding. I can't think of many situations where a lookup cube would be the source of a feeder. I'm not saying it can't be, just not likely to be the proper way.anoops81 wrote:the feeder statement is not getting saved