Skip to main content
Solved

FME cmd.exe display transaction log

  • July 27, 2017
  • 2 replies
  • 64 views

Forum|alt.badge.img

I frequently use batch scripts to run series of workbenches in cmd.exe. I would really like to see the contents of the 'transaction window' or log file displayed in the cmd.exe window. I know I can look at the logs, but that is an extra step and not as useful.

Normally what displays is something like this, which doesn't explain what is happening in the transactions window or log file.

 

I really want to display this stuff in real time (not after the transaction complete):

 

Have I missed something, or is it not possible. Thanks in advance for your help

Best answer by timothyedoran

Thanks for the help. This command works exactly as I needed it to.

fme "C:\TEMP\standout.fmw" LOG_STANDARDOUT Yes
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • July 27, 2017

Hi @timothyedoran 

Yes! This is possible. simply append "LOG_STANDARDOUT Yes" to the FME.EXE command line, e.g:

fme "C:\TEMP\standout.fmw" LOG_STANDARDOUT Yes

Give it a go

EDIT: Changed LOGSTANDOUT to LOG_STANDARDOUT


Forum|alt.badge.img
  • Author
  • Best Answer
  • July 31, 2017

Thanks for the help. This command works exactly as I needed it to.

fme "C:\TEMP\standout.fmw" LOG_STANDARDOUT Yes