Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Where are you outputting the files?
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.
I suspected a remote engine would be required 🙂