************************************************************************** ICPF CORRECTIVE SERVICE INSTRUCTIONS FILE ************************************************************************** This package was generated to provide the current service for the IPFAF Workstation APIs (WRAPI) associated with the IODM Dynamic TCPIP PTF - PQ18457, PQ18173. Do not use these updates unless you have applied the IODM Dynamic TCPIP fix on the host !!!! Following are the instructions for applying the code: ************************************************************************** To install this package: 1) IPFAF and IODM must be at the Version 3.1 Level with Dynamic TCPIP Support fix installed on IODM. 2) This fix is simply a replacement of the WRAPI files which are ON OS/2 ------- EYP.H (Header file in INCLUDE path) EYPOAPI.LIB (Library file in LIB path) EYPOAPI.DLL (Executeable in LIBPATH) ON WINDOWS ---------- EYP.H (Header file in INCLUDE path) EYPWAPI.LIB (Library file in LIB path) EYPWAPI.DLL (Executeable in LIBPATH) 3) Download the package from the bulletin board or FTP site into a temporary directory 4) PKUNZIP the package by issuing: PKUNZIP2 EYPOAPI.ZIP (on OS/2) PKUNZIP EYPWAPI.ZIP (on WINDOWS) 5) Replace the original WRAPI files with the new ones by simply copying the new files into the directories where the old files were stored. 6) Recompile any programs which were written to the old WRAPI. NOTE you will need to change the FafSessionConnect() call to include the additional IODM connection information parameters. Also the FAFCONNECTPARMS structure has changed and appropriate changes must be made when referencing it. 7) If desired, add the new INI parameter to the EYPAPI.INI file to allow a connection to only IODM (if IPFAF is unavailable). RequireIPFAF = 0 (if IPFAF connection not required) New WRAPI error codes -- FAF_RC_IPFAF_NOT_AVAILABLE 3010 FAF_RC_INVALID_ODM_USERID 3011 FAF_RC_INVALID_ODM_PASSWORD 3012 FAF_RC_INVALID_ODM_TERMID 3013 **************************************************************************