Some of the ADOMD.NET drivers that are available on the Microsoft's
Download Center (eg:
https://www.microsoft.com/en-us/download/details.aspx?id=52676) are not configured to parse the server URL of format "asazure://....." but NuGet, which is package manager for Microsoft development platform, has the latest drivers listed that can parse Microsoft Azure Analysis Services URLs correctly. To resolve, you can download and install the latest package from NuGet:
Method 1: 1. Download the latest Microsoft ADOMD.NET from
https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/18.2.3 by clicking on 'Download package'.
2. Now install the package using the command available under '.NET CLI'.
3. Reopen TIBCO Spotfire Installed Client
If dotnet core (which is needed to run the above command) is not installed on the machine, follow method 2 which is replacing the dll as shown below.
Method 2: 1. Download and install SQL_AS_ADOMD.msi from
https://www.microsoft.com/en-us/download/details.aspx?id=52676 2. Download the latest Microsoft ADOMD.NET from
https://www.nuget.org/packages/Microsoft.AnalysisServices.AdomdClient.retail.amd64/18.2.3 by clicking on 'Download package'.
3. Change the extension of the NuGet package to 'zip' and extract that zip file.
4. Replace 'Microsoft.AnalysisServices.AdomdClient.dll' available under "C:\Windows\Microsoft.NET\assembly\GAC_MSIL\Microsoft.AnalysisServices.AdomdClient\v4.xxxx" with the 'Microsoft.AnalysisServices.AdomdClient.dll' present under "NuGet Folder\lib\netxx"
5. Reopen TIBCO Spotfire Installed Client
Note: 18.2.3 is latest version available currently available on NuGet. Please install the newer version if available while downloading