How to re-index TIBCO Data Science Team Studio manually?
book
Article ID: KB0075842
calendar_today
Updated On:
Products
Versions
Spotfire Data Science Team Studio
6.5.0
Description
How to re-index TIBCO Data Science Team Studio manually?
Issue/Introduction
How to re-index TIBCO Data Science Team Studio manually?
Environment
Operating System: Linux
Resolution
To re-index TIBCO Data Science Team Studio manually, run the following commands as the application user:
$CHORUS_HOME/chorus_rails_console.sh
SolrIndexer.refresh_and_reindex(['all'])
Re-indexing maps all the datasets with their respective databases and all the workflows to their respective workspaces.
Note:Application user is the one created during the installation of Team Studio. The commands must be run as an application user as $CHORUS_HOME environment variable points to the install directory.