We load in FME Server 2017 backup from FME Server 2014. Specified Email (IMAP) publications was validated and it was ok. After 7 days FME Server stop getting mails and we have to push validate again. Is there any configuration for this or how to make it work without stoping?
- Home
- Forums
- FME Form
- Integration
- Email (IMAP) stop working after 7 days
Email (IMAP) stop working after 7 days
- December 8, 2017
- 12 replies
- 20 views
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
12 replies
- 364 replies
- December 9, 2017
Do you notice anything amiss in the email log? If you navigate in the Resources to Logs > Core > Current > Publishers > email.log
- Safer
- 422 replies
- December 11, 2017
Do you notice anything amiss in the email log? If you navigate in the Resources to Logs > Core > Current > Publishers > email.log
Please share the log that jlutherthomas asked about.
- Contributor
- 120 replies
- September 21, 2018
Hi,
I'm working on this issue also. email.log doesn't give anything much (picture below). Also, IMAP service remains unchanged.

Cheers,
Zelimir
- Safer
- 214 replies
- September 21, 2018
Hi,
I'm working on this issue also. email.log doesn't give anything much (picture below). Also, IMAP service remains unchanged.

Cheers,
Zelimir
Would you mind sending the imap.log? It's in the same folder as the email.log.
Thanks,
Sienna
- Contributor
- 120 replies
- September 24, 2018
Would you mind sending the imap.log? It's in the same folder as the email.log.
Thanks,
Sienna
log is provided szgdds3-imap.txt
I've hidden e-mail address for security reasons.
- Safer
- 214 replies
- September 24, 2018
It could potentially be occurring on the side of the email provider. Could you talk to whoever manages the email accounts and see if they can find anything on the email side which may say if/why they're disallowing the connection?
How often are you polling the imap service? If you make it less frequent will it still stop after 7 days?
Thank you for sending the log. It looks normal, would you mind looking through the old logs when the configuration stopped working and see if there is more info on that day? Were there any errors in the log?
Thanks,
Sienna
- Contributor
- 120 replies
- November 23, 2018
It could potentially be occurring on the side of the email provider. Could you talk to whoever manages the email accounts and see if they can find anything on the email side which may say if/why they're disallowing the connection?
How often are you polling the imap service? If you make it less frequent will it still stop after 7 days?
Thank you for sending the log. It looks normal, would you mind looking through the old logs when the configuration stopped working and see if there is more info on that day? Were there any errors in the log?
Thanks,
Sienna
Yeah, sorry for not replying. I couldn't find anything wrong in logs from days later. It seems that this problem randomly occurs. It took some time (few months) since last occurence.
We've contacted e-mail administrator. They didn't touch anything on their side for few years.
Service is polling every 1 minute. We can't go lower than that.
Just an idea: If we delete this IMAP service and create new one (with same parameters) from scratch... can it work? Gonna try that and see what happens next few weeks.
I'd appreciate any new idea
Cheers.
- Influencer
- 313 replies
- November 25, 2018
I can't answer the "why" in relation to the Imap issue, but this is similar to the issue we had with a network directory watching at a client, that was caused by a network disconect due to something (e.g. backup, etc). Again, it was fixed by validating. So we validate Notifications (via schedule) on all our FME Server and our clients FME Servers at least daily. And we remove any websocket connections created by topic monitoring. Attached is the FME Workspace...with the end removed, so you can decide how you notify yourself (we utilise SMS).
We also monitor our abiity to send and receive emails from FME Server, but that is a far more complex process, and not one that I can share.
- Safer
- 214 replies
- November 26, 2018
Yeah, sorry for not replying. I couldn't find anything wrong in logs from days later. It seems that this problem randomly occurs. It took some time (few months) since last occurence.
We've contacted e-mail administrator. They didn't touch anything on their side for few years.
Service is polling every 1 minute. We can't go lower than that.
Just an idea: If we delete this IMAP service and create new one (with same parameters) from scratch... can it work? Gonna try that and see what happens next few weeks.
I'd appreciate any new idea
Cheers.
Hello @zzupljanin,
I'm sorry you are experiencing this issue again. I would try recreating the IMAP service and trying again. Or you could try what Todd suggested above. If you are still encountering an issue, could you please open a support case? https://www.safe.com/support/report-a-problem/
Kind Regards,
Sienna
- 49 replies
- December 31, 2018
I'm having a similar issue too with FME Server 2018.1.1 in which it will stop polling an IMAP e-mail address. This is a huge issue and I hope it can be fixed soon as I have filed a report with Safe about it.
- Contributor
- 120 replies
- July 4, 2019
I can't answer the "why" in relation to the Imap issue, but this is similar to the issue we had with a network directory watching at a client, that was caused by a network disconect due to something (e.g. backup, etc). Again, it was fixed by validating. So we validate Notifications (via schedule) on all our FME Server and our clients FME Servers at least daily. And we remove any websocket connections created by topic monitoring. Attached is the FME Workspace...with the end removed, so you can decide how you notify yourself (we utilise SMS).
We also monitor our abiity to send and receive emails from FME Server, but that is a far more complex process, and not one that I can share.
Hi, this is really nice.
Another same problem occurred recently. We're considering applying your workaround.
One question though:
On last step, I see you're testing if http response is 204. If it is, all is ok. If it's not then you send SMS.
Why are you testing 204 and not 200?
I'm only getting 200 response, which does seem that is ok, but your tester sends this to send SMS portion.
Regards,
Želimir
- Influencer
- 313 replies
- July 5, 2019
Hi, this is really nice.
Another same problem occurred recently. We're considering applying your workaround.
One question though:
On last step, I see you're testing if http response is 204. If it is, all is ok. If it's not then you send SMS.
Why are you testing 204 and not 200?
I'm only getting 200 response, which does seem that is ok, but your tester sends this to send SMS portion.
Regards,
Želimir
Hi @zzupljanin,
I'm on holiday at the moment, so no don't have FME software close at hand, but I looked at the process in a texteditor. I believe the tester that references an http status 204 follows httpcaller_7. That httpcaller is a "Put" and appears to be working on updating a subscriber.
From the documentation a 204 is a success for this call...https://demos-safe-software.fmecloud.com/fmerest/apidoc/v3/#!/notifications/put_put_28
Cheers,
Todd
We load in FME Server 2017 backup from FME Server 2014. Specified Email (IMAP) publications was validated and it was ok. After 7 days FME Server stop getting mails and we have to push validate again. Is there any configuration for this or how to make it work without stoping?
Do you notice anything amiss in the email log? If you navigate in the Resources to Logs > Core > Current > Publishers > email.log
Do you notice anything amiss in the email log? If you navigate in the Resources to Logs > Core > Current > Publishers > email.log
Please share the log that jlutherthomas asked about.
Hi,
I'm working on this issue also. email.log doesn't give anything much (picture below). Also, IMAP service remains unchanged.

Cheers,
Zelimir
Hi,
I'm working on this issue also. email.log doesn't give anything much (picture below). Also, IMAP service remains unchanged.

Cheers,
Zelimir
Would you mind sending the imap.log? It's in the same folder as the email.log.
Thanks,
Sienna
Would you mind sending the imap.log? It's in the same folder as the email.log.
Thanks,
Sienna
log is provided szgdds3-imap.txt
I've hidden e-mail address for security reasons.
It could potentially be occurring on the side of the email provider. Could you talk to whoever manages the email accounts and see if they can find anything on the email side which may say if/why they're disallowing the connection?
How often are you polling the imap service? If you make it less frequent will it still stop after 7 days?
Thank you for sending the log. It looks normal, would you mind looking through the old logs when the configuration stopped working and see if there is more info on that day? Were there any errors in the log?
Thanks,
Sienna
It could potentially be occurring on the side of the email provider. Could you talk to whoever manages the email accounts and see if they can find anything on the email side which may say if/why they're disallowing the connection?
How often are you polling the imap service? If you make it less frequent will it still stop after 7 days?
Thank you for sending the log. It looks normal, would you mind looking through the old logs when the configuration stopped working and see if there is more info on that day? Were there any errors in the log?
Thanks,
Sienna
Yeah, sorry for not replying. I couldn't find anything wrong in logs from days later. It seems that this problem randomly occurs. It took some time (few months) since last occurence.
We've contacted e-mail administrator. They didn't touch anything on their side for few years.
Service is polling every 1 minute. We can't go lower than that.
Just an idea: If we delete this IMAP service and create new one (with same parameters) from scratch... can it work? Gonna try that and see what happens next few weeks.
I'd appreciate any new idea
Cheers.
I can't answer the "why" in relation to the Imap issue, but this is similar to the issue we had with a network directory watching at a client, that was caused by a network disconect due to something (e.g. backup, etc). Again, it was fixed by validating. So we validate Notifications (via schedule) on all our FME Server and our clients FME Servers at least daily. And we remove any websocket connections created by topic monitoring. Attached is the FME Workspace...with the end removed, so you can decide how you notify yourself (we utilise SMS).
We also monitor our abiity to send and receive emails from FME Server, but that is a far more complex process, and not one that I can share.
Yeah, sorry for not replying. I couldn't find anything wrong in logs from days later. It seems that this problem randomly occurs. It took some time (few months) since last occurence.
We've contacted e-mail administrator. They didn't touch anything on their side for few years.
Service is polling every 1 minute. We can't go lower than that.
Just an idea: If we delete this IMAP service and create new one (with same parameters) from scratch... can it work? Gonna try that and see what happens next few weeks.
I'd appreciate any new idea
Cheers.
Hello @zzupljanin,
I'm sorry you are experiencing this issue again. I would try recreating the IMAP service and trying again. Or you could try what Todd suggested above. If you are still encountering an issue, could you please open a support case? https://www.safe.com/support/report-a-problem/
Kind Regards,
Sienna
I'm having a similar issue too with FME Server 2018.1.1 in which it will stop polling an IMAP e-mail address. This is a huge issue and I hope it can be fixed soon as I have filed a report with Safe about it.
I can't answer the "why" in relation to the Imap issue, but this is similar to the issue we had with a network directory watching at a client, that was caused by a network disconect due to something (e.g. backup, etc). Again, it was fixed by validating. So we validate Notifications (via schedule) on all our FME Server and our clients FME Servers at least daily. And we remove any websocket connections created by topic monitoring. Attached is the FME Workspace...with the end removed, so you can decide how you notify yourself (we utilise SMS).
We also monitor our abiity to send and receive emails from FME Server, but that is a far more complex process, and not one that I can share.
Hi, this is really nice.
Another same problem occurred recently. We're considering applying your workaround.
One question though:
On last step, I see you're testing if http response is 204. If it is, all is ok. If it's not then you send SMS.
Why are you testing 204 and not 200?
I'm only getting 200 response, which does seem that is ok, but your tester sends this to send SMS portion.
Regards,
Želimir
Hi, this is really nice.
Another same problem occurred recently. We're considering applying your workaround.
One question though:
On last step, I see you're testing if http response is 204. If it is, all is ok. If it's not then you send SMS.
Why are you testing 204 and not 200?
I'm only getting 200 response, which does seem that is ok, but your tester sends this to send SMS portion.
Regards,
Želimir
Hi @zzupljanin,
I'm on holiday at the moment, so no don't have FME software close at hand, but I looked at the process in a texteditor. I believe the tester that references an http status 204 follows httpcaller_7. That httpcaller is a "Put" and appears to be working on updating a subscriber.
From the documentation a 204 is a success for this call...https://demos-safe-software.fmecloud.com/fmerest/apidoc/v3/#!/notifications/put_put_28
Cheers,
Todd
Helpful Members This Week
- redgeographics
15 votes
- philippeb
10 votes
- virtualcitymatt
7 votes
- j.botterill
7 votes
- ebygomm
5 votes
- david_r
5 votes
- s.jager
4 votes
- lambertus
4 votes
- xiaomengatsafe
3 votes
- a-a-ron
3 votes
Recently Solved Questions
Community Stats
- 32,055
- Posts
- 121,717
- Replies
- 39,681
- Members
Latest FME
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Scanning file for viruses.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKThis file cannot be downloaded
Sorry, our virus scanner detected that this file isn't safe to download.
OKCookie policy
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
Cookie settings
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.



