clientUpgrade command


 

+

Search Tips   |   Advanced Search

 

Use the clientUpgrade command to migrate previous versions of client resources to V7 level resources.

Use the clientUpgrade command to migrate V5.1.x and V6.x client resources to V 7 level resources. In the process of migrating these resources, the client-resources.xmi file located in the client jars is migrated to the latest level. A backup of the client-resources.xmi file is also located in the client jar. If this command is not executed against the client EAR files before they are installed on V7, the client EARs do not operate or install correctly.

 cd APP_ROOT/bin  clientUpgrade.sh EAR_file \
                 [-clientJar client_jar ]\
                 [-logFileLocation logFileLocation] \
                 [-traceString trace_spec [-traceFile file_name ]]

Supported arguments include the following:

EAR_file

the fully qualified path to the EAR file that contains client JAR files to process.

-clientJar

Optional. a JAR file for processing. If not specified, the program transforms all client JAR files in the EAR file.

-logFileLocation log_file_location

Optional. an alternate location to store the log output.

-traceString trace_spec -traceFile file_name

Use these optional parameters to gather trace information for IBM Service personnel. Specify a trace_spec of "*=all=enabled" (with quotation marks) to gather all trace information.

 

Example

The following example demonstrates correct syntax:

clientUpgrade EAR_file -clientJar ejbJarFile