Home » Infrastructure » Windows » how to automatically start wls Forms and reports services forms 11g winodows server 2008
how to automatically start wls Forms and reports services forms 11g winodows server 2008 [message #663212] Thu, 25 May 2017 14:07 Go to next message
qanita786
Messages: 229
Registered: May 2007
Location: PAKISTAN
Senior Member
how to automatically start 11g weblogic server Forms and reports services in winodows server 2008.

When we install 1st time forms and reports services working very well but when we are going to restart server than these services not automatically started please guide me how to manage these services

Regards and thanks

Faheem
Re: how to automatically start wls Forms and reports services forms 11g winodows server 2008 [message #663215 is a reply to message #663212] Thu, 25 May 2017 22:09 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
There are several ways. One method is to create a Windows service and put it on automatic start. For example, this is a script I wrote for a client a few years ago to create a service for the Admin Server for a BI installation:
setlocal
set DOMAIN_NAME=bifoundation_domain
set USERDOMAIN_HOME=D:\app\Middleware\user_projects\domains\bifoundation_domain
set SERVER_NAME=AdminServer
set WL_HOME=d:\app\Middleware\wlserver_10.3
set WLS_USER=weblogic
set WLS_PW=welcome1
set MEM_ARGS=-Xms32m -Xmx200m -XX:MaxPermSize=350m
set JAVA_HOME=c:\progra~1\Java\jre7
call %USERDOMAIN_HOME%\bin\setDomainEnv.cmd
call %WL_HOME%\server\bin\installAdminServerSvc.cmd
endlocal
Re: how to automatically start wls Forms and reports services forms 11g winodows server 2008 [message #663233 is a reply to message #663215] Fri, 26 May 2017 05:23 Go to previous messageGo to next message
qanita786
Messages: 229
Registered: May 2007
Location: PAKISTAN
Senior Member
Thanks for response when we apply this line the system generate error unrecognize command or bat file

call %WL_HOME%\server\bin\installAdminServerSvc.cmd
Re: how to automatically start wls Forms and reports services forms 11g winodows server 2008 [message #663236 is a reply to message #663233] Fri, 26 May 2017 07:04 Go to previous message
EdStevens
Messages: 1376
Registered: September 2013
Senior Member
qanita786 wrote on Fri, 26 May 2017 05:23
Thanks for response when we apply this line the system generate error unrecognize command or bat file

call %WL_HOME%\server\bin\installAdminServerSvc.cmd
First guess is that the value of %WL_HOME% is incorrect. If all you did was copy the code provided by John, it almost certainly is incorrect for YOUR installation.
Previous Topic: How to install microsoft oledb for oracle on 64 bit windows server 2012
Next Topic: ODBC Weirdness!
Goto Forum:
  


Current Time: Thu Mar 28 16:30:10 CDT 2024