Uninstalling an interim fix

Follow these steps to uninstall an interim fix.

  1. Stop the CICS® Transaction Gateway and client daemon:
    • Unix: ctgd stop;cicscli -x
    • Windows: ctgadmin -a shut
  2. Go to the directory where you unpacked the interim fix, and then run the following command:
    <interim_fix_utility_unpacked_directory>/ctgifix -u
  3. At the confirmation prompt, enter y to proceed.
    Tip: To perform an unattended uninstallation, you can use the command: <interim_fix_utility_unpacked_directory>/ctgifix -u -y
  4. After the uninstallation is complete, start the CICS Transaction Gateway:
    • Unix: ctgd start
    • Windows: ctgadmin -a start

During uninstallation, the interim fix utility creates or updates the <install_path>/ctgfix/ctgfix.log file. The log file contains details of the files that are updated by interim fix, and details of any errors. For more information about error messages, see the ctgfix.hlp file that is located where you unpacked the interim fix.

For more information, refer to the readme.txt file located in the interim fix utility.