not add domain!
Can not sync Active Directory Group for Project Server 2007 Project Web Access Site - Integent
Call Us Today! 1.800.895.3254
sales@integent.com
Consulting & Advisory
Consulting / Advisory helps business and IT leaders make better decisions and turn strategy into execution-ready initiatives. Most engagements start with a Discovery Initiative to confirm outcomes, and build a roadmap.

Learn About Consulting
Data & AI
Data & AI delivers modern data platforms, analytics, and practical AI solutions—from assistants to agents—built on enterprise cloud tools. Integent helps you govern, deploy, and drive adoption so solutions stick and scale across your organization.
Learn About Data & AI
Support
Support keeps your solution stable, secure, and aligned with day-to-day operations. We combine functional and technical expertise with proactive monitoring, preventive maintenance, and 24/7 coverage for critical incidents.

Learn About Support
Microsoft Planner Premium
Leverage proven knowledge and experience to design and deploy Microsoft Planner Premium so your organization can manage projects, work, and resources more effectively across teams.
Learn More About Planner Premium
OnePlan
Integent can help you ensure continuity beyond Project Online by deploying OnePlan in the Microsoft Cloud—connecting portfolio governance, resources, and delivery execution for results.
Learn More About OnePlan
Microsoft Dynamics 365
Ensure business continuity with a custom cloud solution that connects your sales, service, finance, and operations teams to deliver measurable, predictable results.

Learn More About Dynamics 365
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Copilot Studio, the Microsoft Power Platform helps streamline and improve business functions.

Learn More About Power Platform
About Integent
Integent was founded in 2009 on the principles of building long-lasting relationships with customers, exceeding expectations, and providing outstanding customer service. 

We’re dedicated to providing a customized solution backed by our knowledgeable team of Microsoft experts.
Discover What Makes Us Different
News
Stay informed on Integent’s latest company updates and other important industry information. Our passion is customer success.
Read The Latest News
Videos
Learning new software doesn’t have to be difficult with our library of dozens of free training videos. Our video training always has something new.
Browse Our Training Video Library
Blog
Our industry experts share best practices and common pitfalls to avoid, in order to get the most out of your technology solutions.
Discover More

May 14, 2010

Can not sync Active Directory Group for Project Server 2007 Project Web Access Site

 

Accepted Solution

FearNoMore:

1.Query to list RES_UID ,

SELECT RES_UID FROM MSP_RESOURCES WHERE RES_NAME LIKE 'Enter the resource name'

2.Query to list Project name and task name where resource is status manager

select a.proj_name,b.task_name from msp_projects as a , msp_tasks as b ,
msp_assignments as c where b.task_uid=c.task_uid and a.proj_uid=c.proj_uid and
c.WRES_UID_MANAGER like 'Copy RES_UID of the resource'

3. Query to list orphaned records where resource is status manager.

select * from msp_assignments where WRES_UID_MANAGER like 'Copy RES_UID of the
resource'

4.Query to delete orphan records where resource is status manager.

delete from msp_assignments where WRES_UID_MANAGER like 'Copy RES_UID of the
resource'

5.Query to list all the projects where resource is the owner.

select proj_name,proj_uid from msp_projects where proj_uid in (select proj_uid from
MSP_WEB_SECURITY_PROJECT_OWNERS_PUBLISHED_VIEW where res_uid like 'Copy RES_UID of
the resource')

6.Query to list all Orphaned records where resource is the owner.

select * from MSP_WEB_SECURITY_PROJECT_OWNERS where res_uid like 'Copy RES_UID of
the resource'

7.Query to delete orphaned records where resource is the owner.

delete from MSP_WEB_SECURITY_PROJECT_OWNERS where res_uid like 'Copy RES_UID of the
resource'

Follow these actions
================

Ø If query 2 lists any project name and task name. Open those projects and replace
the status manager.
Ø If query 5 lists any projects. Open PWA àProject centerà Edit properties and
replace the project owner.
Ø If query 3 and 6 lists any orphaned records, delete those orphaned records with query 4 and 7.

Accepted Solution

04/11/09 12:48 PM, ID: 24123227Author Comment

MOSS_Lover:

Dear FearNoMore

was in vacation

Thank you so much. I have deleted the user finally.

now if I add any user or group to be synced to the AD group to be synced it gets failed with the same event above !!

If I keep exisiting users it will success 🙁

any clue

04/13/09 11:07 PM, ID: 24135296Author Comment

MOSS_Lover:

Dear FearNoMore

I have applied WSS 3.0 and office server 2007 infrastructure update and every thing is perfect now

thanks for your help

© Copyright 2026 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram