2.2.4.68.2 Response
-
SMB_Parameters { UCHAR WordCount; } SMB_Data { USHORT ByteCount; }
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
SMB_Parameters |
SMB_Data |
||||||||||||||||||||||||||||||
SMB_Parameters (1 byte):
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1WordCount
-
WordCount (1 byte): This field MUST be 0x00. No parameters are sent by this message.
SMB_Data (2 bytes):
-
0
1
2
3
4
5
6
7
8
91
0
1
2
3
4
5
6
7
8
92
0
1
2
3
4
5
6
7
8
93
0
1ByteCount
-
ByteCount (2 bytes): This field MUST be 0x0000. No data is sent by this message.
Error Codes
|
SMB error class |
SMB error code |
NT status code |
POSIX equivalent |
Description |
|---|---|---|---|---|
|
ERRDOS (0x01) |
ERRnoaccess (0x0005) |
|
EAGAIN |
A temporary resource limitation prevented this data from being written. |
|
ERRDOS (0x01) |
ERRnoaccess (0x0005) |
STATUS_ACCESS_DENIED (0xC00000CA) |
|
Client does not have write permission for the file. |
|
ERRDOS (0x01) |
ERRbadfid (0x0006) |
STATUS_INVALID_HANDLE (0xC0000008) STATUS_SMB_BAD_FID (0x00060001) |
ENFILE |
FID is invalid to the system. |
|
ERRDOS (0x01) |
ERRnomem (0x0008) |
STATUS_INSUFF_SERVER_RESOURCES (0xC0000205) |
ENOMEM |
The server is out of resources. |
|
ERRSRV (0x02) |
ERRerror (0x0001) |
STATUS_INVALID_SMB (0x00010002) |
|
Malformed or invalid SMB request. |
|
ERRSRV (0x02) |
ERRinvtid 0x0005 |
STATUS_SMB_BAD_TID (0x00050002)
|
|
The TID specified in the command was invalid. |
|
ERRSRV (0x02) |
ERRinvdevice (0x0007) |
STATUS_BAD_DEVICE_TYPE (0xC00000CB) |
|
The TID does not refer to a printer resource. |
|
ERRSRV (0x02) |
ERRqfull (0x0031) |
STATUS_PRINT_QUEUE_FULL (0xC00000C6) |
|
Insufficient resources to create the print job; the queue is full. |
|
ERRSRV (0x02) |
ERRqtoobig (0x0032) |
STATUS_NO_SPOOL_SPACE (0xC00000C7) |
|
The queue is full; no entry is available to create the job. |
|
ERRSRV (0x02) |
ERRbaduid (0x005B) |
STATUS_SMB_BAD_UID (0x005B0002) |
|
The UID is not defined as a valid ID for this SMB session, or the user identified by the UID does not have sufficient privileges. |
|
ERRHRD (0x03) |
ERRwrite (0x001D) |
|
EIO |
A physical I/O error has occurred. |