Questions tagged [ms-project-server-2013]

Microsoft Project Server 2013 offers flexible solutions for project portfolio management (PPM) and everyday work, enabling you to effectively execute and achieve strategic priorities.

101 questions
6
votes
0 answers

Project Server Online CSOM - GeneralSecurityAccessDenied while reading TimePhase Assignments

This is my first SO question so please let me know if this question is not very clear or if I am missing anything. FYI SO prevented me from attaching links, so sorry for all the bad formatting. Overview I'm trying to read (and write) the "Actual…
4
votes
1 answer

SharePoint task lists VS. Enterprise project in PWA

We can add project in PWA in two way :SharePoint task lists & Enterprise project Project Web App can now include SharePoint task lists in the Project Center, to support a transition from lightweight project management to a more mature enterprise…
3
votes
0 answers

MS Project Delete Custom Fields Dialog Opening After Running Code

I have tool that's part of a VSTO add-in for MS Project that clears data out of an MS Project file that the user chooses. It uses methods such as Application.CustomFieldDelete(), Application.CustomFieldPropertiesEx(), Application.BaselineClear(), …
3
votes
1 answer

How to get project cost value in microsoft project 2013 PWA csom

I want to display information from Project Server in Gridview. but i can't get the value of the Project cost. Here is my approach to get the project cost value projContext = new ProjectContext(pwaPath) projContext.Credentials = new…
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

Trying to create Project within MS Project Server 2013 from Java using REST

I am trying to create new Projects within Microsoft Project Server 2013 from a java app, using the Project Server 2013 REST API, but am having troubles. I can successfully get an atom+xml file of all the projects using the following (GET) : String…
rrudland
  • 410
  • 3
  • 8
2
votes
0 answers

How do I set a custom enterprise field in an OnCreating event receiver within Project Server?

I am trying to set a project enterprise custom field within the OnCreating event of an event receiver within Project Server 2013 on premise. When I debug the code, everything looks to be set correctly but the field is always empty once the project…
Robert V
  • 21
  • 2
2
votes
0 answers

Create Timesheet using PSI Project Server 2013 - General Invalid Operation

I'm trying to use the TimeSheet.CreateTimesheet method from msdn but unfortunately I receive the General Invalid Operation error from my console. I suspect it's a permissions problem, because of I have followed all of the instructions posted in the…
Marc Lluis
  • 61
  • 7
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
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
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

Cannot access MS Project Server 2013 REST API server - authorization error

I use Project Online to host Sharepoint 2013 with MS Project Server 2013. When I try to access https://my_company.sharepoint.com/sites/pwa/_api/ProjectData/Projects from my Restful Jersey client and after providing the right credentials I get a…
jkonst
  • 433
  • 6
  • 20
2
votes
1 answer

Java application getting projects and their associations from MS Project Server 2013

I want to use the REST api of a locally installed MS Project Server 2013 in order to get all projects and their associations(tasks, deliverables and resources) so that I will bind them with the business model of my custom J2ee application. So, I…
jkonst
  • 433
  • 6
  • 20
2
votes
0 answers

MS Project 2013 - Project Add-in or App for Office?

I would like to extend MS Project Professional 2013 functionality by providing set of own scheduling algorithms. Which approach would be better? To implement it in Project add-in or in app for office? Thank you in advance!
1
2 3 4 5 6 7