Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
10answers
18k 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: ...
1
vote
1answer
50 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
0answers
74 views

gSOAP does not return information from web service, but it returns only schema

I am trying to retrieve project information from Microsoft Project Server Project web service. I use gSOAP to implement the client. Here is how my code looks like: if ( ...
1
vote
1answer
27 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
259 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
196 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
555 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 = ...
1
vote
1answer
407 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
82 views

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 ...
1
vote
2answers
818 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
1k views

MS CRM Custom Workflow to access Project Server web service

I am trying to create a custom workflow in ms crm 4 so that when a task is completed it will take some of the attributes of the task and add an entry in project server on a timesheet. I am able to ...
1
vote
3answers
174 views

TS_ACT_VALUE Calculation in Project Server

I am trying to use c# to create timesheet entries in Project Server and running across a problem with saving the number of hours for the timesheet line on a certain day. if i look at the dataset ...
0
votes
0answers
9 views

“Project” class not accessible when adding a web service reference

I am new to programming for Project Server and I have a problem I am going by this tutorial and doing everything as it says, but there is still a problem. When adding a web service reference in ...
0
votes
0answers
23 views

How to create project issue in Project Workspace programmatically?

I would like to be able to create project issue automatically. The aim is to create new issue based on received email. I looked at ProjectWSSInfoDataSet, which is supposed to have reference to issue ...
0
votes
0answers
67 views

Could not retreive Server Initialization Data - MS Project 2010 connection to MS Project server 2010

Has anyone mananged to get this issue fixed as it's driving me nuts. I have SharePoint 2010 and Project Server 2010 set-up on a server with an SQL 2008 r2 database on a seperate server. There is no ...
0
votes
0answers
24 views

Show resource allocation in Project Server Web App

I have a project server which works great, I want to have resource allocation Perentage apears on the schuedule next to ID, Mode , Task name , Start and end etc, Is there is any way to do that ?
0
votes
0answers
17 views

AutoCheckOut Project when Approve an ApprovalTask In Project Server 2010

I need To AutocheckOut the project for the logged in user when I approve an approval Task In Project Server 2010 Workflow
0
votes
1answer
106 views

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 ...
0
votes
0answers
132 views

Project Server 2010 - Exchange Server 2010 Integration Architecture

I asked this question at serverfault, but ı want to try my change here too. http://serverfault.com/questions/283197/project-server-2010-exchange-server-2010-integration-architecture Is there anybody ...
0
votes
0answers
52 views

Logging on to Project Server with c++

I am trying to connect to MS Project Server using native C++ with msvs2005. I have the following article from MSDN: http://msdn.microsoft.com/en-us/library/ms455600.aspx Here it explains briefly ...
0
votes
0answers
57 views

PSI Saving Same Day Task as Milestone

I am working on a custom integration with Project Server. Everything is working fine except for tasks that start and stop on the same day. I have two examples that seem to be in conflict: Example 1: ...
0
votes
0answers
263 views

Reading all actual work for a project via PSI (Project Server 2010)

I need to read ActualWork and Work via PSI for a certain project. A little background: I'm working on a webpart that will display a chart representing Work vs Actual Work for a project. The webpart ...
0
votes
1answer
150 views

Consuming sharepoint 2010 claim-based WCF

I am trying to consume WCF based Sharepoint 2010 claim-based. I am getting the following error message: Thank you for any advice. System.ServiceModel.CommunicationException "The content type ...
0
votes
1answer
156 views

Integrate Project server 2010 with CRM

I have .NET experience. I am new to Project server. I have been aksed to write a plugin to interface Project server with Dynamics CRM. Could you please let me know if there is any documentation or ...
0
votes
1answer
95 views

Microsoft Project Server - Must Haves [closed]

Question: What should I look for in a candidate for a position of EPM Consultant? Wiki says: Enterprise Project Management (EPM), in broad terms, is the field of organizational development that ...
0
votes
1answer
241 views

How to set multiple project owners in MS ProjectServer

I'm trying to configure a owner-like user in MS ProjectServer (2003). Though I can grant every permission to the user, for certain services (via PSI), like Statusing.ReadStatusTimephasedData, it seems ...
0
votes
1answer
162 views

Using PSI Filter objects from Python

I'm working with SharePoint and ProjectServer 2007 via PSI with Python. I can't find any documentation on how Filter Class (Microsoft.Office.Project.Server.Library) objects work internally to emulate ...
0
votes
1answer
182 views

Retrieve resource working hours from Project Server via PSI

I'm working with SharePoint and ProjectServer 2007 via PSI. I need to retrieve the working hours of an employee in a project during a date range but I can't find a way to do it. The closest data I've ...
0
votes
1answer
115 views

How to add Enterprise custom field to display actual costs from a different DB in Project Server?

I am trying wrap my head around how data is being served to Project Server. I am trying match up a value (actual cost) to project lines in an Executive View of Project Center which displays each ...
0
votes
1answer
295 views

SCRUM + MS Project Server

Looking for free solution which integrates MS Project Server and SCRUM daily meetings. Any suggestions?
0
votes
2answers
615 views

Project Server 2010 installed with Sharepoint 2010 stand-alone

Could anybody offer any advice on a good book that would help me install Project server 2010 on Sharepoint 2010 standalone? Or any good Project Server book... Thanks
0
votes
1answer
148 views

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?
0
votes
1answer
301 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?
0
votes
1answer
232 views

Project Web Access, Resources from Databases

Is there a way to retrieve the resources (names) of a current project? Here at my work we work with the Scrum methodology, so in each sprint we create a new project file. Each project file is ...
0
votes
1answer
367 views

Links between projects in Project Web Access

Does anyone know if the "Links Between Projects" functionality works with projects loaded within Project Web Access? When i load the dialog the browse button is disabled. Thanks
0
votes
1answer
683 views

MS Project Server 2007 : Programmatically toggle Task Alerts for Project Resources

I'm getting into SDK documentation, but this site has so many eyes and great answers I figure I'd throw this one out there to get some leads. In project Server 2007, you can manage whether or not ...
0
votes
1answer
264 views

How to updateTimeSheet in ms project server

Here's the situation, i want to have a user that can enter time on behalf of other (programmaticaly). When i do QueueUpdateTimeSheet a web service of ms project server, it doesn't work if a try to ...
0
votes
1answer
747 views

Project Server Error when trying to update a timesheet

I am trying to integrate MS CRM 4.0 and Project Server. I have a custom workflow from CRM that is trying to update timesheets and create line entries. When the code hits the QueueUpdateTimesheet ...
0
votes
1answer
68 views

What is the relationship between “Work” fields in Project Server 2007's Reporting Database?

The Reporting Database in Project Server 2007 has about 7 "User Views" based on Assignment, Resource, Task, and Project. They all have fields for Work, OvertimeWork, ActualWork, MaterialWork, ...