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

Is there a quota for each IP address and is there anything we can do about it?

we pull data for a lot of customers via the API. Each person uses their own key, but we pull the data from our IPs. We recently reduced the number of IP addresses used for this and it has lead to a lot of "quota exceeded" messages. We're not…
1
vote
0 answers

I'd like to know how to check the annotation in Custom Lint

We are making custom lint for the purpose of applying them to the Android project. The problematic part is the lint that requires the use of NamedArgument in the Composable function. @Composable fun…
임세현
  • 11
  • 2
1
vote
0 answers

Why does calling children of KtFile trigger NoSuchMethodError?

I have the following code that calls children of the KtFile. When I go inside the definition of this children, I can see that it is defined in package com.intellij.psi under the method called getChildren() which returns an array of…
ylee
  • 21
  • 4
1
vote
1 answer

Custom Jetbrains Plugin - Missing Dependency

I'm trying to build my own custom line marker for Clion following this tutorial - https://plugins.jetbrains.com/docs/intellij/line-marker-provider.html . My question is about the language attribute on the extension tag in the plugin.xml file…
Tyler Weiss
  • 139
  • 1
  • 15
1
vote
0 answers

Querying for Project Permissions on Sharepoint 2019 using CSOM

This is my first post here, and I hope someone can help me. Please feel free to ask for more information about my question if needed. I am currently working on a project to migrate a Sharepoint 2010 solution to Sharepoint 2019, and right know I am…
1
vote
1 answer

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 that lists a given Resource, the Tasks they have been…
Jason
  • 2,806
  • 2
  • 28
  • 38
1
vote
0 answers

Project Server 2016 PSI with ADFS

a customer of ours recently uses ADFS on their Project Server 2016 environment. We have some solutions deployed that communicate with PSI. After using ADFS, the PSI however cannot be reached. We receive following error: The HTTP request is…
1
vote
3 answers

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 = GetCustomFieldUidByName("ExternalProjectId"); var…
ptrandem
  • 300
  • 5
  • 10
1
vote
1 answer

Task Summary Name with PSI in Project Server 2016

Does anyone know how to get the value of Task Summary Name field of Task with PSI? Im using the WCF version of it. It would be even better if I could access that field from ResourceAssignment item. But there is only one properte related to summary…
Marek
  • 261
  • 4
  • 14
1
vote
1 answer

Error when calling PSI web service: HTTP request is unauthorized with client authentication scheme 'Anonymous'

Could someone please help me? I am trying to create a project in project server programatically (PSI webservice) but am failing to do so because of the error below. Does anyone know what might be the issue? I am also getting this error when…
Kay
  • 11
  • 1
  • 3
1
vote
0 answers

How to read AssignmentProcessStatus using PSI?

I am trying to read a specific user assignments and tasks from Project Server using PSI and C# these are part of my codes: _projContext.Load(_projContext.Projects, prj => prj.IncludeWithDefaultProperties(p => p.Assignments, p =>…
Mehdi
  • 1,731
  • 1
  • 18
  • 33
1
vote
1 answer

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 exactly what I want, EXCEPT: It gives me the…
1
vote
1 answer

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 to require to be the project owner. I've tried…
Fran Ruiz
  • 75
  • 1
  • 6
1
vote
1 answer

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 its behaviour in Python. Any ideas?
Fran Ruiz
  • 75
  • 1
  • 6
1
vote
1 answer

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 gotten is the RES_ACT_WORK from…
Fran Ruiz
  • 75
  • 1
  • 6