Questions tagged [project-server]

Microsoft Project Server - Project management system

Microsoft Project Server provides innovative capabilities across the entire lifecycle to help organizations effectively initiate, select, plan and deliver projects on time and within budget. It includes scheduling, resource management, task management, risk management, issue tracking and a lot more.

Microsoft Project Server is built on Microsoft SharePoint Server, bringing together powerful business collaboration platform services with structured execution capabilities to provide flexible work management solutions. Project Server unifies project and portfolio management to help organizations align resources and investments with business priorities, gain control across all types of work, and visualize performance using powerful dashboards. Project Server, built on SharePoint, delivers flexible work management solutions.

160 questions
2
votes
1 answer

Is there an event handler which raises when a ressource is assigned, changed or removed in Project Server?

I need to be able to do some job when a ressource is assigned, removed from or changed within a task in Microsoft Project Server. I have read the following article on creating an Event Handler: How to: Create a Project Server Event Handler and Log…
STORM
  • 4,005
  • 11
  • 49
  • 98
2
votes
1 answer

Integration with Project Server 2016 via C#

I try to do a simple task: with help of Visual Studio I try to get info about tasks such as baseline. I can read and get all projects, but can't get list of tasks. How I can get it? Here the example of my code: using System; using…
2
votes
2 answers

Event Handler later than OnPublished

Are there any Project Server event handler events later than the "OnPublished"-event when creating a new project? The time when the on published event occurs seems to be to early. Loading the project FieldValues does not work. They are always…
Mr Quant
  • 104
  • 9
2
votes
1 answer

Error 401 authenticating with Project Online and CSOM

I get error 401 (or 403) when trying to connect to Project Online with CSOM in a console app. (This is not on-premise. It is Microsoft Project Online 2013.) Here is the code. ProjectContext projContext = new…
2
votes
1 answer

How do you set multiple custom fields? - Microsoft Project Server

I’m fairly new to Project Server development and was wondering what modifications need to be made the following code I have to have it update multiple Custom Fields in one pass. I have everything working up until the point I want to start updating…
2
votes
1 answer

Reading the list of values of an Enterprise Custom Field using VBA

I'm trying to read the list of available items in an Enterprise Custom Field programatically, using MS Project 2010 in an EPM landscape. I'm customizing the Enterprise Global, thus I'm sticking to VBA. Some fields are text-fields, whereas some are…
pfonseca
  • 160
  • 2
  • 11
2
votes
1 answer

TFS and Project Server Synchronization

I have got this trouble when I am setting up synchronization of TFS and Project Server: TF285010: The following user is not a valid Project Server resource: Andrei budkin. Add the Team Foundation user to the enterprise resource pool of the PWA…
user2568829
2
votes
1 answer

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?
Yongwei Xing
  • 12,983
  • 24
  • 70
  • 90
2
votes
1 answer

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 with. For…
SqlRyan
  • 33,116
  • 33
  • 114
  • 199
1
vote
1 answer

PSI : How to determine if Resource Plan in Project Server 2010 is checked out in c#?

anyone know how to check if a Resource Plan is checked out using the PSI? Thanks
1
vote
1 answer

Setting custom fields using the PSI - Microsoft Project Server

I'm new to Project Server development and was wondering if you can use the PSI to set resource custom field values. I can't seem to find any information for a beginner at this. I currently have web references set up for the CustomFields and the…
Mike
  • 312
  • 6
  • 18
1
vote
0 answers

TFS/Project Server just one-side synchro

I installed the TFS/PS connector today, but the synchronization is just one-side! Indeed, when I had a task from TFS, I can see it in PWA. But when I create a task from PWA or Project Professional, I can't see it into TFS. What may be the…
1
vote
1 answer

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 you get "task Alert" emails whenever a new task is…
curtisk
  • 19,950
  • 4
  • 55
  • 71
1
vote
1 answer

Integrate TFS with outlook without third party tools

I want to expose/edit tasks through Outlook that's stored in TFS. Is that possible without third party tools? Maybe using SharePoint.
Bassel Alkhateeb
  • 1,584
  • 5
  • 19
  • 35
1
vote
0 answers

How can I programmatically retrieve a list of project file names from Project Server?

I have a tool that needs to open Project files to get data out of them. Some of these project files are hosted on the Project Server site rather than a network location that can be browsed to with a normal file explorer. I know you can open files…
1
2
3
10 11