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!

Groovy Setup

myjimMar 1 2018 — edited Mar 4 2018

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

This post has been answered by JohnGoodwin on Mar 1 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 1 2018
Added on Mar 1 2018
4 comments
465 views