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

Population stabiliťy index fof multiclass classification

How is psi calculated for multiclass classification? In this case how are the "scorings" done? is the problem reduced to a one vs rest framework?
Abhijit Ghosh
  • 41
  • 1
  • 1
  • 5
0
votes
1 answer

Creating own Intellij Plugin causes Read access is allowed from inside read-action

I'm creating an Intellij Plugin and I want to use the Modal ProgressIndicator. Now, if I don't use the Modal ProgressIndicator everything goes through without error. If I do use the Modal ProgressIndicator I get the stack trace down below…
0
votes
0 answers

Population stability index of XGBoost model

Can a Population stability index (PSI) be calculated for the XGBoost splits? When I make a logistic regression with grouped variables, I can make PSI with the groups and see if the population in the groups are shifted to other groups. Can this be…
Mar
  • 117
  • 10
0
votes
1 answer

Custom language plugin - braces alignment when returning an object

I am developing a plugin for IntelliJ IDEA which supports my custom Lua-based language formatting. I expect to get following result func () { //do something return { data = { v1 = "some value", v2 = 123 …
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

Why does calling KotlinCoreEnvironment.createForProduction cause IlegalStateException?

I am interested in parsing a Kotlin program into its PSI elements. After some readings, I first set up a project by creating an environment and convert Kotlin source as a string to a KtFile. However, it seems calling…
ylee
  • 21
  • 4
0
votes
0 answers

Add a PsiElement without adding text to the PsiFile

I'm trying to add a method (PsiMethod) to a class (PsiClass) so that IDEA shows this method when typing. I did this, but I ran into a problem: when I add PsiMethod to PsiClass, the text of this method appears in the file, and I don't need it. I need…
DJ. XYZ
  • 99
  • 1
  • 9
0
votes
1 answer

Why does core web vitals not correlate with Google PSI?

Testing a domain in Google PSI shows 98% on mobile/desktop for all URLs. But in Google WMT - It shows 7% are GOOD and the rest "NEED IMPROVEMENT". Is there any accurate testing tool for this so we can find the problems and get 100% GOOD URLS ?
0
votes
1 answer

Google page speed insights and CLS

Under my field data overview, CLS value comes out to be 0.98 whereas when, I look at description for Avoid large layout shifts - CLS contribution is 0.004. How to figure out the elements that are causing CLS?
0
votes
1 answer

Lighthouse Version used for PageSpeed tests

I'm trying to figure out which version of Lighthouse is used by PAgeSpeed tests, is it 5.x or 6.x? I have benn checking all the documentation i have found but no specific mention to the version on any of it. Thanks and regards!
0
votes
2 answers

SQL error using INNER JOIN function to insert values

I'm having a problem with my simple SQL code as I'm just a beginner. I'm trying to retrieve the average value of outbound-cost-pal for different countries and write this in every corresponding line of Warehouse. My code is the following: INSERT INTO…
anthony
  • 69
  • 4
0
votes
1 answer

PSI update lookup table on Project Server - error "LookupTableAlreadyExists"

I am working on a script, which shall update Enterprise Custom Fields and Lookup Tables for Project Server 2013, using PSI. The script gets the settings from XMLfiles which were exported from one system and then updates the settings on another…
redleo85
  • 239
  • 4
  • 14
0
votes
1 answer

PowerShell imported dll not working: Exception calling "ReadLookupTables" with "0" argument(s): "Object reference not set to an instance of an object

i have currently an issue with a powershell script i have developed. The following script runs on my system and on another developer machine but not on any other system... I have tested it on a virtual Win10 hyper v but it's always the same…
theface
  • 141
  • 14
0
votes
1 answer

Get current user in MS Project

How can I get current user guid in MS project? This guid should be equals to guid from ProjectDataSet.Project[i].PROJ_CHECKOUTBY if I do a CheckOut. I need to check: "is project checked out by me?"
DeRibura
  • 67
  • 3
  • 7