OSI/FTAM Programming Reference Manual

FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual528611-001
4-93
FTM_INITIALIZE_REQ_
FTM_INITIALIZE_REQ_
This procedure allows you to request initiation of an association with an FTAM
responder. Successful completion of this procedure initializes the FTAM regime. For a
description of the FTAM regime, see the OSI/FTAM Programming Guide.
status return value
INT
indicates the outcome of the call. For a list of possible ZAPS-VAL-STATUS-xxx
values, see Table B-1 on page B-2.
cepi output
INT.EXT:ref:1
is the connection endpoint identifier (CEPI) used to identify the specific
association.
The CEPI value returned from the FTM_INITIALIZE_REQ_ call is used when
making other FTAM calls for this association. For more information on using the
cepi parameter in the context of establishing an FTAM association, see the
OSI/FTAM Programming Guide.
cepi is a required parameter.
aplmgr-name input
INT .EXT:ref:(ZAPS-DDL-FILENAME)
is the Guardian process name of the APLMGR to use to establish this association.
The APLMGR process determines which FTAM initiator process services the
FTAM association.
aplmgr-name is in the HP internal form and is a required parameter.
status := FTM_INITIALIZE_REQ_ ( cepi ! O
, aplmgr-name ! I
, remote-appl ! I
, [ wait-mode ] ! I
, [ local-appl ] ! I
, [ local-ae-title ] ! I
, [ remote-ae-title ] ! I
, [ service-class ] ! I
, [ func-units ] ! I
, [ attrib-groups ] ! I
, [ contents-type-list ] ! I
, [ initiator-id ] ! I
, [ account ] ! I
, [ filestore-password ] ! I
, [ tag ] ) ; ! I