Introduction
Using migration utility in Non Interactive Mode, you can export and import the objects from one environment to another environment, without any user intervention.
While exporting objects, the required parameters are parsed from the export.xml file. In export.xml you can define following parameters:
- Adeptia Suite installation folder of the source environment
- Location where you want to store the exported zip
- Type of export. Process flow or activities or both
- Projects whose objects you want to export
- Groups whose objects you want to export
- Solution database information.
- List of activities that you want to export
- List of process flows that you want to export
- List of tables you want to export.
- Folders and files that you want to export
Similarly while importing objects, the required parameters are parsed from import.xml file.
- Adeptia Suite installation folder of the target environment.
- Location of the exported zip.
- Location of the retain xml file.
- Id of the group, which will be the owner group of the imported objects in the target environment.
- Id of the project, which will be the owner of the imported objects in the target environment.
- Id of the user, which will be the owner of the imported objects in the target environment.
- Solution tables connection parameter used to connect to solution database
In case any activity, which you are importing, already resides in the target environment, will be overridden from the activity being imported. You can define the type of activities (Service) that you want to be retained, in the retain.xml file. You can also retain a particular field of any service.
The full guide is available here - https://adeptia.com/migration-utility-non-interactive-mode-guide
Comments
0 comments
Article is closed for comments.