Skip to main content

Hi,

My Workspace run by command line...There is one Emailer transformer and other output shapefile. When I run by FME Desktop, the workspace run properly, but when I run by Task scheduler the log file show me TOTAL FEATURES WRITTEN 0, and the e-mail wasn´t sent. What I can do?

Thank´s

Firstly you can do check if there are some errors or warnings in the log. There could be a hint to find what you should do next.

 


Main issue with running by task scheduler is usually that you are not logged in.

That means that the same network mappings and privileges are not available.

The task scheduler uses (by default) a local system account to run, and that local system account probably has no rights to access the source data and send out the email.


Firstly you can do check if there are some errors or warnings in the log. There could be a hint to find what you should do next.

 

Unfortunately, the log files no have Warnings or Errors

 

 


Main issue with running by task scheduler is usually that you are not logged in.

That means that the same network mappings and privileges are not available.

The task scheduler uses (by default) a local system account to run, and that local system account probably has no rights to access the source data and send out the email.

Uhuu!

 

 

Solve me problem. Thank´s for your attention.

 

 


Reply