Page 1 of 1
Cube is loaded although "DemandLoad" = "YES"
Posted: Mon Sep 12, 2016 3:00 pm
by Mark2007
Hi there,
I'm facing a model where a list of cubes is set to "DemandLoad" = "YES". Nevertheless, all these cubes are loaded when the server is restarted. How can I make the cubes keep out of the memory?
Versions: TM1 10.1
Cubes include Rules
PersistentFeeders=T
Thanks in advance!
Mark
Re: Cube is loaded although "DemandLoad" = "YES"
Posted: Mon Sep 12, 2016 4:24 pm
by David Usherwood
From your post it looks as if you have rules and/or feeders referring to the cubes you don't want to load. This won't work as there will be other cubes which need that content, so the cubes need to be loaded. Is that the case?
Re: Cube is loaded although "DemandLoad" = "YES"
Posted: Mon Sep 12, 2016 5:01 pm
by Mark2007
the rules and feeders in the cube do not refer to other cubes: Nor do other cube-rules get data from the cube nor does the cube's feeders refer to other cubes.
Re: Cube is loaded although "DemandLoad" = "YES"
Posted: Mon Sep 12, 2016 5:28 pm
by David Usherwood
Apologies, just found this:
http://www.tm1forum.com/viewtopic.php?t=2943
suggests that even rules/feeders
internal to the cube will cause it to load. Probably not what you wanted to hear

Re: Cube is loaded although "DemandLoad" = "YES"
Posted: Mon Sep 12, 2016 5:32 pm
by Mark2007
Thank you very much - although you're right: that's not what I wanted to hear
Regards
Mark