Consultor Eletrônico



Kbase 20515: APPSERVER - CANCEL-REQUESTS vs UNIX, OS-COMMAND & PAUSE
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

OpenEdge Server Technology Category: AppServer
Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

CANCEL-REQUESTS vs UNIX, OS-COMMAND & PAUSE

Using the CANCEL-REQUESTS() method to cancel the execution of a 4GL program

CAUSE:

Use the CANCEL-REQUESTS() method to cancel the execution of a 4GL program that is running asynchronously on the AppServer we will raise a STOP condition in the program that is currently running on the AppServer.

However, if that program is currently executing:
- the PAUSE statement
or
- any operating system program via the UNIX, OS-COMMAND or DOS statements

The STOP condition will not be raised until these commands finish executing.

FIX:

The STOP condition will not be raised until these commands finish executing.