Question

Is it possible to update a feature class in a fgdb with a dynamic writer?

  • 22 September 2021
  • 2 replies
  • 2 views

I have a dynamic workspace with a dynamic file geodatabase reader. I want to update some of the feature classes in the file geodatabase. 

When I use a normal (=not dynamic) writer, it works. However, I would like to use a dynamic writer. But with the dynamic writer, I always get an error: 

"Geodatabase Writer: Feature Class or Table 'd_y_n' must exist when Table Handling is set to 'Use Existing'" - I don't know where the 'd_y_n' comes from. 

 

What am I doing wrong?

 

 


2 replies

Userlevel 6
Badge +32

I believe this is a warning, not an error? What version FME do you use? Should be solved since 2018.1.

 

But I think you can just ignore it.

Thank you for your answer! Aha, my version is 2018.0... In that case it will work only with the next upgrade!?

Reply