Below are the steps to enable auto startup for essbase applications on servers reboot
Navigate to $MW_HOME/instances/instance1/Essbase/essbaseserver1/bin
and start the maxl shell
Login to essbase
Enable startup and auto
startup for the essbase application with below commands
alter application 'OBIA'
enable startup;
alter application 'OBIA'
enable autostartup;
Now the applications will
start automatically on restarts
Quit the maxl shell as below
No comments:
Post a Comment