Server Reference Guide : A. Error Codes and Messages : OpenROAD Server Errors : General Errors
 
Share this page                  
General Errors
The following error codes include 4GL runtime errors and Initiate errors:
HRESULT
Description
0x8004A000
4GL runtime error. A 4GL runtime error occurred during execution of the procedure. Details may have been logged to the W4GL log file.
0x8004A100
4GL internal exception. An OpenROAD internal error occurred.
0x8004A200
DLL load failure. The ASO was not able to bind to the ORNTIER.DLL in the OpenROAD installation.
0x8004A300
ImageFile name invalid. The image file name string was empty or could not be converted to ASCII.
0x8004A400
ImageFile not found. The specified image file could not be found in the OpenROAD installation.
0x8004A500
CmdFlags invalid. The specified command flags string could not be converted to ASCII.
0x8004A600
Image not initiated. A CallProc or Call4GL method call was not preceded by a successful Initiate. The Initiate method must be called once and only once before any CallProc or Call4GL method calls are made.
0x8004A700
Image already initiated. An Initiate was attempted on an RSO that is already initiated. The Initiate method must be called once and only once before any CallProc or Call4GL method calls are made.
0x8004A900
The server was unable to open the application log file. This is usually a permissions problem on the log directory.