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

How to create a connection between Infopath and Project Server?

SO Gurus, I've an Infopath form that should be published to a Sharepoint site as a list/library and I need to be able to update/edit the fields on the Infopath form which updates the Gantt chart in MS Project. I'm not sure if I'm using the right…
0
votes
1 answer

How to create project issue in Project Workspace programmatically?

I would like to be able to create project issue automatically. The aim is to create new issue based on received email. I looked at ProjectWSSInfoDataSet, which is supposed to have reference to issue list (according to "PSI Methods and DataSets for…
Lukáš Rampa
  • 877
  • 1
  • 8
  • 14
0
votes
1 answer

Is it possible/plausible to mimic the MS Project Server 2007 Project Server Interface?

I have a web app that manages a significant amount of project data. I don't want to use MS Project Server. We already have a server side application that is specific to our needs. It would be nice if MS Project 2007 could read and write some of the…
superdweebie
  • 1,576
  • 14
  • 23
0
votes
0 answers

Project was unable to establish a connection with

We have been running Project Server 2016 in an enterprise environment for many years with no issues. Fairly recently we switched all enterprise websites (including our PWA) to use SAML authentication. Since switching, from time to time certain…
0
votes
0 answers

ReportingProjectPublish failes with Access is Denied, Exit Codes 24006/26000

Everytime I am trying to puiblish a project (SharePoint/Project Server 2019; CU February 2023) in my environment I'm getting an error in the queue jobs for the "Reporting (Project Publish)" job. Those are the error details shown: General: Reporting…
sibbnei
  • 1
  • 1
0
votes
0 answers

Project Server (using CSOM)- How to Disable Recall button on all timesheets after period approval

In Microsoft Project server: After all timesheets have been submitted and approved I need to disable the button Recall to prevent mistakes. Here is a part of test code: DateTime _startDateParameter = new DateTime(2022, 10, 1); DateTime…
0
votes
2 answers

Retrieving Enterprise Project Types using Project Server Interface

I am currently building an app to programatically create projects in Microsoft Project Server using the web services exposed through the Project Server Interface (PSI). I am able to create a project with an Enterprise Project Type using the…
Steve
  • 9,335
  • 10
  • 49
  • 81
0
votes
1 answer

how to design SSRS reports for Project server 2010

I want to design the SSRS 2008 (not sql server 2008 R2) based reports for Project server 2010. Reports should show , how many projects are going on ? tasks status by dates and all. How can do this ? I unable to understand what is relation ship in…
Red Swan
  • 15,157
  • 43
  • 156
  • 238
0
votes
1 answer

Reading task enterprise custom field values from mpp file using mpxj

I'm trying to read task details from a mpp file using net.sf.mpxj library. However, when trying to read custom fields, I get a byte array which I do not know what to do with! It is not the exact value of the custom field from that specific task. Can…
0
votes
2 answers

People Picker in Microsoft Project Online

I am looking for a way to add people picker to Project Online, like the Owner field on the Project Information form. But I want to display all the users from my organizations AD (Office 365 users). Many articles and SO questions are pointing to this…
0
votes
1 answer

How to updateTimeSheet in ms project server

Here's the situation, i want to have a user that can enter time on behalf of other (programmaticaly). When i do QueueUpdateTimeSheet a web service of ms project server, it doesn't work if a try to enter time for an other. I try the…
bcorriveau
  • 55
  • 6
0
votes
1 answer

Is it bad practice to run an UPDATE script in Project Server

I am using the Project Server application which sits on top of a database. I have hundreds of edits to make to Project Server but It’s unrealistic to edit all of the Projects, one at a time. Instead of doing it one at a time, I was thinking of…
Jane Alice
  • 91
  • 9
0
votes
1 answer

Problem trying to clone a Project Server database using OData and Entity Framework

I am having trouble updating my entities with Parallel.Foreach. The program I have, works fine by using foreach to update the entities, but if I use Parallel.Foreach it gives me the error like : "Argument Exception: An item with the same key has…
0
votes
1 answer

Not getting any project with JSOM PS.ProjectContext get_projects

In a Microsoft Project Server web app I am trying to get the list of projects using JSOM. I am following the code in these…