It's all about the answers!

Ask a question

How to validate if the custom dashboards exists in the database after migration?


Bharath Rao (900134) | asked Dec 21 '21, 3:38 a.m.
edited Dec 21 '21, 3:39 a.m.

 We have upgraded from CLM v6.0.5 to CLM v6.0.6. 

After upgrade, we noticed that additional tabs and widgets that were present in the project dashboards before upgrade are not visible in the same post upgrade.

How do we confirm if the dashboard still exists in the database post upgrade?

One answer



permanent link
Bharath Rao (900134) | answered Dec 21 '21, 3:59 a.m.
a. Review history of the Dashboard using the topic "Viewing Dashboard History" from the wiki page: https://jazz.net/wiki/bin/view/Main/DashboardRevisionHistory

b. All the CLM project dashboards exists in JTS database. 
Execute the following query: 

select * from RESOURCE.RESOURCE where URI like '%dashboard%'

c. Review if the revision ID of the dashboard seen from the XML output from step (a) is also noticed in the output of the query.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.