Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
TIBCO Spotfire Statistics Services (TSSS) ExtendedServerInfo does not have the engine version details populated explicitly
Solution:
The TIBCO Spotfire Statistics Services (TSSS) API ExtendedServerInfo returns information about the TSSS server and its statistical engine that can help you when you troubleshoot problems. See TIBCO Spotfire Statistics Services URL API Guide.
For example, open the following URL in a web browser with <servername>, <port> and <ServiceName> replaced as per your TSSS installation details (See the guidance here):
http://<servername>:<port>/<ServiceName>/api/v8/administration/ExtendedServerInfo
The TSSS API ExtendedServerInfo submits a job to the Expression Service internally in the TSSS server, to retrieve the TSSS engine version information at runtime, such as splus.engine.build, splus.engine.version, and splus.engine.build.date.
From TSSS version 7.11.1, the Expression Service is disabled by default with the configuration property expression.service.enabled=false in TSSS configuration file spserver.properties. The TSSS API ExtendedServerInfo call will come back with the engine version information unpopulated, as shown in this figure:
To make TSSS API ExtendedServerInfo show the engine version information explicitly, the TSSS administrator would need to enable the Expression Service, as shown here:
1. Go to TSSS installation directory (e.g. C:\Program Files\TIBCO\statsvcs103\SplusServer\conf), edit the configuration file spserver.properties, turn on the property "expression.service.enabled=true"
3. Go to Windows Services, find and re-start the TSSS service to make it read the modified spserver.properties file:
Comments
0 comments
Article is closed for comments.