You can translate the question and the replies:

Timeout setting for Denodo Admin tool

Hello Can i set some timeout value for denodo admin tool installed on my machine? Thanks
user
21-04-2021 05:45:09 -0400
code

3 Answers

Hi, I am able to change/update Timeout value in Denodo’s Virtual Data Port Administration Tool for both queries, as well as chunks, to define how long the client tool will be waiting. I am able to set the timeouts from the Administration Tool’s option by navigating : (Tools -> Admin Tool preferences -> Connection ). Or, I can manually set them in the configuration file: ‘VDBAdminConfiguration.properties’ at : <DENODO_CLIENT_HOME>/conf/vdp-admin/VDBAdminConfiguration.properties And updating the values at the corresponding properties : ``` vdbDataSource.vdpAdminDataSource.queryTimeout= vdbDataSource.vdpAdminDataSource.chunkTimeout= ``` Then restarting the tool. For more information please refer to the [Connection Parameters](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/starting_virtual_dataport/launching_the_administration_tool/tool_preferences#connection-parameters) section of the Virtual Dataport Administration Guide. Hope this helps!
Denodo Team
21-04-2021 17:36:56 -0400
code
Hello, I actually meant that some time to impose on my denodo client to be logged out after some minutes if found idle(no action) is/are performed through that,basically session time out. The values suggested above are basically connection between datasource to client, if i am understanding it correct. Thanks
user
27-04-2021 10:44:50 -0400
Hi, Currently, Denodo can configure Session Timeout only for its Web Tools, and the same functionality is not available for VDP Admin Tool. If you are a valid support user, you can contact the Support Team with an Enhancement Request ticket at the [Denodo Support Site](http://support.denodo.com). Hope this helps!
Denodo Team
30-04-2021 17:19:45 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here