Here are the 2 batch files that I use for our test environment.
Stop Batch:
@echo off
echo Stopping 8.0 Services and Database...
set DLC=e:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
e:
echo .
echo .
echo STOPPING TestEnvironment DB/APPSERVER...
cd \Testenvironment\MfgSys80\db
call asbman -name TestEnvironmentProcessServer -stop
call asbman -name TestEnvironmentTaskServer -stop
call asbman -name TestEnvironment -stop
call dbman -host localhost -port 20931 -database TestEnvironment -stop
echo .
echo .
echo .
echo .
echo .
REM net stop "AdminService for OpenEdge 10.0B"
echo.
echo.
Start Batch:
@echo off
echo Starting 8.0 Services and Database...
set DLC=e:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
e:
echo.
echo.
REM net start "AdminService for OpenEdge 10.0B"
echo STARTING TestEnvironment DB/APPSERVER...
cd e:\TESTENVIRONMENT\mfgsys80\db
call dbman -host localhost -port 20931 -database Testenvironment -start
call asbman -name TestEnvironment -start
call asbman -name TestEnvironmentTaskServer -start
call asbman -name TestEnvironmentProcessServer -start
echo .
echo .
echo .
echo .
echo .
Lori Gustafson
Information Resources
Precision, Inc.
763-852-6718
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Norman Hutchins
Sent: Thursday, July 31, 2008 11:46 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Start/Stop App servers/db batch file...
Does anyone have a batch file that will stop and/or start the progress
database and the app servers?
Norman
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Stop Batch:
@echo off
echo Stopping 8.0 Services and Database...
set DLC=e:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
e:
echo .
echo .
echo STOPPING TestEnvironment DB/APPSERVER...
cd \Testenvironment\MfgSys80\db
call asbman -name TestEnvironmentProcessServer -stop
call asbman -name TestEnvironmentTaskServer -stop
call asbman -name TestEnvironment -stop
call dbman -host localhost -port 20931 -database TestEnvironment -stop
echo .
echo .
echo .
echo .
echo .
REM net stop "AdminService for OpenEdge 10.0B"
echo.
echo.
Start Batch:
@echo off
echo Starting 8.0 Services and Database...
set DLC=e:\Epicor\OE100B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
e:
echo.
echo.
REM net start "AdminService for OpenEdge 10.0B"
echo STARTING TestEnvironment DB/APPSERVER...
cd e:\TESTENVIRONMENT\mfgsys80\db
call dbman -host localhost -port 20931 -database Testenvironment -start
call asbman -name TestEnvironment -start
call asbman -name TestEnvironmentTaskServer -start
call asbman -name TestEnvironmentProcessServer -start
echo .
echo .
echo .
echo .
echo .
Lori Gustafson
Information Resources
Precision, Inc.
763-852-6718
________________________________
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Norman Hutchins
Sent: Thursday, July 31, 2008 11:46 AM
To: vantage@yahoogroups.com
Subject: [Vantage] Start/Stop App servers/db batch file...
Does anyone have a batch file that will stop and/or start the progress
database and the app servers?
Norman
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]