Enabling Statistica Capability on Spotfire Server
After installing the Statistica Service for the first time on Spotfire Server, you must enable the Statistica capability on the server. You can enable the Statistica capability using the following steps:
Note: Skip this procedure if you are on Spotfire Server 10.5 or later (or a recent service pack of version 10.3).
- Procedure
- Locate the
tomcat/spotfire-bin directory (for example,
C:\tibco\tss\10.3.1\tomcat\spotfire-bin).
- At the command prompt, change the directory to the spotfire-bin folder.
- To export the server configuration, run the
config.batexport-config command.
Note: You might be prompted for the Spotfire Server admin password.
- Open the configuration.xml file which is generated by default in the same spotfire-bin folder.
- Add the following section in the root configuration element of the .xml document (as shown in the image) .
<custom-services-proxy> <allowed-capabilities> <allowed-capability>STATISTICA</allowed-capability> </allowed-capabilities> </custom-services-proxy>
- Save the configuration.xml file.
- Run the following command:
config.bat import-config -c "adding custom capability".
- Restart the
Spotfire Server.
Note: If you intend to use the TERR service as well, adding a custom capability here disables the automatic/default capability for TERR. In this case you also need to add <allowed-capability>TERR</allowed-capability>