Monday, March 21, 2016

Project Server 2013 Active Directory Enterprise Resource Pool Synchronization failing

We're trying to configure Micorosft Project Server 2013 to synchronize our Active Directory users through the Active Directory Enterprise Resource Pool Synchronization tool.




When we try to add a distribution or security group to the "Active directory group" field the group can be selected in the autocompletion without any trouble, but when we then try to use "Save and Synchronize now" button, nothing happens.



There is also a message saying "The synchronization failed because the Active Directory group was empty or not found." in the "Synchronization status".



We've verified that the services that are used by the project server have read access to the Active Directory.



Is there something else we should check or any other clue to this error?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...