hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
705 stars 179 forks source link

STATUS_DELETE_PENDING (0xc0000056) when someone keeps the folder opened in windows file explorer #829

Open lionengine123 opened 3 months ago

lionengine123 commented 3 months ago

We experience the 'STATUS_DELETE_PENDING (0xc0000056)' error. We are using the smbj-library in build-steps of teamcity. A colleague found out that, whenever someone has opened the share folder within the windows file explorer (or simply keeps it open for some time), TeamCity is not able to Renew the Binary Files in this directory. (by removing and re-creating them)

Is there a workaround for this problem?