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

ms project 2010 - how to show resources on a calendar?

I am using MS project 2010, I have added the required tasks and have allocated the resources. Just wondering how I can get a view of a monthly calendar view that shows the resources allocated on each day? I assume this would be a straight forward…
user2206329
  • 2,792
  • 10
  • 54
  • 81
1
vote
1 answer

Difference Between Id and UID in MS Project

i am new to microsoft project.i have to develop an app in another platform.i have many sample MS-project xml files.in all the files ID and UID value of Tasks is same.i want to know is there any sceario exist in which value of ID node will be…
mathlearner
  • 7,509
  • 31
  • 126
  • 189
1
vote
1 answer

MS Project 2010 - extracting data into SQL Server database

We have several MS projects being used and a system written in SQL Server by us. Would MS Project Server allow us to set up something like SSIS procs to continuously get data from the MS Project databases and insert them into our SQL Server…
1
vote
2 answers

Automate MS project

Is there a way that we can automate the input in ms project 2010. Below are the scenarios: We have a vb.net application that uses to inputs task name, hours, estimate and completion date time. Is there a way that we can upload those date in ms…
1
vote
0 answers

Project Server 2010 - ApproveNonProjectTime method GeneralItemDoesNotExist error

I try to approve non project time in a console application with the ApproveNonProjectTime method (http://msdn.microsoft.com/en-us/library/websvctimesheet.timesheet.approvenonprojecttime%28v=office.12%29.aspx). My code is very simple : class…
1
vote
1 answer

Microsoft Project Server 2010 reject task changes like finish date

I have create a pwa in project server 2010. Then I create new project, defining tasks and assigning those tasks to resources. I have set time reporting period so any resource must report her/his working time about any task assigned to her/him. …
Ali Zavvar
  • 21
  • 1
  • 7
1
vote
1 answer

How can change task percent complete in project server programmatically?

I want to develop a client code in Java (C# api was useful till now) to change task status in a project in MS Project Server. Using wsdl I can read project entities, but I couldn,t find a way to change a task "complete percent". I have two…
Mohsen
  • 101
  • 1
  • 6
1
vote
0 answers

MS Project with error TF82039

I've already searched for this case but I cannot find any solution to solve it. currently, I use MS Project 2010, connect to TFS 2010. Yesterday, It still connected successfully. But today, I have the error: "TF82039: Team Foundation was unable to…
Thang Lang
  • 75
  • 1
  • 11
0
votes
1 answer

How to create a connection between Infopath and Project Server?

SO Gurus, I've an Infopath form that should be published to a Sharepoint site as a list/library and I need to be able to update/edit the fields on the Infopath form which updates the Gantt chart in MS Project. I'm not sure if I'm using the right…
0
votes
1 answer

Editing resources in Microsoft Project VBA not reflected on server

when I try to edit an enterprise resource in Microsoft Project using VBA (SetField method of resource), I am able to set custom fields, and can see those custom field changes with GetField, but these changes are not seen on the server/in PWA. And…
Mike
  • 312
  • 6
  • 18
0
votes
1 answer

PSI authentication only returns 401

I'm developing a web-service that is going to be a "gatekeeper" between many apps and the PSI. the thing is that the "many apps" will supply a login/password and the web-service must authenticate them against the PSI. But whatever i do i always get…
Leonardo
  • 10,737
  • 10
  • 62
  • 155
0
votes
1 answer

CheckIn,CheckOut project For specific User Using PSI?

i had a business case that i had to checkin,checkout the project by PSI in the work flow but when i check out the project i cant continue the work flow stages the PWA writes that iam check out the project in another session and i need to continue…
Mahmoud
  • 1
  • 2
0
votes
2 answers

Retrieving Enterprise Project Types using Project Server Interface

I am currently building an app to programatically create projects in Microsoft Project Server using the web services exposed through the Project Server Interface (PSI). I am able to create a project with an Enterprise Project Type using the…
Steve
  • 9,335
  • 10
  • 49
  • 81
0
votes
1 answer

how to design SSRS reports for Project server 2010

I want to design the SSRS 2008 (not sql server 2008 R2) based reports for Project server 2010. Reports should show , how many projects are going on ? tasks status by dates and all. How can do this ? I unable to understand what is relation ship in…
Red Swan
  • 15,157
  • 43
  • 156
  • 238
0
votes
1 answer

How to continue a sharepoint workflow after an error?

Is it possible to make a workflow progress to the next step after an error? Assuming that the error cause was fixed. I don't want to restart the workflow from the first stage as I would loose the stage start and end timestamps and the approval items…