Monday, September 29, 2014

Office Web Apps Get-OfficeWebAppsMachine shows Unhealthy

try to install HTTP activation on the WAC server

Add-WindowsFeature NET-WCF-HTTP-Activation45

retry again after 15 minutes Get-OfficeWebAppsMachine

Thursday, September 25, 2014

SCO Runbook tester gives connection failed error or other access error

For some tasks Runbook tester needs to be run as admin - open the Runboor designer with admin elevated access and then run a tester from inside.

Thursday, September 18, 2014

Long distance call for Montreal

here is the link of service that will tell if you need to pay for the call to 450 area from Montreal:

http://www.localcallingguide.com/lca_rcdist.php?npa1=514&nxx1=874&npa2=450&nxx2=292

Monday, September 1, 2014

Lync connectivity analyser loop and dump

We had an issue with certificates on Lync frontend, as a result the Lync connectivity analyser (a program, not the online one) was trying to reach WebTicket and after rejection was doing that in circles until it dums out.

The error:

Cookie  found in autodiscover response: StatusCode: 401, ReasonPhrase: 'Unauthorized', Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
  Connection: Keep-Alive
  X-Ms-diagnostics: 28032;source="xxx";reason="The web ticket is invalid.";faultcode="wsse:InvalidSecurityToken"
  X-MS-WebTicketURL: https://xxxxx/WebTicket/WebTicketService.svc
  X-MS-WebTicketSupported: cwt,saml
  X-MS-Server-Fqdn: xxx
  X-Content-Type-Options: nosniff
  Cache-Control: private
  Date: Mon, 01 Sep 2014 07:17:36 GMT
  Server: Microsoft-IIS/8.5
  X-Powered-By: ASP.NET
  Content-Length: 4966
  Content-Type: text/html; charset=utf-8
}


It seems that after some test with Bindings in IIS, the certificates were not aligned. 

The soltion is to re- request  Lync frontend default certificate and make sure we get one certificate for all 3 services (except obviously OAuth).

Refer also to: http://gallery.technet.microsoft.com/Certificate-requirements-996da98f