Candle GC32-9172-00 Indoor Furnishings User Manual


 
490 Candle Products Messages Manual (KLVHSKONCT)
KOGVT26I COMPILING SQL=sql
Explanation: This message is issued prior to compilation of a query, insert, or
delete request. The sql value displays the SQL statement to be compiled.
System Action: VU Server proceeds to call internal service routines to compile
the SQL statement.
User Response: None. This is a diagnostic message issued when TRACE
options have been enabled.
KOGVT27I AUTOMATIC CLOSE ISSUED FOR REQUEST LRN=lrn
Explanation: This message is issued when an open VU request handle is found
prior to a drop of the request handle. The close is done automatically to ensure
that resources associated with the request handle are terminated and released
before the request handle drop processing is initiated. The lrn value is the logical
resource number associated with the VU request handle.
System Action: VU Server proceeds to call internal service routines to close
and drop the request.
User Response: None. This is an informational message.
KOGVT28E OPEN ATTEMPTED ON REQUEST LRN=lrn ALREADY OPEN
Explanation: An attempt to open a VU request handle was made but the
request has already been opened. The lrn value is the logical resource number
associated with the VU request handle.
System Action: VU Server completes the requested VUOPEN service call and
returns an error status to the VU Client.
User Response: Ensure the proper sequence of VU API service calls and that
VU API request handles are reused properly.
KOGVT29E REQUEST LRN=lrn INVALID ALREADY DROPPED
Explanation: An attempt to drop a VU request handle was made but the handle
could not be found. The lrn value is the logical resource number associated with
the VU request handle.
System Action: VU Server completes the requested VUDROP service call and
returns an error status to the VU Client.
User Response: Ensure the proper sequence of VU API service calls and that
VU API request handles are reused properly.
KOGVT30E CLOSE ATTEMPTED ON REQUEST LRN=lrn ALREADY CLOSED
Explanation: An attempt to close a VU request handle was made but the
request has already been closed. The lrn value is the logical resource number
associated with the VU request handle.
System Action: VU Server completes the requested VUCLOSE service call
and returns an error status to the VU Client.
User Response: Ensure the proper sequence of VU API service calls and that
VU API request handles are reused properly.