Cannot Create WLS_REPORTS Windows Service
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: "