Skip to main content
Released

desktop and server/cloud resource folder setting

Related products:FME Form
  • October 14, 2016
  • 1 reply
  • 31 views

Forum|alt.badge.img+3

FME_SHAREDRESOURCE_TEMP and FME_SHAREDRESOURCE_DATA as a System Parameter that a user can preset the UNC in Desktop, Server/Cloud:


Desktop:

FME_SHAREDRESOURCE_TEMP = D: emp

FME_SHAREDRESOURCE_DATA = M:myprojectmydata


Server/Cloud:

FME_SHAREDRESOURCE_TEMP = /Resources/Temp/temp

FME_SHAREDRESOURCE_DATA = /Resources/Data/myproject

FME_SHAREDRESOURCE_TEMP and FME_SHAREDRESOURCE_DATA parameters can be used in a workbench for reading and writing data. When run on Desktop or Server/Cloud the data is read from or written to the specified location, no adjustment of the UNC in the workbench required between environments and no need to setup your local folder to mimic Server. Discussed with @smaccabe

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.

1 reply

janet
Contributor
  • August 4, 2020

This would be incredible to have for multi-environment deploys. I author with Desktop and when I deploy to the server (test, prod), I don't have to be concerned over updating these parameters.