Oracle Weblogic Server (MOSC)

MOSC Banner

Cannot Create WLS_REPORTS Windows Service

edited Jan 13, 2016 3:00AM in Oracle Weblogic Server (MOSC) 5 commentsAnswered

Before you read the post you have to know that I could successfully install the Windows Service for WLS_FORMS using the documented procedure.

===========================================================================================================

I tried to create the WLS_REPORTS Service using a cmd file called: installWLSREPORTS_Service.cmd with following content:

SETLOCAL

set DOMAIN_NAME=FormsDomain

set USERDOMAIN_HOME=d:\oracle\middleware\user_projects\domains\FormsDomain

set SERVER_NAME=WLS_REPORTS

set PRODUCTION_MODE=true

set ADMIN_URL=http://pansrvmuc112:7001

set WLS_USER=weblogic

set WLS_PW=password

cd %USERDOMAIN_HOME%

call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd

call "d:\oracle\middleware\wlserver_10.3\server\bin\installSvc.cmd"

ENDLOCAL

Because I always thet error message from setDomainEnv.cmd: "

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center