Skip Headers
Oracle® Identity Manager Design Console Guide
Release 9.0.3

Part Number B32453-01
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 The Form Version Control Utility

This appendix describes the scope, content, and description of the Form Version Control 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
<XLCLIENT_HOME>\ lib\xlFvcUtil.jar This jar file contains the Form Version Control utility classes required to run it.
<XLCLIENT_HOME>\xlFvcUtil.ear This ear file contains the Form Version Control utility classes required to run it. This ear file is packaged to run with WebSphere launchClient utility.
<XLCLIENT_HOME>\fvc.properties This file contains all the configuration properties regarding the source and target form versions, the fields on them, their values as well as child form information.
<XLCLIENT_HOME>\fvcutil.cmd

<XLCLIENT_HOME>\fvcutil_websphere.cmd

These are cmd and shell scripts to run the Form Version Control Utility on Windows systems. When running fvcutil.cmd, you must provide the Oracle Identity Manager database administrator password as a command-line argument.

FVC Utility Description

Form Version Control utility is designed to update custom process forms version number field as well as data in the additional process form fields. The utility is launched from command console, and operates using command line parameters for login and a properties file. The utility prompts you for the Oracle Identity Manager database administrator password. The properties in the parameters as well as validity of user's login and password are verified and appropriate error messages are produced to signify an error when one occurs.

Release Notes