TIBCO Spotfire® Server and Environment - Installation and Administration

untrust

Untrusts scripts, data functions, or custom queries in a file (or all files) in the library.

untrust 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
[-i value | --library-file-id=value] 
{-Svalue} 
{-Qvalue} 
[-n | --no-prompt]

Overview

Use this command to untrust scripts, data functions, or custom queries in the library that a Script Author or Custom Query Author has previously trusted. The input to the command is typically generated using the find-analysis-scripts command.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end-user for it on the console. See Bootstrap.xml file for more information.
-i value
--library-file-id=value
Optional none The ID of the library file with which the trust is associated. If no ID is specified then the changes will apply to all files in the library.
-Svalue
Optional none The hash of a script or data function which should be untrusted. If neither this nor -Q is specified, then the changes will apply to all scripts, data functions, and custom queries in the file (or all files if no library file ID is specified).

May be specified multiple times with different values.

-Qvalue
Optional none The hash of a custom query which should be untrusted. If neither this nor -S is specified, then the changes will apply to all scripts, data functions, and custom queries in the file (or all files if no library file ID is specified).

May be specified multiple times with different values.

-n
--no-prompt
Optional none This flag indicates that the tool should proceed without printing a warning about the potentially severe consequences and prompting for confirmation to continue.