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: 
Ameyy
Contributor
Contributor

Sql server socket connection reset error

Getting this error.. when loading data from sql server to oracle.

com.Microsoft.sqlserver.jdbc.SQLServer exception: Java.net.socket exception. Connection reset. It happens after a hour of loading data. Any idea why and where can I fix this

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Could you please try to set JDBC provider as Microsoft instead of open source JTDS to see if it works?

We will appreciate it a lot if you could post your job design screenshots here.

Best regards

Sabrina

View solution in original post

2 Replies
gjeremy1617088143

You ca try to catch this error then :

java.sql.Connection conn_tDBConnection_1.isValid(10) to see if your connection is till ok.

Then if you have your tdbconnection at the end of a prejob and if your connection is not ok you can call it at any time to process : tDBConnection_1Process(globalMap).

and after you run the rest of the job

 

Send me Love and Kudos

 

Anonymous
Not applicable

Hello,

Could you please try to set JDBC provider as Microsoft instead of open source JTDS to see if it works?

We will appreciate it a lot if you could post your job design screenshots here.

Best regards

Sabrina