TM1 Rule file unresponsive

Post Reply
suman23479
Posts: 16
Joined: Fri Jul 29, 2011 6:27 am
OLAP Product: Cognos
Version: 8.4
Excel Version: 12

TM1 Rule file unresponsive

Post by suman23479 »

Team,

We are testing one of the TM1 Rule calculation. I have modified the rule file and trying to save. It saved but when i tried to rollback the change with original rule file it sturcks(Showing NotResponding).

Trouble shoot steps:

I restarted the TM1 server services - Not worked

I also observed that *.rux$ file is generated in Data Folder. I am not sure why this file get generated.

Could you please help me to restore the orignial rule in rule editor and why this *.rux$ file get generated.

Thanks
User avatar
jim wood
Site Admin
Posts: 3951
Joined: Wed May 14, 2008 1:51 pm
OLAP Product: TM1
Version: PA 2.0.7
Excel Version: Office 365
Location: 37 East 18th Street New York
Contact:

Re: TM1 Rule file unresponsive

Post by jim wood »

Are you doing this in performance muddler? I would delete the $ file and try amending the rule in perspectives instead.
Struggling through the quagmire of life to reach the other side of who knows where.
Shop at Amazon
Jimbo PC Builds on YouTube
OS: Mac OS 11 PA Version: 2.0.7
suman23479
Posts: 16
Joined: Fri Jul 29, 2011 6:27 am
OLAP Product: Cognos
Version: 8.4
Excel Version: 12

Re: TM1 Rule file unresponsive

Post by suman23479 »

Team,

We are using TM1 Architect. I tried to delete the generated *.rux$ file and then restoring the rule file but still it is not responding.

Steps i did so far:

Deleted the *.rux$ file from data folder
Restarted the services
Trail 1: Restored the original rule in rule editor.
Trail 2 also i copied .rux file from QA environment to Dev environment.
TM1 architect not responding when i am trying to save.

Thanks,
David Usherwood
Site Admin
Posts: 1454
Joined: Wed May 28, 2008 9:09 am

Re: TM1 Rule file unresponsive

Post by David Usherwood »

I'm thinking you have a very very large feeder in your rules file and it is taking a long time to rewrite the feeders.
suman23479
Posts: 16
Joined: Fri Jul 29, 2011 6:27 am
OLAP Product: Cognos
Version: 8.4
Excel Version: 12

Re: TM1 Rule file unresponsive

Post by suman23479 »

Team,

Yes thats true.

Feeders are placed in rule file and it is taking time.

I almost waited 3 hours but the restoration of file is not taking place.

Is there any way to disable the feeder and again enable them in backend?

Thanks
BariAbdul
Regular Participant
Posts: 424
Joined: Sat Mar 10, 2012 1:03 pm
OLAP Product: IBM TM1, Planning Analytics, P
Version: PAW 2.0.8
Excel Version: 2019

Re: TM1 Rule file unresponsive

Post by BariAbdul »

"You Never Fail Until You Stop Trying......"
suman23479
Posts: 16
Joined: Fri Jul 29, 2011 6:27 am
OLAP Product: Cognos
Version: 8.4
Excel Version: 12

Re: TM1 Rule file unresponsive

Post by suman23479 »

Team,

Not much helpful.

My observation:

Rules i am able to save in rule editor but when i restore the feeders it hangs during saving.

Can we do some thing with feeders which can apply offline?

Thanks,
lotsaram
MVP
Posts: 3652
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: TM1 Rule file unresponsive

Post by lotsaram »

suman23479 wrote:Team,

Not much helpful.

My observation:

Rules i am able to save in rule editor but when i restore the feeders it hangs during saving.

Can we do some thing with feeders which can apply offline?

Thanks,
It doesn't "hang" as such, the server is reevaluating the feeders. Maybe it might be useful to elaborate on what the cube is and what exactly the feeders are (see the RFA guidelines) ... Chances are if the rule save is taking hours (as opposed to minutes) that the rule is significantly overfeeding. If the rule save is long and tedious but still measured in minutes rather than hours (e.g. in the 10 min to 100 min range) then depending on the model and data volume this still might be normal or expected. Once you get beyond that range to evaluate feeders then IMO there is serious over feeding or need for significant model redesign.

It is possible to attach rules independently of a client session using the RuleLoadFromFile TI function combined with a scheduled chore or tm1runti. Note that you can't just attach the feeder section or a specific rule but rather you redefine the entire rule file using the function.
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
suman23479
Posts: 16
Joined: Fri Jul 29, 2011 6:27 am
OLAP Product: Cognos
Version: 8.4
Excel Version: 12

Re: TM1 Rule file unresponsive

Post by suman23479 »

Team,

I left the rule editor after saving about 10 hours. It worked.
Possible reason.
1. Huge data
2. Complex rule calculations
3. Feeder calculations.

If we want to do multiple times testing it will be not feasible.

Thanks,
David Usherwood
Site Admin
Posts: 1454
Joined: Wed May 28, 2008 9:09 am

Re: TM1 Rule file unresponsive

Post by David Usherwood »

It'll be the feeders.
You need to attack them from a number of angles:
a Are the feeders much larger than they need to be?
If so, fix them so they only do what they need to do.
b If they do what they should, can you conditionalise them so you control what is active (by version or similar)?
c Consider loading the data into an area which does not fire the feeders and copying it over in chunks.
If you are developing, you can prove the model logic by restricting the left hand side of the feeders down to very specific content for testing. But you still need to sort out how you are going to handle the large system you are building.
Duncan P
MVP
Posts: 600
Joined: Wed Aug 17, 2011 1:19 pm
OLAP Product: TM1
Version: 9.5.2 10.1 10.2
Excel Version: 2003 2007
Location: York, UK

Re: TM1 Rule file unresponsive

Post by Duncan P »

It may be worth checking whether any of the feeders are targeting consolidated cells. If so then you might benefit from reading this.
deepakjain2020
Regular Participant
Posts: 152
Joined: Sat May 25, 2013 10:32 am
OLAP Product: TM1
Version: 9.5.2; 10.2.2
Excel Version: 2007

Re: TM1 Rule file unresponsive

Post by deepakjain2020 »

Hi Suman,

One more thing, you can check is, in logs file, how much time is consumed for feeder computation.
You can check in stats cube, to get details of how many cells are fed for that respective.

You can enable Persistent Feeders, in case you don't want server to recalc feeders (But it has it's own pro's and con's).

Regards,
Deepak Jain
BariAbdul
Regular Participant
Posts: 424
Joined: Sat Mar 10, 2012 1:03 pm
OLAP Product: IBM TM1, Planning Analytics, P
Version: PAW 2.0.8
Excel Version: 2019

Re: TM1 Rule file unresponsive

Post by BariAbdul »

Please remember to switch performace monitor onin order to view the stats.But on the whole david has extremely useful and excellent pointers to resolve your issue.Thanks
"You Never Fail Until You Stop Trying......"
Post Reply