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

Microsoft Project Server 2019 on premise: ServiceModel.CommunicationObjectAbortedException in Project Update queue job created using CSOM

I have a code that makes a few simple changes to a project using CSOM: projContext.Load(this.projContext.Projects, pj => pj.Where(p => p.Id == projId)); projContext.ExecuteQuery(); var proj = projContext.Projects.SingleOrDefault(p…
1
vote
0 answers

How to add a new Enterprise Resource to Resource center in SharePoint 2019 through CSOM

using (var Context = new ProjectContext(PWA_Url)) { Load resources and custom fields Context.Load(Context.EnterpriseResources); Context.Load(Context.CustomFields); Context.Load(Context.LookupTables); …
1
vote
0 answers

Couldn't translate expression value(Microsoft.ProjectServer.Query`1

Project server 2019 after upgrade from 2016, filter project by ProjectSiteURL throw exception -1,…
1
vote
1 answer

How to get Baseline X dates in Project server 2016 from Database?

How can I get Baseline´s columns from Project Server? It is not possible to get them using CSOM. Also, I couldn´t find them in database script. Is it the correct database? Is it pjpub, pjver or pjdraft? What is the correct table?
1
vote
0 answers

Report Builder fails to open outside the server

We are running SSRS with Project Server 2016. Here's the situation: I can execute Report Builder from inside the server and edit the reports successfully, but when try to open the report builder from my PC (I am in the admin group of the project…
Rizwan
  • 63
  • 2
  • 5
  • 10
1
vote
1 answer

gSOAP does not return information from web service, but it returns only schema

I am trying to retrieve project information from Microsoft Project Server Project web service. I use gSOAP to implement the client. Here is how my code looks like: if ( project.ReadProjectStatus(&read_project_status_message,…
Hayri Uğur Koltuk
  • 2,970
  • 4
  • 31
  • 60
1
vote
1 answer

Is it possible to import a Project server 2003 site or site collection to SharePoint 2007 standard edition?

Is it possible to migrate a Project server 2003 site or site collection to SharePoint 2007 standard edition? If not, Why? If so, How? I tried with quest migration manager, then renamed web temp files and am getting destination template errors
khalif
  • 11
  • 1
1
vote
1 answer

How to programmatically save a copy of a Microsoft Project Online project?

I need to save local copies of all my projects stored in my PWA instance at Microsoft Project Online frequently. I have hundreds of them so doing it manually is not an option. I've been able to connect to the PWA instance with Project Server CSOM…
1
vote
1 answer

How to get Value of a custom field task in CSOM Project Server

I am working on a console application for project server. Atm I can read the name and work percent of each task assined to the project. Each task has a custom field with an unique id. It looks like this. How do I get the value of the unique id? e.g.…
T.Steph
  • 17
  • 7
1
vote
2 answers

Timesheet Entry into Project Server Using Rest API

I'm trying to add timesheet entries against some specific task which is available in the MS Project Server 2013. I have ways of creating TASK in Project Server using REST endpoints, but could not find a way straight forward for the timesheet. I have…
1
vote
1 answer

How do I get the Resource Usage view using the PSI 2007

Please excuse me if I use incorrect terms or concepts. Seems I am in the mist of a crash course on MS Project, Project Server, and the PSI... Project Professional provides the Resource Usage view that lists a given Resource, the Tasks they have been…
Jason
  • 2,806
  • 2
  • 28
  • 38
1
vote
1 answer

ProtocolException with WCF Service

When I try to access WCF client, I get the following error. I was able to access my service using IE and able to reference in VS 2010. My development environment is Windows server 2008. I hosted service in Sharepoint Project server. I am stuck with…
nav100
  • 411
  • 1
  • 10
  • 26
1
vote
0 answers

Connect from Microsoft Project Professional 2016 to Microsoft Project Online from command line

This article describes Command-line switches for Microsoft Office Project, although, for version 2007. I ve tried this command line for Microsoft Project Professional 2016 to connect to Microsoft Project Online. I m passing command as…
Boris Zinchenko
  • 2,142
  • 1
  • 24
  • 34
1
vote
0 answers

Project Server 2016 PSI with ADFS

a customer of ours recently uses ADFS on their Project Server 2016 environment. We have some solutions deployed that communicate with PSI. After using ADFS, the PSI however cannot be reached. We receive following error: The HTTP request is…
1
vote
1 answer

MS CRM Custom Workflow to access Project Server web service

I am trying to create a custom workflow in ms crm 4 so that when a task is completed it will take some of the attributes of the task and add an entry in project server on a timesheet. I am able to access the project server web services (PSI) and…
JC.
  • 175
  • 1
  • 1
  • 8
1 2
3
10 11