Question
Increase the VBD Cache timeout value
Hi,
We have a issue in PROD with VBD. It is failing with timeout exception. Can someone suggest, how to increase the VBD Cache timeout Like it was suggested in below article? The table structure is as below and am not clear about the instructions to insert a record and configure the timeout, can someone suggest?
https://pdn.pega.com/support-articles/recurrent-sockettimeoutexception-vbd-and-adm-multi-node
Name Null Type
------- -------- ------------------
PZKEY NOT NULL VARCHAR2(255 CHAR)
PZVALUE VARCHAR2(255 CHAR)
Exception:
Unable to query VBD: Could not access HTTP invoker remote service at [https://PEGAadmvbd.web.be.intranet:443/vbd/service/vbdService]; nested exception is java.net.SocketTimeoutException: Read timed out
Hi All,
Below is my understanding on the query according to article, did anyone use same and can confirm?
insert into PEGD.pr_data_vbd_config (PZKEY, PZVALUE) values ('vbd.datasource.eviction.timeout','120000');