Questions tagged [ms-project-server-2010]

Microsoft Project Server - Project management system

Microsoft Project Server is a server based product from Microsoft for enterprise project management. It includes scheduling, resource management, task management, risk management, issue tracking, reporting, budget tracking and much more.

69 questions
0
votes
1 answer

Create Work Object in Project Server Timesheet Line using REST API Error

so I try to build mobile app that consumes project server 2013 REST API. The goal here is to edit each individual line in a certain timesheet, including delete and add an object. The problem is if I want to make a 'work' object at any day that…
0
votes
1 answer

How to authenticate into Project Server SOAP API?

I'm trying to perform soap action from C# code. (btw its using non-standard api not available in projectserverservices.dll) Below working action through a web browser: curl 'http://servername/pwa/_vti_bin/PSI/ProjectServer.svc' -H 'AsmxRoutedCall:…
Toumash
  • 1,077
  • 11
  • 27
0
votes
1 answer

Project Server 2010

For project server 2010, can a project have multiple owners to that one project? Also I havea a project where the owner can not approve the timesheets(its a server issue) but can anybody else on that project approve the timesheets? thanks Lauren
0
votes
2 answers

method 'fileopenex' of object '_MSProject' failed when automating MS Project from VBA

I have an excel Macro which is supposed to open up MS Project and make a change to some custom fields and then close it again. Excel and Project are both version 2010, and the project is stored on MS Project Server 2010. When I open MS Project…
Greg Viers
  • 3,473
  • 3
  • 18
  • 36
0
votes
1 answer

Get Project Web Sites programmatically for Project Server Projects with specific value in a custom field

I'm using Microsoft Project Server 2010 and I need to bulk update some SharePoint lists in the the Project Web Sites (PWS) associated with active Projects. Projects are deemed to be 'active' if the Project Status custom field has some specific…
andyb
  • 2,722
  • 1
  • 18
  • 17
0
votes
1 answer

SQL create data that doesn't exist

This is specifically for Project Server if that helps. PS only calculates capacity in the database for a max of 3 years out. I have forecasts > 3 years out. I need to pull data and see the capacity and forecasts for > 3 years and since the…
mike
  • 1
  • 1
0
votes
2 answers

Using CSOM in C# to Dynamically Load Project Server Columns From Selected Rows

I use CSOM .NET to load task objects from Project Server 2013, and I need to filter tasks so that only a subset of them is returned, and load only a subset of task columns, specified at runtime by the user. I found this post that shows how to…
0
votes
0 answers

SSIS retrieves task information from ms project 2010

I have a ms project 2010 file that maintained by the customer in Sharepoint. I would like to develop an SSIS script to retrieve information from ms project file and extract to MSSQL database. SSIS task will be scheduled to run daily. Looking around…
user3082385
  • 93
  • 11
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
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
1 answer

EPM 2010 Cannot delete project, checked out to admin in another session

In our Ms EPM 2010 setup, as an administrator I am unable to delete a project. Initially, in order to delete,I had to check-in the project. When I did so, it showed me that the project is checked out to the admin account. When I logged in using that…
0
votes
1 answer

convert results using pivot in sqlserver - querying the last 30 days of work of a user on MS Project 2012

I am trying to create a query that will show a month of reported work from a user on MS Project 2012. I have this query: select nome,data,work from ( select r.ResourceName Nome, convert(varchar(10), ad.TimeByDay, 103)…
0
votes
1 answer

Assignment Level custom field update for tasks

I am looking to update a Task Level custom field at the task assignment level. For ex, if a task has 2 resource assigned, i want one value to be "Offshore" and the other one to be "Onshore", when i view this task in the Task Usage view. Can someone…
0
votes
0 answers

VBA Delete project from MS Project Server

I have a line of VBA code which is supposed to delete a project from MS Project Server 2010: DeleteFromDatabase "<>\ProjectName", "User", "Password", "MSProject.mpd" However, it returns True no matter what project name and credentials I provide.…
svz
  • 4,516
  • 11
  • 40
  • 66
0
votes
1 answer

Multiple tasks in Replicator in projectSequence

I want to create workflow which will start on creating new project. The workflow should create approval tasks for group of users. Count of users in group may change. So, I use ReplicatorActivity and set InitialChildData to this group. Inside…