ReadProjectList / Entity - in Project 2007

Y

Yaron

Hi,
I add a 'Team Member' user to project server, and add him to one project
When i am access to the Project Center I only can see this project (as it
should be)
I want to get this list of project throught code,
I tried to use 'ReadProjectList' method but i got permission error,
I use 'ReadProjectStatus' but i didn't get empty list without the relevant
project.

How should i get the correct project that i can see ?
As it were in Project 2003 using PDS
 
J

Jim Corbin [MSFT]

ReadProjectList requires Project Server administrative permission
(specifically the ManageQueue permission).

I'm not sure what you mean about ReadProjectStatus. Did you get an empty
list with code such as in the ReadProjectStatus example in the PDS and PSI
Code Examples topic (
http://msdn2.microsoft.com/en-us/library/ms487478.aspx )?

There's a complete console app example in Project.ReadProjectStatus (
http://msdn2.microsoft.com/en-us/library/websvcproject.project.readprojectstatus.aspx )
..

--Jim
 
Top