Different options to check TIBCO Spotfire Statistics Services (TSSS) jobs list.

Different options to check TIBCO Spotfire Statistics Services (TSSS) jobs list.

book

Article ID: KB0078251

calendar_today

Updated On: 05-06-2019

Products Versions
Spotfire Statistics Services 7.5 to 7.11.1

Description

This article will explain how to check the list of jobs submitted to the TIBCO Spotfire Statistics Services (TSSS) server.

Issue/Introduction

Different options to check TIBCO Spotfire Statistics Services (TSSS) jobs list.

Environment

All supported environments

Resolution

Below are the options:

1.  You can see the TSSS jobs list using this URL (after editing it to use the basic URL for your TSSS instance): 
=====
http://<TSSS_servername>:<port>/<ServiceName>/api/v8/jobs
=====
Note:  In the above jobs URL, replace <TSSS_servername>, <port> and <ServiceName> as defined in your TSSS installation. 

2. If you are using for example : MS SQL Server as the TSSS database instead of the built-in h2 database, then the 'SPLUS_JOBS' table in the SQL Server database will have records for submitted jobs.

You can verify this by executing a SELECT query on the table.

For example: 
=====
Select * from SPLUS_JOBS
=====

Additional Information

You can also refer to the online user manual at the following link, for information on how to get job details:

https://docs.tibco.com/pub/sf_statsvcs/7.11.1/doc/html/TIB_sf_statsvcs_7.11_User-Guide/GUID-0505592E-C3EA-47AB-83B8-03024491B58A.html