Hoppa till huvudinnehållet

Return Resulting .zip from FME Process

Kommentarer

3 kommentarer

  • Ryan Cooney

    I'm not positive, but it looks like your download is running asynchronously (mode: "async"), which would mean that there won't be a result yet. I think you'll need to pass the jobID into the Check FME Job Status activity (probably within a Loop with a delay) to get the result. 

    There might also be a way to tell the Run FME Data Download activity to run synchronously. This could be a setting on the FME workspace itself too.

    2
  • Ryan Cooney

    https://docs.safe.com/fme/html/FME_Server_Documentation/ReferenceManual/service_datadownload.htm suggests that you could pass an opt_servicemode parameter. 

    The Parameters input would need to include this:

     ={ opt_servicemode: "sync" }
    3
  • Ryan Kelley

    Well that was all it was Ryan, using sync instead of async! Thanks!

    2

Du måste logga in om du vill lämna en kommentar.