Solution ID: prim29529 |
Missing custom layouts after upgrading from 3.5.1 to 4.1 |
Status: Reviewed |
Version(s): 3.5.1, 4.1 |
From Primavera OCP
Problem: | Missing custom layouts after upgrading from 3.5.1 to 4.1 |
Problem: | Can’t import a layout from 3.5.1 to 4.1 |
Problem: | When I import a 3.5.1 layout into 4.1 it does not show in the layout list and I get no error message. |
Cause: | Some layouts in Project Manager 3.5.1 are missing a view_type value on the VIEWPROP table. When these layouts are upgraded or imported to a 4.1 database, they do not display in the 4.1 Project Management client application. |
Fix: | Workaround: 1. Log into SQLPLUS as the schema owner ‘admuser’ for the 4.1 database: 2. Run the following script against the 4.1 database that has ‘missing layouts’. Users currently logged into the 4.1 GUI will need to log out and log back in to see changes. update viewprop set view_type = ‘VP_ACT’ where view_type is NULL; |