You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it fails to parse the connection string (is appears to be looking for a port, that is not required):
NBi.NUnit.Runtime.TestSuite.My Test:
System.AggregateException : One or more errors occurred.
----> NBi.Core.ConnectionException : The connection string is not valid.
The connection string used was 'Provider=MSOLAP;Data Source=asazure://westeurope.asazure.windows.net/mydb;Initial Catalog=myCatalog;'
----> System.FormatException : Input string was not in a correct format.
Stacktrace:
--FormatException
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Microsoft.AnalysisServices.AdomdClient.XmlaClient.GetInstancePort(ConnectionInfo connectionInfo)
--- Edit:
It seems that connecting to Azure Analysis Services requires Microsoft.AnalysisServices.AdomdClient.dll in version 14.0.800.117 or later whereas NBi uses version 12.0.0.0. Are there any plans to update this?
Thanks
The text was updated successfully, but these errors were encountered:
I never tested this, can’t confirm. I’ll check in documentation of ASA and if needed upgrade to the last version of adomd. Should be part of the next release.
Hi @Seddryck,
does NBi support connection strings with data sources that use the asazure protocol like this?
Currently it fails to parse the connection string (is appears to be looking for a port, that is not required):
Stacktrace:
--- Edit:
It seems that connecting to Azure Analysis Services requires Microsoft.AnalysisServices.AdomdClient.dll in version 14.0.800.117 or later whereas NBi uses version 12.0.0.0. Are there any plans to update this?
Thanks
The text was updated successfully, but these errors were encountered: