trying to run batch script from Calc script(Using MAXL) on prem 11.1.2.3.500
Content
Hi All,
I'm on EPM 11.1.2.3.500 on windows 7.
I'm trying to execute a maxl script from Calc script using RUN java...But need help to call a batch script(to run an ODI process) from MAXL.
Here is my script..Please go through it and let me know where i'm doing wrong.
Calc Script:-load.csc
SET MSG DETAIL;
RUNJAVA com.hyperion.calcmgr.common.cdf.MaxLFunctions "false" "D:\Oracle\Middleware\Load\rule.mxl";
MAXL:- rule.mxl
spool on to 'D:\Oracle\Middleware\Load\L023.log';
set timestamp on;
set message level all;
iferror 'Error';
login admin identified by password on localhost;
Tagged:
0