Skip to main content
Planview Customer Success Center

Server error:LoadDataTableForReport for some Report Designer reports


ERROR/WARNING MESSAGES:
Error in UI:
Server error:LoadChartData - Check the server event log.
Server error:LoadDataTableForReport - Check the server event log.

Error in event log:
Source: Changepoint.ReportDesigner.ReportTable
Description: Tbl:DataBind>Object name 'DS_etc_etc_etc' is not valid.


REASON:
The view mentioned in the event log no longer exists in the database or the user has no permission to use the view.

RESOLUTION:
Create the view in the database, or grant permission using the following statements:

GRANT REFERENCES ON [dbo].[DS_etc_etc_etc ] TO [CPaccess]
GRANT SELECT ON [dbo].[DS_etc_etc_etc] TO [CPaccess]