Recursion limit [31] reached and 11.1.2.1.102
There is limit for ASO formulas recursion. The default value is 31, there is also option in essbase.cfg to disable this check introduced in 11.1.2.1 that called MDXFORMULARECURSIONLIMIT
it's described in documentation and not work.
But if you will read carefully Technical Reference you'll note that in topic header and index it's named
MDXFORMULARECURSIONLIMIT
but in example of use and syntax describe it's named
MDXLIMITFORMULARECURSION
Second (MDXLIMITFORMULARECURSION) is right and should be used in essbase.cfg ...but it's not work too.
In 11.1.2.1.102 this enabling this option by adding (MDXLIMITFORMULARECURSION FALSE to essbase.cfg provides crashes on ASO application starts.
I've raised SR and the bug seems to be easy to fix because crash happens in esscfgu.dll module which is responsible for essbase.cfg parsing and it's kind of string overflow.
it's described in documentation and not work.
But if you will read carefully Technical Reference you'll note that in topic header and index it's named
MDXFORMULARECURSIONLIMIT
but in example of use and syntax describe it's named
MDXLIMITFORMULARECURSION
Second (MDXLIMITFORMULARECURSION) is right and should be used in essbase.cfg ...but it's not work too.
In 11.1.2.1.102 this enabling this option by adding (MDXLIMITFORMULARECURSION FALSE to essbase.cfg provides crashes on ASO application starts.
I've raised SR and the bug seems to be easy to fix because crash happens in esscfgu.dll module which is responsible for essbase.cfg parsing and it's kind of string overflow.
0