Skip Headers
Oracle® Identity Manager Design Console Guide
Release 9.1.0

Part Number E10363-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

C Form Version Control Utility

This appendix describes the scope, content, and description of the Form Version Control (FVC) utility. It contains the following topics:

FVC Utility Scope

The following table provides a scope of the functions that are implemented with this utility:

Functionality Implemented (Yes/No) Comments
Upgrade process form version Yes Ensure that the target form version exists and is the active form version.
Upgrade child form version Yes The child form version is automatically upgraded to the child form attached with the active parent form.
Update values on parent form Yes Ensure that the target form version exists and has the fields whose values you are trying to update.
Update values on child form Yes Ensure that the target child form exists and the user is provisioned with the child form.
Insert values on child form Yes Ensure that fields that you are inserting exist on the child form version that is attached with the active parent form.

FVC Utility Content

The following table lists and describes the names and paths of the files that comprise the utility.

File Name with Path Description
OIM_DC_HOME\xlclient\lib\xlFvcUtil.jar
This JAR file contains the Form Version Control utility classes required to run it.
OIM_DC_HOME\xlclient\xlFvcUtil.ear
This EAR file contains the Form Version Control utility classes required to run it. This EAR file is packaged to run with IBM WebSphere Application Server launchClient utility.
OIM_DC_HOME\xlclient\fvc.properties
This file contains all the configuration properties regarding the source and target form versions, the fields on them, their values, and child form information.
OIM_DC_HOME\xlclient\fvcutil.cmd
OIM_DC_HOME\xlclient\fvcutil_websphere.cmd
These scripts are used to run the Form Version Control Utility on Microsoft Windows systems. When you run this script, you must provide the Oracle Identity Manager administrator user name and password as shown in the following command:

OIM_DC_HOME\xlclient\fvcutil.cmd xelsysadm password

OIM_DC_HOME\xlclient\fvcutil_websphere.cmd xelsysadm password


FVC Utility Description

The Form Version Control utility is designed to update the version number field of the custom process forms and data in the additional process form fields. The utility is started from the command console, and operates by using command-line parameters to login and a properties file. The properties in the parameters and validity of user's login and password are verified and appropriate error messages are produced to signify an error when one occurs.

FVC Utility Features

The following list summarizes the FVC utility: