Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

 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?

0 votes



One answer

Permanent link
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.

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 21 '21, 3:38 a.m.

Question was seen: 1,326 times

Last updated: Dec 21 '21, 3:59 a.m.

Confirmation Cancel Confirm