Deleting Previous Installations

You can use the DLTLICPGM command to delete a previous installation of TIBCO EMS Client for IBM i.

Note: When using the DLTLICPGM command, you have to specify the resource ID for the installation to be removed. Obtain the resource ID by using the DSPSFWRSC command.
The deleting method is different depending on whether the current release is already installed:
  • If you have already installed the current release and want to delete a previous release, ensure that you release-qualify the operation.

    For example, to delete TIBCO EMS Client for IBM i release 6.1.0 only, run the following:

    DLTLICPGM LICPGM(2TIBEM1) RLS(V6R1M0)

  • If the current release is not installed and only one other release is installed on the system, you can delete the previous installation without release-qualifying DLTLICPGM. For example:
    • To delete Software Release 5.1.0 with the resource ID 2TIBEMS, run the following:

      DLTLICPGM LICPGM(2TIBEMS)

    • To delete Software Release 5.1.5 with the resource ID 2TIBEM1, run the following:

      DLTLICPGM LICPGM(2TIBEM1)

    These operations are optional and can be performed in any order.