Skip to main content
Question

Writing a GBD relationship class

  • February 23, 2019
  • 1 reply
  • 151 views

gisuser
Participant
Forum|alt.badge.img+4

Hi FME Experts,

 

I am trying to write a Geodatabase relationship class between feature class and stand-alone table but it could not be created, it gives me a below error :

"

Unable to create table/feature class/relationship class of type 'geodb_invalid'. Creation of this type is not currently supported by FME, and must be done through Esri tools

GeodatabaseRelationshipFeaturesPipeline::GeodatabaseRelationshipFeatures(SortFactory): A fatal error has occurred. Check the logfile above for details

A fatal error has occurred. Check the logfile above for details

Some error has occurred closing the pipeline factory, see previous warning

Transaction #1 rolled back. Rerun translation specifying transaction #0 for the keyword 'TRANSACTION'

Some error has occurred closing the pipeline factory, see previous warning

A fatal error has occurred. Check the logfile above for details"

 

Note :

I have followed the steps and recommendation points in the article https://knowledge.safe.com/articles/45766/writing-geodatabase-relationship-classes.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.

1 reply

fgiron
Supporter
Forum|alt.badge.img+25
  • Supporter
  • February 24, 2019

Hi @gisuser,

Have you created the relationship classes previously in ArcGIS? Please note that FME cannot create relationship classes, it can only write to existing ones.

Have you also had a look at https://knowledge.safe.com/articles/28340/working-with-geodatabase-relationship-classes-atta.html? In the comments there's another user with the same problem as you who was writing to a new geodatabase with no relationship classes.