We're currently in the process of testing for a production Lync Server 2010 deployment and we're run into some problems. I've been digging around on the Internet and the Technet forums but can't find a solution to this problem.
Whenever someone logs in with the Lync Client, they are immediately presented with prompts for user credentials. No credentials work. When you cancel out, you can still chat, but there is an error that says the Address Book can't be downloaded. I've confirmed that the SSL certificate works, I've made sure the Kerberos Account is configured properly, I've reinstalled the Web Components, and I've tried numerous other solutions I've found for this issue. Nothing seems to fix the problem. When I try to run test-csaddressbookservice in the Management Shell, I get the following:
cmdlet Test-CsAddressBookService at command pipeline position 1
Supply values for the following parameters:
UserSipAddress: sip:user@company.com
Connecting to web service : https://lync-pool1.company.com:443
/WebTicket/WebTicketService.svc
Using IWA authentication
Successfully created connection proxy and website bindings
Requesting new web ticket
Sending Web-Ticket Request: <s:Envelope xmlns:s="http://schemas.xmlsoap.
org/soap/envelope/">
<s:Header>
<Action s:mustUnderstand="1" xmlns="http://schemas.microsoft.com/ws/2005/05/
addressing/none">http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue</Act
ion>
</s:Header>
<s:Body>
<RequestSecurityToken xmlns="http://docs.oasis-open.org/ws-sx/ws-trust/20051
2">
<TokenType>http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1
#SAMLV1.1</TokenType>
<RequestType>http://schemas.xmlsoap.org/ws/2005/02/trust/Issue</RequestTyp
e>
<AppliesTo xmlns="http://schemas.xmlsoap.org/ws/2004/09/policy">
<EndpointReference xmlns="http://www.w3.org/2005/08/addressing">
<Address>https://lync-pool1.company.com/WebTicket/WebTicketS
ervice.svc</Address>
</EndpointReference>
</AppliesTo>
<Entropy>
<BinarySecret>I+ZKYvJkkqcD57OPeOX7MG6Tp8S4PhvMUOI6ZPKP/vg=</BinarySecret
>
</Entropy>
<KeyType>http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey</Ke
yType>
</RequestSecurityToken>
</s:Body>
</s:Envelope>
Web-Ticket response: <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soa
p/envelope/">
<s:Header />
<s:Body>
<s:Fault>
<faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommun
icationfoundation/dispatcher">a:InternalServiceFault</faultcode>
<faultstring xml:lang="en-US">The server was unable to process the request
due to an internal error. For more information about the error, either turn on
IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from th
e <serviceDebug> configuration behavior) on the server in order to send th
e exception information back to the client, or turn on tracing as per the Micros
oft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</fau
ltstring>
</s:Fault>
</s:Body>
</s:Envelope>
TargetUri : https://lync-pool1.company.com:443/abs/handler
TargetFqdn : lync-pool1.company.com
Result : Failure
Latency : 00:00:00
Error : Failed to get a web ticket.
Diagnosis :
I'm not real sure what to make of this. Any thoughts?