Kbase P161113: How to start an OpenEdge batch process using AppServer
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  02/03/2010 |
|
Status: Unverified
GOAL:
How to start an OpenEdge batch process using AppServer
GOAL:
How to stop an OpenEdge batch process using AppServer
GOAL:
How to start an OpenEdge batch server using AppServer
GOAL:
How to stop an OpenEdge batch server using AppServer
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.x
FIX:
1. Configure the Adminserver to startup a dedicated AppServer, named "Background" for example.
2. In OpenEdge Explorer (or Progress Exlorer Tool if using that) go to the properties of the AppServer
3. Under the Broker section, go to Advanced Features.
4. Under Startup enter the path to your startup procedure (which will start the OpenEdge batch process)
5. Under Shutdown enter the path to your shutdown procedure (which will stop the Openedge batch process).
6.These procedures should execute the existing OS .bat files to start and shut down an OpenEdge batch process.