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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend 5.4.1 - Mail component issue

Hello everybody,
I have a cMessagingEndpoint with the folowing argument:
"pop3s://email@pop10.hosteam.fr:995?password=...&consumer.delay=30000&folderName=INBOX&searchTerm.subject=RENAULT GEMPORT STOCK REPORT&searchTerm.fromSentDate=now-24h& delete=true&debugMode=false"
The problem is that the mail doesn't delete eventhough delete=true.
The mail is read and he's mark to seen but the route loops on this mail because he's not deleted.
If I execute this route in Talend Open Studio the mail is correctly deleted but if I deploy this route in our runtime container the mail is not deleted and that is the problem.
Could you help me please ?
Thx in advance for your support
Labels (2)
11 Replies
Anonymous
Not applicable
Author

Hi,
Not sure but possibly, the route is not running finished because this exception is thrown from cTalendJob.
You can do some test with more simple cTalendJob or replace the tFileInputExcel component with another input component, to see if this exception is the root cause or not.
HTH
Anonymous
Not applicable
Author

Yes I confirm.
If I deactivate the last subjob contaning the tFileInputExcel component the mail is correctly deleted.
But without this component I can't do anything 0683p000009MPcz.png