Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Essbase Java API - FDMEE - Runtime Vars

MikeTODec 15 2017 — edited Dec 15 2017

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

This post has been answered by MikeTO on Dec 15 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2018
Added on Dec 15 2017
4 comments
488 views