Page 1 of 1

Feerders

Posted: Tue Sep 29, 2015 9:21 am
by BariAbdul
Hi Gurus,I am little bit confused about this IBM Tech note I came across ,According to it
The TM1 server then re-runs the feeder calculation process (as is done on initial server startup) so that any feeder changes made in the rule file are picked up, and any new feeders are created.

As for my understanding feeders with numeric data wouldn't change and retain the same values against the string feeders which are evaluated every time we save rules.
So,my question is given there are numeric feeders and old values changes to new values upon server start up,But does TM1 evaluates whole data points for numeric values that hasn't been changed. Thanks
http://www-01.ibm.com/support/docview.w ... wg21425310

Re: Feerders

Posted: Tue Sep 29, 2015 12:09 pm
by tomok
BariAbdul wrote:But does TM1 evaluates whole data points for numeric values that hasn't been changed.
The link you provided is talking about what happens when a rule is changed. Whenever that happens TM1 has to re-evaluate ALL feeders because it doesn't know what you changed. There is no "shadow" copy of the rules somewhere that TM1 compares your new rule file against to see what has changed. Think about just how difficult that would be to program into the engine, for almost no benefit.

Re: Feerders

Posted: Tue Sep 29, 2015 3:41 pm
by BariAbdul
Thanks Tomok.Appreciate your reply.

Re: Feerders

Posted: Thu Oct 01, 2015 12:33 pm
by deepakjain2020
Hi Abdul,

Processing of feeders changed in TM1 10.2.2
http://www.infocat.co.uk/blog/2015/2/4/ ... tm1-10-2-2

Regards,
Deepak Jain

Re: Feerders

Posted: Thu Oct 01, 2015 1:39 pm
by BariAbdul
Thanks for the update,Deepak.