Timeout for In-Memory DB (OLAP) Requests
Jedox In-Memory DB requests can be canceled in the event of a web services shutdown after a defined time period. Once the time period is reached, all active In-Memory DB requests from the client will be canceled. The timeout period is defined with the following modification to palo_config.xml:
<network_timeout>xx</network_timeout>
where xx is the amount of time, in milliseconds, for the timeout. A value of 0 results in no timeout.
Example setting for a 20-second timout period: <network_timeout>20000</network_timeout>
Updated September 27, 2022