You should have gotten a batch file when your Vantage was installed...
Everything between the **** make sure you change the Drive letters and DB
name to match the DB you want to shut down, and the text IS case sensative.
***********************************************************************
@echo off
echo Stopping 8.03 Services and Database...
set DLC=E:\Epicor\OE101B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
E:
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
**************************************************************************
Everything between the **** make sure you change the Drive letters and DB
name to match the DB you want to shut down, and the text IS case sensative.
***********************************************************************
@echo off
echo Stopping 8.03 Services and Database...
set DLC=E:\Epicor\OE101B
set PATH=%DLC%\BIN;%PATH%
set LIB=%DLC%\LIB;%LIB%
E:
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
**************************************************************************
----- Original Message -----
From: "vantageuser13" <vantageuser13@...>
To: <vantage@yahoogroups.com>
Sent: Monday, April 27, 2009 8:28 AM
Subject: [Vantage] Script Shutdown Vantage 8.03.305k
>I will need to write a script for shutdown database automatically, for all
>week. When I write proshut... and when I check the status of database, the
>database is not down ? What the good script for shutdown database ?
>
> Thanks
>
> Vantage 8.03.305k
>
>
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
> (1) To access the Files Section of our Yahoo!Group for Report Builder and
> Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
>
>