Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
7map
Contributor II
Contributor II

Statistics not appering when launching task on remote exec

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

Labels (1)
6 Replies
Rahul_Kale
Support
Support

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.

mscarrick1
Partner - Contributor II
Partner - Contributor II

I get the same thing when executing a job on a remote exec server. I only see detailed statistics if its run on localhost.

Denis_Segard
Support
Support

Hello,
Do you have some lines about [statistics] in the execution console ? 

Denis_Segard_0-1779999474193.png

Kind regards
Denis

7map
Contributor II
Contributor II
Author

Hello, 

I'm using Talend Cloud API Services Platform (R2026-1)

I do have logs regarding statistics that seems refused : 

7map_0-1780041967619.png

 

Rahul_Kale
Support
Support

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,

  • Open port (e.g. 4005) from Remote Engine → Studio
  • Or set fixed port range in:
    Preferences > Run/Debug > Stats port range
  • Or disable Statistics (no visuals)
7map
Contributor II
Contributor II
Author

I think my port range was already good ? 

7map_0-1780057335073.png

 

Could you tell me more about how to open (and where to find) the port on the Remote Engine ?

 

Thanks in advance