Manually Uninstalling Design Server and Runtime Server

Instructions to manually uninstall Design Server and Runtime Server.

In the case of installation got corrupted and uninstall procedure does not work, follow these steps to manually uninstall Design Server and Runtime Server applications.
  1. Open the windows terminal with administrative privileges
  2. Uninstall the following Windows services:
    1. To uninstall Design Server WEB UI, run commands:

      sc stop ibmsterlingtransformationextenderwebui.exe

      sc delete ibmsterlingtransformationextenderwebui.exe

    2. To uninstall Runtime Server service, run commands:

      sc stop IBM-Sterling-Transformation-Extender

      sc delete IBM-Sterling-Transformation-Extender

    3. To uninstall Redis Service run commands:

      sc stop “redis server for ITX”

      sc delete “redis server for ITX”

  3. Cleanup registry (it is recommended to make a backup of the registry keys before modifying the keys).
    1. Run command regedit
    2. Navigate to registry key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TransformationExtender\<version>
    3. Delete the registry key
    4. Navigate to registry key Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\IBM-Sterling-Transformation-Extender
    5. Delete the registry key
    6. Search for string ‘Transformation Extender’ under Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
    7. Delete the registry Key containing the String ‘Transformation Extender’
  4. Restart the computer
  5. Delete the installation folder, for example C:\IBM\TransformationExtender_<version>
Note:

Make sure to delete the registry entry for the corresponding version of Runtime and Monitoring installation only, not to delete the Design Studio installation if exists for the same version.