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
  1. Locate the tomcat/spotfire-bin directory (for example, C:\tibco\tss\10.3.1\tomcat\spotfire-bin).

  2. At the command prompt, change the directory to the spotfire-bin folder.
  3. To export the server configuration, run the config.batexport-config command.
    Note: You might be prompted for the Spotfire Server admin password.

  4. Open the configuration.xml file which is generated by default in the same spotfire-bin folder.
  5. 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>

  6. Save the configuration.xml file.
  7. Run the following command: config.bat import-config -c "adding custom capability".

  8. 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>