Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2024 05:49 AM
Hi,
We are trying to put the connection timeout settings for our DB (DB2) connector.
Please help us know if the same configuration as in Connection timeout in DB connector (oracle) - Saviynt Forums - 51790 helps for DB2.
Also, could you share what is the default value Saviynt considers for connectiontimeout and sockettimeout.
Thank you,
Regards,
Kalyani.K
09/04/2024 07:13 AM
To configure these settings for a DB2 connector, you can add the following properties in the connection JSON or as part of the connection URL:
In Saviynt, the default values for connectiontimeout and sockettimeout for database connectors (such as DB2 or Oracle) are generally infinite. This means that unless you explicitly configure these timeouts, the system will wait indefinitely:
Connection Timeout (connectiontimeout):
Socket Timeout (sockettimeout):
These default settings mean that if the database server is unreachable or slow to respond, the connection attempt may hang indefinitely. Configuring these timeouts is a good practice to avoid such issues and ensure your application can handle connectivity problems more gracefully.