Skip to main content

My current FME job is showing a Completed Successfully message when I get the below error. How do I get it to FAIL the job? 

 

Error retrieving next row from result set: 'Query execution was interrupted, maximum statement execution time exceeded'

Do you get that error from a Reader? If so, you could use an SQLCreator instead. If that fails with a time-out, it’ll use the Rejected output port, to which you can then attach a Terminator, to which you can even add your own message if you want.


Reply