【问题标题】:How to use BizTalk Health Monitor with an authenticating proxy?如何将 BizTalk Health Monitor 与身份验证代理一起使用?
【发布时间】:2017-01-12 09:48:33
【问题描述】:

如何将 BizTalk Health Monitor 与身份验证代理一起使用?

当您使用身份验证代理时,是否可以使用 BHM,特别是“存储库更新”选项?

【问题讨论】:

    标签: biztalk bhm


    【解决方案1】:

    我认为您可以在 BHM 安装文件夹中创建一个文件“ChkBHMRep.exe.config”并像这样更新:

    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <system.net>
       <defaultProxy enabled="true" useDefaultCredentials="true">
         <proxy usesystemdefault="true" />
       </defaultProxy>
      </system.net>
    </configuration>
    

    确实是 ChkBHMRep.exe 检查 BHM 存储库更新

    让我知道它是否有效

    JP 奥科尼

    BHM 团队

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2021-03-14
      • 1970-01-01
      • 1970-01-01
      • 2021-10-09
      • 2018-09-28
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多