On Premise
54 TopicsProject Professional 2024 and Project Server SE OIDC Authentication Issue
Hi all, I have setup a Project Server SE Environment (SharePoint and Project Server Subscription Edition) and configured Custom Open Id Connect Server as Trusted Identity Provider. Everything worked perfectly in the Project Server part from authenticating (redirecting the user to the Open Id connect server for authentication) to everything else except when I open the schedule in Microsoft Project Professional 2024 at first it opens the embedded web browser that it gives me that it can't load jQuery and Bootstrap JS files and CSS and after I enter my credentials it gives me SharePoint Error Page https://youtu.be/tgZ293boon8 unfortunately, I can't upload the logs here if anyone needs it let me know how to send it to him151Views0likes3CommentsTask Delete
Hi, We are using Project Server 2019. We came across an issue wherein a task got automatically deleted after the Actual Work was updated. We are not able to figure it out, how as tasks cannot be deleted if actuals are booked on it. How can i find the root cause of this issue. can i check it in the Project Server Queue or in the ULS Logs. Regards, Amit Wairkar134Views0likes0CommentsPublishing updates in Sub Projects does not reflect it in the Master Project through EPM PWA
Hello, We have couple of projects under a Master project in Project Server 2019 (on-premises). However when we update the sub-projects, the updates does not reflect in the Master Project. Than youSolved1.4KViews0likes12Comments(Microsoft Project 2019 on-premise) DraftProjectResource does not update StandardRate
Hello! Our company uses Microsoft Project 2019 on-premise version. I try to write a C# code that updates project resource standard rate. I use the followin code (it is excerpt, full version can be found at https://github.com/OfficeDev/Project-Samples/blob/main/Create-Update-Project-Samples/Create-Update-Project-Samples/UpdateProject.cs); projContext = GetContext(SiteUrl); csom.PublishedProject theProj = GetProjectById(projectId, projContext); Console.WriteLine("Got project " + theProj.Name); csom.DraftProject draft = theProj.CheckOut(); projContext.Load(draft); projContext.Load(draft.ProjectResources, dp => dp.Where(r => r.Id == resourceId)); projContext.ExecuteQuery(); Console.WriteLine("Project " + draft.Name + " is checked out"); csom.DraftProjectResource resource = draft.ProjectResources.First(); Console.WriteLine("Got resource " + resource.Name + " with standard rate " + resource.StandardRate.ToString() + " per " + resource.StandardRateUnits.ToString()); resource.StandardRate = 100.0d; draft.Update(); Console.WriteLine("New standard rate is " + resource.StandardRate.ToString()); csom.JobState jobState = projContext.WaitForQueue(draft.Publish(true), DEFAULTTIMEOUTSECONDS); JobStateLog(jobState, "Updating project"); It shows expected messages (without errors) but when I look for standard rate in Project or re-run my program - it reads old value for standard rate. It seems like draft.Update() and draft.Publish(true) just do nothing for resource. Can you please give me a hint where to look in order to correct this situation?310Views0likes0CommentsExport Custom Fields & Lookup Tables
Is there an easy way to export Project Server custom fields & lookup tables? I have previously seen the "Project Server 2016 Automatic Configuration Documenter" shown below which is an export of groups, permissions, users, custom fields, lookup tables, views, etc. but am not sure how to recreate it.479Views0likes0CommentsAlternative to ODATA using MS Project SE (Subscription Edition)
Hi all, until last week we were using MS Project Server 2016 and visualizing the data from the PWA in Power BI via the ODATA Connector. Last weekend SharePoint and MS Project were upgraded to Subcription Edition (SE) on prem and now the ODATA interface is no longer usable. Do you have any idea how to make the data from the MS Project Server Subscription Edition PWA usable? Best AlexanerSolved1.2KViews0likes1CommentChange Enterprise Project Type in Project Server 2016 using CSOM or SharePoint Designer Workflow
I've covered below steps in Project Server 2016: 1. Created a default Enterprise Project Type - 1 and Stage 1. 2. Create a workflow in SharePoint Designer 2013 and associated with EPT1. 3. Assigned PDP. 4. I need to transit to next EPT2 and Stage2 from workflow of Stage1. I am looking for support that How to change Enterprise Project Type (EPT) in Project Server 2016 using CSOM or SharePoint Designer Workflow.485Views0likes0Commentshow to create a approval workflow for every new baseline in the project?
Hello all, Whenever PM do the baseline in the project need approval process. When it is Baseline 1 one more approver & so on..... What is the process for to check the new baseline in the SharePoint designer site level workflow along with approval process. Can we anyone have a solution regarding this scenario. Regards, Anil.1.1KViews0likes2Comments