Page 1 of 1

Copy data betw 2 versions in a cube - stack overflow error

Posted: Wed Jul 18, 2012 12:50 pm
by harrytm1
Hi all,

I have a simple TI that copies data from Version A to Version B within the same cube. This cube does NOT have any rules. When I run this TI, it encounters a stack overflow error and hence, nothing is copied. The only temp subset that is created for this TI is for Version dim. I was using 10.1.

Since there is no rules, how can this stack overflow had happened? The funny thing is, I then modified the TI to specifically copy a cell point from Ver A to Ver B, and it worked!

I have a friend who is also experiencing the same issue, but he is using 9.5.2 FP2. In his case, the cube has quite a lot of rules and it entails feeding closing balance into the opening balance of next month. I thought the stack overflow issue is due to such rules and feeders. Thus, I thought it can be resolved by first unloading the rules in Prolog before copying the data.

Anyone else has similar issues? How can we resolve this?

Look forward to your advice!

harry

Re: Copy data betw 2 versions in a cube - stack overflow err

Posted: Wed Jul 18, 2012 2:08 pm
by harrytm1
My bad, my developer gave wrong info. There's rule and it's due to feeder chain. The next period attribute is not set properly thus resulting in stack overflow.