You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

@CalcMgrExecuteMaxlScript

edited Aug 2, 2018 2:36AM in Essbase 3 comments

Summary

@CalcMgrExecuteMaxlScript

Content

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",

           @NAME("SCN_Forecast"),

           "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

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!