PA Dashboard: Could not find a record in sys_portal_page referenced in this update
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2015 08:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 04:18 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2025 04:14 AM
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.