FTAM/9000 Reference Manual

30 Chapter 1
FTAM return_codes
inout_dcb->result.return_code
MESSAGE FTE105_CONT_TYPE_UNSUPPORT
CAUSE The speciļ¬ed contents type is not supported (i.e., is not
an FTAM-1, FTAM-2, FTAM-3, or NBS-9 document
type). EXAMPLE: You called ft_open() with a
contents_type.contents_form of
FT_ABS_SYN_CON_SET_PAIR_FORM.
ACTION Call the function with a supported contents_type. For
all functions requiring a contents_type, ensure
contents_type.contents_form =
FT_DOCUMENT_TYPE and
contents_type.contents_info. document.name indicates
FTAM-1, FTAM-2, FTAM-3, or NBS-9. For ft_fopen()
and ft_open(), contents_type.contents_form can be
FT_CONTENTS_UNKNOWN.
MESSAGE FTE112_GROUP_NOT_OPEN
CAUSE Grouping was not open on the connection. You called
ft_egroup() before calling ft_bgroup().
ACTION Call ft_bgroup() on a connection before calling
ft_egroup().
MESSAGE FTE113_GROUP_ALREADY_OPEN
CAUSE Grouping was already open on the connection. You
called ft_bgroup() on a connection on which you
already called ft_bgroup().
ACTION Close the group by calling ft_egroup(). Open another
group with an ft_bgroup() request.