Lync 2013 RBAC xds Database Error

Our company has local IT (not Domain Admins) at each of our sites that need full control over their users and common area phones. We do not want them to be able to publish the topology. Whenever they run a command in the Lync 2013 shell, they receive the below error:

Cannot read topology. Verify that the topology data is accessible.

Here are some of the commands where the error is being thrown:

Set-CsClientPin -Identity "(name)" -Pin (pin)
Get-CSUser | Where-Object ($_.lineURI -like "tel:+1555"} | Select-Object DisplayName, LineURI | export-CSV -path (path)

I've ran the below commands to give their universal security group full control over their OUs:

New-CSAdminRole (admin group) -template CsUserAdministrator -UserScopes "OU:ou=(site),dc=(domain),dc=(forest)"

Grant-CsOUPermission -OU "ou=(site),dc=(domain),dc=(forest)" -ObjectType "user", "contact", "computer", "InetOrgPerson"
Grant-CsOUPermission -OU "ou=(site),dc=(domain),dc=(forest)" -ObjectType "AppContact", "Device"

Is there a way to give them rights to run these commands?

February 26th, 2015 4:58pm

Looks like the permissions not set correct.

Please check if these user admins have creation right on the ad folder in which you want to store the common are phone contacts.

You can also run this command

Get-CsAdminRole | Where-Object {$_.Cmdlets -match "Test-CsOUPermission"}

Test-CsOUPermission -OU "ou=Redmond,dc=litwareinc,dc=com" -ObjectType "user", "computer", "contact

Free Windows Admin Tool Kit Click here and download it now
March 7th, 2015 4:49am

This is the error I get when trying to run Test-CsOUPermission:

March 12th, 2015 11:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics