【问题标题】:Configure ESB Toolkit 2.2 on Windows 10 issue, 'The system cannot find the file specified'在 Windows 10 问题上配置 ESB Toolkit 2.2,“系统找不到指定的文件”
【发布时间】:2016-02-20 03:23:47
【问题描述】:

尝试在 Windows 10 上安装 ESB 工具包 2.2 (BizTalk 2013 R2),BizTalk 已安装并配置,IIS 也已配置,但出现错误“系统找不到指定的文件”

不知道为什么,请帮忙。

【问题讨论】:

  • BizTalk 目前不支持 Windows 10。无论如何,检查事件日志,看看你是否能找出它找不到的文件。

标签: biztalk biztalk-2013r2 esb-toolkit-2.0 esb-toolkit-2.1


【解决方案1】:

在 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 中的注册表项 在 Windows 10 中不可用。您应该手动添加这些注册表字符串。

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2019-05-03
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2023-03-12
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多