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 you get "task Alert" emails whenever a new task is assigned to you or existing tasks are modified. You can change this manually and individua...
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 even work in ProjTool (Project Server 2007 SDK sample).
It works without impersonation (i.e. by the pwa/_vti_bin/psi/...asmx) but not thr...
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 list of available fields to choose from. However, some of the fields are labeled with a "R__Assignment" or "T__Assignment" suffix and i ca...
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 with. For example:
http://www.devx.com/dotnet/Article/30187 (Article about connecting)
http://www.codeplex.com/pstfsconnector (Third-part...
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? (Something similar to what happens when you access the PWA in a browser, you enter your username and password, even if on the computer from wh...
How to know if a project is checked out or checked in from PSI?
...
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?
...
Hello All,
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.
However I am unable to see the Project server home page. As we know Project Server has its own security model.
Can anybody throw li...
when i try to ublish the site to another directory different from pwa site, it gives an error message.
I want to create the site in another directory or in another subsite with different port.
...
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 main requirement is to be able to search/filter/group/sort all of these projects by metadata in SharePoint. Our current process involves sync...
Hi,
I am facing one issue. My objective is to remove Home tab from PWA (Project Web Access, template for Project Server site). I googled and found that I can hide this tab with the help of CSS. So I modified default.master page as below,
#zz1_TopNavigationMenun0 {
display: none !important;
}
When I modify master page and browse the s...
How to migrate Project server 2007 from development environment to test environment?
...
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 Project Server via a web part that's on a SharePoint site. If it's possible, how difficult is it to do?
I found these pages (Integration with Of...
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 project. This actual cost comes from another database; the accounting database.
I am assuming I have to build it in an OLAP Cube.
Anyways, I...
Hi,
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 with HTTP status 401: Unauthorized.) when I try to access the existing PSI services from with the ExtendedPSI I have created.
I can get ...