Skip to main content
Question

Running Workspace on Server that uses "fme_dataset" attribute

  • June 27, 2018
  • 2 replies
  • 27 views

I have a workspace deployed on FME Server that takes a number of .jpg images and places a point, using image EXIF info, and creates an attribute with a link to the image. The destination file types are a shapefile and a KML.

To create the link to the image I am pulling the filepath from the "fme_dataset" attribute. The issue is when I run this process on FME Server, using the Temporary Uploads/Upload File option, it reads the filepath from the temporary directory on the server where the image was uploaded to rather than the original image location.

Does anyone have thoughts on how I can adjust the workbench or FME Server settings to retain the original filepath?

Many Thanks,

Dan

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3704 replies
  • June 28, 2018

Where are the images originally stored? If it's in a location that is accessible for FME Server you could point it there, e.g. via a network path or url, rather than using the upload file option.


takashi
Celebrity
  • 7843 replies
  • June 28, 2018

If you intend to use the value of "fme_dataset" = a file path string just to create a URL string using its parts (i.e. not read the file), create another published parameter and pass the required file path via the parameter when running the workspace.