Skip to main content
Question

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

  • September 22, 2021
  • 2 replies
  • 17 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

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • September 22, 2021

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.


  • Author
  • 1 reply
  • September 23, 2021

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