Skip to main content
Solved

How to know time spent of transformers in FME Server?

  • August 2, 2017
  • 2 replies
  • 25 views

Forum|alt.badge.img

Hi,

In FME Desktop I can add a Header to know the time spent on each transformers.

FME_PROFILE_RESULT_CSV "filepath".

How can I do this on a FME Server?

Best answer by redgeographics

You can use the parameter $(FME_SHAREDRESOURCE_DATA) or $(FME_SHAREDRESOURCE_TEMP) to send it to the FME Server Resources. 

So I've added the line 

FME_PROFILE_RESULT_CSV $(FME_SHAREDRESOURCE_TEMP)report.csv

to the header of my workspace, uploaded it to FME Cloud, ran it and it generated a report.csv in the Temp folder in Resources

0684Q00000ArJzXQAV.png

Presumably a UNC network path would work too.

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

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • August 3, 2017

You can use the parameter $(FME_SHAREDRESOURCE_DATA) or $(FME_SHAREDRESOURCE_TEMP) to send it to the FME Server Resources. 

So I've added the line 

FME_PROFILE_RESULT_CSV $(FME_SHAREDRESOURCE_TEMP)report.csv

to the header of my workspace, uploaded it to FME Cloud, ran it and it generated a report.csv in the Temp folder in Resources

0684Q00000ArJzXQAV.png

Presumably a UNC network path would work too.


Forum|alt.badge.img
  • Author
  • August 4, 2017

You can use the parameter $(FME_SHAREDRESOURCE_DATA) or $(FME_SHAREDRESOURCE_TEMP) to send it to the FME Server Resources. 

So I've added the line 

FME_PROFILE_RESULT_CSV $(FME_SHAREDRESOURCE_TEMP)report.csv

to the header of my workspace, uploaded it to FME Cloud, ran it and it generated a report.csv in the Temp folder in Resources

0684Q00000ArJzXQAV.png

Presumably a UNC network path would work too.

perfect :)