Candle GC32-9172-00 Indoor Furnishings User Manual


 
KOGCM001KONCT303 489
KOGVT22E sqlroutine FAILED. STATUS=status
Explanation: An internal service routine (SQL1 API function) was called and
returned a non-zero integer status code indicating an error. The sqlroutine value
indicates the name of the internal service routine called. The status value is the
integer return code issued by the service routine.
This error message is normally issued when invalid service parameter values are
passed in service requests. For example, a syntax error in the search criteria
specified in a VUQUERY API function call will result in an
SQL1_CreateAccessPlan failure.
System Action: VU API service request completes and an error status is
returned to the VU Client.
User Response: Correct the VU API function parameter that causes the service
routine to reject the service request.
KOGVT23W CT/DS LOGOFF FAILED STATUS=status
Explanation: CT/DS service routines indicate an unsuccessful drop path
operation. The status value is the integer return code issued by the internal service
routine. A drop path service call is issued during termination of the VTAM session
between a VU Client and the VU Server. The drop path call ensures that active
requests and resources are terminated and released before logoff.
This error message normally occurs when sessions are terminated during CT/DS
(Data Collection) address space shutdown.
System Action: VTAM logoff processing proceeds.
User Response: If this message is issued during normal CT/DS operation call
Candle Customer Support for further diagnosis.
KOGVT24E REQUEST NOT FOUND FOR LRN=lrn
Explanation: A VU request handle cannot be located for requested processing.
The lrn value is an integer identifier for the request handle.
This message is issued when a VU request handle is used after a DROP has been
successfully completed on the request or when an invalid request handle has been
specified in the VU API service call.
System Action: VU Server rejects the request and transmits an error response
to the client.
User Response: Ensure the proper sequence of VU API service calls and that
VU API request handles are reused properly.
KOGVT25I NUMBER OF SUBSTITUTION SYMBOLS FOUND=noparms
Explanation: This message displays the number of substitution symbols found
after successfully compiling a query, insert, or delete request. The noparms value
indicates the number of substitution symbols found in the compiled request.
System Action: VU Server completes the request and transmits a successful
response to the client.
User Response: None. This is a diagnostic message issued when TRACE
options have been enabled.