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!

  • 相关阅读:
    51nod 1067 Bash游戏 V2
    洛谷 P1454 圣诞夜的极光 == codevs 1293 送给圣诞夜的极光
    bzoj4754: [Jsoi2016]独特的树叶
    bzoj 4241: 历史研究
    bzoj 1266 [AHOI2006] 上学路线
    bzoj4571: [Scoi2016]美味
    bzoj4570: [Scoi2016]妖怪
    51nod 1238 最小公倍数之和 V3
    一个康托展开的板子
    poweroj1745: 餐巾计划问题
  • 原文地址:https://www.cnblogs.com/JasonLiao/p/1888080.html
Copyright © 2011-2022 走看看