Error when executing Groovy script file from Calculation Manager Rule
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";