hierynomus / smbj

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

ONTAP does not support COPYCHUNK (FSCTL_SRV_REQUEST_RESUME_KEY returning STATUS_NOT_SUPPORTED) #821

Open fahadapisero opened 5 months ago

fahadapisero commented 5 months ago

Hi @hierynomus Our client is using an Ontap 9. We are trying to copy a file. But from the logs we can see

Ioctl RequestFSCTL_SRV_REQUEST_RESUME_KEYFile: sample.pdf
Ioctl Response,Error: STATUS_NOT_SUPPORTED 

When contacted the server team, they said ODX is not working because the client is not using ODX and ONTAP does not support COPYCHUNK. https://kb.netapp.com/onprem/ontap/da/NAS/Why_ODX_not_working

can you please help?