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

calc scripts with in the MaxL not running sequentially

edited Aug 2, 2018 2:36AM in Essbase

Summary

calc scripts with in the MaxL not running sequentially

Content

Hello Experts,

I have .maxl file with in that series of calculations scripts, after every calculation script, with SHELL command i am executing ODI package. All are running fine, but some times, before triggering calculation script, SHELL command getting executed. I dont want to do that, only after successful execution of calculation script i want to execute ODI Package.

Problem is with only calculation script and SHELL commands, other wise calc scripts are running sequentially.

ex:

set timestamp on;

spool on to <log file>

login $1 $2 $3 $4 on $5;

iferror 'Errhandler';

execute calculation $6.'BBPM'.MN_FDMEE

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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