Information!
By default, the PWA database has user views for projects, tasks, and assignments. After installing the updates, the content database stopped showing these user views. In the below screen of the content database, you can see there is no user view as βpjrep.MSP_EpmProject_UserViewβ, and other user views related to tasks and assignments are also missing
The Missing Views "pjrep.MSP_EpmProject_UserView" in Project Server 2016 Database and maybe there are other views which are end name with "_UserView" that are related to Tasks, Risks, TimeSheet, Resources, and Assignment ..etc as below
How to find out the issue
I have SSRS integrated mode reports that read data from the default reporting views in Project Server 2016 database, Suddenly these reports stopped working for no reason! So, After investigating the issue by checking the datasets of these reports and I found out that the "pjrep.MSP_EpmProject_UserView" is missing as belowItβs a bug in Project Server 2016, The reason one of the following
- You may have changed for custom fields and there's an issue during the Regenerate because those views are always updated and regenerate with any change in the structure for the Assets project such as tasks Fields, resources Fields, custom fields,Risk Fields ...etc
- You have configured a new Project Server 2016 farm that itβs a build number less than 16.0.4639.1001 (Jan CU 2018).
- You have patched the current Project Server 2016 farm with a new CU that is older than Jan CU 2018.
- You have performed a migration from Project Server 2013 to Project Server 2016
Solution No1 (Almost Reason)
Script!
Repair-SPProjectWebInstance -RepairRule 7
3-Looking at the log, I found that the problem existed in the store procedure β "MSP_Epm_GenerateAllMultiValueAssociationViews".In the below screen, you can see the highlighted line causing the problem:
Script!
CF_INDEX int IDENTITY (1,1)
Solution No2
Solution No3
Notes!
- Run the Sharepoint Configuration Wizard after all fixes installed!
- Itβs not recommended to install SharePoint update on the production environment until tested on dev/test environment.
- Perform a full backup before starting the update process because you canβt rollback the Cumulative Update Installation.
No comments:
Post a Comment