Error when querying database

Certified Senior Developer

I get the following error when trying to query a data store entity using an expression rule from the process model. (CDT and rule name changed for purpose of forum post)

 

ERROR:An error occurred while evaluating expression: APP_CDT_LIST:rule!APP_getAllApplicationsByDateRange(startDate: pv!startDate, endDate:pv!endDate) (Expression evaluation error in rule 'app_getallapplicationsbydaterange' at function a!queryEntity [line 8]: An error occurred while retrieving the data.) (Data Outputs)

  Discussion posts and replies are publicly visible

Parents
  • Hi Mattk,

    This the generic error. There might be many cases that we get this type of error.
    When the data is exceeding more than 1mb
    when the querying time is taking more that 10 seconds.
    when the User doesnot have proper rights to read the view(in case synonyms are used) etc.

    Please check the logs to get the specific error.
Reply
  • Hi Mattk,

    This the generic error. There might be many cases that we get this type of error.
    When the data is exceeding more than 1mb
    when the querying time is taking more that 10 seconds.
    when the User doesnot have proper rights to read the view(in case synonyms are used) etc.

    Please check the logs to get the specific error.
Children
No Data