Solved

Handling hanging processes on FME Server - ABORT

  • 8 January 2020
  • 1 reply
  • 0 views

Userlevel 4
Badge +26

I'm looking for ideas to help me get around a problem with hanging FME Process. I've found (at least one case) where FME is hanging with a difficult geometry - I've tried a few things to fix the geometry, however, I haven't had much luck (I'm going to pass it on to support for them to look at).

The process is being called web API and it's expecting a response back when completed, either failed or successful - I am just using Fail topic to send back a response.

 

 

I decided to add in a 'tm_ttc' directive to make the job timeout instead of running forever. It works great, however, now the Failure topic isn't getting triggered and I can't let the tool know to wait for a response. It's the same when the job is canceled manually from the FME Server web ui.

 

 

Any ideas on this one?

 

Cheers
icon

Best answer by virtualcitymatt 8 January 2020, 11:50

View original

1 reply

Userlevel 4
Badge +26

Oh,

 

 

Looks like I just need to upgrade:

 

https://knowledge.safe.com/idea/76535/topic-on-cancel-1.html

 

 

Doh

Reply