Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, i try to download mails from a local exchange using tpop with imap.
If there is no attachment it works fine.
But if there is an attachment it downloads the mail again and again inside the same file and after 2 GB it throws an error.
Why can't i download mails with attachments? Is there anything additional i need to configure in talend oder exchange server?
Here is my configuration:
Thanks in Advance
Jan
Hello,
Is it working well when creating a job that downloads alone without deleting option?
Could you please upload a screenshot of your job design settings?
tFileInputMail is always used with tPop together.
tPop_1--iterate--tFileInputMail
In the file name field of tFileInputMail, input:
((String)globalMap.get("tPOP_1_CURRENT_FILEPATH"))
((String)globalMap.get("tPOP_1_CURRENT_FILEPATH")) is a global variable, normally, press ctrl+blank in any text field, you will see a list of global variables and choose the proper one.
Feel free to post your issue here.
Best regards
Sabrina
Hi,
it does not work without delete too.
At first it would be enough to just download the mails without using the input again.
It’s not the first time we use this component but the first time we have trouble with the download.
Best regards
Jan
Hello,
Would you mind posting your job design screenshots here which will be helpful for us to understand your current situation and address your issue?
Are you facing this issue on talend V 8?
Best regards
Sabrina
Hi, sorry I was on vacation.
Here is the job design. I got this from my collegue, its working on his case.
Download only the first mail was a test, but I got the same error.