Installation Guides › Upgrade Guide › Configuration After Upgrade from CA Identity Manager r8.1 SP2 › (RDB Only) Modify the User Store
(RDB Only) Modify the User Store
If you are using a relational database user store, edit the generated directory.xml after the upgrade.
To modify an RDB user store
- Modify the directory.xml file that you exported from CA Identity Manager r8.1 SP2. Add the configured JDBC data source information as the first element of <Provider>. For example,
<Provider userdirectory="rdb_orgless" type="RDB">
<JDBC datasource=" jdbc/userstore "/>
- Remove the maxrows attribute from the DirectorySearch element.
- If your RDB user store supports Organizations, run the following script located in the admin_tools\samples\NeteAutoRdb\Organization\ directory:
- SQL: mssql-orgpath-addon-upgrade-8-to-r12.sql
- ORACLE: oracle-orgpath-addon-upgrade-8-to-r12.sql