Products | Versions |
---|---|
Spotfire Statistics Services | All |
There may be times where you want to terminate a job which is running on the TIBCO Spotfire Statistics Services (TSSS) server, for example if a job has been running for an unexpectedly long amount of time. It is possible to stop the execution of a long running job by deleting that job. To identify any long running jobs start by opening the TIBCO Spotfire Statistics Services URL API for Jobs in a web browser.
Example of Jobs URL API:
http://<servername>:<port>/<servicename>/api/v8/jobsNote: In the example URLs, the servername, port, and servicename must be modified to match your installation. The URL is case sensitive.
http://<servername>:<port>/<servicename>/api/v8/administration/delete?jobId=<JobID>or for example, to remove job 25 which appears to have hung in the "RUNNING" state for many hours:
http://myTSSS:8080/SplusServer/api/v8/administration/delete?jobId=25Note: In the example URL, the servername, port, and servicename must be modified to match your installation. The URL is case sensitive. <JobID> must be replaced with actual Job ID of the job to be terminated as identified on the jobs URL.