CA error - Creating Invalid Views – PT 8.62 Tools-Only Upgrade
Hi,
I am getting a SQL error in the PT 8.62 Upgrade temple step Creating Views – Creating the Invalid Views.
What I found is :
- A view is failing because its CREATE view script is missing some new columns.
- The base table of that view has new fields added in Application Designer.
- The table was never altered when I check in DB it shows old structure only(so the new columns do not exist in the database yet).
- Because the table is old, the view script is generated with the old structure → which is root cause of error.
When I manually build the table and fix the view sql script, the view creates successfully.
Tagged:
0