Details of the reposMigrate command line utility

The reposMigrate utility is invoked from a command line. Details of the syntax and usage of the reposMigrate utility are provided.

Purpose

Use the reposMigrate utility to migrate WebSphere InterChange Server artifacts to WebSphere Process Server deployable artifacts.

Location

The command file is located in the install_root/bin directory. The command file is a script named reposMigrate.sh for Linux and UNIX-based operating systems and reposMigrate.bat for Windows operating systems.

Syntax

reposMigrate SourceArtifactJAROutputArtifactDirectory-es -tdTemplateDirectory [-ml] [-fh] [-lv] [-wi]

The first two arguments are required.

Parameters

SourceArtifactJAR
Required parameter. Specifies the WICS repository JAR file that is to undergo migration.
OutputArtifactDirectory
Required parameter. Specifies the output directory in which the generated module jar files will be placed.
[-es]
Optional parameter. Requests Event Sequencing be enabled for all Asynchrounous WSDL methods. If this option is not present, the default is for migration to not enable Event Sequencing on any WSDL methods.description.
[-td]
Optional parameter. Requests that all Assembly Editor templates in the target directory be loaded and used for XML to Java Conversion. The default for this property is for only the Standard Assembly Editor Template v4.3.3 to be used for XML to Java Conversion.
[-ml]
Optional parameter. Requests that all loops present in a Collaboration Template be maintained. If this option is not present, the default is for migration to use loop unraveling.
[-fh]
Optional parameter. By default reposMigrate will continue processing the remaining artifacts in the JAR file, if an error occurs during the processing of a certain artifact. If this option is set, the processing will stop as soon as an error is detected. The artifact with the error and all subsequent artifacts are not processed and no deployment is performed.
[-lv]
Optional parameter. Sets the log level to verbose.
[-wi]
Optional parameter. By default, migration of an individual artifact will fail if a Java conversion problem is found. If this option is set, all Java conversion problems will be treated as warnings only, and the artifact will be migrated as well as possible.

Sample

Icon indicating Windows platforms This sample on a Windows system migrates existing WebSphere InterChange Server artifacts and places them in the MigratedArtifacts directory. Java conversion warning messages are ignored and the log level is set to verbose.

%WAS_HOME%\bin\reposMigrate.bat C:\inputRepos.jar C:\IBM\WebSphere\
 MigratedArtifacts -wi -lv 

Icon indicating UNIX platforms This sample on a UNIX-based system migrates existing WebSphere InterChange Server artifacts and places them in the MigratedArtifacts directory. Java conversion warning messages are ignored and the log level is set to verbose.

 ${WAS_HOME}/bin/reposMigrate.sh /inputRepos.jar /opt/IBM/WebSphere/
  MigratedArtifacts  -wi -lv
Related concepts
Migration overview
Related tasks
Using the reposMigrate utility

Last updated: Thu 02 Nov 2006 03:41:28

(c) Copyright IBM Corporation 2005, 2006.
This information center is powered by Eclipse technology (http://www.eclipse.org)