Questions tagged [psi]

Project Server Interface (PSI) is a managed code API for MS Project Server exposed as asmx webservices in Project Server 2007 and as WCF and asmx services under Project Server 2010 and 2013

MSDN Introduction to PSI in Project 2007

MSDN Introduction to PSI in Project 2010

MSDN Introduction to PSI in Project 2013

82 questions
0
votes
1 answer

Clear project date field via PSI

How can i clear date format field in project using PSI? i do taskRow.TASK_FINISH_DATE = newTask.FinishDate; Where taskRow is ProjectDataSet.TaskRow class and newTask.FinishDate is DateTime But there are GeneralDateNotValid exception -…
DeRibura
  • 67
  • 3
  • 7
0
votes
1 answer

PSI update resource custom field with lookup table (Project Server)

Can someone show me a code to update a enterprise resource custom field with lookup table ? Already ran the internet looking for some sample code but did not succeed.
0
votes
1 answer

Update CustomField of Lookup Multiple Values Using PSI

I need to update Custom field that refer to lookup and allow multiple values to be selected in sharepoint. I am using the code below to update custom field but allow single line of text : ProjCFRow.CODE_VALUE = new…
Mounir
  • 281
  • 3
  • 10
  • 25
0
votes
1 answer

Mod Mam archive issue between multiple resources , issue opened in github

I have two login with different resource for my xmpp account , now i came across a situation wherein if i am login i received all the messages sent/received to both resources , Now one of my resource(desktop) goes offline and if any messages sent to…
Nitin
  • 197
  • 1
  • 1
  • 9
0
votes
1 answer

How to convert ASMX Web reference method HttpWebRequest

Recently i started creating a Xamarin-iOS app, which consume ProjectServer PSI WebService. When I add the PSI as WebReference and I try to access the PSI methods I am getting 401 unauthorised error. Interestingly It works fine in local network and…
StezPet
  • 2,430
  • 2
  • 27
  • 49
0
votes
0 answers

How do I establish a connection with the 2007 Published Project Server database? And download all projects with their milestones?

I am working on a project to creates KPIs based on project data within Project Server 2007. I haven't had much luck with OLAP cubes. Hence I'm trying to retrieve project data first. Which is where I am stuck. I am trying to do one of the…
OYORF
  • 433
  • 1
  • 5
  • 10
0
votes
1 answer

Delete Task in Project Server PSI

I have a problem when i want to delete a task or tasks in project server i used this syntax, deleteTask is Guid[] projectClient.QueueDeleteFromProject(jobUID, new Guid(sessionUID), new Guid(projectUID), deleteTask); and wait for queue if…
0
votes
1 answer

Getting MS Project server 2007 project GUID

I'm trying to access the dataSet for a project that I just created and published through MS Project 2007 client, however, it turns out I need the project Guid to access it programmatically. Here`s the code I want to run, from the msdn…
hervens
  • 103
  • 2
  • 10
0
votes
1 answer

PSI WCF New-WebServiceProxy

Motivation: As we can read in Project Server Architecture The SOAP-based ASMX interface for web services in the PSI is still available in Project Server 2013, but is deprecated. As-Is I have some PowerShell client snippets that I use to interact…
utom
  • 482
  • 1
  • 3
  • 15
0
votes
3 answers

Impersonation EPM using PSI or CSOM

For a project I have to sync hours from an external program to EPM. There is no requirement to use the Client Side Object Model of EPM 2013 or the PSI. But because Microsoft recommends the CSOM on their website for all new applications I tried to…
mrtentje
  • 1,402
  • 2
  • 22
  • 43
0
votes
1 answer

Create task in existing MSP project using PSI

I am trying to create a task in an existing project via PSI using the code provided my MSDN: http://msdn.microsoft.com/en-us/library/office/ms487478(v=office.12).aspx#pj12_PDSPSIExamples_Task The problem is I am getting error…
Vahagn Nahapetyan
  • 1,337
  • 13
  • 22
0
votes
0 answers

combine URL together and display on one GUI android,java

I would like to ask , how to I combine 2 url together and display it out? For example I would like to take the weather info from Yahoo Weather (http://weather.yahooapis.com/forecastrss?w=1062617&u=c) and PSI details from NEA(…
Febbie
  • 115
  • 1
  • 15
0
votes
1 answer

PS2010 - PSI - How can I retrieve a filtered list of projects from PSI?

How can I retrieve a filtered list of projects via PSI ? I have tried via the Project web service and the ReadProjectStatus method, but there's no filtering feature in there. There's also the ProjectGetProjectCenterProjectsForGridJson method in the…
Quentin V
  • 1
  • 1
0
votes
1 answer

Build team for a project using PSI

I am new to PSI coding.... I have created a project , I need to build a team for that project .... resource must be existing in a project server .... I researched but i couldn't get what i want How to do it...?? WbSvcProject.ProjectDataSet pds =…
Rohit.k11
  • 11
  • 2
0
votes
1 answer

Project Server 2010 Event Handler

I am working on OnPublished event handler that will update one custom field of a project based on change in another field. I am getting an error Event Handler for event \ProjectPublished\ of type…
sid1385
  • 65
  • 2
  • 13