System stack overflow

Post Reply
shellyk1980
Posts: 10
Joined: Sun Aug 19, 2012 12:08 pm
OLAP Product: tm1
Version: 9.5.2
Excel Version: 2007

System stack overflow

Post by shellyk1980 »

Hello
I'm trying to copy data between two cubes,
In the past the process worked perfectly
Now he stops in the middle of copying and gives the following error:

3020 [2] ERROR 2013-02-26 08:39:01.072 TM1.Process Process "NV_Copy Actual To Budget Cube - level 2.2": : System stack overflow, process terminated
3020 [2] INFO 2013-02-26 08:49:19.245 TM1.Comm.SSL SSL read error. SSL Error: 5

I checked Google and found it about how long the cell is,
I checked all the cells, and no one passes over 20 characters
Does anyone have another idea what is the source of the problem?
Thanks
Shelly
lotsaram
MVP
Posts: 3704
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: System stack overflow

Post by lotsaram »

I don't think this error would have anything to do with the number of characters in the cell ...

This error message usually indicates lack of memory in the calculation stack. Sometimes the stack limit can be exceeded by recursive calculations (like closing balance one period flowing forwards to next opening balance) or by feeders where a consolidation feed's itself creating a recursion since consolidation points have no "memory" that they have previously been fed. The issue is in your rules and feeders and that's where you need to look.
karkea
Posts: 18
Joined: Tue May 29, 2012 11:11 am
OLAP Product: TM1
Version: 9.5.2 10.1 10.2
Excel Version: 2007

Re: System stack overflow

Post by karkea »

It's pretty easy to verify if you remove the rule from the target cube and try to run the process. If it succeeds then it is about your feeders and rules.
shellyk1980
Posts: 10
Joined: Sun Aug 19, 2012 12:08 pm
OLAP Product: tm1
Version: 9.5.2
Excel Version: 2007

Re: System stack overflow

Post by shellyk1980 »

Thank you
I'll try the solution you proposed
Shelly
Post Reply