FCCS : executeCalcScript(java.lang.String) is not allowed Rule
Summary:
Groovy function to executeCalcScript is not working in FCCS
Content (please ensure you mask any confidential information):
getting below error while trying to execute calc script through groovy in FCCS
Compile Error: oracle.epm.api.model.Cube#executeCalcScript(java.lang.String) is not allowed Rule
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
here is the code we are using
def calcscript = """
FIX("FCCS_Periodic", "No Spare", "No Product", "FCCS_Data Input", "FCCS_No Intercompany", "No Fund")
FIX("Mvmts_Analysis_Closing");
SET HYBRIDBSOINCALCSCRIPT FULL;
"XXXX" = "YYYYY"-> "FCCS_ClosingBalance" -> "FCCS_TotalInputAndAdjusted"
Tagged:
0