712. system stack overflow. process terminated.

Post Reply
mecheng
Posts: 7
Joined: Fri Jun 15, 2012 8:34 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

712. system stack overflow. process terminated.

Post by mecheng »

Hi everyone,

I have a TI process that loads data from Oracle. It's been working great for about a year and a half now. Recently we're receiving a system stack overflow error while trying to run the process. Here are some more details of the model:.

TM1 10.1
Model is not very big. The data folder about 650 mb in size.
the cube we're loading into has a .CUB file size of 1,350 kb and feeders file size of 81mb. I've seen other stack overflow issues on this forum but they relate to Evaluation stack overflow. This is different. The IBM site tells me this happens if there are nested IF's and WHILE loops. however, my TI process does not contain these. My other TI processes that DO contain these still work fine. But they're pointing to a different cube.

My TI process uses dynamic views and subset creation (with cleanup in the epilog) but other TI's have the same concept and they run perfectly fine.
The server machine has 16gb of ram, running at 35% CPU usage and 3.4 GB of memory usage.
I tried restarting the TM1 service and the server machine but the problem persists.

Any ideas on this? what else can i try looking into?

Thanks,
MechEng.
User avatar
jim wood
Site Admin
Posts: 3958
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: 712. system stack overflow. process terminated.

Post by jim wood »

Have you tried running the data source query outside TM1? I ask as I'm trying eliminate the data base as the issue,

Jim.
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
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: 712. system stack overflow. process terminated.

Post by David Usherwood »

Your data load will be firing feeders in the destination cube. Try temporarily removing the rules (by renaming the RUX file and restarting) to see whether that cures the problem - if it does you can then study the rules and feeders.
mecheng
Posts: 7
Joined: Fri Jun 15, 2012 8:34 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

Re: 712. system stack overflow. process terminated.

Post by mecheng »

Thanks guy. i've done as you've suggested. removing the rule and loading data does indeed work.
so it narrows it down to a feeders issue. I'll study them and see what i can do.
Wim Gielis
MVP
Posts: 3230
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.1.5
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: 712. system stack overflow. process terminated.

Post by Wim Gielis »

While testing, you could also make use of the internal control cubes that TM1 uses for counting the number of feeders, for instance.
Make sure you bounce the server to make correct inferences.
Best regards,

Wim Gielis

IBM Champion 2024-2025
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
Post Reply