Kbase P152705: 4GL/ABL: Procedure seems to fail on the AppServer due to an UPDATE statement.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/09/2009 |
|
Status: Unverified
SYMPTOM(s):
4GL/ABL: Procedure seems to fail on the AppServer due to an UPDATE statement.
AppServer waiting on UPDATE statement even in "-B" Batch mode
An AppServer request is waiting on an UPDATE statement even when we start the AppServer in Batch mode.
FACT(s) (Environment):
ia64 (Itanium)
OpenEdge 10.1C
CAUSE:
An INPUT FROM statement defining the source for the UPDATE statement was missing from the code.
FIX:
Ensure that the UPDATE statements has its source of data defined by an INPUT statement. For example: INPUT FROM /dev
ull .