Reputation: 969
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?
Upvotes: 0
Views: 1320
Reputation: 274
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:
Upvotes: 2
Reputation: 134
You should started with elevated privileges ("run as administrator")
To run The Visual Studio with administrator privileges:
Run the *.exe of the application from the bin folder by "run as administrator"
Start to attach the *.exe to the debugger from "Debug ==> Attach to process"
the visual studio will ask you to start with the administrator previlege
Upvotes: 1