|
dlarrocha -> Adomd.NET Connection Error (15 June 2007)
|
I am getting the folloing error when trying to open a connection to Analysis Services. Using MS SQL Server 2000 SP4 (Analysis Services ahs been patched to SP4 as well) running on Windows Server 2003 with all of the updates installed. System.ApplicationException: Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: The specified module could not be found. at Microsoft.AnalysisServices.AdomdClient.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection+IXmlaClientProviderEx.DiscoverWithCreateSession(String requestType, Boolean sendNamespaceCompatibility) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.RetrieveSchemaRowsets(Boolean createSession) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectToIXMLA(Boolean createSession) at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open() I thought initially that the dll's from the Adomd.NET folder were missing or corrupt, but removing them from a test sever poduced a different error. I am not very familiar with the .NET framework and am looking for any ideas as to what might be causing this problem. Thank you.
|
|
|
|