Error: Unable to sign in in OBIEE 11g
OBIEE 11g has a common issue with it. Some time suddenly OBIEE server stops responding of user authentication.You will confuse if you have not changed any password or changes in repository.
This
issue occurs due to an incorrect value for the <DNS> parameter
for the BI Server in the Instanceconfig.xml file for the BI Presentation
Server compared to the value in the Operating System's ODBC
Administration setup for the Oracle BI Server Data Source
Steps to be correct this issue:
There are 3 steps to resolve this issue. If after step1 login fails then go for step 2 and so on.
Steps are:
Step A: Refreshing GUIDs (or Regenerating User GUIDs)
Step C: Delete the cacheduserinfo files from webcatalog
OBIEE 11g has a common issue with it. Some time suddenly OBIEE server stops responding of user authentication.You will confuse if you have not changed any password or changes in repository.
Steps to be correct this issue:
There are 3 steps to resolve this issue. If after step1 login fails then go for step 2 and so on.
Steps are:
Step A: Refreshing GUIDs (or Regenerating User GUIDs)
- Check to see if any error messages regarding GUID mismatch is seen in the sawlog located in \OBI11g\instances\instance3\diagnostics\logs\OracleBIPresentationServicesComponent\coreapplication_obips1 folder/directory.
- If yes, follow steps to refresh GUID as below:
- Update the
FMW_UPDATE_ROLE_AND_USER_REF_GUIDS
parameter in NQSConfig.INI - Open NQSConfig.INI for editing at:
ORACLE_INSTANCE/config/OracleBIServerComponent/coreapplication_obisn
- Locate the
FMW_UPDATE_ROLE_AND_USER_REF_GUIDS
parameter and set it toYES
, as follows:
FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;
- Save and close the file.
- Update the Catalog element in instanceconfig.xml:
- Open instanceconfig.xml for editing at:
ORACLE_INSTANCE/config/OracleBIPresentationServicesComponent/ coreapplication_obipsn
- Locate the Catalog element and update it as follows:
<Catalog> <UpgradeAndExit>false</UpgradeAndExit> <UpdateAccountGUIDs>UpdateAndExit</UpdateAccountGUIDs></Catalog>
- Save and close the file.
- Open instanceconfig.xml for editing at:
- Restart the Oracle Business Intelligence system components using opmnctl:
cd ORACLE_HOME/admin/instancen/bin ./opmnctl stopall ./opmnctl startall
- Set the
FMW_UPDATE_ROLE_AND_USER_REF_GUIDS
parameter in NQSConfig.INI back toNO
.
Important: You must perform this step to ensure that your system is secure. - Update the Catalog element in instanceconfig.xml to remove the UpdateAccount GUIDs entry.
- Restart the Oracle Business Intelligence system components again using opmnctl:
cd ORACLE_HOME/admin/instancen/bin ./opmnctl stopall ./opmnctl startall
- After completing step 2, login to OBIEE as the problematic user to verify if you still encounter any login errors.
- Launch admin tool and open RPD in OFFLINE Mode.
- Click Manage -> Identity -> Users tab to verify if you see this user presentNote : Normally you will only see list of users when you open RPD in ONLINE mode. Unless the users were created manually in RPD, no users should be visible in OFFLINE mode.
- If the user is present, delete this user entry from RPD.
- Save RPD and deploy this changed RPD using EM.
- Restart OBI Server component.
- Re-login as the problematic user to see if you still encounter log in error.
Step C: Delete the cacheduserinfo files from webcatalog
- Take a backup of your webcatalog.
- Navigate to \OBIEE11G\instances\instance2\bifoundation\OracleBIPresentationServicesComponent\coreapplication_obips1\catalog\SampleApp\root\users\Administrator\_prefs
- Delete the files named "cacheduserinfo" and "cacheduserinfo.atr."
- Open web browser and retest OBIEE 11g login for that user.
No comments:
Post a Comment