Question regarding Custom defined function calling a maxl script on linux path
Hello
I am trying to use a script like below in a calculation manager business rule
FIX ("Sales","100-10","New York","Actual")
"Jan"(
/* Some business logic */
@CalcMgrExecuteEncryptMaxLFile("2115028571,2505324337","C:/Temp/exportdata.mshs",@List("906388712099924604712352658511","0893542980829559883146306518502837293210"),
"true");
)
ENDFIX
My essbase/Planning are on same linux.server. What should be the format of path - C:/Temp/exportdata.mxls. I am using a path like this "/d1/Hyperion/Scripts/test.mshs" but its not executing it. The maxl also has spool statement to do logging but no log is getting created. The business logic is getting executed though.
Another question - If essbase, Planning are not on same machine, how we should mention the path of maxl script so that Planning is able to see the maxl.