Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
param75
Contributor III
Contributor III

proxy socks tfilefetch

 I use a "tfilefetch" in a job to retrieve a file, and I have to use "tsetproxy" to use a socks proxy. The problem is that after my "tfilefetch" I have to update a mysql database which does not have to go through a socks proxy. Do you have an idea for either stopping the proxy or doing a tfilefetch via socks proxy without generating the other components?

Labels (3)
3 Replies
TRF
Champion II
Champion II

Hi,

Open the mySQL connection before the tSetProxy.

Should work.

TRF
Champion II
Champion II

Hi,

Does this works?

If so, thank's to mark your case as solved (Kudos also accepted).

param75
Contributor III
Contributor III
Author

Hello,

It did not work.

I had to use a tsystem and curl it in with my socks proxy.

The tfilefetch should be provided with a socks proxy in the next version.

 

Thank you