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.
- Open the windows terminal with administrative privileges
- Uninstall the following Windows services:
- To uninstall Design Server WEB UI, run
commands:
sc stop ibmsterlingtransformationextenderwebui.exe
sc delete ibmsterlingtransformationextenderwebui.exe
- To uninstall Runtime Server service, run commands:
sc stop IBM-Sterling-Transformation-Extender
sc delete IBM-Sterling-Transformation-Extender
- To uninstall Redis Service run commands:
sc stop “redis server for ITX”
sc delete “redis server for ITX”
- To uninstall Design Server WEB UI, run
commands:
- Cleanup registry (it is recommended to make a backup of the registry keys before modifying the keys).
- Run command regedit
- Navigate to registry key
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\IBM\TransformationExtender\<version>
- Delete the registry key
- Navigate to registry key
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Apache Software Foundation\Procrun 2.0\IBM-Sterling-Transformation-Extender
- Delete the registry key
- Search for string ‘Transformation Extender’ under
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall
- Delete the registry Key containing the String ‘Transformation Extender’
- Restart the computer
- 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.