We have a workspace with a python caller that uses the office365-module. In FME-Desktop it always works fine, on FME-Server it works when the workbench is run directly. But when it's run within an automation, it sometimes fails with the following message:
Python Exception <ModuleNotFoundError>: No module named 'office365'
(The automation is running every night as on of many other automations, but we only run the workspace directly during the day, when not much else is running. Tthis may be a reason why it fails within the automation...?)
We compared the logfiles of a failed job with one of a successful job. Obviously, the office365-module is not the only one that's not beeing loaded...?
I attached the two logfiles in a zip-File.
We use FME 2019.2.1.0 and python-3.6.8 (own python interpreter)
Any help would be appreciated.
Thanks, Vera