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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

No output from Talend Studio job after running through Talend cloud

Hello Team,

I have published a Talend job to cloud and it is successfully published with Tasks and Artifacts created on Talend management console.

Now, when i ran the job manually through Talend Studio, it is running fine and generating required output files as well.

But when i am manually run the same task through Talend management console, it shows success and the logs also shows correct information of underlying job. But there is no output files generated.

I tried running simple jobs as well through Talend cloud, but no output from Talend studio job even though TMC task is successfull.

 

Talend Job Details:

Connect to AWS S3 and get the file from bucket using tS3Get component.

 

Thank you.

 

Labels (4)
3 Replies
Anonymous
Not applicable
Author

Where are you outputting the files?

Anonymous
Not applicable
Author

My source is AWS S3 and target is Local directory.

I got the resolution and issue is resolved now.

I installed Remote Engine on local machine and linked my cloud job to execute from remote engine.

This solved my problem.

Anonymous
Not applicable
Author

I suspected a remote engine would be required 🙂