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

SQL - partially too high values as result - syntax issue?

I have got a resource planning query, which is supposed to show the actual work, the remaining work and the total work per resource per fiscal month for the current year. However, all those rows, where there is remaining work - i.e. in the present…
Lizzy
  • 21
  • 5
1
vote
1 answer

Change Project Owner Using PSI 2010(Project Server Interface)

I want to change ProjectOwnerUID Using PSI(Project Server Interface).I wrote that with follow similar code var projectDataSet = this.GetProjectDataSet(projectInfo.ProjectUID); var orginalProject = this.GetProject(projectInfo.ProjectUID,…
1
vote
1 answer

Can I use Project Online as a dev environment for CSOM

I need to write a .NET client app that accesses Project Server 2013. I.e. PWA. That client app must run on Windows 7 workstations. I plan to use Project Server Client Side Object Model (CSOM) to access all the projects, tasks, resources, and…
Ray White
  • 297
  • 4
  • 19
1
vote
4 answers

TFS 2010 with Project Server 2010

I've just tried out TFS 2010 today, along with Project 2010 and VS 2010. Only Later realized that without Sharepoint, TFS is only configured as Basic. This reduces it's functionality as oppose to what I've seen during VS2010 product launch. Sadly I…
faulty
  • 8,117
  • 12
  • 44
  • 61
1
vote
1 answer

Report on check in/out through sql in MS Project Server

Is check in/out status recorded in the Reporting Database in Project Server? If so, where?
Andy399
  • 37
  • 1
  • 1
  • 5
1
vote
1 answer

ProjectServer 2013 REST API - Creating Tasks

I'm playing with ProjectOnline and trying to use REST APIs to create projects and tasks etc. I have managed to add a project using following REST call https://.sharepoint.com/sites/pwa/_api/ProjectServer/Projects/Add However when I try to…
1
vote
1 answer

DraftProjectResource->IsGenericResource returning wrong value

I am using CSOM to traverse through Project Server 2013 resources on a project. I am checking if the resources are generic since I have written code logic based on that. I have a BA and PM generic resources that are part of a project that I added…
1
vote
1 answer

Consume ProjectData from Project Server 2013 Workflow - Forbidden

I need to consume data from http://project/pwa/_api/ProjectData Project OData service from Project Server 2013 Workflow. But I got "Forbidden" Response Code. User have all rights (Administrator, Site Collection Administrator). Consuming other…
1
vote
1 answer

Soap service call from a class library is failing when I call the class library. Works in a console app

I am creating a event handler in MS Project Server. This event handler is calling a class library (dll file). The event handler is set and triggered from within the MS Project by clicks and not by code. In this class library, I am having a service…
1
vote
1 answer

Left Navigation Box pointing to old Project Server after Migration

I have migrated the Project Server using the method shown here. I am able to see all the data. However the Navigation box is pointing to the old Server. [Like the Server Settings, Personal Settings etc] Is there a way to tell the new server to look…
Pradeep007
  • 185
  • 1
  • 2
  • 19
1
vote
1 answer

If I only know a project's name how do I get its GUID?

The PSI has various methods such as ReadProject that only take a project GUID and not its name. If I only have a project's name, how do I retrieve its GUID for use in other PSI methods?
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
1
vote
1 answer

Microsoft Project Application.ProjectAfterClose Event

I'm writing add-ins for Microsoft Project. Some of my toolbar buttons are only valid when a Project file is open, and I want to enable/disable them dynamically. Typically I'd watch for files to be opened or closed, then check the count of the open…
tbetts42
  • 767
  • 1
  • 7
  • 10
1
vote
2 answers

Combining data from Project Server and SharePoint into a single report

I need to combine data from the Project Server reporting database with data from custom lists in SharePoint workspaces. The results need to be displayed within a single report. How should this be done? Options I've thought of: Extend the reporting…
Alex Angas
  • 59,219
  • 41
  • 137
  • 210
1
vote
3 answers

trigger to stop specific field being set to NULL (single and multi-line updates)

Is it possible to create a trigger that will check if a specific field is being set to NULL (from a single-line or multi-line update), and if it is, to revert that field back to its initial value? I've searched on the site but not found anything…
Jon
  • 224
  • 2
  • 11
1
vote
1 answer

Java 6 HTTPURLConnection and Project Server NTLM Authentication from RHEL5.5

Currently at a loss for authenticating with a Microsoft Project Server 2007 instance running on IIS with Integrated Windows Authentication enabled from a Java 1.6(u19) client running on linux, RHEL 5.5. Note: The client works on my Windows…
Anthony
  • 13
  • 5