On Premise
64 TopicsTask 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 Wairkar104Views0likes0CommentsPublishing 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.3KViews0likes12Comments(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 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?281Views0likes0CommentsSP2019 Indexing Schedule Manager won't run after Security Updates KB5001944 KB5001945 KB5002018
Hi there, We have a SP2019 On-Premises Server. After the running the following updates the Indexing Schedule Manager Timer Job won't run. Manually running Incremental and Full Crawls works fine, but the automated Timer Job fails without an error message. Any ideas? KB5002018: Description of the security update for SharePoint Server 2019: September 14, 2021 KB5001945: Description of the security update for SharePoint Server 2019 Language Pack: June 8, KB5001944: Security Update for Microsoft SharePoint Server 2019 Core Thank you, Ian Hearnes1.1KViews0likes1CommentExport 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.441Views0likes0CommentsAlternative 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.1KViews0likes1CommentTheming in Sharepoint 2019 ON PREMISE modern experience
Hello, We are trying to change the theme of SharePoint 2019 On Premise, with the modern experience. We just want to create our own theme with the company's branding. Meaning just inject our colors into a schema. All the documentation seems to be pointing to SharePoint Online. Those methods do not work on the On Premise version? Is there anybody out there who can guide me in the right direction? It is very confusing... a lot of blogs talke about Sharepoint 2019, which are not defining online or on premise... 99,99% seems to be about the online version... 😐 Much appreciated! Laurens3.5KViews0likes3CommentsChange 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.469Views0likes0Commentshow 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.1KViews0likes2Comments