Issue 30945 — SOP U2.0: Default request time-out (rto) does not work as documented
Status: Solved in 10.2.01
Solution available in patch(es): MX07 G101
Description:
Summary: Uniface: According to the documentation the SOP connector has a request time-out (rto) of 30,000 milliseconds (30 seconds). But when the connector option is not specified then a request will never time-out when using the U2.0 connector. Environment: +Uniface: Version 9.x +Operating System: OS independent +Database: DBMS independent +Additional: SOP U2.0 connector Symptoms: According to the documentation the SOP connector has a request time-out (rto) of 30,000 milliseconds (30 seconds). But when the connector option is not specified then a request will never time-out when using the U2.0 connector. Expectations: the SOP connector should have a default request time-out of 30,000 milliseconds (30 seconds).
Workaround:
Explicitly specify a request time-out of 30,000 milliseconds, as follows: usys$sop_params = rto=30000
Notes: