I install Lync Server 2010 and install Lync 2010 for client PC, but Lync client error "Cannot Sync Address Book". If I on server run command Set-CsClientPolicy -Identity Global -AddressBookAvailability WebSearchOnly Lync client without error but if search user "Address Book Server is experiencing issues". I try test with Test-CsAddressBookService and take error "No response received for Web-Ticket service". If I on server run command Set-CsClientPolicy -Identity Global -AddressBookAvailability FileDownloadOnly Lync client error "Cannot Sync Address Book" but on server with lync share no traffic from client (check with Wireshark), I try to change permission to lync share (everyone Share and Security perm) but no traffic from client.
I check Event Viewer and find errors
Event ID 3 Webhost ('/GroupExpansion/service.svc' '/WebTicket/WebTicketService.svc' '/LocationInformation/liservice.svc' '/RgsClients/AgentService.svc' '/CertProv/CertProvisioningService.svc')
WebHost failed to process a request.
Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/11429296
Exception: System.ServiceModel.ServiceActivationException: The service '/CertProv/CertProvisioningService.svc' cannot be activated due to an exception during compilation. The exception message is: This collection already contains an address with scheme
https. There can be at most one address per scheme in this collection.
Parameter name: item. ---> System.ArgumentException: This collection already contains an address with scheme https. There can be at most one address per scheme in this collection.
Parameter name: item
at System.ServiceModel.UriSchemeKeyedCollection.InsertItem(Int32 index, Uri item)
at System.Collections.Generic.SynchronizedCollection`1.Add(T item)
at System.ServiceModel.UriSchemeKeyedCollection..ctor(Uri[] addresses)
at System.ServiceModel.ServiceHost..ctor(Type serviceType, Uri[] baseAddresses)
at Microsoft.Rtc.Server.CertProvisioning.CertProvisioningServiceHost..ctor(Type serviceType, Uri[] baseAddresses)
at Microsoft.Rtc.Server.CertProvisioning.CertProvisioningServiceHostFactory.CreateServiceHost(Type serviceType, Uri[] baseAddresses)
at System.ServiceModel.Activation.ServiceHostFactory.CreateServiceHost(String constructorString, Uri[] baseAddresses)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.CreateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
--- End of inner exception stack trace ---
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath)
at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath)
Process Name: w3wp
Process ID: 5064
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10.04.2013 8:26:08
Event time (UTC): 09.04.2013 23:26:08
Event ID: b40c8a55e21c412781a079f85aec8407
Event sequence: 7
Event occurrence: 6
Event detail code: 0
How I can fix this errors and sync address book?