Error: There has been an issue; please consult your system administrator
We are uploading google sheet and copying those data into pagelist on click of button. We are validating those data after copying into pagelist and displaying only error data's in the screen.
We are validating a pagelist which have more than 5000 pages. Each page have 10 fields. We are validating all the fields in pagelist. Some of the validations checking with external db. These validations taking more than 10 minutes and displaying error- There has been an issue; Please consult your system administrator.
When we have less than 3500 records it is taking 8-9 minutes and returning data without any issue.
Whenever it takes more than 10 minutes this error is coming in screen.
When we refresh the screen all the data were loaded correctly in pagelist as expected. When I inspect the screen, found server responded with status of 500. Nothing in pega logs and I can see Alert PEGA0017 in alert logs.