Feeder related entries in message log

Post Reply
User avatar
scrumthing
Posts: 81
Joined: Tue Jan 26, 2016 4:18 pm
OLAP Product: TM1
Version: 11.x
Excel Version: MS365

Feeder related entries in message log

Post by scrumthing »

Hey guys,
I am trying to get a hang of the information written into the tm1 message log during startup of the server. Try to figure out what tm1 is saying regarding feeders.

Code: Select all

Feeders created in cube "SOMECUBE": new 71962380, duplicate 0, ignored 0
TM1CubeImpl::ProcessFeeders: Computing feeders for base cube SOMEOTHERCUBE'.
TM1CubeImpl::ProcessFeeders(in 0ms): Done computing feeders for base cube 'SOMEOTHERCUBE'.
I couldn't find a proper documentation for it. If there is one please point me in the right direction.
At first I thought TM1CubeImpl::ProcessFeeders( is done for all cubes with rules because it definitely includes cubes with rules but without feeders. If that had been true the only interesting line would have been Feeders created in cube "SOMECUBE": new 71962380, duplicate 0, ignored 0. But when I crosschecked on another system there were cubes with feeders which (persistent feeders deactivated!) without said entry.

Can someone provide some clarity on those entries? Couldn't find anything on that topic using the search.
There is no OLAP database besides TM1!
Post Reply