Skip to main content
Question

Writing geometry to SDE annotation feature class with custom fields

  • April 4, 2017
  • 2 replies
  • 52 views

_trent
Contributor
Forum|alt.badge.img+1

I am attempting to write lines and polygons to an SDE annotation feature class. If I create the annotation feature class without a custom field this works fine. But, if I add any custom field to the annotation feature class FME crashes when its starts writing. I am using FME Desktop 2016.1.1.0 build 16609 32-bit if that makes a difference.

I did the same operation but writing to a File Geodatabase and get the same result.

If the input data is annotation instead of lines or polygons writing to custom fields works fine.

Any trick to get this to work? Is this a known issue?

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

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • April 6, 2017

should you not feed annotation classes text objects?

Somehow the word annotation has connotations with text?


_trent
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • April 6, 2017

should you not feed annotation classes text objects?

Somehow the word annotation has connotations with text?

Annotation is, probably, primarily used for text in ArcGIS, but you can draw anything as a feature in an annotation feature class. In the tests described in my question FME writes lines to an annotation feature class just fine, as long as the target feature class doesn't have any of the non-standard annotation feature class fields.