Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Prasanna3
Contributor
Contributor

Connection Reset Error

Hi Team,

W​e are using azure server to process the feeds into database everytime we are getting connection reset error

And do we have any retry connection parameters in talend ​if yes please suggest me

Can someone please tell me how to resolve that ?

Thanks,

Prasanna​

Labels (4)
2 Replies
Anonymous
Not applicable

Hi

No a parameter or a direct way can be used to retry the connection, this post might be helpful, using tLoop to retry the DB connection until it is successful.

 

Regards

Shong

gjeremy1617088143

Hi, for a sql server database for example : you can check the state of the connection with :

((java.sql.Connection)conn_tDBConnection_1).isValid(3000)

or

((java.sql.Connection)conn_tDBConnection_1).isClosed()

 

if your db connection is in a preJob and there is no component after you can relaunch the connection with :

tDBConnection_1Process(globalMap)

 

Send me love and kudos