Skip to main content
Solved

where should we keep/upload source data set file in fme server


Fme server 2016

I developed ONE fme file which reads from csv file and writes to csv. I
Published this fmw to fme server. If I use Fme server’s user web interface it asks me to upload the csv file
and loading to temporary folder and fme server knows this path. its working
good.I am using my own web page(image attached) and calling fme server’s URL
inside my web application.But when I run this fmw, fme cannot locate the source dataset(csv) in the
server. How/ Where can I upload/keep my source csv file in the server ?, So
that fme server can locate this filepath when called thru fme server’s
url. I copied csv to server path and I redirected my source dataset to this
uploaded file, it is not locating and gives error.Can you Please tell me how can I achieve this?

Have a look at the FME Server Playground, there's a pretty detailed description of how to handle file uploads here: http://playground.fmeserver.com/using-the-rest-api/resources/


Have a look at the FME Server Playground, there's a pretty detailed description of how to handle file uploads here: http://playground.fmeserver.com/using-the-rest-api/resources/

Thanks for your fast reply. let me look this link Thanks David

 

 


@david_r Thank you. it worked.


@fkemminje, Check these articles as well:

https://knowledge.safe.com/questions/34768/how-can-i-share-a-fme-server-resource-file-easily.html

https://knowledge.safe.com/articles/396/shared-resources-not-accessible-when-workspace-run.html


Reply