cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

SQL Server Account Checkout Timeout

Schevus
New Contributor III

The documentation for the Checkout Timeout property of the SQL Server Account configuration mentions: โ€œAn exception will be thrown after the wait time has expired.โ€

Does anyone know what exception will be thrown? Dealing with seemingly random โ€œcom.microsoft.sqlserver.jdbc.SQLServerException: Connection resetโ€ exceptions, and wondering if we can narrow it down to an interaction with this configuration.

2 REPLIES 2

Schevus
New Contributor III

Bumping this. Surely someone from SnapLogic knows?

robin
Former Employee

@Schevus underneath you would see a java.sql.SQLException and an error message mentioning a timeout being โ€œencountered waiting for connectionโ€. โ€œConnection resetโ€ is more likely to be configuration- or network-condition related.