How to Configure a MS Windows Services for a EPM 11 WebLogic Admin Server? [ID 1215674.1] | |||||
Modified 15-AUG-2011 Type HOWTO Status PUBLISHED |
In this Document
Goal
Solution
References
Goal
Solution
References
Applies to:
Hyperion BI+ - Version: 11.1.2.0.00Microsoft Windows (32-bit)
Goal
Create WebLogic Admin Console as MS Windows service.Solution
Follow these steps:1. Create a script similar to the following:
echo off
SETLOCAL
set DOMAIN_NAME=EPMSystem
set USERDOMAIN_HOME=C:\Oracle\Middleware\user_projects\domains\EPMSystem
set SERVER_NAME=AdminServer
set PRODUCTION_MODE=false
set JAVA_HOME=C:\Oracle\Middleware\jrockit_160_05
set MEM_ARGS=-Xms256m -Xmx512m
call "C:\Oracle\Middleware\wlserver_10.3\server\bin\installSvc.cmd"
ENDLOCAL
Please adjust the directories to reflect your environment.
2. Execute the script.
3. Verify that the Windows service was created successfully ("beasvc EPMSystem_AdminServer") and it starts without errors.
No comments:
Post a Comment