Skip to main content
Solved

Workspace fail by command line

  • August 21, 2018
  • 4 replies
  • 12 views

mr_fme
Enthusiast
Forum|alt.badge.img+9

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

Best answer by erik_jan

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.

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.

4 replies

takashi
Celebrity
  • 7843 replies
  • August 21, 2018
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.

 


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • August 21, 2018

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.


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • August 21, 2018
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

 

 


mr_fme
Enthusiast
Forum|alt.badge.img+9
  • Author
  • Enthusiast
  • 145 replies
  • August 22, 2018

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.