OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-69
FTM_END_GROUP_REQ_
Errors
For cause, effect, and recovery information on these errors, see Appendix B, NonStop
FTAM Initiator Error Messages.
The following table lists common errors that can occur on the
FTM_END_GROUP_REQ_ procedure call.
Examples
Examples of the FTM_END_GROUP_REQ_ call in a program begin on line 824 of the
C version and line 922 of the TAL version of Example 2 in Appendix G, NonStop FTAM
Programming Examples.
Table 4-22. Possible FTAM Initiator Errors for the FTM_END_GROUP_REQ_
Procedure
Error Code FTAM Initiator Error
- 6000 ZFTM-ERR-INTERNAL
- 6001 ZFTM-ERR-OUT-OF-SEQUENCE
- 6017 ZFTM-ERR-INVALID-IF-VERSION
- 6018 ZFTM-ERR-INVALID-FIELD-VERSION
- 6019 ZFTM-ERR-BAD-APS-STATUS
- 6022 ZFTM-ERR-CONNECTION-ABORTED
- 6036 ZFTM-ERR-SU-ABORTED
These error
values... are returned if....
Error Code:
Error Subcode:
ZFTM-ERR-OUT-OF-SEQUENCE (-6001)
ZFTM-ERR-OOS-STATE-MACHINE (1)
FTM_BEGIN_GROUP_REQ
_ was not previously
successfully called, or
FTM_END_GROUP_REQ_
has already been
successfully called. This call
is valid only if the
FTM_BEGIN_GROUP_REQ
_ was successful and no
intervening
FTM_END_GROUP_REQ_
has already terminated the
group.
Error Code:
Error Subcode:
ZFTM-ERR-OUT-OF-SEQUENCE (-6001)
ZFTM-ERR-OOS-BAD-GROUP (3)
The preceding group is not
one of the five valid groups
defined by FTAM. For a
description of valid groups,
refer to the OSI/FTAM
Programming Guide.