Thank You
Dan
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Charlie Wilson
Sent: Thursday, June 25, 2009 2:46 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Command line shutdown for Progress db & app
servers?
Below script needs to be put into a bat file and will need altering for
your
environment and version of Progress.
@echo off
echo Stopping 8.0 Services and Database...
set DLC=D:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
D:
echo .
echo .
echo STOPPING MfgSys803 DB/APPSERVER...
cd \Epicor\MfgSys803\db
call asbman -name MfgSys803ProcessServer -stop
call asbman -name MfgSys803TaskAgent -stop
call asbman -name MfgSys803 -stop
call dbman -host localhost -port 20931 -database Mfgsys803 -stop
echo STOPPING MfgTest803 DB/APPSERVER...
cd \Epicor\Test803\db
call asbman -name MfgTest803ProcessServer -stop
call asbman -name MfgTest803TaskAgent -stop
call asbman -name MfgTest803 -stop
call dbman -host localhost -port 20931 -database MfgTest803 -stop
echo STOPPING MfgTrain803 DB/APPSERVER...
cd \Epicor\Train803\db
call asbman -name MfgTrain803ProcessServer -stop
call asbman -name MfgTrain803TaskAgent -stop
call asbman -name MfgTrain803 -stop
call dbman -host localhost -port 20931 -database MfgTrain803 -stop
echo STOPPING MFGPilot803 DB/APPSERVER...
cd \Epicor\Pilot803\db
call asbman -name MFGPilot803ProcessServer -stop
call asbman -name MFGPilot803TaskAgent -stop
call asbman -name MFGPilot803 -stop
call dbman -host localhost -port 20931 -database MFGPilot803 -stop
echo .
echo .
echo .
echo .
echo .
REM net stop "AdminService for OpenEdge 10.0B"
echo.
echo.
~Charlie
_____
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Dan Shallbetter
Sent: Thursday, June 25, 2009 3:26 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Command line shutdown for Progress db & app servers?
Setting up a new UPS / battery backup, is there a command line to shut
the db and app servers (Progress 10.1b) down in a safe fashion?
Thanks,
Dan Shallbetter
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Dan
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Charlie Wilson
Sent: Thursday, June 25, 2009 2:46 PM
To: vantage@yahoogroups.com
Subject: RE: [Vantage] Command line shutdown for Progress db & app
servers?
Below script needs to be put into a bat file and will need altering for
your
environment and version of Progress.
@echo off
echo Stopping 8.0 Services and Database...
set DLC=D:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
D:
echo .
echo .
echo STOPPING MfgSys803 DB/APPSERVER...
cd \Epicor\MfgSys803\db
call asbman -name MfgSys803ProcessServer -stop
call asbman -name MfgSys803TaskAgent -stop
call asbman -name MfgSys803 -stop
call dbman -host localhost -port 20931 -database Mfgsys803 -stop
echo STOPPING MfgTest803 DB/APPSERVER...
cd \Epicor\Test803\db
call asbman -name MfgTest803ProcessServer -stop
call asbman -name MfgTest803TaskAgent -stop
call asbman -name MfgTest803 -stop
call dbman -host localhost -port 20931 -database MfgTest803 -stop
echo STOPPING MfgTrain803 DB/APPSERVER...
cd \Epicor\Train803\db
call asbman -name MfgTrain803ProcessServer -stop
call asbman -name MfgTrain803TaskAgent -stop
call asbman -name MfgTrain803 -stop
call dbman -host localhost -port 20931 -database MfgTrain803 -stop
echo STOPPING MFGPilot803 DB/APPSERVER...
cd \Epicor\Pilot803\db
call asbman -name MFGPilot803ProcessServer -stop
call asbman -name MFGPilot803TaskAgent -stop
call asbman -name MFGPilot803 -stop
call dbman -host localhost -port 20931 -database MFGPilot803 -stop
echo .
echo .
echo .
echo .
echo .
REM net stop "AdminService for OpenEdge 10.0B"
echo.
echo.
~Charlie
_____
From: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
[mailto:vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com> ] On
Behalf Of
Dan Shallbetter
Sent: Thursday, June 25, 2009 3:26 PM
To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Subject: [Vantage] Command line shutdown for Progress db & app servers?
Setting up a new UPS / battery backup, is there a command line to shut
the db and app servers (Progress 10.1b) down in a safe fashion?
Thanks,
Dan Shallbetter
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]