You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I'm trying to read a pop3 mail server with the tpost component.
The connection is ok but I keep getting the error. I don't know what i'm doing wrong.
Connection is with a gmail account.
Exception in component tPOP_1
java.io.FileNotFoundException: 20120705-160617_1.mail/. (No such file or directory).
In the filepattern i filled in:
TalendDate.getDate("yyyyMMdd-hhmmss") + "_" + (counter_tPOP_1 + 1) + ".mail"
Last edited by reddata (2012-07-05 16:35:31)
Offline

Hi
Welcome to Talend Community!
I believe you made a mistake here. You filled 'Output directory' with the following expression.
TalendDate.getDate("yyyyMMdd-hhmmss") + "_" + (counter_tPOP_1 + 1) + ".mail"
Regards,
Pedro
Offline
Hi Pedro,
Still getting the same error: java.io.FileNotFoundException: C:/Temp/Mail/20120706-103402_1.mail (No such file or directory).
Thanks in advance for your help.
Last edited by reddata (2012-07-06 10:36:12)
Offline
Pages: 1