How to export individual dxp from library using CLI

How to export individual dxp from library using CLI

book

Article ID: KB0078690

calendar_today

Updated On:

Products Versions
Spotfire Server All Versions

Description

How to export individual analysis file from library using the config  export-library-content command

Environment

All Supported OS

Resolution

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

Issue/Introduction

How to export individual analysis file from library using the config export-library-content command

Additional Information

https://docs.tibco.com/pub/spotfire_server/7.11.2/doc/html/TIB_sfire_server_tsas_admin_help/GUID-1A7D1145-AB93-40FF-9E28-070EB76212C5.html

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