Question
Members Equity Bank Pty Ltd
AU
Last activity: 3 Feb 2020 11:26 EST
BIX Query timeout
Hi ,
We have a scenario where the BIX query is timing out . How and where is this timeout configured? Is this configured within Pega which is used for JDBC timeout setting?
Thanks in advance
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Pegasystems Inc.
FR
Hello,
Which timeout is it? Can we see it, do you have anything on the logs or on Fiddler?
Pegasystems Inc.
GB
Has these recommended settings been applied?
Members Equity Bank Pty Ltd
AU
These are not applied but I do not think these related to query timeout .
Below is from the logs
These are not applied but I do not think these related to query timeout .
Below is from the logs
Pegasystems Inc.
FR
Hello,
This is apparently a timeout from the database. Have a look into your PegaALERTS logs and get the query. Then run that same query outside Pega using a database tool and check the result with your DBA
Members Equity Bank Pty Ltd
AU
If it was a timeout from database, it would have timedout from outside pega as well. However this does not timeout from outside Pega. I strongly believe this is JDBC timeout. However need the details on how to resolve this from Pega.
Pegasystems Inc.
IN
Hi Binod,
Can you trace the sql query and run it directly from sql developer/pgadmin studio.Please verify how much time it takes to run execute the query.If it is taking more time then you can either optimize the query to improve its performance or increase timeout.
Thanks,
Abhinav
Pegasystems Inc.
GB
Are you running BIX through the designer studio or via a script? How is the data being extracted? XML, CSV or target database?
Please confirm your version.
Members Equity Bank Pty Ltd
AU
The BIX is run from a script. and the data is extracted to a target database. The Pega version being used is 7.4
Pegasystems Inc.
IN
Hi Binod,
Below URL should help in understanding.
Thanks
Pegasystems Inc.
IN
Hi BinodG12,
After collecting the query from PRPC and running the query from DB ,If the query gets timed out from DB ,we need to increase from DB query time out value .
If the query timeout is set will necessary value ,kindly raise SR by hotline asking for the HFIX-50605 and Add below DSS.
- Setting purpose :-"BIX/selectQueryTimeout"
- Rule set :- "Pega-Rules".
- Value :- << Highest value which required for the query to run in seconds >>
As we have 30 sec minimal for BIX query till 7.4 version of the PRPC.