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
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
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