I have a general question about the way FME is able to read data.
Right now I have data stored on a fileserver, which I want to read into FME directly.
What would happen if someone else is accessing this data, either directly or through another application, while I was reading the data into FME?
Would this cause an error in FME? Or could simultaneously reading the data from the fileserver, while someone else is accessing or probably editing this data in another apllication have a negative effect on the performance in the other application?
Now, I just copy the files from the fileserver each time I want to read them all. However, I'm trying to find out if this is really neccesary or if I can just load them directly without causing other problems.