Altair® Panopticon

 

[4] PCLI: Command Utilities for Panopticon

Panopticon Streams is supplied with a command line utility PCLI.jar.

 

Export Data Sources

THE PCLI provides functionality to export data sources from one or all workbooks in a directory. The exported data sources can be uploaded and used directly by Panopticon Streams.

 

Parameters

Parameter

Description

Required

-w, --workbook

The name of the workbook.

Yes (or -wd)

-od, --output-directory

The output directory where the data source will be exported to.

No

-wd, --workbook-directory

The directory of the workbooks folder.

Yes (or -w)

-dd, --data-directory

The directory of the data folder.

Yes

-l, --license-file

The path of the license file.

Yes

 

Example 1: Export data sources from a workbook

java -jar pcli.jar exportdatasource

-w "C:/vizserverdata/Workbooks/VizGuide.exw"

-l "C:/vizserverdata/PanopticonLicense.xml"

-dd "C:/vizserverdata/Data"

-od "C:/streamsserverdata/CEP/Datasources"

 

 

Example 2: Export data sources from all workbooks example

java -jar pcli.jar exportdatasource

-wd "C:/vizserverdata/Workbooks"

-l "C:/vizserverdata/PanopticonLicense.xml"

-dd "C:/vizserverdata/Data"

-od "C:/streamsserverdata/CEP/Datasources"

Where:

q  C:\vizserverdata is the AppData folder of Panopticon Real Time

q  C:\streamsserverdata is the AppData folder of the Streams server