Quantcast
Viewing latest article 10
Browse Latest Browse All 20

prim23363:CanPrimavera list the projects with WBS managed in Microsoft Project?

Solution ID: prim23363
Can Primavera list the projects with WBS managed in Microsoft Project?
Status: Reviewed
Version(s): 8.6, 8.6 SP2, 8.6.0 SP1, 8.6.0 SP2a, 8.6.0 sp1a, 8.6.0 sp1b, 8.6.0a, 8.9, 8.9.0a, 8.9.0b, 8.9.0c, 8.9.0d, 8.9.0sp1, 9.0, 9.0.0a, 9.0SP1



Problem: Can Primavera list the projects with WBS managed in Microsoft Project?
Problem: How to get a list of the projects that are managed using ProjectLink
Fix: There is no way to list the projects linked with Microsoft Project through the application.

However a sql statement can be run against the database to accomplish this.


MSSQL:

select OID, name, appIdentity from project where OID=(select projectOID from
projectwbs where wbsManagementType=’MSP’)

To download the sql file click: MSSQL_MSPLinked_Count.sql


Oracle:
select OID, name, appIdentity from project where OID=(select projectOID from
projectwbs where wbsManagementType=’MSP’);


To download the sql file click: Oracle_MSPLinked_Count.sql


Viewing latest article 10
Browse Latest Browse All 20

Trending Articles