To stop the Integrated Operational Planning server:
Open a second DOS command prompt window and set environment variables as follows:
Note: | If a command prompt window is currently open with environment variables already set, skip to Step 2. |
SET MW_ORACLE_HOME=C:/Oracle/Middleware SET EPM_ORACLE_INSTANCE=C:/Oracle/Middleware/user_projects/epmsystem1
where C:/Oracle/Middleware is the installation directory for EPM System.
If you created a batch file containing this command, run the batch command to set the environment variables.
Linux:
At login shell prompt set environment variables as follows:
Note: | If a login shell is currently open with environment variables already set, skip to Step 2. |
export MW_ORACLE_HOME=/home/epmuser/Oracle/Middleware export EPM_ORACLE_INSTANCE=/home/epmuser/Oracle/Middleware/user_projects/epmsystem1
where /home/epmuser/Oracle/Middleware is the installation directory for EPM System.
If you created a batch file containing this command, run the batch command to set the environment variables.
In the same command prompt window, enter the following command:
Windows:
EPM_ORACLE_INSTANCE/bin/stopIOPServer_iopinstance1.bat
Linux:
EPM_ORACLE_INSTANCE/bin/stopIOPServer_iopinstance1.sh
The Integrated Operational Planning server stops and the command prompt returns to the first command prompt window. After the server stops, you can close the second window.