Question

Writing ArcFM data to a file geodatabase.

  • 29 November 2022
  • 1 reply
  • 16 views

Badge

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

Badge +2

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

Reply