- Inline Processing Engine User Guide
- Managing Import and Export Utilities
- Export Functionality
Export Functionality
Follow these steps:
- Login to the Server where application layer is installed.
- Navigate to the path.
<FIC_HOME>/ficapp/common/FICServer/bin
- Execute the below command.
./RTIExport.sh $1 $2 $3 $4 $5
Where $1 is the folder in which the exported XML is created.$2 is the Infodom name and $3 is APP ID, $4 is Assessment IDs Separated by Comma and $5 is flag ‘true’ to export all association and configuration metadata.For $5, system will export all Traversal Paths and all base metadata involved in those Traversal Paths. $5 is optional and default is ‘false’.For example,./RTIExport.sh /scratch/ofsaaapp/Ftpshare/OFSAA802IUT/RTI RTIINFO OFS_IPE 1790,1802 true|false
This creates a file within the target folder in the following format:RTIExport_<INFODOM_NAME>_<DATE_TIME_STAMP>.xml
For example:RTIExport_RTIINFO_2015.09.23.14.35.34.xmlNote:
- $5 will be false for UI export.
- Export functionality through UI exports only the associated metadata.