Questions tagged [pwa]
For Questions related to Project Web App site collection (PWA) in Project Server
53 questions
0 votes
0 answers
22 views
Does SharePoint Framework enable PWA web parts
I have a customer who is using PWA on SharePoint Online and is trying to edit a PWA project details page that has some PWA web parts. It acts like it saves it but doesn't really and there are no PWA ...
0 votes
1 answer
28 views
Send a mail after the due date is over in project
I have created one project in project server and uploaded in my site.The Project date is over.But i don't know the project is completed or not.so i have to send mail to resouce person as YOUR PROJECT ...
0 votes
1 answer
31 views
How to assign a customized URL to an enterprise project in project center?
I've created a project "test project" using desktop MSP connected to SharePoint server. Clicking on "test project" opens it in a page with an URL composed of a long sequence of ...
1 vote
0 answers
22 views
Do I need different PWA instances for different project teams?
Suppose we have two teams A and B working on different projects. Each team has its own managers, leads and members. And I want each team to have access only to their own projects while admin (me) must ...
0 votes
1 answer
476 views
How to undo an accidental change in a project task list (SharePoint 2019)?
How can I undo changes made to a task title and restore previous text in a project task list (PWA app on SharePoint 2019), when there is no undo button and ctrl+z doesn't work?
0 votes
0 answers
667 views
Problem with instances
I created a Project Web App site with Office 365. I created it with the name sharepoint.com/sites/ppm because /pwa was in use. But the message appears “No Project web app instances found. Create at ...
0 votes
1 answer
287 views
PWA/Project Online - Setting Project ID dynamically with REST
I am trying to dynamically set the Project UID in an Angular app which is deployed to every subsite throughout my PWA. I need to be able to ideally, store the Project UID in a global variable which I ...
1 vote
0 answers
398 views
Project Online OData Source - SSIS
I have an MS project online environment and I want to replicate all data from online to our SQL servers. I found this article to do this with VS2012. I'm using VS2019 and SSDT, SSIS, SSAS extensions, ...
0 votes
0 answers
3k views
Failed to Register Service Worker - An SSL certificate error occurred when fetching the script
I have created an application with self signed certificate in my test server. My service worker is not getting registered and throwing the following error in console - Failed to register a ...
1 vote
1 answer
166 views
Delete tasks from a HTTP Request
I need to create a Automated flow to delete a Project Online Task, with specific criteria, like name or Start date. I couldn't find any method on Internet for a HTTP Request. Regards.
0 votes
1 answer
45 views
new project in pwa reurn "InvalidProjectName"
I am trying to create a new project in PWA but i am receiving this error: "ProjectNameInvalid". here is my code: projContext = new ProjectContext(pwaPath); projContext.Credentials = new System.Net....
1 vote
1 answer
4k views
Associating a Project Online project with a Microsoft Teams Project Site
Today I discovered Project Web App. I'd always wondered why the Project Professional licenses we had were called Project Online even though they were desktop apps, and now I understand. I had already ...
0 votes
1 answer
336 views
How to migrate 700+ PWA sites to SharePoint/Project Online
I have identified one article from MS which is explaining how to migrate PWA site to Project Online which involves manual effort. But we are having 796 PWA sites, so manual effort is highly error ...
0 votes
1 answer
559 views
PWA Workflow gets Access Denied for API Call to get Assignments
I have a SPD 2013 Workflow on our PWA site that has been working fine for 6 months. My colleague has left the business and Admin have disabled his 365 account. Suddenly, the Workflow is failing and ...
3 votes
0 answers
590 views
How to get the Data of PWA Settings Security entities? (Using CSOM or REST API)?
I want to get the Groups and Users from PWA settings-> Security tab using CSOM or REST API? How do i get it?