简体   繁体   English

SSAS 数据泵 - 找不到 IsapiModule

[英]SSAS Data Pump - IsapiModule could not be found

The data pump was previously running on an server with IIS and SQL Server running on the same server.数据泵之前运行在一台服务器上,IIS和SQL服务器运行在同一台服务器上。 It was working fine.它工作正常。 We've been provided a new SQL named instance and we're trying to re-setup the data pump to point to the new server.我们已经获得了一个新的 SQL 命名实例,我们正在尝试重新设置数据泵以指向新服务器。 New SQL server is also new version, so we are using the new msmdpump from the new SQL installation.新的 SQL 服务器也是新版本,所以我们使用新的 SQL 安装的新 msmdpump。 We've previously set this up on several client sites, so have followed the requirements with the data pump setup, but in this case I'm stuck with a "specified module could not be found" for the IsapiModule.我们之前已经在几个客户端站点上进行了设置,因此遵循了数据泵设置的要求,但在这种情况下,我遇到了 IsapiModule 的“找不到指定模块”的问题。 I suspected that it might be an access issue to the msmdpump dll, but I've gone as far as to move the folder to a location with "full everyone access".我怀疑这可能是 msmdpump dll 的访问问题,但我已经将文件夹移动到“所有人都可以访问”的位置。 I've set up tracing and the relevant details for the problem seems to be;我已经设置了跟踪,问题的相关细节似乎是;

MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName: IsapiModule
Notofocation: EXECUTE_REQUEST_HANNDLER
HttpStatus: 500
HttpReason: Internal Server Error
HttpSubStatus: 0
ErrorCode: The specified module could not be found. (0x8007007e)

I've tried everything I could find online, so any assistance or advice will be great.我已经尝试了所有我能在网上找到的东西,所以任何帮助或建议都会很棒。

Same error as the following IIS 8.0 Detailed 500.0 Internal Server Error - IsapiModule Not Found与以下相同的错误IIS 8.0 Detailed 500.0 Internal Server Error - IsapiModule Not Found

Ok this was quite tough, had exactly the same issue but was able to resolve by installing this:好吧,这很困难,有完全相同的问题,但能够通过安装这个来解决:

在此处输入图像描述

Which I found here:我在这里找到的:

https://www.microsoft.com/en-us/download/details.aspx?id=40784 https://www.microsoft.com/en-us/download/details.aspx?id=40784

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM