Click PurgeAll. To purge failed Async tasks

17-2 Oracle Fusion Middleware Administrators Guide for Oracle Identity Manager ■ The final status of the resource instance is the same as the status for online provisioning. For example, if a message for a resource is processed successfully, then the Provisioned status is displayed. The same status is displayed for online provisioning. ■ In offline provisioning, details of failed messages are stored in the Off-line Persistent Store OPS table. You can view these details by running the Off-line Resource Provisioning Messages report. See Reports Related to Offline Provisioning for information about this report.

17.2 Enabling and Disabling Offline Provisioning

As mentioned earlier, you enable offline provisioning at the resource object level. Off-line provisioning is applicable only when the Auto Save Form option is already selected in the Process Definition form. To enable offline provisioning: 1. Log in to Oracle Identity Manager Design Console.

2. Expand Resource Management, and double-click Resource Objects.

3. Search for and open the resource object for which you want to enable offline provisioning.

4. On the Resource Object form, select Off-line Provisioning. This enables off-line

provisioning for enable, disable, and revoke resource operations. When the Off-line Provisioning option is not selected, the specific resource provisioning, enable, disable, and revoke operations occur online. 5. Click the Save icon. To disable offline provisioning: 1. Log in to Oracle Identity Manager Design Console.

2. Expand Resource Management, and double-click Resource Objects.

3. Search for and open the resource object for which you want to enable offline provisioning.

4. On the Resource Object form, deselect the Off-line Provisioning check box.

5. Click the Save icon.

17.3 Reports Related to Offline Provisioning

When an online provision, enable, disable, or revoke operation fails, the error messages and other information about the operation are displayed on the UI. The Offline Resource Provisioning Messages report in Oracle BI Publisher stores all the error messages.

17.4 Configuring the Remove Failed Off-line Messages Scheduled Task

Configure the Remove Failed Off-line Messages scheduled task to schedule deletion of failed provisioning operations from the OPS table. While configuring this scheduled task, set a value for the Remove Failed Messages Older Than days attribute. See Chapter 2, Managing Scheduled Tasks for information about working with scheduled tasks. 18 Using Enterprise Manager for Managing Oracle Identity Manager Configuration 18-1 18 Using Enterprise Manager for Managing Oracle Identity Manager Configuration Oracle Identity Manager stores the configuration files in MDS. Most of the configurations are exposed as MBeans. Therefore, you can control the configuration values by using Enterprise Manager. In some instances, might have to export the complete files to file system, make the necessary changes, and then import the files back into the repository, as described in the following sections: ■ Using MBeans for Configuration Changes ■ Exporting and Importing Configuration Files

18.1 Using MBeans for Configuration Changes

To change configuration settings by using Mbeans: 1. When the administrative server and at least one Oracle Identity Manager managed server is running, login to Oracle Enterprise Manager Fusion Middleware Control by using the URL in the following format: http:ADMINSTRATION_SERVER:PORTem

2. Navigate to Identity and Access, oim. Right-click and navigate to System MBean

Browser .

3. Under Application Defined MBeans, navigate to oracle.iam, Application:oim,

XMLConfig , Config. All the configuration files are in this location.

18.2 Exporting and Importing Configuration Files

To export or import configuration files: 1. When the administrative server and at least one Oracle Identity Manager managed server is running, login to Oracle Enterprise Manager Fusion Middleware Control by using the URL in the following format: http:ADMINSTRATION_SERVER:PORTem See Also: MDS Utilities and User Modifiable Metadata Files in the Oracle Fusion Middleware Developers Guide for Oracle Identity Manager for information about the list of configuration files that can be exported and imported 18-2 Oracle Fusion Middleware Administrators Guide for Oracle Identity Manager

2. Navigate to Identity and Access, oim. Right-click and navigate to System MBean

Browser .

3. Under Application Defined MBeans, navigate to oracle.mds.lcm,

Server:oim_server1 , Application:oim, MDSAppRuntime. 4. To export the configuration files: a. Click the Operations tab, and then click exportMetaData. b. In the toLocation field, enter tmp or the name of another directory.

c. Select createSubDir as false.

d. In the docs field, enter the complete file location as the Element.

e. Also select false for excludeAllCust, excludeBaseDocs, and

excludeExtendedMetadata. Then, click Invoke. This exports the file specified in the docs field to the directory specified in the toLocation field. 5. To import the configuration files: a. Click importMetaData. b. In the fromLocation field, enter tmp or the name of the directory in which you have the configuration files.

c. Select createSubDir as false.

d. In the docs field, enter the complete file location as the Element. For example, dboim-config.xml.

e. Also select false for excludeAllCust, excludeBaseDocs, and

excludeExtendedMetadata. Then, click Invoke. This imports the file specified in the docs field to MDS in the toLocation field.