Saturday, January 18, 2014

Error : access denied for user to path /users/weblogic



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.

Monday, January 6, 2014

Unable to Connect Informatica from DAC Error:- ANOMALY INFO::: Error while pinging informatica repository server

DAC Error:- ANOMALY INFO::: Error while pinging informatica repository server

Add Informatica server path in environment variable "Path" and restart DAC server.Try to test the connection now, it should work.


Sunday, December 15, 2013

Check In / Check Out in OBIEE11G Rpd

Check in and Check out process helps users in accessing the rpd objects mutually exclusive, when a user is accessing a particular rpd object then other user will not be able to make any changes.
Example:-

Opened rpd in online mode with weblogic user

Selected the table SAMP_OFFICES_D


 Double click on the table to make the changes, Clicking on Check Out enables user to make the changes.


Changes can be made in the Physical Table properties window


Now Open the same rpd in online mode with other user Pawan


Double click on the same Physical Table

Click on Check Out


A error message pops up.

Reason:- Same object is being used by the user weblogic, so Pawan user is unable to make the changes.