Portal server has a concept of Property Extension Database or which is more commonly known as lookaside database, that you can use to store additional attributes that cannot be stored in the LDAP user registy.
Ex. Lets say you configured portal to use your LDAP server but your LDAP server is either read-only or you need a custom attribute say favoriteMovie that cannot be added to LDAP server. In that case you can configure a lookaside database, and use it store the favoriteMovie attribute for the user.
Yazının tamamını okuyun (read more) »
If you have a page for which users have Priveleged user rights then then can customize/ personalize that page. When any of the user does that the portal server will create a private page and store that information in customization database domain(The actual page layout is stored in the RELEASE database domain). Now when you delete that page the main page would get deleted from RELEASE database domain( either immediately or at the time of schedule cleanup) but the personalized page that is stored in the CUSTOMIZATION domain wont be deleted. This page would be included in your database backup. You can delete the private page from the CUSTOMIZATION database domain by following these steps.
Yazının tamamını okuyun (read more) »
FOR 6.0.x
1- locate <dmgrprofile>/config/wmm/
2- add properties in wmmAttributes.xml and wmmLDAPServerAttributes.xml files.
Caution: wmmAttributes.xml uses attribute properties , wmmLDAPServerAttributes.xml uses attributeMap properties.
/IBM/Profiles/Dmgr/config/wmm/wmmAttributes.xml
<attribute wmmAttributeName=”workingBranch”
applicableMemberTypes=”Person”
dataType=”String”
valueLength=”128″
multiValued=”true”/>
/IBM/Profiles/Dmgr/config/wmm/wmmLDAPServerAttributes.xml
<attributeMap wmmAttributeName=”workingBranch”
pluginAttributeName=”workingBranch”
applicableMemberTypes=”Person”
dataType=”String”
valueLength=”128″
multiValued=”true”/>
Yazının tamamını okuyun (read more) »