Kbase P9236: Process is is aborting error (49) and protrace contains fflushxdll functions.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/30/2003 |
|
Status: Unverified
FACT(s) (Environment):
Compaq Tru64 UNIX
Progress 9.1C
SYMPTOM(s):
Process is running in background mode and aborting (49)
Protrace file have many lines indicating stream data is being used.
Protrace contains fflushxdll - causes any buffered data for the named stream to be written to that file. The stream remains open.
Protrace also contains fflushx.
CAUSE:
Background job has too many streams defined, even if only one or two are open and active at a time.
FIX:
Re-structure the process to eliminate stream definitions and re-use the
default stream in their place wherever possible.