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

Updating selected properties using REST

I am using Google Chromes Advanced REST Client to try some REST calls to SharePoint and Project Server. I managed to read the data with a simple GET. I get an XML back that has all the properties for the given object. For instance if there's a…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
1 answer

Using interop.MSProject.dll without Office installed or creating Project Add-in in Visual Studio

I need to work on Project Server using Microsoft.Office.Interop.MSProject.dll from Visual Studio. Using gacutil.exe I have registered Microsoft.Office.Interop.MSProject.dll and at folder "C:\Windows\assembly" there is entry for MSProject.dll whose…
user2737359
  • 61
  • 1
  • 9
0
votes
1 answer

Where is "Status Update History" in Database

Does anyone out there know where the information for "Status Update History" in the Approval Center is located in the database? In particular I am looking for the Status Flag (unpublished or published) for a given update. I am trying to build a…
0
votes
2 answers

Access my projects details in Microsoft Project server 2013 errors?

I have created one PWA(Project Web App) site in MS Project server 2013 I created projects on it it was working fine, but after some time when I wanted to access my projects details page it give a loop error: An error occurred while opening your…
MJ X
  • 8,506
  • 12
  • 74
  • 99
0
votes
1 answer

Delete Task in Project Server PSI

I have a problem when i want to delete a task or tasks in project server i used this syntax, deleteTask is Guid[] projectClient.QueueDeleteFromProject(jobUID, new Guid(sessionUID), new Guid(projectUID), deleteTask); and wait for queue if…
0
votes
1 answer

Project server WorkFlow, permission issues

I am developing a workflow using Project Server 2013 and sharepoint designer. Everything works fine until I try to set the value of a project field. When I do I get a 401 error (before I'd got a 403 error but solved it granting elevated…
ADPX
  • 5
  • 5
0
votes
1 answer

Restoring an Archived Project in Project Server 2010?

A project was recently deleted from the Draft and Published databases by mistake. Sever versions are still listed in the Archive database. How can I restore that project to the published database and make it available in PWA? I tried restoring the…
MrCarder
  • 438
  • 1
  • 9
  • 19
0
votes
4 answers

Exception CICONotCheckedOut when removing items from LookupTable using Project Server CSOM API

I have a Project Online solution and need to remove items from a LookupTable (Microsoft.ProjectServer.Client.LookupTable), because I need to clear it before I add new items. Primary use for this is to do unit testing where I create items and then…
Mattias Lindberg
  • 2,064
  • 3
  • 24
  • 34
0
votes
1 answer

Set baseline programmatically in ProjectServer

How I can set the baseline programmatic-ally in Microsoft project server? Are there any blogs about this?
0
votes
2 answers

Project Server Sharing resources across departments

Microsoft Project Server 2013, I am newbie , I had a system under MSProfessional to see capacity when I had just parts of people We have a number of staff that work % of time in multiple departments, is there a way of seeing the total capacity of a…
0
votes
1 answer

Getting MS Project server 2007 project GUID

I'm trying to access the dataSet for a project that I just created and published through MS Project 2007 client, however, it turns out I need the project Guid to access it programmatically. Here`s the code I want to run, from the msdn…
hervens
  • 103
  • 2
  • 10
0
votes
1 answer

Enterprise custom field input by look up to external data MS Project Server

Hi i want to set a project custom field input like autocomplete look up from external data / external lists. I am using MS Project Server 2013 system which in Sharepoint platform. Actually, I have plan by modifying MS Project Server solution starter…
Kelly
  • 55
  • 1
  • 1
  • 4
0
votes
1 answer

Project Server Application Service missing from Services List

I've installed Sharepoint and Project Server 2013. I do not see Project Server Application Service on the Service list. How do I fix that?
Kyle
  • 915
  • 8
  • 18
  • 34
0
votes
1 answer

change project 2013 task parent programmatically

How can I change task parent in Project Server 2013 via client object model? I can achieve this in Project 2013 Professional. In DraftTask class "Parent" property is read only. Thank you!
0
votes
1 answer

Permission required to allow User to Publish/Sync WorkItems from TFS to Project Server

I have Team Foundation Server 2010 integrated with Project Server 2010, i want to know what is the permissions required to allow Certain users to Publish/DataSync Work-items from Team foundation Server to Project Server?
Stacker
  • 8,157
  • 18
  • 73
  • 135