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.
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.
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.