SVB script to identify all workspace nodes that contain Enterprise objects

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).

Issue/Introduction

Example SVB script to identify all workspace nodes that contain Enterprise objects like 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:

User-added image

Then it will prompt user option if to look at the latest approved version:

User-added image

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. 

User-added image

Attachments

SVB script to identify all workspace nodes that contain Enterprise objects get_app