Kbase 15746: fflushx: error 13 on fd <#> len <#> (4534)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
fflushx: error 13 on fd <#> len <#> (4534)
If you see this error filling up the PROGRESS database .lg file,
fflushx: error 13 on fd 42 len 512 (4534)
check to see whether you are shelling out to UNIX from the PROGRESS
4GL to perform any UNIX operating system commands, such as cp, mv, cd.
You need to check each command that is executed in the UNIX shell from
PROGRESS either in command line form or in a script. The error 13 is
the key here. This means that you do not have permissions to perform
the specified action. You need to resolve the permissions problem and
these errors should go away.
PLEASE NOTE: This Knowledgebase entry is very specific to error 13.
This does not apply to other UNIX errors. To debug other errors, you
need to know what the UNIX error means on your system. You can find
this information by looking in the /usr/include/sys/errno.h file on
the system in question.
13-May-96
Progress Software Technical Support Note # 15746