Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

connector timeout configuration in EIC

Mareetta
New Contributor III
New Contributor III

Where can we see the default connector timeout configuration in 23.5 version

3 REPLIES 3

khalidakhter
Saviynt Employee
Saviynt Employee

Hi @Mareetta 

You can find the default timeout configuration in the import section in their respective connector guides.
Example: AD connector
https://docs.saviyntcloud.com/bundle/AD-v23x/page/Content/Configuring-the-Integration-for-Importing-...

Mareetta
New Contributor III
New Contributor III

Could you help with DB connection timeouts? I couldn't find any sample in the docs. Is it using CONNECTIONPROPERTIES? In logs, I see this value. 

vivekmohanty_pm
Saviynt Employee
Saviynt Employee

@Mareetta Currently the DB connector does not have any default timeout settings.

We have to set timeout settings in the Database URL itself. The timeout settings for a database URL can vary depending on the specific database you're using.

Example for MySQL database target: jdbc:mysql://localhost:3306/mydatabase?connectTimeout=5000&socketTimeout=60000

https://docs.saviyntcloud.com/bundle/Database-v23x/page/Content/Configuring-the-Integration-for-Impo...