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

Project Server PWA - locating a recalled timesheet

I have Project Web App database, and would like to identify Timesheets that have been recalled. Is the field or table or a join that would directly provide me this information?
tempidope
  • 823
  • 1
  • 12
  • 29
1
vote
3 answers

MS Project 2010 PSI: Is there a way to get custom field values without loading a project?

I am trying to locate a particular project by a custom field value. So far, this is the best way I've found to do it: var targetProjectId = "some_external_reference_ID"; var projIdCustomFieldUid = GetCustomFieldUidByName("ExternalProjectId"); var…
ptrandem
  • 300
  • 5
  • 10
1
vote
2 answers

"An unexpected error has occurred" error on accessing PWA (Project Web Access)

I installed Microsoft Office Sharepoint 2007 SP1 using SQL Server 2008 R2 for DB and then installed Microsoft Office Project Server 2007. I made a web application to host the SSP and another one to host the PWA (Project Web Access) and the PWA was…
1
vote
1 answer

Error when calling PSI web service: HTTP request is unauthorized with client authentication scheme 'Anonymous'

Could someone please help me? I am trying to create a project in project server programatically (PSI webservice) but am failing to do so because of the error below. Does anyone know what might be the issue? I am also getting this error when…
Kay
  • 11
  • 1
  • 3
1
vote
0 answers

How to read AssignmentProcessStatus using PSI?

I am trying to read a specific user assignments and tasks from Project Server using PSI and C# these are part of my codes: _projContext.Load(_projContext.Projects, prj => prj.IncludeWithDefaultProperties(p => p.Assignments, p =>…
Mehdi
  • 1,731
  • 1
  • 18
  • 33
1
vote
3 answers

TS_ACT_VALUE Calculation in Project Server

I am trying to use c# to create timesheet entries in Project Server and running across a problem with saving the number of hours for the timesheet line on a certain day. If I look at the dataset, there is a property for TS_ACT_VALUE. If I use 1 hour…
john
1
vote
2 answers

How Do I Change The Project Owner Using REST API

I want to change the project owner of a project using REST API. I know there is a "/Owner" endpoint and I can get the owner without any problems with the following GET: …
martin_jaehn
  • 180
  • 2
  • 11
1
vote
1 answer

Reading actual work via PSI web services (Project Server 2007)

I want to read the approved actual work via the Project Server Interface (PSI) on a Project Server 2007 I stumbled upon the ReadStatusTimephasedData function on the PSIStatusing namespace. This does exactly what I want, EXCEPT: It gives me the…
1
vote
1 answer

Update Task Project Online using JQuery & Rest API

I have my JSON string which contains the parameter I want to Update var oCreateTaskParameter = JSON.stringify ( { "parameters": { "Custom_x005f_5ef4c0a0aaa1e61180cc00155d302506": "Testing" } } ); Below is my Ajax…
dsouzajoel22
  • 111
  • 1
  • 5
1
vote
1 answer

Issue in making cross-domain call to Project server oData feed from SharePoint Add-In (app)

I am developing a SharePoint Hosted Add-In which will display project server projects. I am using SP.RequestExecutor to make cross domain calls. It gives me the following error “Cannot find resource for the request ProjectData.” I have given the…
yala_cat
  • 309
  • 4
  • 21
1
vote
1 answer

How to load "Project Server" project with Microsoft.Office.Interop.MSProject C#

How can I problematically tell MS Project to load a Project Server project using Microsoft.Office.Interop.MSProject in .NET C#? I know how to load an MPP file, using the code below. But how do you load a project from Project Server or Project Web…
Ray White
  • 297
  • 4
  • 19
1
vote
1 answer

How to set multiple project owners in MS ProjectServer

I'm trying to configure a owner-like user in MS ProjectServer (2003). Though I can grant every permission to the user, for certain services (via PSI), like Statusing.ReadStatusTimephasedData, it seems to require to be the project owner. I've tried…
Fran Ruiz
  • 75
  • 1
  • 6
1
vote
1 answer

How to create New EPT by using CSOM

I try to create a new EPT (project server 2013) using C# CSOM library. But It has following error occurred. "PJClientCallableException: EnterpriseProjectTypeInvalidCreatePDPUid" Couple of article tell to change the "IsCreate=true". But it does not…
1
vote
1 answer

Using PSI Filter objects from Python

I'm working with SharePoint and ProjectServer 2007 via PSI with Python. I can't find any documentation on how Filter Class (Microsoft.Office.Project.Server.Library) objects work internally to emulate its behaviour in Python. Any ideas?
Fran Ruiz
  • 75
  • 1
  • 6
1
vote
1 answer

Retrieve resource working hours from Project Server via PSI

I'm working with SharePoint and ProjectServer 2007 via PSI. I need to retrieve the working hours of an employee in a project during a date range but I can't find a way to do it. The closest data I've gotten is the RES_ACT_WORK from…
Fran Ruiz
  • 75
  • 1
  • 6