SPO Error Reporting
The following entries contain log records for errors that originated in the SPO (as opposed to those forwarded from an ASO or COM error).
This event appears in the log with the following format:
Timestamp SPO ERROR: HResult
Image Not Initiated.
The Initiate method must be invoked before invoking Call4GL.
Timestamp SPO ERROR: HResult
Image Already initiated.
The Initiate method must be invoked ONLY once.
Timestamp SPO ERROR: HResult
Dispatcher Disabled.
The Initiate method must be invoked before invoking Call4GL
Timestamp SPO ERROR: HResult
Dispatcher Limit Exceeded.
The Dispatcher for this application signature could not be created
because the ORSPO already has the configured maximum number of
dispatchers active
Timestamp SPO ERROR: HResult
Unauthorized application name.
The 4GL image request is not authorized to be run the SPO. It
must be registered by the Server Manager first.
Timestamp SPO ERROR: HResult
ORSPO internal Error (HResult)
Please make note of the error number for Tech Support
Timestamp
Identifies the event timestamp. It has the following format:
yyyy/mo/dd_hh:mi:ss.fff
yyyy
Identifies a four-digit year value
mo
Identifies a two-digit month value
dd
Identifies a two-digit day value
hh
Identifies a two-digit military hour value
mi
Identifies a two-digit minute value
ss
Identifies a two-digit second value
fff
Identifies a three-digit millisecond value
HResult
If the error originates in an OpenROAD component, see
Error Codes and Messages for a description of
HResult. If the error is outside of OpenROAD, then look up
HResult in the WINERROR.H header from Microsoft.