Skip to main content
Solved

Write FME server logfile to database

  • July 11, 2016
  • 1 reply
  • 15 views

stefanh
Contributor
Forum|alt.badge.img+8

The logfiles for FME-server are put in the following location: ...\\Logs\\engine\\current\\jobs\\

Would it be possible to write the logfiles to a database (SQLserver, Postgres) instead.

Best answer by erik_jan

As far as I know the log information shown in the FME server Job pages is written to the FME Server database.

You can access that database (default postgres) by a FME workspace and write the information to any format you want.

You can also use the FME Workbench text reader to read the log file and write the text lines to a database if that is what you need.

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.

1 reply

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • July 11, 2016

As far as I know the log information shown in the FME server Job pages is written to the FME Server database.

You can access that database (default postgres) by a FME workspace and write the information to any format you want.

You can also use the FME Workbench text reader to read the log file and write the text lines to a database if that is what you need.