Skip to main content
Question

email sent and received but attachment doesn't make it

  • March 16, 2018
  • 2 replies
  • 9 views

annette2
Contributor
Forum|alt.badge.img+11

Hi,

I'm trying to send an email with an attachment where the attachment comes from a shared resource.

$(FME_SHAREDRESOURCE_DATAADA)/Rapporttoattach.xlsx

I'm using this workflow

I receive the email but without the attachment. The shared resource does exist.

Any ideas on how to troubleshoot why the attachment doesn't arrive?

Thanks,

Annette

This post is closed to further activity.
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.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • March 16, 2018

I think that workflow uses the FMEServerEmailGenerator custom transformer. Since then the Emailer has been introduced, have you tried that one?


lau
Forum|alt.badge.img+3
  • 65 replies
  • March 16, 2018

Hi Annette,

I encountered similar issue few years ago but it was on FME Server 2015. The problem came because of the custom shared resource. They were not initialised when I worked with Controller/Worker workspaces. In the Controller, the macro was initialised but in the worker it remained blank.

If you use a ParameterFetcher followed by a logger can you see if your macro is well set?