We face the following error and pega application is freezing.
It seems be related to report definition, but I’m not sure how I resolve the issue.
Do you know how I resolve the issue?
It is occurring many times..
An error occured on executing the query for the report definition - There was a problem getting a list:
code: 0 SQLState: 57014 Message: ERROR: canceling statement due to user request
@YukiS888 please could you check PDC and your logs to find which Pega ALERT errors are linked to this?
Can you pin down the SQL which is causing these errors?
If the issue occurs specifically due to a custom report definition, then likely you will need to log a support incident and provide these details so that Cloud team can check which DB parameter wal_buffers need to be increased to certain value and perhaps an index creation may help.
This is best dealt with by logging a support incident.
@Maramreddy I believe that the issue came down to the fact that there was one report definition which was taking a long time, and caused Page List update failures.
The solution was to set the Report Definition timeout to 120s on the client side.