Skip to main content

Hello, we are trying to use our FME server to run all of our data conversion via the API. We have created a workbench and uploaded it. We set the service to Job Submitter. When we run it we can not see were the output was written to.  The log indicates that job was run successfully but the log does not have any mention of an output location. We have tried to set the output File Geodatabase location to a network drive: “\\nos.noaa\MCD\FADS\FADS_Projects\FME_Workspace_Output\Weekly_Atons” and a local server drive: "F:\FME Server System share\repositories\Testing_Nate\ALL_USCG_Weely_Xmls_to_GDB\output\Weekly_Atons"

Any help would be greatly appreciated 

Can you provide the job log of the process, as this should detail the locations you mentioned in it. So it would be good to see that, so that we can decipher what it is doing.


That you for the quick response. The job log is attached. 


Thanks.

So if you look at line 20 are all the parameters that are being passed to the process. I don’t see any output locations in here. So I assume you have instead hardcoded those locations into your writer, rather allowing a destination to be passed into the process?

 

So the file gdb should be getting written to the hardcoded value that you have in your writer. So you are hardcoding that value into the process?

 


Reply