Consultor Eletrônico



Kbase P8712: How to start and stop the Admin Server from a DOS command window.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   27/02/2010
Status: Verified

GOAL:

How to start and stop the Admin Server from a DOS command window.

GOAL:

Which commands can be used in a DOS .bat file to start the AdminServer ?

FACT(s) (Environment):

Windows
Progress 9.x
OpenEdge 10.x

FIX:

To start the Admin Server:

proadsv -start [-port xxxxx] [-adminport xxxx]

To check if a broker has started use:

proadsv -q [-port xxxxx]

To stop the Admin Server:

proadsv -stop [-port xxxxx] [-adminport xxxx]

Example:

proadsv -start -port 2755

proadsv -q -port 2755

proadsv -stop -port 2755