Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
543 views

“An unexpected error has occurred” error on accessing PWA (Project Web Access)

I installed Microsoft Office Sharepoint 2007 SP1 using SQL Server 2008 R2 for DB and then installed Microsoft Office Project Server 2007. I made a web application to host the SSP and another one to ...
1
vote
1answer
628 views

Connecting Team Foundation Server and MS Project - Experiences?

I've read a number of articles (and methods) where people have integrated Team Foundation Server and Microsoft Project, which allows both project managers and developers to use tools their comfortable ...
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
26 views

xml ResourceFilter (Project Server 2007)

I am writing a javascript that queries the project server web services for resource assignment data. I am trying to run the readResourceAssignment(string filter) method but I am getting an error ...
0
votes
0answers
395 views

Extended PSI Error (System.Net.WebException: The request failed with HTTP status 401: Unauthorized.)

I am currently trying to develop a ExtendedPSI Web service which in turn calls a number of existing PSI Web services. The trouble is I recieve the error (System.Net.WebException: The request failed ...
0
votes
1answer
115 views

How to add Enterprise custom field to display actual costs from a different DB in Project Server?

I am trying wrap my head around how data is being served to Project Server. I am trying match up a value (actual cost) to project lines in an Executive View of Project Center which displays each ...
0
votes
2answers
442 views

SharePoint 2007 web parts integration with Project Server 2007

To my knowledge, web parts have the ability to display portions of other Web pages. Is it possible to integrate SharePoint 07 with Project Server 07 and display portions of a Web page from the ...
0
votes
2answers
334 views

Use SharePoint Search to crawl Project Server project metadata?

Our environment consists of Project Server 2007 and MOSS 2007. We have around 750 projects and lots of "Enterprise Custom Fields" set up to track all of the metadata associated with a project. Our ...
0
votes
1answer
108 views

Project Server Login Issue

I have migrated Project server from one server to another. I am able to see all the content that was present in the old server by appending _layouts/user.aspx or whatever I want to see. ...
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
302 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
154 views

Cube Configuration

On "Cube Configuration" page of Project Server, you have the option to add enterprise fields to the cube as dimensions. When you select the option "Assignment" from the cube drop down, you are given a ...
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 ...