Article Content
Article Number | 000034285 |
Applies To | RSA Product Set: RSA Identity Governance and Lifecyle RSA Product/Service Type: Enterprise Software RSA Version/Condition: 7.0 and 7.0.1 Platform: WebSphere Platform (Other): AIX |
Issue | When upgrading to RSA Identity Governance and Lifecycle 7.0.1 and in the process of installing the Migration Reports, the WebSphere implementations with remote databases on AIX require a few additional steps in order to run the Migration Reports. These steps are outlined on page 12 of the RSA Identity Governance and Lifecycle V7.0.1 Upgrade and Migration Guide. When following these steps, step 6 fails with the following error:
|
Cause | The intention of the PL/SQL block in step 6 is to create synonyms in the AVDWUSER schema for each migration report. However, the error occurs because you are logged in as AVUSER. The AVUSER schema already has views defined with the same names as the synonym names so the code fails with the ORA-01471 error. |
Resolution | The solution to this problem is to login as the AVDWUSER instead of the AVUSER when you run step 6. Then when you get to step 6, logout of sqlplus and login again as avdwuser/<password>. A documentation ticket has been logged (ACM-69154) to update the RSA Identity Governance and Lifecycle V7.0.1 Upgrade and Migration Guide to reflect this necessary step. |