Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a problem when lauching a task on remote exec.
When doing so, I loose the visual traces of execution (what the job is doing, nb of rows going through ect...)
I still have access to the text logs.
Any suggestions on how to fix this issue ?
Best regards
Hello 7map,
Thank you for reaching out to the Qlik community.
Could you please confirm which Talend version (7.x / Cloud) you’re using, with this we can point you to the exact reason.
I get the same thing when executing a job on a remote exec server. I only see detailed statistics if its run on localhost.
Hello,
Do you have some lines about [statistics] in the execution console ?
Kind regards
Denis
Hello,
I'm using Talend Cloud API Services Platform (R2026-1)
I do have logs regarding statistics that seems refused :
Hello 7map,
This is a classic Talend Remote Engine statistics issue. The Studio normally opens a local socket (default port 4005) to receive runtime statistics (rows processed, component activity, etc.). When running on Remote Engine, the job tries to send statistics back to the Studio via that socket — but: The Remote Engine cannot connect back to your Studio machine, and hence you are getting 'connection refused'.
To fix this issue,
I think my port range was already good ?
Could you tell me more about how to open (and where to find) the port on the Remote Engine ?
Thanks in advance