Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
how to create a user account in OBIEE 19C with an apostrophe in their name?

I've tried using _ to replace the apostrophe which has worked in the past but the system still does not recognize the user name.
User name example xxxxx' E-CTR Yxxxxx
Answers
-
What exact product and version are you asking about? (OBIEE 19c isn't a thing, doesn't exist)
What kind of account do you mean? Where/in which part of the product?
0 -
We use OBIEE version 12.2.1.4 for our companies reporting tool. We trying to give a particular user access to the OBIEE reports. The users has an apostrophe in their name per the example. Here's an example of the user name,
Jxxxx' E-CTR Yxxxxx
0 -
And where are your accounts managed?
Did you integrate your corporate AD/LDAP? Are you having SSO?
0 -
As Gianni stated - what's the point of origin for user accounts? Where does an account start its lifecycle? Inside OBIEE/WLS? In an LDAP? In Active Directory?
0 -
It starts in LDAP.
0 -
So the question starts there - does your LDAP support user names with apostrophes?
0 -
Hi @user10408922 ,
If your LDAP supports user names with apostrophes (and blank spaces as I can see from your example) and the related security provider has already been configured in OBIEE, I suggest you to double-check that OBIEE is actually able to retrieve the user names from LDAP.
In WebLogic Console, you have to navigate to Security realms -> myrealm -> Users and Groups -> Users. Does the user name with apostrophes appear in the list? Does it appear exactly as defined in LDAP?
If there are too many user names, you can expand the Customize this table section and set up a Criteria such as
Jxxx*
to filter all user names starting withJxxx
.0