JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Identity Analytics System Integrator's Guide 11g Release 1
search filter icon
search icon

Document Information

Preface

1.  Integrating With Oracle Identity Manager, Preferred Method

2.  Integrating With Oracle Identity Manager, Deprecated Method

3.  Integrating With Oracle Waveset (Sun Identity Manager)

4.  Integrating With Other Provisioning Servers

5.  Authenticating With LDAP

6.  Integrating With Intellitactics Security Manager

7.  Configuring Oracle Identity Analytics For Web Access Control

8.  Customizing The Oracle Identity Analytics User Interface

Before You Begin

Configuring Logos

To Configure a Custom Logo

Configuring Labels

To Modify Menu Labels

To Modify User Labels

Configuring Error Messages

To Modify My Requests Error Messages

To Modify Identity Certification Error Messages

Configuring the Maximum Number of Identity Certification Records That Should Display in the UI

To Modify Identity Certification Batch Sizes in the UI

A.  Oracle Waveset Sample Workflows

Configuring Error Messages

Configuring error messages in Oracle Identity Analytics is similar to configuring labels.

The rbacxmessages.properties and rbacxaudit-messages.properties files contain the dynamic links to

configure error messages for the Oracle Identity Analytics user interface.

These files are located at $RBACX_WAR/WEB-INF/classes.

The following procedures describe how to modify the error messages generated from various Oracle Identity Analytics modules.

To Modify My Requests Error Messages

  1. Open the rbacxmessages.properties file located in $RBACX_WAR/WEB-INF/classes.

  2. Scroll down to the #My Requests section of the file.

  3. As needed, modify the existing error message labels, which are located to the right side of the '=' sign, and save the file.

  4. Restart the Oracle Identity Analytics application in a new browser window to view your changes.

An excerpt from the rbacxmessages.properties file follows:

#################################################### 
#    My Requests
#################################################### 
request.error.selectRequest=Please choose a request first! 
request.error.approveFailed=Unable to approve the request! 
request.error.rejectFailed=Unable to reject the request! 

To Modify Identity Certification Error Messages

  1. Open the rbacxmessages.properties file located in $RBACX_WAR/WEB-INF/classes.

  2. Scroll to the #Identity Certification section of the file.

  3. As needed, modify the existing error message labels, which are located to the right of the '=' sign, and save the file.

  4. Restart the Oracle Identity Analytics application in a new browser window to view your changes.

An excerpt from the rbacxmessages.properties file follows:

#################################################### 
#    Identity Certification
#################################################### 

idc.error.errorUsersRequired = No Users found in this certification... 
idc.error.errorRolesRequired = No Roles found in this certification... 
idc.error.updateCommentsFailed = Unable to update the comments! 
idc.error.noEndPointsFound = No EndPoints found in this certification! 
idc.error.selectCertification = Please select at least one certification 
first! 
idc.error.selectReport = Please select a report first! 
idc.error.reportError = This report has no pages! 
idc.error.selectDate = Please select date values! 
idc.error.selectMonths = Please select months values! 
idc.error.selectYear = Please select year values! 
idc.error.selectSeconds = Please select seconds values! 
idc.error.selectMinutes = Please select minute values! 
idc.error.selectHours = Please select hour values! 
idc.error.errorAlphanumericCharactersRequired = Certification name must contain alphanumeric  /
characters! 
idc.error.deleteFailed = Unable to delete certification job! 
idc.error.unableToAdd = Unalbe to add certification job! 
idc.error.checkHighlightedFields = Please check the highlighted fields! 
idc.error.selectBusinessUnit = Please select a business unit!