Skip to main content
I would like to know how to get the JOB ID included in a notification I get from FME Server. With lots of job's running each  night and I need the job id when I get notified of a failed run. Can someone point me in the right direction? 
Hi Ben,

 

 

If you use the Email Subscriber you can use the keyword {id}.

 

http://docs.safe.com/fme/html/FME_Server_Documentation/Default.htm#ServerCore/Email_Templates.htm

 

 

Thomas
Oh yes it's the one thank you very much my friend.
I have this piece on the notification now. It works for my purpose. 

 

 

<fmeblock type="optional">FME transformation job {id} failed. </fmeblock>

 

      <fmeblock type="optional">The error message was: {StatusMessage}</fmeblock>

 

<fmeblock type="optional">Log file location is {LogFileLocation}</fmeblock> 

Reply