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?