Rules replicating itself

Post Reply
kaazimraza
Posts: 95
Joined: Mon Jun 25, 2012 6:58 am
OLAP Product: TM1, SSAS, Power BI
Version: 10.2.2
Excel Version: 2016

Rules replicating itself

Post by kaazimraza »

Hi everyone,

I am on Planning Analytics Local, 2.04, and use Architect. I ran into a weird scenario yesterday where rules in one of my TM1 cubes replicated themselves. My rules looked like below;

Code: Select all

#create date
#notes

skipcheck;
feedstrings;

rule 1 ;
rule 2 ;
rule 3 ;

feeders;
feeder for rule 1 ;
feeder for rule 2 ;
feeder for 3 ;
#external feeder ;
feeder feeding some other cube


#create date
#notes

skipcheck;
feedstrings;

rule 1 ;
rule 2 ;
rule 3 ;

feeders;
feeder for rule 1 ;
feeder for rule 2 ;
feeder for 3 ;
#external feeder ;
feeder feeding some other cube
I banged my head for most most the day and then found out my rules were structured like above. I have seen this behavior once, about 4 or 5 years ago in TM1 10.1.1. On both occasions, the solution was to have just one block of rules.

I was wondering if anyone else has seen this kind of behavior.

Thanks
Kaz
Thanks,

Kaz
Wim Gielis
MVP
Posts: 3113
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Rules replicating itself

Post by Wim Gielis »

So, what is the structure you normally have, which leads to the structure that we see in your post ?
I would add notes after the initial statements of feedstrings, skipcheck, ... Nothing on top of these initial statements.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
kaazimraza
Posts: 95
Joined: Mon Jun 25, 2012 6:58 am
OLAP Product: TM1, SSAS, Power BI
Version: 10.2.2
Excel Version: 2016

Re: Rules replicating itself

Post by kaazimraza »

My normal structure is
#notes

skipcheck;
feedstrings;

rules ;

feeders;

Thanks
kaz
Thanks,

Kaz
Wim Gielis
MVP
Posts: 3113
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Rules replicating itself

Post by Wim Gielis »

Then I would put the notes below, after Skipcheck.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
kaazimraza
Posts: 95
Joined: Mon Jun 25, 2012 6:58 am
OLAP Product: TM1, SSAS, Power BI
Version: 10.2.2
Excel Version: 2016

Re: Rules replicating itself

Post by kaazimraza »

Sure, I see you want skipcheck and feedstrings to be the first statements to avoid any doubts.

But this was an odd scenario.
Thanks,

Kaz
Post Reply