Tagged Questions

0
votes
1answer
27 views

How to know if a project is checked out or checked in from PSI?

How to know if a project is checked out or checked in from PSI?
0
votes
0answers
17 views

Project Server 2007 PSI

Hi I want to ask one simple question , i want to create Material resources and i want to set the standard rate for this resource or i want to loop through the resources i already have and update the …
0
votes
1answer
15 views

If I only know a project’s name how do I get its GUID?

The PSI has various methods such as ReadProject that only take a project GUID and not its name. If I only have a project's name, how do I retrieve its GUID for use in other PSI methods?
0
votes
2answers
45 views

Log on to Project Server and call PSI method

I have a Microsoft Project Server 2007 instance on a network server. I want to call from a development machine a webservice from PSI. How can I connect to PS by specifying a username and password? …
0
votes
1answer
218 views

MS Project Server 2007 : Programmatically toggle Task Alerts for Project Resources

I'm getting into SDK documentation, but this site has so many eyes and great answers I figure I'd throw this one out there to get some leads. In project Server 2007, you can manage whether or not …
0
votes
0answers
115 views

Unable to call PSI functions in Shared Services

I can't call PSI functions using the Shared Services impersonation. I get a "The request failed with HTTP status 401: Unauthorized." error. I'm using the common Derived class to do it, and it doesn't …