Hyperion Planning (MOSC)

MOSC Banner

Error when executing Groovy script file from Calculation Manager Rule

edited May 8, 2017 5:02AM in Hyperion Planning (MOSC) 4 commentsAnswered

Hello All

I am trying to develop a BR that will send out a customized email based on certain conditions. I have developed a Groovy script that will send the email and it executes successfully when I call it from the Groovy Editor - I have confirmed that I receive the email generated from the script.

I have added the Groovy script to my Calc Manager rule using the following code:

/* Setup logging */

RUNJAVA com.hyperion.calcmgr.common.cdf.CDFLogger "path" "D:/Oracle/Middleware/EPMSystem11R1/products/Essbase/EssbaseServer/java/udf";

RUNJAVA com.hyperion.calcmgr.common.cdf.CDFLogger "system";

RUNJAVA com.hyperion.calcmgr.common.cdf.CDFLogger "level" "FINEST";

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center