QUESTION: Is there anyway to adjust the login timeout for MS SQL connections?
Periodically, I've been logging an error from the SQLExecutor transformer which appears to be related to timeout issues when connecting to a MS SQL database. The error below seems to occur at random and is hard to replicate on demand.
'Provider error (-247467259) Unable to complete login process due to delay in opening server connection'
I suspect that the connection, periodically, is talking longer then the timeout configured in FME. I know of the 'Command Timeout' parameter but as I understand it this is only applicable to the query length timeout, not the login connection timeout