Consultor Eletrônico



Kbase P17928: Application terminates with error 290 errno 2
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   26/05/2010
Status: Verified

SYMPTOM(s):

Application terminates with 290 error

SYSTEM ERROR: I/O error <n> in <program>, ret <n>, file <n>, addr <n>. (290)

SYSTEM ERROR: I/O error 2 in readit, ret <n>, file <n>, addr 0. (290)

The application runs on other systems.

The error happens when a program is executed, it always happens at the same spot.

FACT(s) (Environment):

All Supported Operating Systems
Progress 9.1E
OpenEdge 10.x

CAUSE:

The error number 2 in the error 290 message means No such file or directory * Directory or file in path does not exist. The code is searching for a file and cannot find it.

FIX:

Check that all the files required by the application exist.

Verify that the application directory is set correctly in the system PATH.

Define the system PATH:

UNIX Example:
PATH=$PATH:<your application directory path>; export PATH