在 IIS 7.0 (Windows 7) 中为 Biztalk 2010 创建 HTTP 接收适配器时出错

发布于 2024-12-04 06:24:04 字数 631 浏览 0 评论 0原文

问题图片

我正在 IIS 7.0 中为 Biztalk 2010 创建 HTTP 接收适配器。 以下是使用的步骤;

  1. 在 Internet 信息服务 (IIS) 管理器窗口中, 在中心窗格的 IIS 部分中,双击 Handler Mappings 图标。
  2. 在右侧窗格中,单击“添加脚本映射”。在添加脚本映射中 对话框中,在请求路径框中输入 BTSHTTPReceive.dll。
  3. 点击 可执行文件框旁边的省略号 (...),然后浏览到 C:\Program Files (x86)\Microsoft BizTalk Server 2010\HttpReceive\BTSHTTPReceive.dll,然后单击“打开”。
  4. 在 在“名称”框中键入“BizTalk HTTP 接收适配器”,然后单击“确定”。在 新的 出现“添加脚本映射”对话框,单击“是”。

完成这些步骤后,我收到以下错误:

此处理程序所需的指定模块不在模块列表中。如果您要添加脚本映射处理程序,IsapiModule 或 CgiModule 必须位于模块列表中。

Picture of the problem

I am creating an HTTP Receive Adapter for Biztalk 2010 in IIS 7.0.
Below are the steps used ;

  1. In the Internet Information Services (IIS) Manager window, in the
    center pane, in the IIS section, double-click the Handler Mappings
    icon.
  2. In the right pane, click Add Script Map. In the Add Script Map
    dialog box, in the Request path box, enter BTSHTTPReceive.dll.
  3. Click
    the ellipsis (…) next to the Executable box, then browse to
    C:\Program Files (x86)\Microsoft BizTalk Server
    2010\HttpReceive\BTSHTTPReceive.dll, and then click Open.
  4. In the
    Name box type BizTalk HTTP Receive Adapter, and click OK. In the
    new
    Add Script Map dialog box that appears, click Yes.

After these steps I get the following error :

The specified module required by this handler is not in the modules list. If you are adding a script Map handler the IsapiModule or the CgiModule must be in the modules list.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2024-12-11 06:24:04

我注意到您唯一缺少的是以下步骤:

8.在请求限制对话框中,单击动词选项卡,然后单击
选择以下动词之一。输入 POST 作为动词。

9.在“访问”选项卡上,选择“脚本”,然后单击“确定”。

参考: http://msdn.microsoft.com/ en-us/library/aa559072(v=bts.70).aspx

另外,请确保 IsapiModule 已在“模块”页面上注册并启用。如果丢失,您可能尚未将 IIS 配置为使用 ISAPI。您可能需要在服务器管理器中检查 IIS 配置。

The only thing I noticed you missing was the following steps:

8.In the Request Restrictions dialog box, click the Verbs tab and then
select One of the following verbs. Enter POST as the verb.

9.On the Access tab, select Script, and then click OK.

Reference: http://msdn.microsoft.com/en-us/library/aa559072(v=bts.70).aspx

Also, make sure that IsapiModule is registered and enabled on the Modules page. If it's missing, you may not have configured IIS to use ISAPI. You might want to check your IIS configuration in Server Manager.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文