Naylor, Simon
- Total activity 308
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 69
Articles
Recent activity by Naylor, Simon-
Spotfire client: Unable to save library items
Problem:When end users are not able to save new items or update existing items in Spotfire Library, the following error might be reported in the Spotfire Server's server.log file: ws.library.Librar...
-
IronPython script: get library or file path into a document property
Problem: You need to know the file name and path of your current report. Or you want to know the library ID. Solution: The following script will gather details of the current report and populate...
-
IronPython under Linux problem with standard JSON serialize and de-serialize
Problem:When needing to have JSON tools in IronPython, you are normally guided to use the System Web Extensions:- clr.AddReference('System.Web.Extensions') This will not work under Linux, because t...
-
Spotfire Server: Error: trustAnchors parameter must be non-empty
When editing the server.xml file to enable HTTPS, you might get an error in the most recent stderr log file. If you get trustAnchors parameter must be non-empty this means you have edited your trus...
-
Spotfire Node Manager: Health Detail
Problem: Spotfire can often indicate a node is strained or exhausted, but also indicate that CPU and Memory are OK. To know why, you will need to look in the log files. Details: You can access t...
-
Waiting for an available remote service...
Problem:On the web player, when running a report that used Python functions, you might see a message reporting: Waiting for an available remote service...This is caused when the Python Service is b...
-
Removing recent analysis and recent data items from Spotfire analyst client
Problem:After doing a library clean-up of unwanted analyses, the Spotfire analyst client still displays them under recent analysis.When clicking on one of these, you get an an error that the analys...
-
HTTPERR log files in Troubleshooting Bundles
Problem: Sometimes a Spotfire troubleshooting Bundle is missing important logs. This is often a node, but can also be an application server. This can be caused by the Windows OS generating and kee...
-
Apache Spark Data Source Template
Keywords: Apache Spark Template Here is a template for the Apache Spark JDBC data source. This template uses single quotes around the various names, to prevent the following SQL error. Failed to e...
-
Spotfire 11.4 parallel loading causing stored procedure problems.
Keywords: ORA-04068 Details: Due to the switch to parallel loading in Spotfire 11.4, in some situations its possible that Database stored procedures fail with the error: Failed to execute query: OR...