zoukankan      html  css  js  c++  java
  • BizTalk Http Adapter (BTSHttpReceive.dll) Error

    BizTalk HTTP Adapter (BtsHttpReceive.dll) Error

    If you are getting errors when accessing the BizTalk Http Adapter (BtsHttpReceive.dll) on a Windows 2003 server, make sure you check the following:

    • (401) Not Authorized

    The identity used to run the Application pool must be part of BizTalk User Groups and the IIS_WPG local group.

    • (404) Page Not Found

    BizTalk HTTP Adapter is implemented as an ISAPI application. Make sure BtsHttpReceive.dll is an allowed Web Services Extensions in IIS. To enable, launch IIS Manager and click on the "Web Service Extension" folder located below the "Web sites" folder in the navigation tree. If not found, add an entry by right click on the Web Service Extension folder. Select "Add a new Web service extension...”, give it an identifiable name such as "BizTalk HTTP Adapter" and add the path of BtsHttpReceive.dll (usually found on C:\Program Files\Microsoft BizTalk Server 2006\HTTPReceive\BTSHTTPReceive.dll)

    Allow BtsHttpreceive in IIS Web Service Extensions

    • (405) Method Not Allowed

    Set Execute Permission to allow Scripts and Executables for the virtual directory where BTSHTTPReceive.dll resides.

    • (500) Internal Server Error

    Make sure the identity used in the application pool for the BtsHttpReceive virtual directory has access to the BiztalkMsgBoxDb. Check if the account is part of the BizTalk Isolated Host Users Group (or equivalent).

    Also make sure the above account has at least Read access to the <WINDIR>\temp directory (for example - C:\WINDOWS\Temp). This is especially important on a multi-server environment because the rights are not granted by default.

    • Other Error

    Sometimes an error is caused by the other error numbers listed (compound errors). And Errors listed offen appear after you have finished the privious issue. Be calam!

  • 相关阅读:
    Dynamics CRM安装教程一:域环境准备
    C#判断日期是否合法
    Visual Studio 2015 无法加载.Net FrameWork4.6.2
    Dynamics CRM产生公共签名,避免每次插件换环境重新输入签名密钥账号密码
    Dynamics CRM使用JS隐藏自定义按钮
    <3>Python开发——列表(list)
    <2>Python开发——字符串(str)
    <1>Python开发——基础入门
    Sed命令详解
    国内搭建Minikube测试环境
  • 原文地址:https://www.cnblogs.com/JasonLiao/p/1888080.html
Copyright © 2011-2022 走看看