Consultor Eletrônico



Kbase P107158: How to start a Progress batch process automatically in OpenEdge
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/07/2009
Status: Verified

GOAL:

How to start a Progress 4GL batch process automatically

GOAL:

What is a possible replacement of ProControl other tasks in OpenEdge?

FACT(s) (Environment):

Windows NT 32 Intel/Windows 2000
OpenEdge 10.x

FIX:

Use a Progress AppServer to run a 4GL batch process:
1. Configure an AppServer to be started automatically:
Progress Explorer -> <your progress Server -> AppServer -> right click on your AppServer -> Properties -> Broker -> turn on the Auto start check box
2. For the Agent Pool Range specify 1 for all entries
3. For the Agent -> Advanced Features -> Startup specify the procedure you want to run in batch mode.