Help with error message

nellystew

New Member
Hi

I've been given the job of looking after a system written in Progress by my company (on the strength that I went on a course about 12 years ago!).

I'm managing to do most things, but today got an error message from a user in the form
Code:
Unable to open file <object path> Errno = 13.(98)

Please can anyone point me in the direction of what error 13 is and also where I can find a list of all error codes.

Thanks.

Neil
 
From the help file:
** Unable to open file: <file-name>. Errno=<number>. (98)
The named file might not exist. Make sure you supplied the correct name for your intended file. If the specified file exists, then it might not be possible to open it for a variety of reasons (for example, you do not have permission to access it.)

Are you sure that the path is correct?
 
Back
Top