Skip to main content
Solved

Python Exception

  • March 22, 2023
  • 5 replies
  • 65 views

Forum|alt.badge.img+1

We used to have the following 'Emailer' Transformer in our FME Desktop /Server 2021.2.2 and it worked fine:image 

However after upgraded to 2022.2.3, we experienced the following Python Exception error for Emailer:

imageAny idea how to fix that? Thanks.

Best answer by nielsgerrits

Hi @nielsgerrits​ 

Just to confirm, do you mean to first uninstall 'Emailer' Transformer from my FME Desktop (right click on Emailer in Transformer Gallery and Delete)?

Then Download the following latest Emailer from Hub?

imageThen save the above downloaded emailer in the default Transformer folder for Workbench to use?

Sorry still relatively new to the process. Thanks.

Probably multiple ways to do this, but onder tools, options is a menu with packages, you can uninstall those there. Then simply enter emailer in the canvas, select it and it will reinstall.

 

On a second thought, what is the selected python version? See the navigator, under scripting.

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.

5 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • March 22, 2023

It is an FME HUB transformer now, can you try to uninstall and reinstall it?


Forum|alt.badge.img+1
  • Author
  • 20 replies
  • March 22, 2023

Hi @nielsgerrits​ 

Just to confirm, do you mean to first uninstall 'Emailer' Transformer from my FME Desktop (right click on Emailer in Transformer Gallery and Delete)?

Then Download the following latest Emailer from Hub?

imageThen save the above downloaded emailer in the default Transformer folder for Workbench to use?

Sorry still relatively new to the process. Thanks.


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • March 22, 2023

Hi @nielsgerrits​ 

Just to confirm, do you mean to first uninstall 'Emailer' Transformer from my FME Desktop (right click on Emailer in Transformer Gallery and Delete)?

Then Download the following latest Emailer from Hub?

imageThen save the above downloaded emailer in the default Transformer folder for Workbench to use?

Sorry still relatively new to the process. Thanks.

Probably multiple ways to do this, but onder tools, options is a menu with packages, you can uninstall those there. Then simply enter emailer in the canvas, select it and it will reinstall.

 

On a second thought, what is the selected python version? See the navigator, under scripting.


Forum|alt.badge.img+1
  • Author
  • 20 replies
  • March 22, 2023

Great advice! Ran the following updates and the error gone away:

image 

However, still no e-mail received. Reviewed the workspace closely and noticed there was no activities after the indicated '?' part?imageIt worked before the upgrade. Under 'ChangeDetector', should I change from the connected 'Inserted' to 'Unchanged' for that 18 rows of data that we need?

 


Forum|alt.badge.img+1
  • Author
  • 20 replies
  • March 22, 2023

By changing the connector to 'unchanged' seems to fix it.

Thank you for your help @nielsgerrits​ !