Product: TIBCO Spotfire®
How to get list of all Spotfire users.
To get a list of all Spotfire users in a user directory, use the TIBCO Spotfire Server config command "list-users".
OPTION 1 :
Use the TIBCO Spotfire Server config command "list-users" to list all Spotfire users.
Example:
C:\tibco\tss\7.6.0\tomcat\bin>config list-users
Here are the details of the command from the TIBCO Spotfire Server Installation and Configuration manual.
=========================
list-users
[-f | --force-synchronization]
[-l value | --limit=value]
[-s value | --search-expression=value]
[-e <true|false> | --exclude-disabled=<true|false>]
[-b value | --bootstrap-config=value]
[-t value | --tool-password=value]
=========================
OPTION 2:
It is also possible to get a list of all Spotfire users by executing a query on the TIBCO Spotfire Server application database. To list all users in the user directory from the database you can execute the following query:
select * from USERS
https://docs.tibco.com/pub/spotfire_server/7.7.0/doc/html/TIB_sfire_server_tsas_admin_help/GUID-D729E506-0EFF-4E90-9B65-160B75356B09.html
Comments
0 comments
Article is closed for comments.