OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-57
FTM_DATA_IND_
The following table lists the common errors that can occur on the FTM_DATA_IND_
procedure call.
Examples
Examples of the FTM_DATA_IND_ call in a program begin on line 1169 of the C
version and line 1256 of the TAL version of Example 2 in Appendix G, NonStop FTAM
Programming Examples.
These error
values... are returned if....
Error Code:
Error Subcode:
ZFTM-ERR-DATA-VALUE-TOO-SMALL
(-6037)
Minimum number of bytes to retrieve at
least one data element and its
associated header information
The buffer-size
parameter is too small to
contain the data header, data
element header, and current
data element.
Reissue FTM_DATA_IND_
providing a larger value for
buffer-size. The
minimum buffer size must be
the sum of the length of
ZAPS-DDL-DATA-HDR, the
length of ZAPS-DDL-DATA-
ELEMENT-HDR, and the
value of the negotiated
maximum-string-length
parameter.