Skip to main content
Solved

Writer - ESRI ArcGIS Portal Feature Service

  • February 6, 2025
  • 2 replies
  • 77 views

akiely
Contributor
Forum|alt.badge.img+1

Hi all,

When I write to a newly created Feature Service on ArcGIS Enterprise, the attribute data doesnt populate, all the attribute column data is null.

The shape data populates but the attibute data doesnt for the Feature Service.

Has anyone come across this when writing a Feature Service to ArcGIS Enterprise using FME?

Thanks

Anthony

Best answer by birgit

Hi, have you checked that your newly created Feature Layer/Service uses field aliases? For example, hosted Feature Layers do not use capital letters in their attribute names. As you are indicating that the feature is created but is missing the attribute values it sounds like the mapping between the FME attribute names and the attribute names in the service is failing.

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

birgit
Influencer
Forum|alt.badge.img+21
  • Influencer
  • Best Answer
  • February 7, 2025

Hi, have you checked that your newly created Feature Layer/Service uses field aliases? For example, hosted Feature Layers do not use capital letters in their attribute names. As you are indicating that the feature is created but is missing the attribute values it sounds like the mapping between the FME attribute names and the attribute names in the service is failing.


akiely
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • February 7, 2025

Hi Birgit,

 

You are 100% correct, that was the issue, when I changed all the attribute names to lowercase and write to the ArcGIS Enterprise Feature Layer, all the data shows under the attributes.

Thanks a lot for your reply.

Anthony