Microsoft Project Server - Project management system
11
votes
11answers
25k views
SharePoint error: “Cannot import Web Part”
I have a web part that I've developed, and if I manually install the web part it is fine.
However when I have packaged the web part following the instructions on this web site as a guide:
...
5
votes
1answer
163 views
Automatically send TFS WorkItems to MS Project Server (Work Item Workflow)
I have Microsoft Project Server 2013 integrated with a TFS 2012 instance. I have the ability to create work items from project and tfs and it will sync back and forth.
What I'm trying to do is have ...
3
votes
1answer
143 views
is there a ruby interface to ms project server?
is there a way to connect to ms project server using ruby?
we are using MS project server 2007
2
votes
1answer
169 views
Recommended hardware configuration for tfs+sharepoint+project server
For a 30 person team, what is the recommended hardware configuration for installing latest version of mentioned products? Please also determine recommended server topology.
1
vote
3answers
225 views
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?
...
1
vote
4answers
969 views
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 ...
1
vote
1answer
417 views
Is there any way to connect to Microsoft Project Server via a C# Application?
What would you do if you had to write a C# Application which would need to borrow Tasks and Projects from Microsoft Project?
The purpose is writing a C# Application which complements several features ...
1
vote
1answer
610 views
How do I get the Resource Usage view using the PSI 2007
Please excuse me if I use incorrect terms or concepts. Seems I am in the mist of a crash course on MS Project, Project Server, and the PSI...
Project Professional provides the Resource Usage view ...
1
vote
1answer
706 views
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 ...
1
vote
1answer
769 views
How to know if a project is checked out or checked in from PSI?
How to know if a project is checked out or checked in from PSI?
1
vote
2answers
1k views
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 ...
1
vote
1answer
292 views
PSI : How to determine if Resource Plan in Project Server 2010 is checked out in c#?
anyone know how to check if a Resource Plan is checked out using the PSI? Thanks
1
vote
1answer
61 views
Is it possible to import a Project server 2003 site or site collection to SharePoint 2007 standard edition?
Is it possible to migrate a Project server 2003 site or site collection to SharePoint 2007 standard edition?
If not, Why?
If so, How?
I tried with quest migration manager, then renamed web temp ...
1
vote
1answer
302 views
ProtocolException with WCF Service
When I try to access WCF client, I get the following error. I was able to access my service using IE and able to reference in VS 2010. My development environment is Windows server 2008. I hosted ...
1
vote
3answers
2k views
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 = ...