Tagged Questions
Project Server Interface (PSI) is a managed code API for MS Project Server exposed as asmx webservices in Project Server 2007 and as WCF and asmx services under Project Server 2010
1
vote
1answer
259 views
How do I get the Resource Usage view using the PSI 2007
Please excuse me if I use incorrect terms or concepts. Seems I am in the mist of a crash course on MS Project, Project Server, and the PSI...
Project Professional provides the Resource Usage view ...
1
vote
3answers
555 views
MS Project 2010 PSI: Is there a way to get custom field values without loading a project?
I am trying to locate a particular project by a custom field value. So far, this is the best way I've found to do it:
var targetProjectId = "some_external_reference_ID";
var projIdCustomFieldUid = ...
1
vote
1answer
371 views
Error when calling PSI web service: HTTP request is unauthorized with client authentication scheme 'Anonymous'
Could someone please help me? I am trying to create a project in project server programatically (PSI webservice) but am failing to do so because of the error below. Does anyone know what might be ...
1
vote
1answer
407 views
Reading actual work via PSI web services (Project Server 2007)
I want to read the approved actual work via the Project Server Interface (PSI) on a Project Server 2007
I stumbled upon the ReadStatusTimephasedData function on the PSIStatusing namespace. This does ...
0
votes
0answers
2 views
What are all PSI Web Services and Web methods used to draw Project Center and Resource Availability chart?
I'm newbie in PSI, want to know what are all PSI Web Services and Web methods used to draw Project Center and Resource Availability charts?
Thanks in advance!
0
votes
0answers
23 views
How to create project issue in Project Workspace programmatically?
I would like to be able to create project issue automatically. The aim is to create new issue based on received email.
I looked at ProjectWSSInfoDataSet, which is supposed to have reference to issue ...
0
votes
0answers
54 views
Expose PSI - Project Server 2010
i would like to know how can i "expose" the PSI web-services! by expose i mean that ANYONE who knows the url can call those service... (if he will be authorized is a another story)...
Today i have to ...
0
votes
0answers
38 views
CheckIn,CheckOut project For specific User Using PSI?
i had a business case that i had to checkin,checkout the project by PSI in the work flow but when i
check out the project i cant continue the work flow stages the PWA writes that iam check out the ...
0
votes
0answers
17 views
AutoCheckOut Project when Approve an ApprovalTask In Project Server 2010
I need To AutocheckOut the project for the logged in user when I approve an approval Task In Project Server 2010 Workflow
0
votes
1answer
106 views
Retrieving Enterprise Project Types using Project Server Interface
I am currently building an app to programatically create projects in Microsoft Project Server using the web services exposed through the Project Server Interface (PSI).
I am able to create a project ...
0
votes
0answers
57 views
PSI Saving Same Day Task as Milestone
I am working on a custom integration with Project Server. Everything is working fine except for tasks that start and stop on the same day. I have two examples that seem to be in conflict:
Example 1:
...
0
votes
0answers
263 views
Reading all actual work for a project via PSI (Project Server 2010)
I need to read ActualWork and Work via PSI for a certain project.
A little background:
I'm working on a webpart that will display a chart representing Work vs Actual Work for a project. The webpart ...
0
votes
0answers
111 views
project web services (PSI) problem
im having some problems connecting to a PSI... if i use the browser and navigate to the PSI/project.asmx (by example) i can see all the methods available and everything... but when i try to map it via ...
0
votes
1answer
241 views
How to set multiple project owners in MS ProjectServer
I'm trying to configure a owner-like user in MS ProjectServer (2003). Though I can grant every permission to the user, for certain services (via PSI), like Statusing.ReadStatusTimephasedData, it seems ...
0
votes
1answer
162 views
Using PSI Filter objects from Python
I'm working with SharePoint and ProjectServer 2007 via PSI with Python.
I can't find any documentation on how Filter Class (Microsoft.Office.Project.Server.Library) objects work internally to emulate ...
0
votes
1answer
182 views
Retrieve resource working hours from Project Server via PSI
I'm working with SharePoint and ProjectServer 2007 via PSI.
I need to retrieve the working hours of an employee in a project during a date range but I can't find a way to do it. The closest data I've ...
0
votes
1answer
148 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
1answer
301 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
2answers
500 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
683 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 ...