Skip to main content
Question

Writing ArcFM data to a file geodatabase.

  • November 29, 2022
  • 1 reply
  • 47 views

Forum|alt.badge.img

I am trying to write ArcFM data to an ESRI file geodatabase. I have created a workspace that reads a feature class, a relationship class and feature linked annotation and writes it directly to a file geodatabase. There are no transformers. I am trying to preserve the relationship between the feature class and the feature linked annotation. I have added a python script that checks out an ArcFM license so that I can write to an ArcFM object. The annotation writes the data just fine, but the feature class gives me a 'Table not found error'. I also import schema from the source database. The writer also has the Create Table If Need option selected. I have attached the log file. Any help would be appreciated.

1 reply

Forum|alt.badge.img+2
  • 1891 replies
  • November 30, 2022

@donjensen​ There are a few prerequisites when writing Esri Geodb relationship classes. The article Writing Geodatabase Relationship Classes is a good starting point