Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/28.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/spring-mvc/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
SSAS excel远程连接_Excel_Ssas_Sql Server 2014_Iis 8.5 - Fatal编程技术网

SSAS excel远程连接

SSAS excel远程连接,excel,ssas,sql-server-2014,iis-8.5,Excel,Ssas,Sql Server 2014,Iis 8.5,我从2008版迁移到SQL Server 2014。我有带IIS 8.5的Windows Server 2012 我正在尝试配置对OLAP数据库的远程访问。我遵循了此处描述的所有步骤: 提到的IIS版本是8.0,它也适合8.5吗 当我尝试使用Management Studio测试配置时,出现以下错误: 标题:连接到服务器 无法连接到 其他信息: 连接超时或丢失。(Microsoft.AnalysisServices.AdomdClient) 远程服务器返回错误:(405)方法不允许。(系统

我从2008版迁移到SQL Server 2014。我有带IIS 8.5的Windows Server 2012

我正在尝试配置对OLAP数据库的远程访问。我遵循了此处描述的所有步骤:

提到的IIS版本是8.0,它也适合8.5吗

当我尝试使用Management Studio测试配置时,出现以下错误:

标题:连接到服务器 无法连接到


其他信息:

连接超时或丢失。(Microsoft.AnalysisServices.AdomdClient)


远程服务器返回错误:(405)方法不允许。(系统)


我可以做些什么来获得更多的细节,以找出哪里出了问题

提前感谢您的帮助

Program Location:

   at Microsoft.AnalysisServices.AdomdClient.XmlaClient.EndRequest()
   at Microsoft.AnalysisServices.AdomdClient.XmlaClient.SendMessage(Boolean endReceivalIfException, Boolean readSession, Boolean readNamespaceCompatibility)
   at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Discover(String requestType, String requestNamespace, ListDictionary properties, IDictionary restrictions, Boolean sendNamespacesCompatibility)
   at Microsoft.AnalysisServices.AdomdClient.XmlaClient.SupportsProperty(String propName)
   at Microsoft.AnalysisServices.AdomdClient.XmlaClient.Connect(ConnectionInfo connectionInfo, Boolean beginSession)
   at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Connect(Boolean toIXMLA)
   at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.AdomdConnection.IXmlaClientProviderEx.ConnectXmla()
   at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.ConnectToXMLA(Boolean createSession, Boolean isHTTP)
   at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open()
   at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()

===================================

The remote server returned an error: (405) Method Not Allowed. (System)

------------------------------
Program Location:

   at System.Net.HttpWebRequest.GetResponse()
   at Microsoft.AnalysisServices.AdomdClient.HttpStream.GetResponseStream()
   at Microsoft.AnalysisServices.AdomdClient.HttpStream.GetResponseDataType()
-----------------------------------------------------------------------------------------------------------------