OSI/FTAM Programming Reference Manual
FTM Procedures
HP NonStop OSI/FTAM Programming Reference Manual—528611-001
4-101
FTM_INITIALIZE_CNF_
FTM_INITIALIZE_CNF_
This procedure allows you to retrieve remote responder’s response to the application’s 
request to establish an association with a remote responder.
error return value
INT
indicates the outcome of the call. For a list of defined values, see Appendix B, 
NonStop FTAM Initiator Error Messages.
cepi input
INT:value
is the connection endpoint identifier (CEPI) used to identify the specific 
association. Use the CEPI value returned from the FTM_INITIALIZE_REQ_ 
procedure for this association. For additional information on using the cepi 
parameter, see the OSI/FTAM Programming Guide.
cepi is a required parameter.
state-result output
INT(32) .EXT:ref:1
indicates if the responder established the FTAM regime as requested. Valid values 
are as follows:
ZFTM-VAL-STATE-SUCCESS
ZFTM-VAL-STATE-FAILURE
state-result is an optional parameter.
action-result output
INT(32) .EXT:ref:1
summarizes information available in the diagnostic parameter. The 
action-result value is never less severe than the most severe diagnostic 
value. Valid values are the following:
error := FTM_INITIALIZE_CNF_ ( cepi ! I
 , [ state-result ] ! O
 , [ action-result ] ! O
 , [ local-appl ] ! O
 , [ responding-appl ] ! O
 , [ responding-ae-title ] ! O
 , [ service-class ] ! O
 , [ func-units ] ! O
 , [ attrib-groups ] ! O
 , [ contents-type-list ] ! O
 , [ diagnostic ] ) ; ! O










