Discontinuing managed preferences
To stop setting preferences through the Expeditor managed settings framework, remove the reference to the managed-settings.xml or managed-community-configs.xml files and unlock any previously read-only settings.
-
Managed settings that were previously pushed to the clients as read-only will continue to be used until they are specifically removed from the client. Unlock all managed settings by editing the XML file:
-
Change all "isLocked=true" instances to "isLocked=false".
-
If the lastModDate atribute was used previously, change the lastModDate attribute to a newer timestamp for all group settings. Otherwise, skip this step.
-
Provision the updated XML file to the client.
-
-
Discontinue use of the settings.xml file based on the method you used to distribute managed preferences.
-
Method 1:
The managed-settings.xml or managed-community-configs.xml file hosted on a web server
- Remove the managed-settings.xml or managed-community-configs.xml file from the web server.
-
Method 2:
The managed-settings.xml file defined in a plugin_customization.ini file.
- Remove the com.ibm.rcp.managedsettings.provider.file/URL setting from the plugin_customization.ini file and provision the updated file to clients.
-
Parent Topic: Updating client preferences with the managed-settings.xml file