E-OBX-102-018 Failed to resolve parsed language command. (%0d:%1s)
Explanation
The following example shows how this message is
written to the log:
E-OBX-102-018: Failed to resolve parsed language command. (-636:Type mismatch for column)
The example
message indicates that the ObjectServer failed to resolve an SQL command.
In this case, the column type in an INSERT
command
does not match the column type in the ObjectServer table.
System action
Not applicable.
User response
Not applicable.
Administrator response
To address the problem indicated by the
example message, ensure that the source data type matches the data
type in the ObjectServer table. When you use INSERT
commands,
enclose character values in single quotation marks (’). Do not enclose
integer values in quotation marks.
Type mismatch
errors can also occur when you use the INSERT
command
in an automation to insert rows into the alerts.journal ObjectServer
table. In such cases, use the jinsert
standard automation
procedure to insert rows into the alerts.journal table.