Closed SShnoodles closed 3 years ago
The server has insufficient resources. An STATUS_OTHER
status code means this one is not mapped yet. Looking it up in MS-ERREF gives:
0xC0000205 STATUS_INSUFF_SERVER_RESOURCES | Insufficient server resources exist to complete the request.
You will need to look up how to configure the server to have more resources available to your request.
I've added the enum to the NtStatus enum. Other than that, smbj cannot do anything else for this status, the server should get more resources.
I'm closing this ticket.
Query directory failed for SMB2FileId{persistentHandle=15 44 03 00 60 02 00 00}
The "receive" directory is exist, and more than 20 files in the folder. I can't find the reason.