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: 
devanpeebles
Contributor III
Contributor III

Talend Job Server Temp Folder

We have a Job server installed on our windows on the 😧 but it seems to be using C:\Users\<user>\AppData\Local\Temp\ for some kind of temp storage(specifically large result sets from database queries in our case).  This is not desirable as we configure our servers specifically so the C: is only really for the OS.

 

How can we change that location so it uses a temp folder on 😧 instead?

Labels (2)
1 Solution

Accepted Solutions
devanpeebles
Contributor III
Contributor III
Author

Found the issue, this is not a talend issue, it's a problem with the jtds driver.  By default it tries to cache the entire result set from queries and for large result sets it uses the temp drive storage.

 

Setting useCursors=true in the connection string prevents this.

View solution in original post

1 Reply
devanpeebles
Contributor III
Contributor III
Author

Found the issue, this is not a talend issue, it's a problem with the jtds driver.  By default it tries to cache the entire result set from queries and for large result sets it uses the temp drive storage.

 

Setting useCursors=true in the connection string prevents this.