SVB script to identify all workspace nodes that contain Enterprise objects
book
Article ID: KB0075599
calendar_today
Updated On:
Products
Versions
Spotfire Statistica
13.3.1 and later
Description
This article provides an example SVB script to identify all the workspaces and workspace nodes that contain Enterprise objects (e.g. Data Configuration, Database Connection).
Environment
Windows
Resolution
The example SVB script is attached with this article (Workspace External Object Info.svb). It can profile the workspaces nodes that contain Enterprise objects (e.g. Data Configuration, Database Connection). The list of workspace nodes that are looked at are in the GetWSPObjectInfo procedure in the SVB script.
While executing the attached script, it will first prompt a dialog asking user to select an Enterprise folder to be searched through:
Then it will prompt user option if to look at the latest approved version:
After execution, it will give a list of specific workspaces (workspace name, path, ID, version) and workspaces nodes (node name, type, version) that contain the Enteprise objects (object name, path, type, ID, version), for example, Data Configurations, Database Connections.
Issue/Introduction
Example SVB script to identify all workspace nodes that contain Enterprise objects like Data Configuration, Database Connection.
Attachments
SVB script to identify all workspace nodes that contain Enterprise objectsget_app