Product: TIBCO Spotfire®
How to export individual dxp from library using CLI
How to export individual analysis file from library using the config export-library-content command
Below is the example command to export analysis file 'analysis_name.dxp' from folder /Folder1/SubFolder1
config export-library-content --tool-password=admin123 --file-path=/Folder1/subfolder1/analysis_name --user="username" --item-type=dxp --library-path="/defect/foldername/analysis_name"
NOTE: Do not put the extension here, just the analysis file name.
To import config import-library-content --tool-password=admin123 --file-path=\data\test\analysis_name.part0.zip --conflict-resolution-mode=keep_both --user=spotfire --library-path=/
For more information on conflict resolution refer to Analyst documentation -
https://docs.tibco.com/pub/sfire-analyst/7.11.0/doc/html/en-US/TIB_sfire-analyst_UsersGuide/index.htm
https://docs.tibco.com/pub/spotfire_server/7.11.2/doc/html/TIB_sfire_server_tsas_admin_help/GUID-6AA1D56C-A8CA-4B52-B39A-3503DDE5F520.html
Comments
0 comments
Article is closed for comments.