Question

Can I get the dataset saved in FME Server from a POST request?

  • 19 April 2023
  • 1 reply
  • 2 views

Userlevel 4
Badge +26

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?


1 reply

Userlevel 4

Have you looked in the "fmeserver" Postgresql database?

Reply