set-named-user-licenses-assignment
Defines the maximum named user assignment for product licenses.
set-named-user-licenses-assignment
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
{-Lkey=value}
[-v value | --version=value]
Overview
Use this command to define the maximum number of named users for each product license. The number is displayed on the Groups page of the server administration pages.
Options
Option | Optional or Required | Default Value | Description |
---|---|---|---|
|
Optional | none | The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file. |
|
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. |
|
Required | A key value pair of the product license name and the maximum number of named users for that product license. This argument is mandatory but can be specified multiple times with different keys. | |
|
Optional | The default value is the version currently used in your Spotfire environment. | The version of the product licenses to use.
Applicable values are
1 and
2 , where
1 is the legacy licenses (Analyst, Business
Author, Consumer) and
2 is the new licenses (Data Science,
Analytics, Analysis Consumer, Analysis Viewer).
|
Examples
- Example of how to set
Spotfire Consumer (
Spotfire.Dxp.Consumer
) assignment to 1000, Spotfire Business Author (Spotfire.Dxp.BusinessAuthor
) to 500, Spotfire Analyst (Spotfire.Dxp.Analyst
) to 100, and Spotfire Network Analytics (Spotfire.Dxp.NetworkAnalytics
) to 50:set-named-user-licenses-assignment -v=1 -LSpotfire.Dxp.Consumer=1000 -LSpotfire.Dxp.BusinessAuthor=500 -LSpotfire.Dxp.Analyst=100 -LSpotfire.Dxp.NetworkAnalytics=50
- Example of how to set
Spotfire Analysis Viewer (
Spotfire.Dxp.AnalysisViewer
) assignment to 1000, Spotfire Analysis Consumer (Spotfire.Dxp.AnalysisConsumer
) to 500, Spotfire Analytics (Spotfire.Dxp.Analytics
) to 100, Spotfire Data Science (Spotfire.Dxp.DataScience
) to 20:set-named-user-licenses-assignment -v=2 -LSpotfire.Dxp.AnalysisViewer=1000 -LSpotfire.Dxp.AnalysisConsumer=500 -LSpotfire.Dxp.Analytics=100 -LSpotfire.Dxp.DataScience=20
Parent topic: Command-line reference