weblogic user belongs to BIAdministrator group, so this user should be able to access the path but its not working. To fix the issue,follow the below steps.
1)Delete RPD user
open the rpd in offline mode and delete if the user exists in rpd.
(Tools->Identity Manager -> weblogic)
2)Refresh GUID's
Add the below tag in instanceconfig.xml file
under </Views> tag
<Catalog>
<UpgradeAndExit>false</UpgradeAndExit>
<UpdateAccountGUIDs>UpdateAndExit</UpdateAccountGUIDs>
</Catalog>
Update NQSCONFIG.ini file
search for GUID in the file and update the parameter value from NO to YES as shown below
FMW_UPDATE_ROLE_AND_USER_REF_GUIDS = YES;
After the above two changes are done, restart the opmn services and again reset the above made changes as earlier.
Restart OPMN services again.
Now you should be able to access the folders.
No comments:
Post a Comment