【问题标题】:Connecting Skype for Business with ChatBot将 Skype for Business 与 ChatBot 连接
【发布时间】:2019-02-23 04:59:50
【问题描述】:

我正在尝试在 Skype 上部署 Bot 并遇到此错误, 任何人都可以提出相同的解决方案:

PS C:\WINDOWS\system32> $TenentAdminDomainId = Read-Host -Prompt 'Input your domain id in <user>@<domain>.com'
Input your domain id in <user>@<domain>.com: test2@botwork.onmicrosoft.com
PS C:\WINDOWS\system32> New-CsOnlineApplicationEndpoint -ApplicationId fc1d28c4-7ff2-41dd-9a1b-a5652949d051 -Name TestBotAP -Uri sip:$TenentAdminDomainId
Cmdlet invocation error
    + CategoryInfo          : NotSpecified: (:) [New-CsOnlineApplicationEndpoint], CmdletInvocationException
    + FullyQualifiedErrorId : Error processing cmdlet request,Microsoft.Rtc.Management.Hosted.PlatformService.NewPlatformServiceAppEndpointConfigCmdlet
    + PSComputerName        : adminin1.online.lync.com

Could not find the application endpoint
    + CategoryInfo          : InvalidOperation: (Microsoft.Rtc.M...cation endpoint:PlatformServiceCmdletException) [New-CsOnlineApplicationEndpoint], PlatformServiceException
    + FullyQualifiedErrorId : Could not get application endpoint or the Uri is already present as an User in BVD,Microsoft.Rtc.Management.Hosted.PlatformService.NewPlatformServiceAppEndpointConfigCmdlet
    + PSComputerName        : adminin1.online.lync.com

【问题讨论】:

    标签: powershell botframework chatbot skype-for-business skype-bots


    【解决方案1】:

    来自https://docs.microsoft.com/en-us/skype-sdk/skype-for-business-bot-framework/docs/bot-common-errors

    FullyQualifiedErrorId : 无法获取应用程序端点或 Uri 已经作为用户存在于 BVD 中

    删除租户中具有相同 sipuri 的现有用户帐户,或 使用 sipuri 中不存在的 sipuri 运行 cmdlet 租户。

    【讨论】:

      猜你喜欢
      • 2017-10-16
      • 1970-01-01
      • 2017-03-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-02-06
      • 2015-10-12
      相关资源
      最近更新 更多