FTAM/9000 Reference Manual

28 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE097_NO_SPACE_AVAILABLE
CAUSE No memory available.
ACTION Check your memory management. Free any unused
resources (e.g., memory), call ft_dfdcb() to free DCBs
that are no longer needed, and call the function again.
MESSAGE FTE098_INVALID_RETURN_CODE
CAUSE The result->return_code passed to ft_gperror() is
invalid or non- existent; it has no associated error
string.
ACTION Call ft_gperror() with a valid, deļ¬ned return_code.
MESSAGE FTE099_NO_RESOURCE_OUTSTANDING
CAUSE No resource outstanding; you called ft_nwcleared()
without previously receiving the
FTE008_NO_CON_RESOURCES error. The
ft_nwcleared() function is valid only if an
FTE008_NO_CON_RESOURCES error returns on an
ft_sdata() function.
ACTION Call ft_nwcleared() only when you receive a
FTE008_NO_CON_RESOURCES error.
MESSAGE FTE101_BUFF_TOO_BIG
CAUSE Buffer holding user data to send (ft_sdata()) is too
large for implementation (more than 7K or 14
data_units).
ACTION Call multiple ft_sdata() functions with smaller or
fewer buffers, or as smaller number of data_units.