B2B Data Exchange
- B2B Data Exchange 10.2.1
- All Products
Retry Status Code Property | Definition |
---|---|
jcifs.ext.smb.retryNtStatusCodes | Specify the NT status value(s) or hex code(s) that will be used to retry failed connections. When values are specified, the default retry status codes are ignored. Separate each value with a comma. Example: jcifs.ext.smb.retryNtStatusCodes=0xC00000AB,0xC00000AC |
Value | Code | Definition |
---|---|---|
NT_STATUS_PIPE_BUSY | 0xC00000ae | All pipe instances are busy. |
NT_STATUS_PIPE_BROKEN | 0xC000014b | The pipe has been ended. |
NT_STATUS_PIPE_CLOSING | 0xC00000b1 | The pipe is being closed. |
NT_STATUS_PIPE_DISCONNECTED | 0xC00000b0 | No process is on the other end of the pipe. |
NT_STATUS_PIPE_NOT_AVAILABLE | 0xC00000ac | All pipe instances are busy. |
NT_STATUS_PIPE_LISTENING | 0xC00000b3 | Waiting for a process to open the other end of the pipe. |
NT_STATUS_PATH_NOT_COVERED | 0xC0000257 | The remote system is not reachable by the transport. |
NT_STATUS_REQUEST_NOT_ACCEPTED | 0xC00000d0 | No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept. |
NT_STATUS_BAD_NETWORK_NAME | 0xC00000cc | The network name cannot be found. |
NT_STATUS_NETWORK_NAME_DELETED | 0xC00000c9 | The specified network name is no longer available. |
NT_STATUS_UNSUCCESSFUL | 0xC0000001 | A device attached to the system is not functioning. |
NT_STATUS_INVALID_HANDLE | 0xC0000008 | The handle is invalid. |