在 Windows 10 期配置 ESB 工具包 2.2,'The system cannot find the file specified'

Configure ESB Toolkit 2.2 on Windows 10 issue, 'The system cannot find the file specified'

正在尝试在 Windows 10 上安装 ESB 工具包 2.2 (BizTalk 2013 R2),安装并配置了 BizTalk,也配置了 IIS,但出现错误 'The system cannot find the file specified'

不明白为什么,请帮忙

在 C:\Program Files (x86)\Microsoft BizTalk ESB 中启用系统诊断 Toolkit\Bin\ESBConfigurationTool。exe.config

Enable system diagnostics

如果你能看到下面的错误。这就是造成它的原因。

Stack Trace:
   at System.DirectoryServices.AccountManagement.UnsafeNativeMethods.IADs.Get(String bstrName)
   at System.DirectoryServices.AccountManagement.CredentialValidator.BindSam(String target, String userName, String password)
   at System.DirectoryServices.AccountManagement.CredentialValidator.Validate(String userName, String password, ContextOptions connectionMethod)
   at System.DirectoryServices.AccountManagement.PrincipalContext.ValidateCredentials(String userName, String password, ContextOptions options)
   at EsbConfigurationTool.Panels.PanelBase.ValidateCredential(NetworkCredential credentials, String groupName)
   at EsbConfigurationTool.Panels.WebServicesException.Save()
   at EsbConfigurationTool.EsbConfiguration.OnTsBtnSaveClick(Object sender, EventArgs e)

此方法 "ValidateCredentials" 正在尝试获取 HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion 中的注册表项 windows10 中不可用。您应该手动添加这些注册表字符串。

RegisteredOwner (string value) -> 您可以在 ESB 中使用服务帐户 RegisteredOrganization (string value)