PA Dashboard: Could not find a record in sys_portal_page referenced in this update

rvenkataraman
Kilo Contributor

Hi,

I have a PA Dashboard that references 2 existing reports. My update set contains just the dashboard creation. I get this error when i preview the update set, Is there a workaround for this problem.

Thank you,

Raj

6 REPLIES 6

Hi,

If you ignore this error, your dashboard could have empty reports or the layout could be messed up.

For solution, Go to sys_portal_page and sys_portal, and export the xml of the records of your dashboard, as they are not automatically captured in the update set, and import them in the target instance first before migrating the update set. This should solve the error.

Regards.

SonakshiK
Tera Contributor

Hi,

This error is due to the records in sys_portal and sys_portal_page for the dashboard is not found in the target instance.

The solution I found while facing this was to export the xml of these records(your dashboard specific records from sys_portal and sys_portal_page) and import them to the target instance first. After importing the xml, if you migrate the update set, you should no longer face this error and the dashboard layout or reports should not be messed up or empty.

Thankyou.