Error by opening program

Myclos

New Member
Hello,

what could cause next message by opening a Progress program?
Dutch:
Kan C:\TEMP\lbi03392 niet openen of creëren, fout 2. (354)

English:
Could not open or create C:\TEMP\lbi03392, fault 2. (354)
 
From the Progress message help:

Code:
Unable to open or create <filename>, error <number>. (354)

PROGRESS was unable to create the temporary file <filename>. 
The reason for the error is indicated by the error <number>. 
The most common problems are:   
2 - A directory in the path does not exist  
13 - You do not have write permission in the directory.  
24 - You already have too many open files.  
28 - The disk is full Other error numbers can be found in /usr/include/errno.h
 
Back
Top