Skip to main content

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

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.


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