FTAM E.07.00 Release Notes

Chapter 1 15
HP FTAM/9000 Release Notes
Patches and Fixes/Enhancements in this Version
which some implementations(like
SUN) do not support causing the ftam
to hang.
Resolution The problem is resolved by maintaining
a flag CALLING_AE_INV_ID_FLAG
in the ftam_conf file. This flag when set
would send the
calling-AE-invocation-identifier as part
of the ASCE AARQ-PDU & when
disabled the
calling-AE-invocation-identifier would
not be sent as a part of the
AARQ-PDU.
5. JAGab75259
Symptom
ft_rdataqos()
returns
des_received=0
when there is no
data.
Defect Description With qos parameter set to a value
greater than 0 and the
V_PDU_MAX_STRING/string_le
ngth
is greater than
des_requested,
until the
checkpoint is acknowledged, a null
PDU or des_received=0 should be
returned to User Process (UP).The
return of null PDUs to UP was not
occurring for all valid values of
string_length. This is because of an
error in handling the checkpoint.
Resolution The handling of the checkpoint is
corrected. A null PDU or
des_received=0
is returned to the
UP for all the valid values of
string_length.
6. JAGab84586
Symptom FTAM include file not ANSI C++
compliant.