ACC Error Guide

ZCOM Error Codes
Meanings of the Error Codes
Chapter 2 47
ZEPCOUNT (-97): Invalid number of parameters
Explanation: This error is returned only for Fortran ZCOM routines.
Some of the FORTRAN versions of the ZCOM routines
allow a variable number of parameters. The error
parameter is used to specify how many parameters are
being passed into the routine for this instance of the
call. However, the value passed in did not meet the
minimum number of parameters required for this
specific request.
Action: Correct the application program.
ZENIDX (-98): Node index out of range
Explanation: The node entry index specified in the zinfo() call (mode
6) is out of range. The index must be in the range of
0…(Node-Entry - 1). The value for Node-Entry is
defined in your TTGEN configuration file.
Action: Correct the application program.
ZEBADDMA (-99): Error in DMA completion
Explanation: This error is returned whenever a DMA operation has
completed abnormally. In this particular case, for some
unknown reason the ACC Mux card has not
transferred all of the data requested. The DMA
operation is complete, but the DMA quad count is
non-zero.
Action: If this message occurs frequently or unusual behavior
is exhibited by the X25/ACC subsystem, contact your
HP support personnel. This message may be
symptomatic of failing hardware (either the ACC Mux
card or some component in your system) or a failure in
the Mux firmware.
ZETOUT (-100): Mux card timed out
Explanation: See “zcom 00202: Card <#> - Backplane command
(DMA) has timed out!” for a description.