Skip to main content
Solved

AGOL & FME

  • February 10, 2017
  • 3 replies
  • 39 views

ciarab
Contributor
Forum|alt.badge.img+9

Hi I'm not very familiar with ESRI software. I have created an update/insert process on a Layer I created in AGOL and I noticed even though I specifed 500 char for a field in FME writer, it is truncated to 254 when written to AGOL. Does AGOL adhere to the shp limitations of 254 char max or have I missed something ?

Thanks

Ciara

Best answer by david_r

Which version of FME are you using? Starting with FME 2016.1 it should be using a File Geodatabase and not a shape file for upload, ref. https://knowledge.safe.com/idea/18942/arcgis-writer-writes-to-shape-and-then-uploads-why.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.

3 replies

david_r
Celebrity
  • Best Answer
  • February 10, 2017

Which version of FME are you using? Starting with FME 2016.1 it should be using a File Geodatabase and not a shape file for upload, ref. https://knowledge.safe.com/idea/18942/arcgis-writer-writes-to-shape-and-then-uploads-why.html


ciarab
Contributor
Forum|alt.badge.img+9
  • Author
  • Contributor
  • February 10, 2017

I'm using 2015 so that would explain it, I am pushing the users to upgrade to 2016.1 so thanks for that information. I found it was a strange that this was happening.

Thank you for the help


runneals
Supporter
Forum|alt.badge.img+29
  • Supporter
  • February 10, 2017

I'm using 2015 so that would explain it, I am pushing the users to upgrade to 2016.1 so thanks for that information. I found it was a strange that this was happening.

Thank you for the help

In your case, I would create a file geodatabase, zip it, then upload it to AGOL and publish it as a service. That would be the easy workaround. If they were looking to do it a lot, then I would try a regular Feature Service writer if the AGOL writer didn't work.