Hi, the following problem:
I want to update attributes of a shape file. To do this, I first read them in using a reader (regardless of whether it is a "shapefile reader" or a FeatureReader transformer), update them and then overwrite them using a writer.
When I execute the Workbench step by step, everything works. If I run all steps at once, I get the error message
SHAPEFILE writer: Shapefile writer: Failed to write to file '<pathToFile>\\Grid.dbf'. Please ensure that the file is not open by FME or another process, you have sufficient privileges to write this file, and that sufficient disk space is available.
It looks like the reader is blocking the .dbf file. Does anyone have any advice on how to proceed?