Naylor, Simon
- Total activity 83
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 45
Activity overview
Latest activity by Naylor, Simon-
Naylor, Simon created an article,
Resolving "No module named 'pywintypes'" Error in Spotfire 14 Python environment
Problem: Users may encounter a "ModuleNotFoundError: No module named 'pywintypes'" when using certain Python packages, particularly requests-negotiate-sspi, in Spotfire 14 Python environment. This ...
-
Naylor, Simon created an article,
Spotfire: Resolving compatibility Issues between Lead Discovery Premium and Discngine connectors
Problem: Users may experience compatibility issues between Lead Discovery Premium (LDP) and Discngine connectors, particularly when upgrading to newer versions of Spotfire. These issues can manifes...
-
Naylor, Simon created an article,
Spotfire 14: Resolving blank dashboards after running Scheduled Update jobs
Problem: After upgrading to Spotfire version 14 or higher, users may experience dashboards going blank when a scheduled update (SU) occurs while they are viewing the dashboard. This is due to chang...
-
Naylor, Simon created an article,
Spotfire Lists Not Visible After Upgrade from 11.4 to 14.0
Problem: After upgrading Spotfire from version 11.4 to 14.0, users may report that their previously created Spotfire lists are no longer visible or appear to be deleted. This issue is caused by a c...
-
Naylor, Simon created an article,
Resolving "Internal Server Error (500) - path is not a child of currently directory" in TERR Scripts
Description: A user encountered an "Internal Server Error (500) - path is not a child of currently directory" error when running a TERR script via Spotfire Web Player (web browser). The script work...
-
Naylor, Simon created an article,
Spotfire 403 Web Error
Problem: After doing a system upgrade or clone, you start to get 403 errors when trying to connect to the Spotfire Server via a web browser. Your were using HTTPS and have switched back to HTTP, d...
-
Naylor, Simon created an article,
Spotfire: Calling procedures for Google BigQuery fails with error " RowCount was expected but not generated from query"
Problem: Need to call a procedure to update data in a Google BigQuery data source. This used to work for other data sources by using a pre-query like this: call `xxx.yyy.proc_zzz`(?param) With the ...
-
Naylor, Simon created an article,
Spotfire TERR: Example code running Open Source-R to generate a Bar Graph
Problem: Not many examples are available of working code that allow the running of Open Source-R to generate and return graphs. Solution: The below TERR code calls the RinR function RGraph to ret...
-
Naylor, Simon created an article,
Spotfire: Error while installing R package
Problem: Getting the following error when trying to install a package using the TERR package management. Error in unzipp(zipFile): error calling zip command. Solution: Launch the TERR Console and ...
-
Naylor, Simon created an article,
Spotfire: Python available modules
If you want a quick way to see what Python modules are available, you can run the following from within Python.exe. You can do this from both the client and the Python service. help('modules') Thi...