How can I export Jobstream definitions from AAI?
Release : 6.4.2
Component : AUTOMIC AUTOMATION INTELLIGENCE ENGINE
Import and Export Utility
In the <Install Directory>/import_export/bin directory there is a jawsExport.bat for Windows and jawsExport.sh for Linux that can be run to export the configuration data from AAI to an xml file.
The full guide is attached to this article, but some quick examples of how to export are below:
Export Examples
Export all definitional data from JAWS
jawsExport.sh -u <jaws admin user> -p <jaws admin password> -e <export file name> -s <host>:<port>
Export definitional data from JAWS for one scheduler
jawsExport.sh -u <jaws admin login> -p<jaws admin password> -e <export file name> -s <host>:<port> -S <scheduler name>
Export all definitional data from JAWS in https/TLS environments
jawsExport.sh -u <jaws admin login> -p<jaws admin password> -e <export file name> -s <host>:<port> -t -https -n
Export all definitional data from JAWS using a properties file
jawsExport.sh –d <parameter file name>
The export only allows to export all configuration data, but the import does allow you to specify which configuration data that you want to import back into an AAI instance.
More documentation is available here: Export/Import Guide