Try OpenEdge Now
skip to main content
Business Process Portal Administrator's Guide
Migrating instances : Using the migration utility : instancemigration
 

instancemigration

You can also perform instance migration by using a standalone command line utility instancemigration.cmd/sh from the OEBPS_HOME\bin directory.
Usage:
instancemigration.cmd/.sh -u <user_name> -p <password> -mapname <map_name> [-filtername <filter_name>] [-pid <process_instance_id>]
The following table describes these options:
Table 59. instancemigration Utility Options
Option
Use
-u user_name
The user name of the user performing instance migration.
-p password
Password of the user performing instance migration.
-mapname
Name of the map.
-filtername
Name of the filter.
-pid
Process instance ID of the instance to be migrated. This is an optional parameter. If you do not specify any process instance ID, then all process instances satisfying the migration map and instance filter condition are migrated.
Note: The current version of Business Process Server does not support filtering of suspended workstep(s).