Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
roerjan
Contributor
Contributor

Infinite Loop with tPop if mail contains attachment

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.

0695b00000fKlBKAA0.png 

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:

0695b00000fKlBUAA0.png 

Thanks in Advance

Jan

Labels (2)
4 Replies
Anonymous
Not applicable

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

roerjan
Contributor
Contributor
Author

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

Anonymous
Not applicable

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

roerjan
Contributor
Contributor
Author

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.

 

0695b00000hs03UAAQ.png