a!queryEntity() timeout

Hello!

We encountered a strange issue, one of our queries runs ok from oracle developer but sometimes ago started to fail in Appian. Appian reported it as rule error but in the log there is a timeout. We have it as 30 seconds and from oracle developer the query runs in 1-2 seconds.

What can cause such difference between using query from database tool and from appian?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    A Score Level 2
    in reply to sergeiz
    Hi Sergeiz, you can get the N number of records using pagingInfo and with out giving Filter parameter for Query Entity.
    We generally see that there will be noticeable difference between the running query directly in oracle DB and through Appian. But this is because some times the network latency and the load on the server.
    if you still see the issue. can you check all the servers are up and running fine?
Children