Lync Server 2010 SDK 示例应用程序错误:应用程序未授权

发布于 2024-11-16 13:21:57 字数 335 浏览 5 评论 0原文

我已经安装并配置了 Lync Server 2010。当我将示例运行到 Lync Server SDK (SipSnoop) 并按“连接”按钮时,出现错误:

- EXCEPTION (2:23:20 PM) -
Application not authorized.
Queue could not be created.
Access denied.

Lync Server 的所有服务正常运行,消息和电话发送没有任何问题。 SipSnoop 在前端服务器上运行。

此 SDK 中的纯脚本示例可以正确运行。

我需要做什么才能正确运行 SipSnoop?

I have installed and configured the Lync Server 2010. When I run the example to Lync Server SDK (SipSnoop) and press the button Connect, I get an error:

- EXCEPTION (2:23:20 PM) -
Application not authorized.
Queue could not be created.
Access denied.

All services of Lync Server running normally, messages and phone calls are sent without any problems. SipSnoop run on Front-end server.

Script-only exampels from this SDK runs correctly.

What i need to do to run SipSnoop correctly?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小傻瓜 2024-11-23 13:21:57

检查自述文件

如果您看到“无法打开队列,拒绝访问”错误消息,请检查是否
登录的用户是“RTC 服务器应用程序”本地组的一部分。如果没有,请添加它,注销并登录并重试

“RTC 服务器应用程序”本地组在哪里?
在您运行应用程序的服务器上。点击:

  • 控制面板-->更改账户类型-->进阶-->高级 --> 组 --> 组

检查 uri

  • SIPSnoop.am 中的 appUri 应与此命令“new-csserverapplication”提供的 uri 相同

Check the readme

If you see the "Queue could not be opened Access Denied" error message, check whether
the logged on user is part of the "RTC Server Applications" local group. If not, add it, logout and login and retry

Where is the "RTC Server Applications" local group?
On the server which you run your application on. click:

  • Control pannel-->change account type --> Advanced --> Advanced -->group -->Groups

check the uri

  • The appUri in SIPSnoop.am should be same as the the uri you supplied by this command "new-csserverapplication"
谁对谁错谁最难过 2024-11-23 13:21:57

您应该以提升的权限开始(“以管理员身份运行”)

要以管理员权限运行 Visual Studio:

  1. 通过“以管理员身份运行”从 bin 文件夹运行应用程序的 *.exe

  2. 从“调试==>附加到进程”开始将 *.exe 附加到调试器

  3. Visual Studio 会要求您以管理员权限启动

You should started with elevated privileges ("run as administrator")

To run The Visual Studio with administrator privileges:

  1. Run the *.exe of the application from the bin folder by "run as administrator"

  2. Start to attach the *.exe to the debugger from "Debug ==> Attach to process"

  3. the visual studio will ask you to start with the administrator previlege

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文