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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tS3Get didn't work with componentOk properly

Hi
I am facing some issue using tS3Get component.
Control moves to component next to tS3Get connected using componentOk even in case of failure in tS3Get like "com.amazonaws.AmazonClientException: Unable to store object contents to disk: Read timed out".
It there any way to ensure, if the downloaded file by tS3Get is vaild or not??
Labels (3)
7 Replies
Anonymous
Not applicable
Author

Hi,
Would you mind posting your current job design screenshot into forum? What does your work flow look like? Does this issue repro when use "OnSubjobOk" connector?
Best regards
Sabrina
Anonymous
Not applicable
Author

I have attached my sample workflow. If I get Read timeout in tS3Get, job executes tjava_1, it should not be like this. ComponentOk should block this. 
yes, I have tried it with subjobOk also. it shows similar behaviour.
   0683p000009ME57.png
Anonymous
Not applicable
Author

Hi,
Can you upload again the screenshots or attachment you wanted to show, please? For some reason it didn't make it to your post.
Best regards
Sabrina
Anonymous
Not applicable
Author

i have reattached the screenshot in previous comment itself.
Anonymous
Not applicable
Author

is there any way to throw exception from tS3Get in case of read timeout from S3??
Anonymous
Not applicable
Author

Hi,
Have you tried to checked out "Die on error" option on tS3Get component to see if there is any exception printed on console?
Best regards
Sabrina
Anonymous
Not applicable
Author

yes, with or without Die on error  exception is printed on console but the issue is it goes with componentOk link and start executing the next component connected to it.