Hello,
My error : Error : Address Book Web service request has failed with response code NoEntryFound.
AllServices :
Running Invoke-CsManagementStoreReplication to verify replication status at end of script
Checking Services
lync.domain.com : All Services Running
lync.domain.com : All Services Running
Checking lync.domain.com
Test-CsAddressBookService (Address Book Web Service) : Success
Test-CsAddressBookWebQuery (Address Book Search) : Failure
Test-CsASConference (Application Sharing Conference) : Success
Test-CsAVConference : Failure
Test-CsAVEdgeConnectivity (Edge Server Connectivity) : Failure
Test-CsDataConference : Failure
Test-CsGroupIM (Conference IM) : Success
Test-CsIM (Peer-to-Peer IM) : Success
Test-CsPresence (Publish Presence) : Success
Test-CsRegistration (User Log On) : Success
Test-CsUcwaConference (Lync Web App) : set connectioin limit to 12
Success
Checking lync.domain.com Database Status
Pinging Edge Servers
Pinging SQL Servers
lync.domain.com: Available
Testing File Share Availability
File Share \\lync.domain.com\share : Success
Checking Replication Status
Server
Up To Date
Last Status Report
lync.domain.com
True
20.5.2017 15:49:54
I’m trying : https://technet.microsoft.com/en-us/library/dn720925(v=ocs.15).aspx
1. RTCUniversalServerAdmins add lync user.
2 .health monitoring test accounts : lync@domain.com and xxx@domain.com
3. get-csuser : Select-Object Enabled : True…
4.
PS C:\Windows\system32> Test-CsAddressBookWebQuery -TargetFqdn “lync.domain.com” -TargetSipAddress “sip:lync@domain.com” -Verbose
VERBOSE: Reading Registrar port from topology process started.
VERBOSE: Reading Registrar port ‘5061’ from topology process successfully finished.
VERBOSE: Reading test users from health monitoring configuration settings.
VERBOSE: First test user’s SIP URI: sip:Lync@domain.con.
VERBOSE: Second test user’s SIP URI: sip:xx@domain.com.
VERBOSE: Workflow Instance Id ‘f29cbc2b-de19-465e-87ca-4d1989247724’, started.
VERBOSE: Command line executed is ‘Test-CsAddressBookWebQuery -TargetFqdn “lync.domain.copm” -TargetSipAddress “sip:ly
nc@domain.com” -Verbose
‘.
Target Fqdn : lync.domain.com
Target Uri : https://lync.domain.com/groupexpansion/service.svc
Result : Failure
Latency : 00:00:00
Error Message : Address Book Web service request has failed with response code NoEntryFound.
Diagnosis :
VERBOSE: Workflow ‘Microsoft.Rtc.SyntheticTransactions.Workflows.STAbwsWorkflow’ started.
Workflow ‘Microsoft.Rtc.SyntheticTransactions.Workflows.STAbwsWorkflow’ completed in ‘2.41E-05’ seconds.
An exception ‘Address Book Web service request has failed with response code NoEntryFound.’ occurred during Workflow M
icrosoft.Rtc.SyntheticTransactions.Workflows.STAbwsWorkflow execution.
Exception Call Stack: at Microsoft.Rtc.SyntheticTransactions.Activities.QueryAddressBookWebServiceActivity.Internal
Execute(ActivityExecutionContext executionContext)
at Microsoft.Rtc.SyntheticTransactions.Activities.SyntheticTransactionsActivity.Execute(ActivityExecutionContext ex
ecutionContext)
at System.Workflow.ComponentModel.ActivityExecutorOperation.Run(IWorkflowCoreRuntime workflowCoreRuntime)
at System.Workflow.Runtime.Scheduler.Run()
‘QueryTargetUri’ sequence activity started.
‘QueryTargetUri’ sequence activity completed in ‘3.5E-05’ seconds.
‘ReadUriFromTopology’ activity started.
Reading target uri from topology process started.
Successfully found target uri ‘https://lync.domain.com/groupexpansion/service.svc’.
‘ReadUriFromTopology’ activity completed in ‘0.0001034’ seconds.
‘GetWebTicket’ activity started.
Trying to get web ticket.
Web Service Url : https://lync.domain.com/WebTicket/WebTicketService.svc
Using Machine Certificate authentication.
GetWebTicketActivity completed.
‘GetWebTicket’ activity completed in ‘0.0174601’ seconds.
‘QueryAddressBookWebService’ activity started.
Calling Address Book Web Query Web Service. ABWS Url = https://lync.domain.com/groupexpansion/service.svc
Address book query exception: Address Book Web service request has failed with response code NoEntryFound.
VERBOSE: Workflow Instance ID ‘f29cbc2b-de19-465e-87ca-4d1989247724’ completed.
VERBOSE: Workflow run-time (sec): 0.0770037.
.. How can i solve this problem ?