Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
OBIEE 12C - unable to Select User(recipient tab under Agent) by Display Name
In OBIEE 11g environment, we are able to search for recipient using both User ID and User Display Name (MS Active Directory).
OBIEE 11g will conduct the search using both UserID and User Display name as traced in 11g log file - search command issued was {call NQSSearchIdentities('BOTH','NAME_PATTERN=<supplied user name>*')}
In 12c, search command issued was {call NQSGetUsers('NAME_PATTERN='<supplied user name>*','DISPLAY_NAME','ssi')}
In OBIEE 11g environment, we are able to search for recipient using User Display Name (MS Active Directory) instead of just User/ID (Active Directory AD ID).
In OBIEE 12c, we are unable to search for recipient using User Display Name. The search returns no result unless we search by User ID.
Kindly suggest.