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
11
votes
11 answers

SharePoint error: "Cannot import Web Part"

I have a web part that I've developed, and if I manually install the web part it is fine. However when I have packaged the web part following the instructions on this web site as a…
anonymous
5
votes
2 answers

Using SharePoint leftSide Navigation in SharePoint Custom App

Is it possible to use SharePoint left navigation bar in a "Provider Hosted App". The navigation shown on SharePoint site "PlaceHolderLeftNavBar". Is there any way like some ajax call or REST/CSOM functionality?
sagheer
  • 1,195
  • 1
  • 12
  • 19
5
votes
1 answer

Automatically send TFS WorkItems to MS Project Server (Work Item Workflow)

I have Microsoft Project Server 2013 integrated with a TFS 2012 instance. I have the ability to create work items from project and tfs and it will sync back and forth. What I'm trying to do is have certain work item types automatically submit to…
ChrisG
  • 1,403
  • 13
  • 22
3
votes
1 answer

Is there any way to connect to Microsoft Project Server via a C# Application?

What would you do if you had to write a C# Application which would need to borrow Tasks and Projects from Microsoft Project? The purpose is writing a C# Application which complements several features of Microsoft Project. For example I want my…
Axonn
  • 10,076
  • 6
  • 31
  • 43
3
votes
4 answers

CSOMUnknownUser error on working with draft project in Project Server 2013 CSOM

I'm trying to work with Project Server 2013 CSOM and I can authenticate, read any information, create new project and so, but I have problem with draft projects, in any way when I want to execute query on draft project I receive error message…
Mehdi
  • 1,731
  • 1
  • 18
  • 33
3
votes
1 answer

Using CSOM to update multiple tasks with only 1 project publish

I have the following code that updates certain task fields. The problem with this code is that I have to publish an entire project after updating each task one-by-one. So for example, if I had 500 tasks to update, the project would have to be…
Moon
  • 33,439
  • 20
  • 81
  • 132
3
votes
1 answer

is there a ruby interface to ms project server?

is there a way to connect to ms project server using ruby? we are using MS project server 2007
Tom
  • 189
  • 8
3
votes
0 answers

How to filter the tasks using custom field value - ProjectServer Rest OData API 2013

I've been trying to filter the Task collection using custom field called "TaskType" (I've created this one). This custom field has an associated lookup table. So if i query the OData…
nizzik
  • 826
  • 5
  • 18
2
votes
2 answers

TF285017: The Assigned To field cannot be blank

I'm working with TFS 2010 and Project 2010 Feature Integration pack and the Scrum for Team System v3 process template. Within the Project Server tab, I'm trying to set the default value for "Submit to Project Server" and "Enterprise Project" (which…
Matt
  • 1,897
  • 4
  • 28
  • 49
2
votes
1 answer

Recommended hardware configuration for tfs+sharepoint+project server

For a 30 person team, what is the recommended hardware configuration for installing latest version of mentioned products? Please also determine recommended server topology.
Farshid Zaker
  • 1,960
  • 2
  • 22
  • 39
2
votes
0 answers

How to Fetch Predecessor Lag and Parent.Id using ProjectServer Getting Microsoft.SharePoint.Client.PropertyOrFieldNotInitializedException

Below is the code that I use. using (ProjectContext projContext = new ProjectContext('pwa url')) { projContext.AuthenticationMode = ClientAuthenticationMode.Default; projContext.Credentials =…
georgyfelix
  • 368
  • 2
  • 13
2
votes
1 answer

Project Server Planned Work Does not update

I'm developing a Project Server 2010 Timesheet importer. It works just fine with Actual Hours in the Project Web App (they import). The problem The problem is the client needs the planned work updated accordingly to the entered actual work. After…
Toumash
  • 1,077
  • 11
  • 27
2
votes
1 answer

Microsoft.Project.Server.Library Sharepoint vdproj Dependency with Jenkins CI Server

I have an MSI vdproj that inherits a reference to Microsoft.Project.Server.Library. This project builds fine on a workstation, but when attempting to build from a CI server, it fails based on some Sharepoint dependencies…
jaysuvius
  • 21
  • 4
2
votes
1 answer

Remote pre-event handler for task creating in project-server 2013 doesn't work

Aim: I want whenever someone creates a new Task, validate it and cancel if needed. Enviroment details: Currently I'm using Project Server 2013 and trying to make remote event handlers work. Remote event handlers are in WCF service which is in…
Yuriy Ivaskevych
  • 956
  • 8
  • 18
2
votes
0 answers

Project Server 2013 Reassign Tasks and Update Timesheet CSOM

I'm developing a small code that makes possible to read from database some values in order to do the Timesheets for all of employees of a corporation. The data of the database comes from another app where Project Managers define all the task changes…
Marc Lluis
  • 61
  • 7
1
2 3
10 11