Call Us Today! 1-800-895-3254
[email protected]
Microsoft Training
Integent offers a comprehensive portfolio of training services, with an ideal fit for every organization. Ranging from general courses to custom solutions, we have you covered.
Learn About TrainingSee Full list of Courses
Microsoft Consulting
Integent provides consulting services for a variety of Microsoft applications including Microsoft Project, Project Online, Project for the Web, Dynamics 365, and Microsoft SharePoint.
Learn About Consulting
Microsoft Support
Microsoft technologies set the standard for project portfolio management, business applications, collaboration, and more. Integent has flexible solutions to support every customer.
Learn About Support
Microsoft Project
Integent has the knowledge and experience to help design and deploy a solution to help your organization manage projects and resources more effectively
Learn More About Microsoft Project
Microsoft Dynamics 365
Integent can help you nsure business continuity with a custom cloud solution that connects sales, service, finance, and operations teams to deliver results.
Learn More About Dynamics 365
Microsoft SharePoint
SharePoint is Microsoft’s collaboration platform that is a place where team members can communicate, exchange data, share files and much more.
Learn More About Microsoft SharePoint
Microsoft Power Platform
Consisting of Power BI, Power Apps, Power Automate and Power Virtual Agents, the Microsoft Power Platform helps streamline and improve business functions.
Learn More About The 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
GSA Schedule
Integent is GSA Schedule Contract holder. A GSA schedule helps simplify selling our services to government customers.
Read More Here
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 2023 | Integent.com | All Rights Reserved
linkedin facebook pinterest youtube rss twitter instagram facebook-blank rss-blank linkedin-blank pinterest youtube twitter instagram