Remove attributes from a property extension database - Windows
Overview
You can remove the attributes from the database. After removing attribute, run wp-add-la-property
Remove an attribute from property extension database
Do not remove attributes that have already been populated with user values because this can cause database inconsistencies. Cluster note:
In a clustered environment, perform the following steps on the deployment manager and then resynch the nodes.
- Open the tool you use to edit your database.
- Verify that your attribute name is available in the LAPROP table.
- Delete the required attributes from the LAPROP table.
- Open wimxmlextension.xml, located in the profile_root/config/cells/cellname/wim/model directory.
- Locate and delete the propertySchema definition for the attributes that you deleted from the LAPROP table; for example:
<wim:propertySchema nsURI="http://www.ibm.com/websphere/wim" dataType="String" multiValued="true" propertyName="attribute_name"> <wim:applicableEntityTypeNames>PersonAccount</wim:applicableEntityTypeNames> </wim:propertySchema>- Save changes to wimxmlextension.xml.
- Open the wimconfig.xml file, located in the profile_root/config/cells/cellname/wim/config directory.
- Locate and delete the propertiesNotSupported definitions for the attributes that you deleted from the LAPROP table; for example:
<config:propertiesNotSupported name="attribute_name">- Save changes to the wimconfig.xml file.
- Cycle the server1 and WebSphere_Portal servers from the profile_root/bin directory.
Parent topic:
Configure a property extension database on HP-UX
Parent topic:
Configure a property extension database on Windows