Candle GC32-9172-00 Indoor Furnishings User Manual


 
492 Candle Products Messages Manual (KLVHSKONCT)
KOGVT34I SUBSTITUTING parmname=value TYPE=type LENGTH=length
Explanation: This message is issued prior to substituting a value into a
substitution symbol found in a compiled VU request. The parmname value
indicates the column or relative position of the substitution symbol that will be
assigned a value. The value displays the value to be assigned to the symbol. The
type value indicates the format expected for the substitution value (INTEGER,
CHAR, BITSTRING, and so forth). The length value indicates the maximum
length of the value to be substituted.
System Action: The VU Server proceeds to substitute all values.
User Response: None. This is a diagnostic message issued when TRACE
options have been enabled.
KOGVT35E SUBSTITUTION VALUE FOR parnname INVALID "value" (type,length)
Explanation: An incorrectly formatted value was specified for a substitution
symbol in a VUSUBST service call. The parmname value indicates the column or
relative position of the symbol. The value displays the value to be assigned to the
symbol. The type value indicates the expected format of the substitution value
(INTEGER, CHAR, BITSTRING, and so forth). The length value indicates the
maximum length of the value to be substituted.
System Action: The VU Server completes the requested VUSUBST service
call and returns an error status to the VU Client.
User Response: Correct the incorrectly formatted substitution value and
ensure that the proper values are matched to the substitution symbols specified by
the VU Template and by the optional search criteria in query requests.
KOGVT36E SUBSTITUTION VALUE FOR parmname TRUNCATED FROM len TO newlen
Explanation: A value specified for a substitution symbol in a VUSUBST service
call exceeds the maximum length acceptable. The parmname value indicates the
column or relative position of the symbol. The len displays the length of the value
to be substituted. The newlen value indicates the truncated length of the value.
System Action: Character values are right truncated to the maximum number
of characters accepted by the substitution symbol. Integer values will have high
order bits truncated to fit within the maximum length. Decimal and Floating point
values will have least significant digits truncated to fit the maximum length.
Bitstrings will be right truncated to the maximum number of characters accepted.
The VU Server completes the requested VUSUBST service call and returns a
warning status to the VU Client.
User Response: Correct the substitution value to ensure the values are the
proper lengths.
KOGVT37E FETCH ATTEMPTED ON CLOSED REQUEST LRN=lrn
Explanation: An attempt to fetch rows from a closed VU request handle has
occurred. The lrn value is the logical resource number associated with the VU
request handle.
System Action: VU Server completes the requested VUFETCH 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 requesthandles are reused properly.