Problem in query entuty

Hi,

I am facing very weird issue when I am using the query entity the issue is like that
"Expression evaluation error at function a!queryEntity: An error occurred while retrieving the data."

For that, I am using View for retrieve the data from db

I am using query entity like that.,but I am getting the above problem..
a!queryEntity(
entity: cons!BPMF_V_BPMF_TASK_DETL,
query: a!query(
selection: a!querySelection(
columns: {
a!queryColumn(
field : "REQ_TYPE_NME"
)
}
),
pagingInfo : a!pagingInfo(
startIndex: 1,
batchSize : 1
)
))


But I am creating query rule for the same entity(View)..it is working fine
I am not sure where i am doing wrong please help.

OriginalPostID-247419

  Discussion posts and replies are publicly visible

Parents Reply Children
  • 0
    A Score Level 2
    in reply to mohammedz
    Hi mohammedz,
    The log for the above problem is clearly saying like
    ) Caused by: org.hibernate.JDBCException: This query did not finish within the timeout period: could not execute query

    Time out issue. By default the time out period for QE is 10 sec unless you change the configuration.

    Are you seeing the same issue as well? Please do check your logs. If you encounter same issue, try to tune the view/table.