Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to display the login Name other than User ID in obiee?
Hi All,
I want to show the user's Name in Signed In As in OBIEE analysis page. Currently its showing both User ID and Display Name as same.

In the above diagram, I want to show the Display Name as the Name of the user(e.g. Display Name: Abinash), not the User ID.
Thanks,
Abinash
Answers
-
You can set it with an RPD initblock (use a query to look it up via the UserID) ... it is a reserved system session variable DISPLAYNAME
https://docs.oracle.com/cd/E28280_01/bi.1111/e10540/variables.htm#BIEMG3104
0 -
Hello Abinash,
You dont specify, what kind of authenticator you use in your authetication mechanism.
1. If you have an AD, you could do query check this website to do the query, and use the session variables in your initialization block that thomas give you as a reference.
https://www.mssqltips.com/sqlservertip/2580/querying-active-directory-data-from-sql-server/
http://gerardnico.com/wiki/dat/obiee/system_session_variable
2. If you use the default authenticator providor of your Weblogic,
go to Administration Console of your Weblogic -> My realm -> go to your user -> Attributes -> write your value of your DISPLAY NAME attribute (press enter button)


Kind Regards,
0 -
Thanks Cesar and Thomas,
Its working out for me!! In obiee I created the Init Block and targeted it to system session variable DISPLAYNAME.
I have BI publisher also integrated with OBIEE, but in BIP its not reflecting the name. How to achieve in BIP?
@Thomas Dodds @cesar.advincula.o
Thanks,
Abinash
0 -
Hello Abinash,
Please, try this, check the section, 5.3 Integrating with Oracle BI Server Security
http://docs.oracle.com/cd/E28271_01/fusionapps.1111/e26384/integ_security.htm
Kind Regards,
0 -
Cesar,
We already have integrated BI publisher with OBIEE. Not sure for exact this issue what else needs to be done
thanks
abinash
0