To be able to disable administration tasks on specific Spotfire Servers, please refer to this
documentation link. To disable administration tasks on all Spotfire Servers in the cluster, follow the solution below:
In this situation, it is useful to have multiple
sites setup, one for internal users and the other for external users. Then the administration capabilities on the TIBCO Spotfire Server for internal users can still be enabled while it is disabled on the site which hosts the TIBCO Spotfire Server for external users. To disable the administration capabilities for a particular site/server, update the server configuration according to these steps:
- Launch command prompt as administrator and export the Spotfire Server configuration by running the following command:
> config export-config -f
- Run the following command to add a new property:
> config set-config-prop --name="security.administration.enabled" --value="false"
- Run the following command to import the configuration back to the Spotfire database:
> config import-config -c "Added the property security.administration.enabled and set the value to false"
- Restart the TIBCO Spotfire Server service for the changes to take effect.