Skip to main content

In the JobSubmitter (and DataDownload etc) service you can have the body of your POST request be treated as an input dataset.

 

I'm trying to run a bit of a post process to create a summary of the previous job and as part of that I want to be able to access the file saved on FME Server. I can see the file in /system/temp/requestdata folder but I can't figure out how to get the actual file name for a given job.

 

The only place I can see this is in the actual job log which I really don't want to have to parse.

 

each file has a prefix which looks to be some number which is increasing overtime so I'm guessing it's related to a timestamp.

 

Anyone know of a way to know which file goes with which job?

Have you looked in the "fmeserver" Postgresql database?


Reply