Altair® Panopticon

 

[16] PCLI: Command Utilities for Panopticon Real Time

Panopticon Real Time is supplied with a command line utility PCLI.jar.

After extracting all of the contents of the pcli archive (pcli-java.zip), it is necessary to copy all of the JAR files from …\apache-tomcat\webapps\panopticon\WEB-INF\lib\ to …\pcli-java\lib\.

    NOTE

Ensure to overwrite any existing files when copying all of the JAR files from …\apache-tomcat\webapps\panopticon\WEB-INF\lib\ to …\pcli-java\lib\.

 

 

This supports the following:

clearcache

Clears the cache on a Panopticon Real Time.

plugins

Troubleshoot the plugins that this program utilizes.

publish

Publishes a workbook to a server or folder.

version

Prints program (and optionally server) version and exits.

help

Use ‘help <command>’ to get help on a specific command.

upgrade

Upgrades specified workbook to the newest version.

schemify

Updates workbook data tables with missing schema information.

exportdatasource

Export workbook data sources.

convertpermissions

Converts old permission files to the new format.

migratedatabasetojdbc

Migrates all usages of the Database connector to JDBC connector in the given workbook/directory of workbooks.

mockdata

Updates workbook data tables with mock data based on the stored schema.

 

Summary help is displayed through: [pcli-java folder]>java –jar pcli.jar help

More detailed help is displayed through: [pcli-java folder]>java –jar pcli.jar help [command]