How To Uninstall A Custom Module
Comments
-
Is it possible to uninstall Custom modules from Decisions?
edited by Darrenn@decisions.com on 6/11/2021 -
It is possible to uninstall modules from Decisions using the steps below:
Stop running Service Host Manager Watcher and then Service Host Manager.
Delete the modules from the CustomModules Folder by navigating to C:>Program Files>Decisions>Decisions Services Manager>CustomModules.
Delete the .dir and zip files from the **modules **folder by navigating to C:>Program Files>Decisions>Decisions Services Manager>modules.
From the database manager, run this query: select * from module_installation
Find the extension_id of the record for the module files deleted in steps above.
Use this extension_id to run the below queries putting the extension_id value in the single quotes:
delete from module_installation where extension_id =
delete from entity_folder where extension_id =
Upon completion, start up SHM, access Decisions, and the modules should be uninstalled.
edited by Darrenn@decisions.com on 2/20/2020 -
The above process is to uninstall modules from Decisions version 6.
edited by osman@decisions.com on 11/5/2021 -
Please follow the below steps to remove the module in version 7.
- Stop Decisions Services. (If self-hosted, stop Decisions Services from Windows Services and if IIS hosted, run iisreset/stop as an administrator in the Command prompt or Powershell)
2.Delete the module from the CustomModules folder at C:Program FilesDecisionsDecisions ServerCustomModules. If not present, move to the next step.
Delete the directory and zipfiles for the module in the Modules folder by navigating to C:Program FilesDecisionsDecisions Servermodules. If not present, please move to the next step.
Run the below query on your Database. SELECT * FROM module_installation Note the extension_id of the module.
5.Use the extension_id to run the below queries. DELETE FROM module_installation WHERE extension_id = [EXTENSION_ID] DELETE FROM entity_folder WHERE extension_id = [EXTENSION_ID] Start Decisions Services. ( If self-hosted, start Decisions Services from Windows Services and if IIS hosted, run iisreset/start as an administrator in the Command prompt or Powershell).
edited by athuluru.lakshmi@decisions.com on 11/5/2021
Howdy, Stranger!
Categories
- 4.2K All Categories
- 67 General
- 11 Training
- 202 Installation / Setup
- 1.1K Flows
- 106 Rules
- 262 Administration
- 212 Portal
- 490 General Q & A
- 695 Forms
- 333 Reports
- 3 Designer Extensions
- 47 Example Flows
- 52 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 179 Pages
- 5 Process Mining
- New Features
- 179 Datastructures
- 69 Repository
- 221 Integrations
- 28 Multi-Tenant
- 27 SDK
- 78 Modules
- 56 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 83 Lunch And Learn Questions