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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] ts3Put loading data to S3 not working

Hi all
Im trying to load some data to S3 using the ts3Put component but it seems that the data never gets upload in S3 and Im not getting any error/exception message from Talend.
Only when checking the option "StatCatcher Statistics" in the ts3Put component Im able to see a null value in the output (see attached image)

Not sure If I need to configurate any specific client Parameters in the S3 connection or Im missing anything else.
I will appreciate some help on this.
Thanks!
Oscar
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Thank you so much guys!!
It worked like a charm, as easy as that 0683p000009MACn.png
Attached the final working job .
Thanks!
Oscar

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Hi Oscar,
use OnSubJobOk link from your S3 connection to Database coponent or connect S3 connection component after tPreJob...
and try again.
vaibhav
Anonymous
Not applicable
Author

as sanvaibhav said, you have to sequence your process.
first try to connect to s3 & if it's ok (onSubjob ok) manage your data.
ps : here you've got 2 startable component in Green (color). For Talend, it tell "ok launch 2 process at the same time (parallelize)".
in your case seems that the connection has not been established yet

regards
laurent
Anonymous
Not applicable
Author

Thank you so much guys!!
It worked like a charm, as easy as that 0683p000009MACn.png
Attached the final working job .
Thanks!
Oscar
Anonymous
Not applicable
Author

Hi Oscar,
Good that it worked like charm for you; and you also understood the significance of connecting links in proper way...
Thanks
vaibhav