You can export applications from one IBM® InfoSphere® Information Services Director environment and import them into another InfoSphere Information Services Director environment to back up or deploy these applications on the second system.
The EXPORT command is supported for design time and runtime applications.
ISDImportExport -action designtimeexport -p <project name>
-a <application name> -s <service name>
-output <full path name of the target XML file>
ISDImportExport -action runtimeexport -a <application name>
-output <full path name of the target DAT file>
The following examples describe how to export design time project resources:
Export all the design time applications in the project:
ISDImportExport -action designtimeexport -p <project name> -output <full path name of the folder or the file where the XML file with the exported information is be written>
Export selected design time applications in the project:
ISDImportExport -action designtimeexport -p <project name> -a <application name1> -a <application name2> -output <full path name of the XML file where the exported information is to be written>
Export selected services from a design time application in the project:
ISDImportExport -action designtimeexport -s <service name1> -p <project name> -a <application name> -s <service name2> -output <full path name of the folder where the XML file with the exported information is to be written>
Export all the design time applications in the project but omit the password from the exported artifacts:
ISDImportExport -action designtimeexport -omitPassword -p <project name> -output <full path name of the folder where the XML file with the exported information is to be written>
The following examples describe how to export runtime applications:
Export multiple runtime applications:
ISDImportExport -action runtimeexport -a <application name1> -a <application name2> -a <application name3> -output <full path name of the folder where the DAT file generated for each application with the exported information is to be written>
Export a runtime application but omit the password from the exported resources:
ISDImportExport -action runtimeexport -omitPassword -a <application name> -output <full path name of the folder where the DAT file generated for each application with the exported information is to be written>