Measure Reference Manual
Cause
The buffer size was too small.
Effect
The requested operation aborts.
Recovery
Correct the buffer size. The buffer size needed is contained in the bytesret (byte size of record
returned) parameter. If the MEASREADACTIVE procedure encountered this error and requires a
buffer larger than 32 KB, use the MEAS_READACTIVE_ procedure.
3205
(ERR^NOTENOUGHSTACK)
Cause
Not enough data-stack space was available to send or receive the buffer.
Effect
The requested operation aborts.
Recovery
Move some of the stack data into an extended segment to increase the size of the available
working stack.
3206
(ERR^BADREPLY)
Cause
An unexpected reply was received from a Measure process.
Effect
The requested operation aborts.
Recovery
Retain a copy of the files and commands needed to duplicate this error and contact your HP
representative.
3207
(ERR^NEWDESCFIELD)
Cause
A down-rev MEASFH being used cannot support the new field used in the descriptor.
Effect
The requested operation aborts.
Recovery
Reissue the request without using the new field. In MEASCOM, avoid the new fields. For example,
change LIST FILE * ($PNAME) to LIST FILE * (1,52), assuming 1,52 was $PNAME. If you are
using the programmatic interface directly, use the old version of the descriptor, or place only
the appropriate default values (for example, $*) in the new fields.
3208
(ERR^WRONGSYSTEM)
Cause
The MEASFH process, which indexes and builds structured records from the data file, and the
data file are located on different systems.
Effect
The requested operation aborts.
519