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

How to use BizTalk Health Monitor with an authenticating proxy?

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

当您在身份验证代理后面时,是否可以使用 BHM,特别是 "Repository Update" 选项?

我想你可以在 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 团队