Hi All,
I am able to connect to a BSO cube from FDMEE and run a calc script called 'TEST' successfully calling the Essbase Java API.
runCalc = cube.calculate(False,"TEST")
However, when I try to run it with a runtime variable:
runtimeCalc = cube.calcWithRunTimeSubVars(False, "TEST", 'FDMCurScen=Actual')
...I get the following error in the FDMEE logs:
EssException: com.essbase.api.base.EssException: Cannot calculate. Essbase Error(1012153): Invalid runtime substitution variable string
My guess is I am misusing a quote or missing a semi-colon but I cannot find the winning combination yet. Thoughts?
Much Appreciated,
Mike