ProgoRacer
New Member
OpenEdge Release 10.1C , QAD2007.1 RHEL 5.8
We are running a database refresh script where we shutdown AppServer , WebSpeed Server and then databases.
While the WS is being shutdown we get a message as below
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for mydb_WS (8288)
Connecting to mydb_WS (8276)
mydb_WS not running (8313 OpenEdge Release 10.1C as of Fri May 29 21:51:17 EDT 2009
The Admin server log shows the following error:
[7/15/12 7:20:12 AM] [3] [AdminServer] SvcControlCmd.connectToService() failure: Unable to connect to the service process at rmi://mydomain:20931/mydb_WS(after 2 retries) (8171)
[7/15/12 7:20:12 AM] [3] [AdminServer] Cannot stop a service process(UBroker.WS.mydb_WS) that is not running! (8175)
The refresh is carried out without any problems.
The script we are using is something like this
$DLC/bin/asbman -i mydbone_AS -stop
$DLC/bin/asbman -i mydbtwo_AS -stop
$DLC/bin/wtbman -i mydb_WS -stop
sleep 20
/d01/scripts/qad/_db-stop mydb
sleep 20
echo "y"| $DLC/bin/prorest /db/mydb/mfgdb /d01/bkup/myprod/new.mfgdb.bkp
echo "y"| $DLC/bin/prorest /db/mydb/admdb /d01/bkup/myprod/new.admdb.bkp
echo "y" | $DLC/bin/prorest /db/mydb/moddb /d01/bkup/myprod/new.moddb.bkp
/d01/scripts/qad/_db-start mydb
sleep 30
$DLC/bin/wtbman -i mydb_WS -start
$DLC/bin/asbman -i mydb_AS -start
$DLC/bin/asbman -i mydbmrp_AS -start
Searching progress and qad knowledgebases and googling around does not give any clue why exactly the messages are coming.
Any help is greatly appreciated.
ProgoRacer
We are running a database refresh script where we shutdown AppServer , WebSpeed Server and then databases.
While the WS is being shutdown we get a message as below
Connecting to Progress AdminServer using rmi://localhost:20931/Chimera (8280)
Searching for mydb_WS (8288)
Connecting to mydb_WS (8276)
mydb_WS not running (8313 OpenEdge Release 10.1C as of Fri May 29 21:51:17 EDT 2009
The Admin server log shows the following error:
[7/15/12 7:20:12 AM] [3] [AdminServer] SvcControlCmd.connectToService() failure: Unable to connect to the service process at rmi://mydomain:20931/mydb_WS(after 2 retries) (8171)
[7/15/12 7:20:12 AM] [3] [AdminServer] Cannot stop a service process(UBroker.WS.mydb_WS) that is not running! (8175)
The refresh is carried out without any problems.
The script we are using is something like this
$DLC/bin/asbman -i mydbone_AS -stop
$DLC/bin/asbman -i mydbtwo_AS -stop
$DLC/bin/wtbman -i mydb_WS -stop
sleep 20
/d01/scripts/qad/_db-stop mydb
sleep 20
echo "y"| $DLC/bin/prorest /db/mydb/mfgdb /d01/bkup/myprod/new.mfgdb.bkp
echo "y"| $DLC/bin/prorest /db/mydb/admdb /d01/bkup/myprod/new.admdb.bkp
echo "y" | $DLC/bin/prorest /db/mydb/moddb /d01/bkup/myprod/new.moddb.bkp
/d01/scripts/qad/_db-start mydb
sleep 30
$DLC/bin/wtbman -i mydb_WS -start
$DLC/bin/asbman -i mydb_AS -start
$DLC/bin/asbman -i mydbmrp_AS -start
Searching progress and qad knowledgebases and googling around does not give any clue why exactly the messages are coming.
Any help is greatly appreciated.
ProgoRacer