To install Integrated Margin Planning as an NT Service:
Open a DOS command prompt window and set system environment variables as follows:
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.
In the same command prompt window, change to the \bin\deploymentScripts\installServiceScripts directory, and enter the following commands
cd EPM_ORACLE_INSTANCE\bin\deploymentScripts\installServiceScripts
installServiceIOPServer_iopinstance1.bat
Start/stop the server using one of the following methods:
net start/stop service_name
Through services control
To uninstall Integrated Margin Planning as an NT Service:
Open a DOS command prompt window and set system environment variables as follows:
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.
In the same command prompt window, change to the \bin\deploymentScripts\installServiceScripts directory, and enter the following commands:
cd EPM_ORACLE_INSTANCE\bin\deploymentScripts\installServiceScripts
uninstallServiceIOPServer_iopinstance1.bat