My Oracle Support Banner

Business Rule Runs Successfully When Launched From EAS But Crashes When Launched From Planning Web (Doc ID 1441754.1)

Last updated on OCTOBER 03, 2022

Applies to:

Hyperion Planning - Version 11.1.2.0.00 to 11.1.2.1.101 [Release 11.1]
Information in this document applies to any platform.

Symptoms

Business rule runs successfully when launched from EAS but the following error comes up when launched from Planning web.
"An error occured while running the specified calc script. Check the log for details."

For example, the following HBR failed to launched within Planning web.
Run-time prompt variable [var1] has been defined as @CHILDREN("Production")

FIX("Jan", "Actual")
FIX(@REMOVE(@RELATIVE("Segments", 0), [var1])
"Sales" = "Sales" + 100 ;
ENDFIX
ENDFIX

If  run-time prompt variable is replaced with fixed value, it works with no error. Example is below:

FIX("Jan", "Actual")
FIX(@REMOVE(@RELATIVE("Segments", 0), @CHILDREN("Production"))
"Sales" = "Sales" + 100 ;
ENDFIX
ENDFIX


Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.