I've been having trouble running the MaxL "export database" command with the Java API. I've tried using code like this:( Referred to Essbase Java API Sample com.essbase.test.ExecuteMaxl.java)
IEssMaxlSession test = olapSvr.openMaxlSession("test");
test.execute("export database sample.basic using report_file 'top.rep' to data_file 'c:/topExp.txt'");
It fails with the following exception:
Cannot execute maxl statement. Essbase Error(1290101): This MaxL statement requires client support. This is not supported yet.
I am running Essbase 11.1.2.1 and the same version of the Java API.
export database sample.basic using server report_file 'top.rep' to data_file 'c:/topExp.txt'
. Still I get the same error. – Chandan C Dec 01 '14 at 07:06