Skip to main content
Solved

Linked Transformer loses attribute values on FME Server

  • September 13, 2017
  • 5 replies
  • 27 views

jelle
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 122 replies

Hi All,

I am using a linked Transformer, creating an attribute, let's say Z. Attributes X and Y already exist on the object.

  1. On FME Desktop, the three attribute values X, Y, Z are passed by the Linked Custom Transformer
  2. On FME Server, where the same version of the Linked Transformer is installed (double checked), the X and Y attributes are lost. Attribute Z, created by the Linked Transformer is the only remaining attribute
  3. If I Embed the Linked Transformer and republish to FME Server, the X, Y Z values are all retained.

Does anyone have an idea why this happens?

best regards,

Jelle

Best answer by stalknecht

Did you follow these instructions? http://docs.safe.com/fme/html/FME_Server_Documentation/Content/AdminGuide/Sharing_FME_Engine_Resources.htm

more info on custom transformers and fme server: https://knowledge.safe.com/articles/143/custom-transformers-and-fme-server.html

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.

5 replies

stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • Best Answer
  • September 13, 2017

jelle
Contributor
Forum|alt.badge.img+21
  • Author
  • Contributor
  • 122 replies
  • September 14, 2017
I found this information as well. The linked transformer got published properly and is available in the FME_SHARED_RESOURCE_DIR. So, I do not really understand what is happening here.

stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • September 14, 2017
I found this information as well. The linked transformer got published properly and is available in the FME_SHARED_RESOURCE_DIR. So, I do not really understand what is happening here.
The files you've provided shows a .fmx file that is different than the embedded one!

 

 


jelle
Contributor
Forum|alt.badge.img+21
  • Author
  • Contributor
  • 122 replies
  • September 15, 2017
thank you!

 

My confusion can be explained with two facts:
  1. somebody updated the custom transformer without changing the version number. Although I checked the version number, the custom transformer on the server indeed has a different content.
  2. apparently, custom transformers are locally installed in the User's folder. So, on the same machine, each user has to install new versions. Since the user on this local machine has another variant of the same version of the custom transformer, things got mixed up.
Conclusion: we need better internal processes.

 

 

 


stalknecht
Contributor
Forum|alt.badge.img+21
  • Contributor
  • 305 replies
  • September 15, 2017
thank you!

 

My confusion can be explained with two facts:
  1. somebody updated the custom transformer without changing the version number. Although I checked the version number, the custom transformer on the server indeed has a different content.
  2. apparently, custom transformers are locally installed in the User's folder. So, on the same machine, each user has to install new versions. Since the user on this local machine has another variant of the same version of the custom transformer, things got mixed up.
Conclusion: we need better internal processes.

 

 

 

Ok, I'm glad I was able to help.