Hi All
I have been trying to get groovy setup for On-Prem so that I can explore the world of Groovy. I have trying to following Celvin's post getting started with Groovy post but I don't seem to get it configured.
Can someone assist me with what I could be doing wrong.
Planning: 11.1.2.4.007
Calculation Manager: 11.1.2.4.009
I have downloaded the groovy-all-2.4.13.jar file and copied it across to my Essbase Server into the following path D:\APPS\Oracle\Middleware\EPMSystem11R1\products\Essbase\EssbaseServer\java\udf
I then created a file in the directory above named groovycdf.properties with the following content:
staticcompile=false
sandbox=false
Restarted my Essbase Service.
trying to replicate the sample code provided by Celvin in my application but everytime I execute the calculation via Calc Manager it keeps stating
![]()
Thats my calculation in Calc Manager.
"BegBalance" = @CalcMgrGroovyString("leftgroovy","",@LIST("var1","var2"), @LIST(@NAME(@CURRMBR("Department"))));
Any assistance would be great.
Regards
Jimmy