Skip to main content
Question

FME_SERVER_SHAREDRESOURCE_TEMP in StringSoncatenator is not picked up as FME Server Parameter

  • December 19, 2017
  • 2 replies
  • 17 views

Forum|alt.badge.img

I am trying to concatenate a string for a path of a file that will be placed into:

fmeserver/resources#/FME_SHAREDRESOURCE_TEMP.

When I am into StringConcatenator I set up the string as a FME Server Parameter and click on OK and save the whole workspace. When I open the transformer again FME desktop sets the parameter as public and is highlighted in red (of course I do not have a public parameter called like that). Is there a way to prevent FME Desktop to take its own decision to change the setting of the transformer and pick up the user choice? I am working with a cloud instance of FME Server.

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

david_r
Celebrity
  • December 19, 2017

It should be enough to simply reference the following, without any prefix:

$(FME_SHAREDRESOURCE_TEMP)

This should return an absolute path.


jneujens
Forum|alt.badge.img
  • December 21, 2017

You just selected the FME_SHAREDRESOURCE_TEMP parameter, right? You did not create a new one with the same name?

 

 

When a workspace is started on FME Server, the FME_SHAREDRESOURCE_TEMP parameter is overwritten and will always point to the default location. If you want to store your outputs elsewhere, simply create a different output parameter.