Groovy Rule Fails Validation getDataGridBuilder
Summary:
I am walking through the Oracle tutorial on Groovy using their sample code and provided Snapshot. When I try to validate the sample code, I am getting an error:
A validation error was received from the Planning server.
'Error:The Groovy script failed to compile with internal error: Compile Error:
[Static type checking] - Cannot find matching method oracle.epm.api.model.Cube#getDataGridBuilder(java.lang.String). Please check if the declared type is right and if the method exists.
@ line 2, column 27. Rule HP4.Plan1.Groovy Reset Grade Data'
I'm sure I'm doing something wrong, but I did just simply copy and paste the code as directed in the Oracle tutorial. I also looked up this function on a few blogs and it seems to be identical to what I'm running, but I'm guessing I'm missing some detail.