Hyperion Essbase (MOSC)

MOSC Banner

Segmentation Fault while exporting 0 level data via MaxL on Linux

edited Oct 7, 2015 12:03AM in Hyperion Essbase (MOSC) 2 commentsAnswered

I am trying to export level 0 data from a maxl script on linux environment but i am running out via 'Segmentation Fault'. While I tried to test the same script from MaxL editor in EAS Console, it was running fine. I have EPM 11.1.2.2 on my machine.

ExportAllCubes.mxl (Maxl script):

spool on to "/difs17/essback/CURRENT/LOG/Export_$1_$2.log";

export database "$1"."$2" level0 data to data_file "/difs17/essback/CURRENT/Export_Lev0_$1_$2.txt";

alter system unload application "$1";

spool off;

logout;

exit;

I am calling this script on Linux box as:

bash-3.2$  /bin/ksh ${essmsh}

Essbase MaxL Shell 64-bit - Release 11.1.2 (ESB11.1.2.2.106B043)

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center