System information
Identity Manager Upgrade
Page 90 Identity Manager 7.1 Update 1 • Release Notes
• If you are upgrading from a 6.x install to version 7.0 or 7.1, and you want to start using the
new Identity Manager end-user pages, you must manually change the system
configuration
ui.web.user.showMenu
to
true
for the horizontal navigation bar to display.
(ID-14901)
• If you are upgrading from 6.0 or 7.0 to version 7.1, and using
LocalFiles
, you must export
all of your data before upgrading and then re-import the data after doing a clean
installation of 7.1. (ID-15366)
• Upgrading from 6.0 or 7.0 to version 7.1 requires a database schema upgrade. (ID-15392)
❍ If you are upgrading from 6.0 to 7.1, you must use the
upgradeto71.*
script
appropriate to the type of RDBMS you are using.
❍ If you are upgrading from 7.0 to 7.1, you must use the
upgradeto71from70.*
script
appropriate to the type of RDBMS you are using.
• During the upgrade process, Identity Manager analyzes all roles on the system and then
updates any missing subroles and super roles links using the
RoleUpdater
class. (ID-15734)
To check and upgrade roles outside of the upgrade process, import the new
RoleUpdater
configuration object that is provided in
sample/forms/RoleUpdater.xml
. For example:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Waveset PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Waveset>
<ImportCommand class='com.waveset.session.RoleUpdater' >
<Map>
<MapEntry key='verbose' value='true' />
<MapEntry key='noupdate' value='false' />
<MapEntry key='nofixsubrolelinks' value='false' />
v</Map>
</ImportCommand>
</Waveset>
Where:
❍ verbose: Provides verbose output when updating roles. Specify
false
to enable a silent
update of roles.
❍ noupdate: Determines whether the roles are updated. Specify
false
to get a report that
only lists which roles will be updated.
❍ nofixsubrolelinks: Determines whether super roles are updated with missing subrole
links. This value is set to false by default and links will be repaired.
• If you have a space in the path to the Identity Manager installation directory, you must
specify the
WSHOME
environment variable without double quotes (
"
), as shown in the
following example (ID-15470):