Kbase P7743: Error 354 or 2257 occurs at startup, with errno=13
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/08/2008 |
|
Status: Verified
SYMPTOM(s):
Error 354 or 2257 occurs at startup, with errno=13
One of the following errors occurs when starting a process:
Unable to open or create <filename>, error <number>. (354)
Unable to open or create <filename>, error 13 (354)
Unable to open or create <filename>, error <number>. (2257)
Unable to open or create <filename>, error errno=13. (2257)
<filename> refers to one of the client temporary files: lbi, srt, pgm, dbi, etc.
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
CAUSE:
Progress session starts in a directory where the user has no write permissions
FIX:
1) Ensure that the user has write permissions to the working directory because Progress needs to create some temporary files during processing.
2) You may use the -T parameter to force Progress to start in a specific working directory where the user has write permissions.