@CalcMgrExecuteMaxlScript
Summary
@CalcMgrExecuteMaxlScriptContent
Hello,
Essbase version:11.1.2.4
App Folder is in /u02/EssbaseServer/essbaseserver1
I am trying to run a Maxl script from calc script in EAS. I have created a simple maxl script to login and run a calc script with RunSubvars and have placed it in /u01/EssbaseServer/essbaseserver1/app/
I tried creating a calc script for Hybrid application with @CalcMgrExecuteEncryptMaxLFile
//ESS_LOCALE English_UnitedStates.Latin1@Binary
Set MSG DETAIL;
FIX("Jan","FY17")
"AvgRate"
(
@CalcMgrExecuteEncryptMaxLFile
(
"3159200071,3890158223 ",
"/u02/EssbaseServer/essbaseserver1/app/CalcData_CDF1.msh",
"false"
);
)
ENDFIX;
but it doesnt run nor does it create any log file that I have mentioned in the maxl script. I checked the essfunc.xml file in Java folder and I can find the