OS Memory Manager Errors

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 6.0


The following table lists the error codes returned by the Operating System Memory Manager.

CodeDescription
-108Not enough memory to perform an operation.
Give more memory to your 4D application.
-109Internal Memory problem. Memory is probably logically corrupted.
Exit as soon as possible. Restart your machine and reopen the database.
-111Internal Memory problem. Memory is probably logically corrupted.
Exit as soon as possible. Restart your machine and reopen the database. (*)
-117Internal Memory problem. Memory is probably logically corrupted.
Exit as soon as possible. Restart your machine and reopen the database.

Tip: When allocating and working with large arrays, BLOBs, pictures, as well as sets (objects that can hold large amount of data), use an ON ERR CALL project method to test the error -108.

(*) Error -111 can also occur when you attempt to read a value from a BLOB with an offset out of range. In this case, the error is minor and you do not need to terminate the working session. Just fix the offset you pass to the BLOB command.

See Also

ON ERR CALL.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next