Moin,
ich erinnere mich dunkel das die Einträge, abhängig von der SMB Version, nicht genügen, bzw. ignoriert werden.
Auf stackoverflow, foxite und tek-view gibt es dazu etliche threads.
https://stackoverflow.com/questions/58044466/how-to-verify-and-disable-smb-oplocks-and-caching-in-foxpro-application-startup
>AIUI recent versions of windows use SMB3 which overrides/ignores these settings.
>And following a virus scare (about 18 months ago i think - sorry don't remember the details) the recommendation is to NOT switch off SMB3.
>Which leaves networked DBFs vulnerable and performance slow.
>LOCK and FLUSH will help but now would be a good time to rewrite all data access to use a SQLExpress or MariaDB server instead.
Die SMB Version zurücksetzen wird wohl kein Admin mehr erlauben.
https://infusionsoftware.zendesk.com/hc/en-us/articles/115002293593-To-Disable-SMB2-and-OPLOCK-Network-Locking-Errors-
https://www.tek-tips.com/viewthread.cfm?qid=1782208https://www.foxite.com/archives/disabling-oplocks-0000266648.htm
https://www.foxite.com/archives/disabling-oplocks-0000266648.htm
HTH
Grüße
tom
Ich empfehle ein Umstellen der Anwendung auf Client-Server, z.B. MS SQL, mit Remote Views ist das m.E. nach i.d.R. machbar