How can I run batch script in the workspace in Hyperion 11.2.4?
Basically, I want to run a batch file (contains SQL query) from the workspace. Is there any way to do it?
I tried using below code in BR but its getting executed successfully, but batch file is not giving any output.
RUNJAVA com.hyperion.calcmgr.common.cdf.MaxLScriptFunction
"SHELL F:\testscript.bat" /* Batch file is placed on Essbase server */
"exit"
;