Essbase Maxl parse error
Summary
Essbase Maxl parse errorContent
Hi,
I know we have multiple forums on parse error, but still not able to fix issue.
I am trying a simple maxl
login uid pwd on "server";
logout;
exit;
login $1 $2 on "$3";
logout;
exit;
I tried with direct values and passing variables as well
But I get below error
MAXL>
2> logout;
essmsh error: Parse error near
MAXL>
2> exit;
essmsh error: Parse error near
Not able to figure why am I getting this error for every single line. Any suggestion on this please
Thanks in advance
0