Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a simple job that takes a csv file that has been generated from a snowflake table and uploads to a S3 Bucket.
When i run the job locally in talend studio 8 it runs fine and uploads the file. When i publish to Talend Cloud it runs and shows successful but then file doesn't upload to the bucket.
When i check the logs i see a error as below
tS3Put_1 - Unable to calculate MD5 hash: c:\folder\folder\filename.csv (The system cannot find the file specified).
Full access is granted to the folders
Hello,
Is your CSV file actually present on your talend cloud server and do you have the right permissions?
Best regards
Sabrina
Hi Sabrina,
The file is on the same server as the remote engine.
The folders are shared and Everyone has full access