Details:
When an analysis / Dashboard is opened that requires connection to Google BigQuery data, sometimes the user may see this message:
Then if they click Skip or Cancel, they get an Analysis window that is mostly blank except this message: "Not logged into the external connection".
This failure might be occurring due to the version of .Net Framework that the Node Manager (NM) service is using. This scenario correlates to the following log file entry: "The certificate key algorithm is not supported."
Solution:
A possible solution is to install a newer version of Microsoft .Net Framework on your NM server. For example, if your NM server belonging to an v11.4 Spotfire server is using .Net Framework 4.5.2, then upgrade to .Net Framework 4.8 and then reboot your NM server.
Following is an example entry of an nm.log file, which indicates the version of .Net Framework that the service is using:
INFO ;<server_name>;2022-12-09T10:01:27,159-06:00;2022-12-09 16:01:27,159;;;;Initiate Start Web Application;;Machine environment: Name=<server_name>, OS Version=Microsoft Windows NT 6.2.9200.0 (Windows Server 2012 R2 Standard - - 9600), Is 64 bit OS=True, Processor count=2, RAM size=20 GB, RAM available=15.85 GB, .NET version=4.8.03761.528049 (4.8 or later), available temp disk=129.66 GB. Process environment: Product version=11.4.5 LTS HF-023 fe515a30e62 (official build), Build version=11.4.5.35, Assembly version=51.5.17815.2778,
Comments
0 comments
Article is closed for comments.