Page 1 of 1

System stack overflow

Posted: Tue Feb 26, 2013 9:06 am
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

Re: System stack overflow

Posted: Tue Feb 26, 2013 1:26 pm
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.

Re: System stack overflow

Posted: Thu Feb 28, 2013 10:54 am
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.

Re: System stack overflow

Posted: Mon Mar 04, 2013 3:19 pm
by shellyk1980
Thank you
I'll try the solution you proposed
Shelly