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
0
votes
1 answer

PSI update lookup table on Project Server - error "LookupTableAlreadyExists"

I am working on a script, which shall update Enterprise Custom Fields and Lookup Tables for Project Server 2013, using PSI. The script gets the settings from XMLfiles which were exported from one system and then updates the settings on another…
redleo85
  • 239
  • 4
  • 14
0
votes
1 answer

How to authenticate into Project Server SOAP API?

I'm trying to perform soap action from C# code. (btw its using non-standard api not available in projectserverservices.dll) Below working action through a web browser: curl 'http://servername/pwa/_vti_bin/PSI/ProjectServer.svc' -H 'AsmxRoutedCall:…
Toumash
  • 1,077
  • 11
  • 27
0
votes
1 answer

CSOM C# connect with Project Server

I already ask a similar question and I thought I was making progress. Well turns out I am hard stuck atm. I am trying to connect to a Project Online Server but I can't. string pwaPath = "Url"; ProjectContext projContext = new…
T.Steph
  • 17
  • 7
0
votes
1 answer

How to integrate microsoft project 2007 with sharepoint?

I want to develop a report in microsoft sharepoint 2007 which can connect to microsoft project 2007 server , How can I start my work ? Anyone can recommend me some information (book, url, blog etc) Thanks very much !
MemoryLeak
  • 7,322
  • 23
  • 90
  • 133
0
votes
1 answer

ProjectServer Interface ReadProject incredibly slow; creates 200MB XML file! faster way?

I'm trying to create a scheduled task that updates less than 5% of the tasks on project server but am having a problem with the ReadProject method taking way too long to complete; Essentially because this is happening over web services a gigantic…
Christopher Lightfoot
  • 1,147
  • 1
  • 11
  • 27
0
votes
1 answer

Consuming sharepoint 2010 claim-based WCF

I am trying to consume WCF based Sharepoint 2010 claim-based. I am getting the following error message: Thank you for any advice. System.ServiceModel.CommunicationException "The content type text/html; charset=UTF-8 of the response message does not…
nav100
  • 411
  • 1
  • 10
  • 26
0
votes
1 answer

PowerShell imported dll not working: Exception calling "ReadLookupTables" with "0" argument(s): "Object reference not set to an instance of an object

i have currently an issue with a powershell script i have developed. The following script runs on my system and on another developer machine but not on any other system... I have tested it on a virtual Win10 hyper v but it's always the same…
theface
  • 141
  • 14
0
votes
1 answer

Project Server 2010

For project server 2010, can a project have multiple owners to that one project? Also I havea a project where the owner can not approve the timesheets(its a server issue) but can anybody else on that project approve the timesheets? thanks Lauren
0
votes
1 answer

Integrate Project server 2010 with CRM

I have .NET experience. I am new to Project server. I have been aksed to write a plugin to interface Project server with Dynamics CRM. Could you please let me know if there is any documentation or SDK? Thank you..
nav100
  • 411
  • 1
  • 10
  • 26
0
votes
0 answers

Cross Join of Project Server odata REST query

I am trying to be efficient in my _api/projectdata rest query and get specific results from timesheet actuals. However, in someones great wisdom they didn't provide something as simple as the projectId in the properties. So I came up with the…
Beruken
  • 1
  • 1
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
0 answers

Querying for custom fields in OData Metadata

I am tasked with retrieving OData from a Microsoft Project server. Following Querying OData feeds for Project reporting data I have been able to retrieve all of the default Microsoft Project fields for each project. Each default field column can…
objectively C
  • 960
  • 9
  • 25
0
votes
0 answers

Fetch data from Microsoft Project online to Postman(Or any other software used to make rest calls)

I want to fetch the data from Microsoft Project Online to Postman (Or any other similar software like postman which are used to make rest calls). When I used Postman interceptor add on for chrome I was able to get the data. But when I tried to pass…
0
votes
2 answers

SharePoint 2016 PWA site not working

I have installed SharePoint 2016 Server on Windows Server 2012 with SQL Server 2014. I have created content database and enabled SP features using below cmd. Enable-SPFeature pwasite -URL $http://XYZ/sites/pwa I received sucess message but when I…
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