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
1
vote
3 answers

Project Server 2013 PSI calls from Sharepoint 2013

I'm migrating code from 2010 to 2013. I have a user control that I deploy in Sharepoint that calls the PSI. In 2010 it was working well. Now in 2013 and Claims authentication, I always get: "The HTTP request is unauthorized with client…
David
  • 97
  • 9
0
votes
0 answers

How to get WBS from MPP(MS Project) file in to c# project

I want to get WBS from ms projct and use it in my C# projct. is there a way to do that? How Can I use VSTO to get wbs? acctualy I want to sync wbs to my C# project... Any Help? thank You...
0
votes
1 answer

How can I fix an PowerPoint VSTO that needs to Read from MS Project and the Version of MS Project Installed is different than the rest of Office?

I develop a commercially sold PowerPoint VSTO add-in that reads data from open Microsoft Project files. It takes what the user has currently selected in MS Project and creates a PowerPoint chart of it. The PowerPoint Add-in references the…
0
votes
1 answer

Connecting to Project Online from Azure DevOps Extension

I have created a Azure DevOps hub extension, it retrieves work items and the goal is to then move some of the work item notes over to Project Online Timesheet Notes. But I can't figure out how I can authenticate my calls from the Azure DevOps…
0
votes
1 answer

How can I read plain text from MS Project Rest api using C#?

I want to query the number of projects in Project 2013 using the Rest API. I am able to read the Atom XML files it sends back with the help of Atom10FeedFormatter class, but I do not know how to process the response if it is in plain text…
Newbie1001
  • 131
  • 11
0
votes
1 answer

Create Work Object in Project Server Timesheet Line using REST API Error

so I try to build mobile app that consumes project server 2013 REST API. The goal here is to edit each individual line in a certain timesheet, including delete and add an object. The problem is if I want to make a 'work' object at any day that…
0
votes
1 answer

How to change the value of a custom field in Project Server 2013 (C# VSTO AddIn)

I am trying to update/change an enterprise custom field of a project from within a MS project plugin written in C#. I found information on how to update an enterprise custom field on task or resource level: MSProject.Task t =…
Preli
  • 2,953
  • 10
  • 37
  • 50
0
votes
1 answer

Publish On Premises Project Server 2013 web services to cloud Power BI

We would like to host Power BI reports in cloud, showing reports based on data in our on Premises Project Server 2013. The data sources we use are /PWA/_api/ProjectData/ /PWA/_api/ProjectData/Projects Since we have a hybrid network, can I publish…
0
votes
1 answer

MS Project How to add manager of Project Owner to view?

We are using MS Project 2013 for tracking our company's projects. All the RBS (Resource Breakdown Structure) for the users in project server is updated from Human Resources System. We need to show "Manager of Project Owner" in a field. What is the…
0
votes
1 answer

Is there a way to aggregate more than one Microsoft Project files into one?

A large PMO group includes 10 distinct PM's -- each PM creates and maintains a MS Project file for their respective group. We are looking into rolling up the project files into one aggregated project file on recurring basis for executive reporting…
0
votes
0 answers

OData connection to Project Online

I'm trying to establish an OData connection to our Project Online site. I'm using the link https://mysite.sharepoint.com/sites/pwa/_api/ProjectData, and I can connect to the OData in Excel in the following way: Data -> From Other Sources -> From…
ilvo
  • 164
  • 1
  • 7
0
votes
1 answer

Project server web app - get task ID, not GUID

Is it possible to get ID that marked on a pic using PWA rest api? Tried these parameters with no luck /tasks?$select=Name,TaskIndex Any ideas?
Anton
  • 1,898
  • 3
  • 18
  • 27
0
votes
2 answers

VBA MS Project. How to move entries of lookuptable programmatically?

I have an issue. I'm working on VBA macros in MS Project 2013, that can automatically fill and change lookup table, which linked with local custom field in project professional. I have these code sections on VBA for: -adding entries Set…
0
votes
1 answer

Users not able to view resources in resource plan and also not able to add new resources to the resource plan in project server 2013

I recently came across a situation where two of our users were not able to see the added resources in resource plan. Moreover they can add new resources but cant save them. All they see is an alert saying 'Project is no longer checked out to you'.It…
Sasidharan
  • 3,676
  • 3
  • 19
  • 37
0
votes
1 answer

MS Project task-level calculated custom field displaying incorrect value

I have a custom field defined on a task level that is calculated using the value of another task-level custom field. The value of the calculated field, "Completed" is either 1 or 0, based on the value of the other field "Completed Date." If…