A.
IBM made changes in v6r1 and we have builds specific to this version. We suggest upgrading to the most current version of the Alliance software on your current box before performing the OS upgrade. If you need those steps, please go to Solutions in the support page and search on: upgrade LIB_NAME This will enable you to find instructions specific to that product.
The V6R1 version of our product can only be installed on V6R1 of the operating system. So after doing the above upgrade to your current version on your current box, the upgrade path is:
1) Upgrade the OS to V6R1.
2) Put the current version on the new OS.
3) Rename the library to a save name.
4) Install the V6R1 version of our product.
5) Run the Apply Release Upgrade option giving it the name of the renamed library from step 3.
****** WARNING (specific to allftm100 only) ******TO KEEP FTP FUNCTIONS WORKING*********
The EPRT and EPSV commands are evidently part of IP version 6 and set as the default. If the remote server doesn't accept these commands or they cause errors, they need to be switched off. The commands to do this are:
SENDEPSV 0
SENDEPRT 0
After adding these to the FTP scripts, the transmission processes normally.
If the server you are connecting to supports EPSV, you can issue SENDEPSV in your FTP session (instead of SENDPASV in your Alliance Scripts) prior to doing your PUT or GET.
To disable it as a whole on your system you can create a data area that causes the FTP client code to act as it did at previous releases:
CRTDTAARA DTAARA(QUSRSYS/QTMFTPEPSV) TYPE(*LGL) AUT(*USE)
If you want more detail on this, check out this document in IBM's Knowledgebase (484261471):
http://www-912.ibm.com/8625680A007CA5C6/1AC66549A21402188625680B0002037E...
For your reference, on a system wide basis, the following data areas are used as follows:
o CRTDTAARA DTAARA(QUSRSYS/QTMFTPEPSV) TYPE(*LGL) AUT(*USE) - disables EPASV
o CRTDTAARA DTAARA(QUSRSYS/QTMFTPPASV) TYPE(*LGL) AUT(*USE) - disables PASV
o CRTDTAARA DTAARA(QUSRSYS/QTMFTPEPRT) TYPE(*LGL) AUT(*USE) - disables EPORT with PTF SI33243 applied to the system.