Record - Error evaluating UI expression

Hi All,

We are facing a issue while loading "Record" list view, getting this error.

The Requested Record Type Is Not Available

An error occurred while retrieving the data for “Payment Claim”. (APNX-1-4205-003)

It was working fine but suddenly it started throwing this issue in higher environments. We tried removing all the columns but sill same issue persists.

Source of the record is a MySQL view. Not able to find the record error trace in logs (Cloud).

 

Thanks in advance.

 

 

  Discussion posts and replies are publicly visible

Parents
  • can you check the jboss stdout log file , you should find error printed there most probably.
    Also can you try running the query directly on mysql Db and see the time taken for the query also run explain command and see what optimisation that can be identified , or can be done to you view.
    If you can provide error log that will provide more clues to understand the issue though.
Reply
  • can you check the jboss stdout log file , you should find error printed there most probably.
    Also can you try running the query directly on mysql Db and see the time taken for the query also run explain command and see what optimisation that can be identified , or can be done to you view.
    If you can provide error log that will provide more clues to understand the issue though.
Children
No Data