ACC Error Guide

ZCOM Driver Log Messages
ZCOM Driver Messages
Chapter 5 105
zcom 00213: Card <#> ZLU <#> Error on read (length mismatch)!
Explanation: Processing of inbound data and status is a two step
process. First the DAM receives an unsolicited
interrupt packet indicating the type of inbound data
and its length. The DAM then issues a transaction to
the Mux card to read the inbound data or status
packet. Within this packet is the length of the data. If
this length does not match the length indicated in the
unsolicited interrupt packet, then the DAM logs this
message.
Action: If abnormal behavior is observed or the problem
persists, contact your HP Support Representative.
zcom 00214: Card <#> ZLU <#> No receiver - data dropped.
Explanation: Inbound data and/or status information has arrived
for a ZLU that does not have an application setup to
receive the information. The DAM will discard the
inbound data and/or status information.
Action: In order to prevent this information from being lost, an
application must issue a zset_rcvr call for each ZLU
that it wants data from.
zcom 00215: Card <#> ZLU <#> Receiver is not a program ZLU <#>.
Explanation: When inbound data and/or status arrives from a
terminal ZLU, it may only be delivered to a program
ZLU. An application has apparently setup this ZLU to
deliver its inbound data to a non-program ZLU.
Action: Correct the application.