Product: TIBCO Spotfire®
Unable to export library content via CLI command "export-library-content" with an error message of "not a valid directory".
When you try to export the library content with the help of "export-library-content" CLI command it may fail with the following message
Eg:config export-library-content -f --tool-password=xxxxxxxx --file-path=//1tsspadc8/user_folders/ --user="admin" --item-type=all_items --library-path="/test"
-------------------------------------
path : \\1tsspadc8 is not a valid directory.
--------------------------------------
Make sure you include the file name to which the library content is to be exported along with the directory name in the file-path.Example as TESTFILE in the following.
config export-library-content -f --tool-password=xxxxxxxx --file-path=//1tsspadc8/user_folders/ TESTFILE/ --user="admin" --item-type=all_items --library-path="/test"
Comments
0 comments
Article is closed for comments.