Migrating Projects Using the Command Line
This section describes how to migrate the projects using the command line.
Usage: bwmigrator [-options] BW5Project...
where options include the following:
Option | Description |
---|---|
-projectDir | Location where TIBCO ActiveMatrix BusinessWorks™ 6.x projects are generated. |
BW5Project... | Location\locations of ActiveMatrix BusinessWorks™ 5.x projects. |
-propFile | The bw6migration.properties file. The syntax for passing the bw6migration properties file is
bwmigrator.exe [-data <User_Workspace>] -projectDir <BusinessWorks 6.x Target directory> <BusinessWorks 5.x Project location> -propFile <bw6migration.properties location>.
The template is at, <TIBCO_HOME>\bw\6.x\config\bw6migration_template.properties. |
Examples
- bwmigrator -projectDir <BW6_PROJECTS_HOME>\projects <TIBCO_HOME>\5.9\examples\activities\file\File (Migrates single ActiveMatrix BusinessWorks 5.x project.)
- bwmigrator -projectDir <BW6_PROJECTS_HOME>\projects <TIBCO_HOME>\5.9\examples\activities\file\File <TIBCO_HOME>\5.9\examples\activities\ftp\ftp (Migrates File and FTP ActiveMatrix BusinessWorks 5.x projects.)
- bwmigrator -projectDir <BW6_PROJECTS_HOME>\projects <TIBCO_HOME>\5.9\examples\activities (Migrates all ActiveMatrix BusinessWorks 5.x projects in activities directory.)
- bwmigrator -projectDir <BW6_PROJECTS_HOME>\projects <TIBCO_HOME>\5.9\examples\file <TIBCO_HOME>\5.9\examples\ftp (Migrates all ActiveMatrix BusinessWorks 5.x Projects in File and FTP directories.)
Procedure
Copyright © 2020. TIBCO Software Inc. All Rights Reserved.