Skip to main content
Solved

Save progress on long translation, is it possible?

  • September 8, 2017
  • 2 replies
  • 20 views

Forum|alt.badge.img

Hi All,

I'm very new to FME, so I apologize if this is a silly question.

Is it possible to re-run only part of a translation?

I have a series of transformers (clippers and surface modelers) which make up my translation, the whole thing takes 6 hours to run. I let it run over night and when I checked the output file this morning I realized I messed up something in the last transformer.

I changed the parameter on the last transformer and it should be good now. Is it possible to just run the last transformer or should I re-run the whole thing and wait 6 hrs.

I see the numbers of features on the connections between transformers, so I was hoping they're stored somewhere on the memory and don't have to be recalculated.

Best answer by erik_jan

You can catch the data at any point in the process by using the Recorder transformer and the use the Player transformer to play your workspace with the recorded data from that point forward.

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

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • September 8, 2017

You can catch the data at any point in the process by using the Recorder transformer and the use the Player transformer to play your workspace with the recorded data from that point forward.


Forum|alt.badge.img
  • Author
  • September 8, 2017

You can catch the data at any point in the process by using the Recorder transformer and the use the Player transformer to play your workspace with the recorded data from that point forward.

Thanks!

 

But I guess i'ts too late now. I should have thought about including a recorder before I ran the translation, right?