Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
How to enable licenses for a group from the Command Line
Solution:
To allow users to access different features in Spotfire, the respective licenses should be assigned to a group the user belongs to. See the How licenses work reference for more details:
- "Licenses provide access to the features of Spotfire. The administrator sets licenses for groups, thereby determining what the group members have permission to do within the Spotfire environment."
config set-license --group="Everyone" --license="Spotfire.Dxp.EnterprisePlayer" --functions="collaborationPanel,bookmarkPanel"Licenses should be listed by their technical names and not their display names (for example "Spotfire.Dxp.WebPlayer", rather than "TIBCO Spotfire Consumer"). You can use the list-license command to get the list of licenses. For example:
config list-licenses
Doc: How licenses work Doc: set-license command Doc: list-licenses command
Comments
0 comments
Article is closed for comments.