Wednesday 18 October 2017

Uninstall a User Interface from IBM InfoSphere Master Data Management v11.5

To uninstall a User Interface that has been installed with MDM v11.5, please follow the below steps.
Note: Please do not use the Modify option from Installation Manager to remove a User Interface from MDM v11.5

Changes to MDM_Variables.properties
1. Go to MDM_INSTALL_HOME/properties and edit the file MDM_Variables.properties.
2. From the value of property user.L2.mdm.feature.list, remove the feature name corresponding to the user interface that you want to uninstall.  The features names corresponding to the MDM user interfaces are listed below:
Business Administration UI: com.ibm.im.mdm.ba.webapp.feature
Enterprise Viewer: com.ibm.im.mdm.ev.webapp.feature
Web Reports: com.ibm.im.mdm.wb.webapp.feature
Inspector: com.ibm.im.mdm.inspector.webapp.feature
3. Save the properties file.

Changes to MDM_isInstalled.properties

1. Go to MDM_INSTALL_HOME/properties and edit the file MDM_isInstalled.properties.
2. Ensure that the value of property IS_MODIFY is YES
IS_MODIFY=YES
3. Ensure that the property corresponding to the installation of user interface is set to YES.  The property names corresponding to the MDM user interfaces are listed below:
Business Administration UI: BA_UI_APPLIED
Enterprise Viewer: EV_UI_APPLIED
Web Reports: WEB_UI_APPLIED
Inspector: INS_UI_APPLIED
4. Save the properties file.

Changes to MDM_Rollback.properties

1. Go to MDM_INSTALL_HOME/properties and edit the file MDM_Rollback.properties.
2. Ensure that the property corresponding to the installation of user interface is set to YES.  The property names corresponding to the MDM user interfaces are listed below:
Business Administration UI: BA_STATUS
Enterprise Viewer: EV_STATUS
Web Reports: WEB_STATUS
Inspector: INS_STATUS
3. Save the properties file.

Target Execution
1. Go to MDM_INSTALL_HOME/MDS/scripts and run the Configure_MasterDataManagement madconfig script to apply the new configuration:
i) When the installation is on Windows, execute
madconfig Configure_MasterDataManagement
ii) On other operating systems, execute
./madconfig.sh Configure_MasterDataManagement


No comments:

Post a Comment