Answered by:
Event ID: 7715, 7731

Question
-
I am getting the following errors in my application event log. Does anybody know how to fix these? thanks for your help in advance
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Project Server Active Directory Synchronization
Event ID: 7715
Date: 6/15/2010
Time: 10:00:29 PM
User: N/A
Computer: TEST01
Description:
Standard Information:PSI Entry Point:
Project User: Domain\spservices
Correlation Id: 7cf00f17-bc73-40f1-8b9d-a9d58eb75460
PWA Site URL: http://test/EPM
SSP Name: SharedServices
PSError: Success (0)
A general exception occurred during communication with Active Directory. Context: SyncErp. Additional Information: An exception occurred while synchronizing the enterprise resource pool.. Exception Info: The given DataRow is not in the current DataRowCollection.For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Event Type: Error
Event Source: Office SharePoint Server
Event Category: Project Server Active Directory Synchronization
Event ID: 7731
Date: 6/15/2010
Time: 10:00:29 PM
User: N/A
Computer: TEST01
Description:
Standard Information:PSI Entry Point:
Project User: Domain\spservices
Correlation Id: 7cf00f17-bc73-40f1-8b9d-a9d58eb75460
PWA Site URL: http://test/EPM
SSP Name: SharedServices
PSError: Success (0)
A resource could not be updated during Project Server Active Directory Synchronization because the project server account performing the synchronization does not have permission to update the resource. Resource GUID: 3dec08d1-d496-465e-81b7-fc49f02e5fdc. Resource Name Hagedorn; ScottFor more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Wednesday, June 16, 2010 8:14 PM
Answers
-
This is AD synchronization failure message.
As per the log, observed that the Problem is due to the user : Resource Name : Hagedorn; Scott
Resource GUID: 3dec08d1-d496-465e-81b7-fc49f02e5fdc.
You can try the following troubleshooting in the same order. I am sure atlease one will resolve your issue.
1. In Project Web access, Server settings, Manage Users and select the check box for the above user
-->Prevent Active Directory synchronization for this user
(or)
2. Remove the above user from the Active directory group which you are using for synchronization, try to do the AD sync.
(or)
3. Remove the WRES_AD_GUID for the above user from MSP_RESOURCES table in Project_published database, then try to do the AD synchronization
Thanks Sriram E - MSFT Enterprise Project Management- Proposed as answer by Sriram E Thursday, June 17, 2010 2:44 AM
- Marked as answer by DavidLewis27 Friday, June 18, 2010 1:42 PM
Thursday, June 17, 2010 2:12 AM
All replies
-
This is AD synchronization failure message.
As per the log, observed that the Problem is due to the user : Resource Name : Hagedorn; Scott
Resource GUID: 3dec08d1-d496-465e-81b7-fc49f02e5fdc.
You can try the following troubleshooting in the same order. I am sure atlease one will resolve your issue.
1. In Project Web access, Server settings, Manage Users and select the check box for the above user
-->Prevent Active Directory synchronization for this user
(or)
2. Remove the above user from the Active directory group which you are using for synchronization, try to do the AD sync.
(or)
3. Remove the WRES_AD_GUID for the above user from MSP_RESOURCES table in Project_published database, then try to do the AD synchronization
Thanks Sriram E - MSFT Enterprise Project Management- Proposed as answer by Sriram E Thursday, June 17, 2010 2:44 AM
- Marked as answer by DavidLewis27 Friday, June 18, 2010 1:42 PM
Thursday, June 17, 2010 2:12 AM -
So which option, 1, 2, or 3 eventually solved your error (7731 specifically)?Friday, December 9, 2011 3:45 PM