In a Lync environment, usually after deployment, it is found that client side login to Lync, not through fuzzy query to user, need to use SIP address to query to, usually cause this is:Lync Database and ad default synchronization cycle, synchronization period of one hour.
we can view it by: get-csuserreplicatorconfiguration command. Sometimes we find that when a new Lync user is added, a portion of the SIP address of a new user is entered in the client's search bar and the user cannot be found, and a full SIP address must be entered to locate the user.
This is because the ad change operation for the new Lync User was synchronized to the Lync database after 1 minutes, but was not synchronized to the server-side ABS file.
We can see the synchronization cycle of the LYNC2010 database to the server-side ABS via the following command:
Runtimeofday ABS synchronization time in the early morning of 1:30. So a new account is created every day and the next day can be searched by vague search queries.
In order to quickly make our settings effective, we are in the Lync Frontend Server on the Lync Management Shell that is running, execute the following command:
Update -csuser Database –verbose
Update-csaddressbook–verbose
Test whether a user can access and download the address Book
Test-csaddressbookservice-targetfqdn pool.it581.com-us
ersipaddress C [email protected]
The ability of the user to test the Address book information for a WEB query service.
Test-csaddressbookwebquery-targetfqdn Pool.it581.com-u
sersipaddress C [email protected]
See if the Lync front-end can pass the test, if passed, directly using the Update command, can quickly take effect if
Test failed, you need to solve the problem of failure, you can.
This article is from the "Cary_qin blog" blog, make sure to keep this source http://xpqinqun.blog.51cto.com/2136/1757936
Synchronization of Lync Communication Address Book