Skip to main content
Solved

When writing to ArcGIS Portal, all my mixed-case field names show as lowercase in my feature service. Why is this happening?

  • November 14, 2016
  • 1 reply
  • 146 views

fmelizard
Safer
Forum|alt.badge.img+20

I have a workspace that contains an ArcGIS Portal writer with mixed-case field names. It runs without a problem when first creating the feature service on ArcGIS Portal. However, when I attempt to use that same workspace to write updates to that feature service, I see warnings similar to the following:

ArcGIS Online Feature Service Writer: Attribute 'myFieldName' on feature type 'Feature_Type' does not match any field on the corresponding layer/table. The attribute will be ignored

If I check the feature service itself, I can see that all the mixed-case field names have actually been set to lowercase (so, myFieldName is actually set to myfieldname).

Best answer by laurawatsafe

This can happen when publishing to a Portal for ArcGIS that uses an ArcGIS Data Store. According to the known-issues listed at this page: http://solutions.arcgis.com/utilities/gas/help/facility-reports-gas-distribution/

 

"When publishing to Portal for ArcGIS with an ArcGIS Data Store Hosting Server, field names will be auto converted to lowercase."

When using FME to write updates to a feature service like this, make sure the casing of field names on the writer feature type in your workspace matches the casing of the field names in the published feature service layer.

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.

1 reply

laurawatsafe
Safer
Forum|alt.badge.img+12
  • Safer
  • 158 replies
  • Best Answer
  • November 14, 2016

This can happen when publishing to a Portal for ArcGIS that uses an ArcGIS Data Store. According to the known-issues listed at this page: http://solutions.arcgis.com/utilities/gas/help/facility-reports-gas-distribution/

 

"When publishing to Portal for ArcGIS with an ArcGIS Data Store Hosting Server, field names will be auto converted to lowercase."

When using FME to write updates to a feature service like this, make sure the casing of field names on the writer feature type in your workspace matches the casing of the field names in the published feature service layer.