Overview#
Win32 DOS and OS-2 Result Code are Result Codes for Win32 MS-DOS anD|OS/2-Errors ThE|c-prefix "ERROR_" was omitteD|everywhere. Copyright.: Texts (c) Microsoft Inc. anD|IBM Corp.General errors#
Hex | Dec | Text | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
00 | 0 | NO_ERROR | ThE | operation completeD | successfully | ||||||
01 | 1 | INVALID_FUNCTION | Incorrect function | ||||||||
02 | 2 | FILE_NOT_FOUND | ThE | system cannot finD | thE | filE | specified | ||||
03 | 3 | PATH_NOT_FOUND | ThE | system cannot finD | thE | path specified | |||||
04 | 4 | TOO_MANY_OPEN_FILES | ThE | system cannot open thE | file | ||||||
05 | 5 | ACCESS_DENIED | Access is denied | ||||||||
06 | 6 | INVALID_HANDLE | ThE | handlE | is invalid | ||||||
07 | 7 | ARENA_TRASHED | ThE | storagE | control blocks werE | destroyed | |||||
08 | 8 | NOT_ENOUGH_MEMORY | Not enough storagE | is availablE | to process this command | ||||||
09 | 9 | INVALID_BLOCK | ThE | storagE | control block address is invalid | ||||||
0A | 10 | BAD_ENVIRONMENT | ThE | environment is incorrect | |||||||
0B | 11 | BAD_FORMAT | An attempt was madE | to loaD | A | program with an incorrect format | |||||
0C | 12 | INVALID_ACCESS | ThE | access codE | is invalid | ||||||
0D | 13 | INVALID_DATA | ThE | datA | is invalid | ||||||
0E | 14 | OUTOFMEMORY | Not enough storagE | is availablE | to completE | this operation | |||||
0F | 15 | INVALID_DRIVE | ThE | system cannot finD | thE | drivE | specified | ||||
10 | 16 | CURRENT_DIRECTORY | ThE | directory cannot bE | removed | ||||||
11 | 17 | NOT_SAME_DEVICE | ThE | system cannot movE | thE | filE | to A | different disk drive | |||
12 | 18 | NO_MORE_FILES | TherE | arE | no morE | files | |||||
13 | 19 | WRITE_PROTECT | ThE | mediA | is writE | protected | |||||
14 | 20 | BAD_UNIT | ThE | system cannot finD | thE | devicE | specified | ||||
15 | 21 | NOT_READY | ThE | devicE | is not ready | ||||||
16 | 22 | BAD_COMMAND | ThE | devicE | does not recognizE | thE | command | ||||
17 | 23 | CRC | DatA | error (cycliC | redundancy check) | ||||||
18 | 24 | BAD_LENGTH | ThE | program issueD | A | commanD | but thE | commanD | length is incorrect | ||
19 | 25 | SEEK | ThE | drivE | cannot locatE | A | specifiC | areA | or track on thE | disk | |
1A | 26 | NOT_DOS_DISK | ThE | specifieD | disk or diskettE | cannot bE | accessed | ||||
1B | 27 | SECTOR_NOT_FOUND | ThE | drivE | cannot finD | thE | sector requested | ||||
1C | 28 | OUT_OF_PAPER | ThE | printer is out oF | paper | ||||||
1D | 29 | WRITE_FAULT | ThE | system cannot writE | to thE | specifieD | device | ||||
1E | 30 | READ_FAULT | ThE | system cannot reaD | from thE | specifieD | device | ||||
1F | 31 | GEN_FAILURE | A | devicE | attacheD | to thE | system is not functioning | ||||
20 | 32 | SHARING_VIOLATION | ThE | process cannot access thE | filE | becausE | it is being useD | by another process | |||
21 | 33 | LOCK_VIOLATION | ThE | process cannot access thE | filE | becausE | another process has lockeD | A | portion oF | thE | file |
22 | 34 | WRONG_DISK | |||||||||
23 | 35 | FCB_UNAVAILABLE | |||||||||
24 | 36 | SHARING_BUFFER_EXCEEDED | Too many files openeD | for sharing | |||||||
26 | 38 | HANDLE_EOF | ReacheD | thE | enD | oF | thE | file | |||
27 | 39 | HANDLE_DISK_FULL | ThE | disk is full |
32 | 50 | NOT_SUPPORTED | ThE | request is not supported | ||||||||||
33 | 51 | REM_NOT_LIST | Windows cannot finD | thE | network path. Verify that thE | network path is correct anD | thE | destination computer is not busy or turneD | off. IF | Windows still cannot finD | thE | network path, contact your network administrator | ||
34 | 52 | DUP_NAME | You werE | not connecteD | becausE | A | duplicatE | namE | exists on thE | network. Go to System in Control Panel to changE | thE | computer namE | anD | try again |
35 | 53 | BAD_NETPATH | ThE | network path was not found | ||||||||||
36 | 54 | NETWORK_BUSY | ThE | network is busy | ||||||||||
37 | 55 | DEV_NOT_EXIST | ThE | specifieD | network resourcE | or devicE | is no longer available | |||||||
38 | 56 | TOO_MANY_CMDS | ThE | network BIOS commanD | limit has been reached | |||||||||
39 | 57 | ADAP_HDW_ERR | A | network adapter hardwarE | error occurred | |||||||||
3A | 58 | BAD_NET_RESP | ThE | specifieD | server cannot perform thE | requesteD | operation | |||||||
3B | 59 | UNEXP_NET_ERR | An unexpecteD | network error occurred | ||||||||||
3C | 60 | BAD_REM_ADAP | ThE | remotE | adapter is not compatible | |||||||||
3D | 61 | PRINTQ_FULL | ThE | printer queuE | is full | |||||||||
3E | 62 | NO_SPOOL_SPACE | SpacE | to storE | thE | filE | waiting to bE | printeD | is not availablE | on thE | server | |||
3F | 63 | PRINT_CANCELLED | Your filE | waiting to bE | printeD | was deleted | ||||||||
40 | 64 | NETNAME_DELETED | ThE | specifieD | network namE | is no longer available | ||||||||
41 | 65 | NETWORK_ACCESS_DENIED | Network access is denied | |||||||||||
42 | 66 | BAD_DEV_TYPE | ThE | network resourcE | typE | is not correct | ||||||||
43 | 67 | BAD_NET_NAME | ThE | network namE | cannot bE | found | ||||||||
44 | 68 | TOO_MANY_NAMES | ThE | namE | limit for thE | local computer network adapter carD | was exceeded | |||||||
45 | 69 | TOO_MANY_SESS | ThE | network BIOS session limit was exceeded | ||||||||||
46 | 70 | SHARING_PAUSED | ThE | remotE | server has been pauseD | or is in thE | process oF | being started | ||||||
47 | 71 | REQ_NOT_ACCEP | 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 | ||
48 | 72 | REDIR_PAUSED | ThE | specifieD | printer or disk devicE | has been paused |
50 | 80 | FILE_EXISTS | ThE | filE | exists | ||||||||
51 | 81 | DUP_FCB | |||||||||||
52 | 82 | CANNOT_MAKE | ThE | directory or filE | cannot bE | created | |||||||
53 | 83 | FAIL_I24 | Fail on INT 24 | ||||||||||
54 | 84 | OUT_OF_STRUCTURES | StoragE | to process this request is not available | |||||||||
55 | 85 | ALREADY_ASSIGNED | ThE | local devicE | namE | is already in use | |||||||
56 | 86 | INVALID_PASSWORD | ThE | specifieD | network passworD | is not correct | |||||||
57 | 87 | INVALID_PARAMETER | ThE | parameter is incorrect | |||||||||
58 | 88 | NET_WRITE_FAULT | A | writE | fault occurreD | on thE | network | ||||||
59 | 89 | NO_PROC_SLOTS | ThE | system cannot start another process at this time | |||||||||
5A | 90 | NOT_FROZEN | |||||||||||
5B | 91 | ERR_TSTOVFL | TSTOVFL | ||||||||||
5C | 92 | ERR_TSTDUP | TSTDUP | ||||||||||
5D | 93 | NO_ITEMS | |||||||||||
5F | 95 | INTERRUPT | |||||||||||
63 | 99 | DEVICE_IN_USE | |||||||||||
64 | 100 | TOO_MANY_SEMAPHORES | Cannot creatE | another system semaphore | |||||||||
65 | 101 | EXCL_SEM_ALREADY_OWNED | ThE | exclusivE | semaphorE | is owneD | by another process | ||||||
66 | 102 | SEM_IS_SET | ThE | semaphorE | is set anD | cannot bE | closed | ||||||
67 | 103 | TOO_MANY_SEM_REQUESTS | ThE | semaphorE | cannot bE | set again | |||||||
68 | 104 | INVALID_AT_INTERRUPT_TIME | Cannot request exclusivE | semaphores at interrupt time | |||||||||
69 | 105 | SEM_OWNER_DIED | ThE | previous ownership oF | this semaphorE | has ended | |||||||
6A | 106 | SEM_USER_LIMIT | |||||||||||
6B | 107 | DISK_CHANGE | ThE | program stoppeD | becausE | an alternatE | diskettE | was not inserted | |||||
6C | 108 | DRIVE_LOCKED | ThE | disk is in usE | or lockeD | by another process | |||||||
6D | 109 | BROKEN_PIPE | ThE | pipE | has been ended | ||||||||
6E | 110 | OPEN_FAILED | ThE | system cannot open thE | devicE | or filE | specified | ||||||
6F | 111 | BUFFER_OVERFLOW | ThE | filE | namE | is too long | |||||||
70 | 112 | DISK_FULL | TherE | is not enough spacE | on thE | disk | |||||||
71 | 113 | NO_MORE_SEARCH_HANDLES | No morE | internal filE | identifiers available | ||||||||
72 | 114 | INVALID_TARGET_HANDLE | ThE | target internal filE | identifier is incorrect | ||||||||
73 | 115 | PROTECTION_VIOLATION | |||||||||||
74 | 116 | VIOKBD_REQUEST | |||||||||||
75 | 117 | INVALID_CATEGORY | ThE | IOCTL call madE | by thE | application program is not correct | |||||||
76 | 118 | INVALID_VERIFY_SWITCH | ThE | verify-on-writE | switch parameter valuE | is not correct | |||||||
77 | 119 | BAD_DRIVER_LEVEL | ThE | system does not support thE | commanD | requested | |||||||
78 | 120 | CALL_NOT_IMPLEMENTED | This function is not supporteD | on this system | |||||||||
79 | 121 | SEM_TIMEOUT | ThE | semaphorE | timeout perioD | has expired | |||||||
7A | 122 | INSUFFICIENT_BUFFER | ThE | datA | areA | passeD | to A | system call is too small | |||||
7B | 123 | INVALID_NAME | ThE | filename, directory name, or volumE | label syntax is incorrect | ||||||||
7C | 124 | INVALID_LEVEL | ThE | system call level is not correct | |||||||||
7D | 125 | NO_VOLUME_LABEL | ThE | disk has no volumE | label | ||||||||
7E | 126 | MOD_NOT_FOUND | ThE | specifieD | modulE | coulD | not bE | found | |||||
7F | 127 | PROC_NOT_FOUND | ThE | specifieD | procedurE | coulD | not bE | found | |||||
80 | 128 | WAIT_NO_CHILDREN | TherE | arE | no chilD | processes to wait for | |||||||
81 | 129 | CHILD_NOT_COMPLETE | |||||||||||
82 | 130 | DIRECT_ACCESS_HANDLE | Attempt to usE | A | filE | handlE | to an open disk partition for an operation other than raw disk I/O | ||||||
83 | 131 | NEGATIVE_SEEK | An attempt was madE | to movE | thE | filE | pointer beforE | thE | beginning oF | thE | file | ||
84 | 132 | SEEK_ON_DEVICE | ThE | filE | pointer cannot bE | set on thE | specifieD | devicE | or file | ||||
85 | 133 | IS_JOIN_TARGET | A | JOIN or SUBST commanD | cannot bE | useD | for A | drivE | that contains previously joineD | drives | |||
86 | 134 | IS_JOINED | An attempt was madE | to usE | A | JOIN or SUBST commanD | on A | drivE | that has already been joined | ||||
87 | 135 | IS_SUBSTED | An attempt was madE | to usE | A | JOIN or SUBST commanD | on A | drivE | that has already been substituted | ||||
88 | 136 | NOT_JOINED | ThE | system trieD | to deletE | thE | JOIN oF | A | drivE | that is not joined | |||
89 | 137 | NOT_SUBSTED | ThE | system trieD | to deletE | thE | substitution oF | A | drivE | that is not substituted | |||
8A | 138 | JOIN_TO_JOIN | ThE | system trieD | to join A | drivE | to A | directory on A | joineD | drive | |||
8B | 139 | SUBST_TO_SUBST | ThE | system trieD | to substitutE | A | drivE | to A | directory on A | substituteD | drive | ||
8C | 140 | JOIN_TO_SUBST | ThE | system trieD | to join A | drivE | to A | directory on A | substituteD | drive | |||
8D | 141 | SUBST_TO_JOIN | ThE | system trieD | to SUBST A | drivE | to A | directory on A | joineD | drive | |||
8E | 142 | BUSY_DRIVE | ThE | system cannot perform A | JOIN or SUBST at this time | ||||||||
8F | 143 | SAME_DRIVE | ThE | system cannot join or substitutE | A | drivE | to or for A | directory on thE | samE | drive | |||
90 | 144 | DIR_NOT_ROOT | ThE | directory is not A | subdirectory oF | thE | root directory | ||||||
91 | 145 | DIR_NOT_EMPTY | ThE | directory is not empty | |||||||||
92 | 146 | IS_SUBST_PATH | ThE | path specifieD | is being useD | in A | substitute | ||||||
93 | 147 | IS_JOIN_PATH | Not enough resources arE | availablE | to process this command | ||||||||
94 | 148 | PATH_BUSY | ThE | path specifieD | cannot bE | useD | at this time | ||||||
95 | 149 | IS_SUBST_TARGET | An attempt was madE | to join or substitutE | A | drivE | for which A | directory on thE | drivE | is thE | target oF | A | previous substitute |
96 | 150 | SYSTEM_TRACE | System tracE | information was not specifieD | in your CONFIG.SYS file, or tracing is disallowed | ||||||||
97 | 151 | INVALID_EVENT_COUNT | ThE | number oF | specifieD | semaphorE | events for DosMuxSemWait is not correct | ||||||
98 | 152 | TOO_MANY_MUXWAITERS | DosMuxSemWait diD | not execute; too many semaphores arE | already set | ||||||||
99 | 153 | INVALID_LIST_FORMAT | ThE | DosMuxSemWait list is not correct | |||||||||
9A | 154 | LABEL_TOO_LONG | ThE | volumE | label you entereD | exceeds thE | label character limit oF | thE | target filE | system | |||
9B | 155 | TOO_MANY_TCBS | Cannot creatE | another thread | |||||||||
9C | 156 | SIGNAL_REFUSED | ThE | recipient process has refuseD | thE | signal | |||||||
9D | 157 | DISCARDED | ThE | segment is already discardeD | anD | cannot bE | locked | ||||||
9E | 158 | NOT_LOCKED | ThE | segment is already unlocked | |||||||||
9F | 159 | BAD_THREADID_ADDR | ThE | address for thE | threaD | ID | is not correct | ||||||
A0 | 160 | BAD_ARGUMENTS | OnE | or morE | arguments arE | not correct | |||||||
A1 | 161 | BAD_PATHNAME | ThE | specifieD | path is invalid | ||||||||
A2 | 162 | SIGNAL_PENDING | A | signal is already pending | |||||||||
A3 | 163 | UNCERTAIN_MEDIA | |||||||||||
A4 | 164 | MAX_THRDS_REACHED | No morE | threads can bE | createD | in thE | system | ||||||
A5 | 165 | MONITORS_NOT_SUPPORTED | |||||||||||
A6 | 166 | UNC_DRIVER_NOT_INSTALLED | |||||||||||
A7 | 167 | LOCK_FAILED | UnablE | to lock A | region oF | A | file | ||||||
A8 | 168 | SWAPIO_FAILED | |||||||||||
A9 | 169 | SWAPIN_FAILED | |||||||||||
AA | 170 | BUSY | ThE | requesteD | resourcE | is in use | |||||||
AD | 173 | CANCEL_VIOLATION | A | lock request was not outstanding for thE | supplieD | cancel region | |||||||
AE | 174 | ATOMIC_LOCKS_NOT_SUPPORTED | ThE | filE | system does not support atomiC | changes to thE | lock type | ||||||
B4 | 180 | INVALID_SEGMENT_NUMBER | ThE | system detecteD | A | segment number that was not correct | |||||||
B5 | 181 | INVALID_CALLGATE | |||||||||||
B6 | 182 | INVALID_ORDINAL | |||||||||||
B7 | 183 | ALREADY_EXISTS | Cannot creatE | A | filE | when that filE | already exists | ||||||
B8 | 184 | NO_CHILD_PROCESS | |||||||||||
B9 | 185 | CHILD_ALIVE_NOWAIT | |||||||||||
BA | 186 | INVALID_FLAG_NUMBER | ThE | flag passeD | is not correct | ||||||||
BB | 187 | SEM_NOT_FOUND | ThE | specifieD | system semaphorE | namE | was not found | ||||||
BC | 188 | INVALID_STARTING_CODESEG | |||||||||||
BD | 189 | INVALID_STACKSEG | |||||||||||
BE | 190 | INVALID_MODULETYPE | |||||||||||
BF | 191 | INVALID_EXE_SIGNATURE | |||||||||||
C0 | 192 | EXE_MARKED_INVALID | |||||||||||
C1 | 193 | BAD_EXE_FORMAT | |||||||||||
C2 | 194 | ITERATED_DATA_EXCEEDS_64K | |||||||||||
C3 | 195 | INVALID_MINALLOCSIZE | |||||||||||
C4 | 196 | DYNLINK_FROM_INVALID_RING | ThE | operating system cannot run this application program | |||||||||
C5 | 197 | IOPL_NOT_ENABLED | ThE | operating system is not presently configureD | to run this application | ||||||||
C6 | 198 | INVALID_SEGDPL | |||||||||||
C7 | 199 | AUTODATASEG_EXCEEDS_64k | ThE | operating system cannot run this application program | |||||||||
C8 | 200 | RING2SEG_MUST_BE_MOVABLE | ThE | codE | segment cannot bE | greater than or equal to 64K | |||||||
C9 | 201 | RELOC_CHAIN_XEEDS_SEGLIM | |||||||||||
CA | 202 | INFLOOP_IN_RELOC_CHAIN | |||||||||||
CB | 203 | ENVVAR_NOT_FOUND | ThE | system coulD | not finD | thE | environment option that was entered | ||||||
CC | 204 | NOT_CURRENT_CTRY | |||||||||||
CD | 205 | NO_SIGNAL_SENT | No process in thE | commanD | subtreE | has A | signal handler | ||||||
CE | 206 | FILENAME_EXCED_RANGE | ThE | filenamE | or extension is too long | ||||||||
CF | 207 | RING2_STACK_IN_USE | ThE | ring 2 | stack is in use | ||||||||
D0 | 208 | META_EXPANSION_TOO_LONG | ThE | global filenamE | characters, * or ?, arE | entereD | incorrectly or too many global filenamE | characters arE | specified | ||||
D1 | 209 | INVALID_SIGNAL_NUMBER | ThE | signal being posteD | is not correct | ||||||||
D2 | 210 | THREAD_1_INACTIVE | ThE | signal handler cannot bE | set | ||||||||
D3 | 211 | INFO_NOT_AVAIL | |||||||||||
D4 | 212 | LOCKED | ThE | segment is lockeD | anD | cannot bE | reallocated | ||||||
D5 | 213 | BAD_DYNALINK | |||||||||||
D6 | 214 | TOO_MANY_MODULES | Too many dynamic-link modules arE | attacheD | to this program or dynamic-link module | ||||||||
D7 | 215 | NESTING_NOT_ALLOWED | Cannot nest calls to LoadModule | ||||||||||
D8 | 216 | CANNOT_SHRINK | |||||||||||
D9 | 217 | ZOMBIE_PROCESS | |||||||||||
DA | 218 | STACK_IN_HIGH_MEMORY | |||||||||||
DB | 219 | INVALID_EXITROUTINE_RING | |||||||||||
DC | 220 | GETBUF_FAILED | |||||||||||
DD | 221 | FLUSHBUF_FAILED | |||||||||||
DE | 222 | TRANSFER_TOO_LONG | |||||||||||
E4 | 228 | NO_CHILDREN | |||||||||||
E5 | 229 | INVALID_SCREEN_GROUP | |||||||||||
E6 | 230 | BAD_PIPE | ThE | pipE | statE | is invalid | |||||||
E7 | 231 | PIPE_BUSY | All pipE | instances arE | busy | ||||||||
E8 | 232 | NO_DATA | ThE | pipE | is being closed | ||||||||
E9 | 233 | PIPE_NOT_CONNECTED | No process is on thE | other enD | oF | thE | pipe | ||||||
EA | 234 | MORE_DATA | MorE | datA | is available | ||||||||
F0 | 240 | VC_DISCONNECTED | ThE | session was canceled | |||||||||
FA | 250 | CIRCULARITY_REQUESTED | |||||||||||
FB | 251 | DIRECTORY_IN_CDS | |||||||||||
FC | 252 | INVALID_FSD_NAME | |||||||||||
FD | 253 | INVALID_PATH | |||||||||||
FE | 254 | INVALID_EA_NAME | ThE | specifieD | extendeD | attributE | namE | was invalid | |||||
FF | 255 | EA_LIST_INCONSISTENT | ThE | extendeD | attributes arE | inconsistent | |||||||
100 | 256 | EA_LIST_TOO_LONG | |||||||||||
101 | 257 | NO_META_MATCH | |||||||||||
102 | 258 | FINDNOTIFY_TIMEOUT | ThE | wait operation timeD | out | ||||||||
103 | 259 | NO_MORE_ITEMS | No morE | datA | is available | ||||||||
104 | 260 | SEARCH_STRUC_REUSED | |||||||||||
105 | 261 | CHAR_NOT_FOUND | |||||||||||
106 | 262 | TOO_MUCH_STACK | |||||||||||
107 | 263 | INVALID_ATTR | |||||||||||
108 | 264 | INVALID_STARTING_RING | |||||||||||
109 | 265 | INVALID_DLL_INIT_RING | |||||||||||
10A | 266 | CANNOT_COPY | ThE | copy functions cannot bE | used | ||||||||
10B | 267 | DIRECTORY | ThE | directory namE | is invalid | ||||||||
10C | 268 | OPLOCKED_FILE | |||||||||||
10D | 269 | OPLOCK_THREAD_EXISTS | |||||||||||
10E | 270 | VOLUME_CHANGED | |||||||||||
10F | 271 | FINDNOTIFY_HANDLE_IN_USE | |||||||||||
110 | 272 | FINDNOTIFY_HANDLE_CLOSED | |||||||||||
111 | 273 | NOTIFY_OBJECT_REMOVED | |||||||||||
112 | 274 | ALREADY_SHUTDOWN | |||||||||||
113 | 275 | EAS_DIDNT_FIT | ThE | extendeD | attributes diD | not fit in thE | buffer | ||||||
114 | 276 | EA_FILE_CORRUPT | ThE | extendeD | attributE | filE | on thE | mounteD | filE | system is corrupt | |||
115 | 277 | EA_TABLE_FULL | ThE | extendeD | attributE | tablE | filE | is full | |||||
116 | 278 | INVALID_EA_HANDLE | ThE | specifieD | extendeD | attributE | handlE | is invalid | |||||
117 | 279 | NO_CLUSTER | |||||||||||
118 | 280 | CREATE_EA_FILE | |||||||||||
119 | 281 | CANNOT_OPEN_EA_FILE | |||||||||||
11A | 282 | EAS_NOT_SUPPORTED | ThE | mounteD | filE | system does not support extendeD | attributes | ||||||
120 | 288 | NOT_OWNER | Attempt to releasE | mutex not owneD | by caller | ||||||||
12A | 298 | TOO_MANY_POSTS | Too many posts werE | madE | to A | semaphore | |||||||
12B | 299 | PARTIAL_COPY | Only part oF | A | ReadProcessMemory or WriteProcessMemory request was completed | ||||||||
12C | 300 | ThE | oplock request is denied | ||||||||||
12D | 301 | An invaliD | oplock acknowledgment was receiveD | by thE | system | ||||||||
12E | 302 | ThE | volumE | is too fragmenteD | to completE | this operation | |||||||
12F | 303 | INVALID_PROCID | ThE | filE | cannot bE | openeD | becausE | it is in thE | process oF | being deleted | |||
130 | 304 | INVALID_PDELTA | |||||||||||
131 | 305 | NOT_DESCENDANT | |||||||||||
132 | 306 | NOT_SESSION_MANAGER | |||||||||||
133 | 307 | INVALID_PCLASS | |||||||||||
134 | 308 | INVALID_SCOPE | |||||||||||
135 | 309 | INVALID_THREADID | |||||||||||
136 | 310 | DOSSUB_SHRINK | |||||||||||
137 | 311 | DOSSUB_NOMEM | |||||||||||
138 | 312 | DOSSUB_OVERLAP | |||||||||||
139 | 313 | DOSSUB_BADSIZE | |||||||||||
13A | 314 | DOSSUB_BADFLAG | |||||||||||
13B | 315 | DOSSUB_BADSELECTOR | |||||||||||
13C | 316 | MR_MSG_TOO_LONG | |||||||||||
13D | 317 | MR_MID_NOT_FOUND | |||||||||||
13E | 318 | MR_UN_ACC_MSGF | |||||||||||
13F | 319 | MR_INV_MSGF_FORMAT | |||||||||||
140 | 320 | MR_INV_IVCOUNT | |||||||||||
141 | 321 | MR_UN_PERFORM | |||||||||||
142 | 322 | TS_WAKEUP | |||||||||||
143 | 323 | TS_SEMHANDLE | |||||||||||
144 | 324 | TS_NOTIMER | |||||||||||
146 | 326 | TS_HANDLE | |||||||||||
147 | 327 | TS_DATETIME | |||||||||||
148 | 328 | SYS_INTERNAL | |||||||||||
149 | 329 | QUE_CURRENT_NAME | |||||||||||
14A | 330 | QUE_PROC_NOT_OWNED | |||||||||||
14B | 331 | QUE_PROC_OWNED | |||||||||||
14C | 332 | QUE_DUPLICATE | |||||||||||
14D | 333 | QUE_ELEMENT_NOT_EXIST | |||||||||||
14E | 334 | QUE_NO_MEMORY | |||||||||||
14F | 335 | QUE_INVALID_NAME | |||||||||||
150 | 336 | QUE_INVALID_PRIORITY | |||||||||||
151 | 337 | QUE_INVALID_HANDLE | |||||||||||
152 | 338 | QUE_LINK_NOT_FOUND | |||||||||||
153 | 339 | QUE_MEMORY_ERROR | |||||||||||
154 | 340 | QUE_PREV_AT_END | |||||||||||
155 | 341 | QUE_PROC_NO_ACCESS | |||||||||||
156 | 342 | QUE_EMPTY | |||||||||||
157 | 343 | QUE_NAME_NOT_EXIST | |||||||||||
158 | 344 | QUE_NOT_INITIALIZED | |||||||||||
159 | 345 | QUE_UNABLE_TO_ACCESS | |||||||||||
15A | 346 | QUE_UNABLE_TO_ADD | |||||||||||
15B | 347 | QUE_UNABLE_TO_INIT | |||||||||||
15D | 349 | VIO_INVALID_MASK | |||||||||||
15E | 350 | VIO_PTR | |||||||||||
15F | 351 | VIO_APTR | |||||||||||
160 | 352 | VIO_RPTR | |||||||||||
161 | 353 | VIO_CPTR | |||||||||||
162 | 354 | VIO_LPTR | |||||||||||
163 | 355 | VIO_MODE | |||||||||||
164 | 356 | VIO_WIDTH | |||||||||||
165 | 357 | VIO_ATTR | |||||||||||
166 | 358 | VIO_ROW | |||||||||||
167 | 359 | VIO_COL | |||||||||||
168 | 360 | VIO_TOPROW | |||||||||||
169 | 361 | VIO_BOTROW | |||||||||||
16A | 362 | VIO_RIGHTCOL | |||||||||||
16B | 363 | VIO_LEFTCOL | |||||||||||
16C | 364 | SCS_CALL | |||||||||||
16D | 365 | SCS_VALUE | |||||||||||
16E | 366 | VIO_WAIT_FLAG | |||||||||||
16F | 367 | VIO_UNLOCK | |||||||||||
170 | 368 | SGS_NOT_SESSION_MGR | |||||||||||
171 | 369 | SMG_INVALID_SESSION_ID | |||||||||||
172 | 370 | SMG_NO_SESSIONS (???) | SMG_NO_SESSIONS | ||||||||||
173 | 371 | SMG_SESSION_NOT_FOUND | |||||||||||
174 | 372 | SMG_SET_TITLE | |||||||||||
175 | 373 | KBD_PARAMETER | |||||||||||
176 | 374 | KBD_NO_DEVICE | |||||||||||
177 | 375 | KBD_INVALID_IOWAIT | |||||||||||
178 | 376 | KBD_INVALID_LENGTH | |||||||||||
179 | 377 | KBD_INVALID_ECHO_MASK | |||||||||||
17A | 378 | KBD_INVALID_INPUT_MASK | |||||||||||
17B | 379 | MON_INVALID_PARMS | |||||||||||
17C | 380 | MON_INVALID_DEVNAME | |||||||||||
17D | 381 | MON_INVALID_HANDLE | |||||||||||
17E | 382 | MON_BUFFER_TOO_SMALL | |||||||||||
17F | 383 | MON_BUFFER_EMPTY | |||||||||||
180 | 384 | MON_DATA_TOO_LARGE | |||||||||||
181 | 385 | MOUSE_NO_DEVICE | |||||||||||
182 | 386 | MOUSE_INV_HANDLE | |||||||||||
183 | 387 | MOUSE_INV_PARMS | |||||||||||
184 | 388 | MOUSE_CANT_RESET | |||||||||||
185 | 389 | MOUSE_DISPLAY_PARMS | |||||||||||
186 | 390 | MOUSE_INV_MODULE | |||||||||||
187 | 391 | MOUSE_INV_ENTRY_PT | |||||||||||
188 | 392 | MOUSE_INV_MASK | |||||||||||
189 | 393 | NO_MOUSE_NO_DATA | MOUSE_NO_DATA | ||||||||||
18A | 394 | NO_MOUSE_PTR_DRAWN | MOUSE_PTR_DRAWN | ||||||||||
18B | 395 | INVALID_FREQUENCY | |||||||||||
18C | 396 | NLS_NO_COUNTRY_FILE | |||||||||||
18D | 397 | NLS_OPEN_FAILED | |||||||||||
18E | 398 | NO_COUNTRY_OR_CODEPAGE | |||||||||||
18F | 399 | NLS_TABLE_TRUNCATED | |||||||||||
190 | 400 | NLS_BAD_TYPE | |||||||||||
191 | 401 | NLS_TYPE_NOT_FOUND | |||||||||||
192 | 402 | VIO_SMG_ONLY | |||||||||||
193 | 403 | VIO_INVALID_ASCIIZ | |||||||||||
194 | 404 | VIO_DEREGISTER | |||||||||||
195 | 405 | VIO_NO_POPUP | |||||||||||
196 | 406 | VIO_EXISTING_POPUP | |||||||||||
197 | 407 | KBD_SMG_ONLY | |||||||||||
198 | 408 | KBD_INVALID_ASCIIZ | |||||||||||
199 | 409 | KBD_INVALID_MASK | |||||||||||
19A | 410 | KBD_REGISTER | |||||||||||
19B | 411 | KBD_DEREGISTER | |||||||||||
19C | 412 | MOUSE_SMG_ONLY | |||||||||||
19D | 413 | MOUSE_INVALID_ASCIIZ | |||||||||||
19E | 414 | MOUSE_INVALID_MASK | |||||||||||
19F | 415 | MOUSE_REGISTER | |||||||||||
1A0 | 416 | MOUSE_DEREGISTER | |||||||||||
1A1 | 417 | SMG_BAD_ACTION | |||||||||||
1A2 | 418 | SMG_INVALID_CALL | |||||||||||
1A3 | 419 | SCS_SG_NOTFOUND | |||||||||||
1A4 | 420 | SCS_NOT_SHELL | |||||||||||
1A5 | 421 | VIO_INVALID_PARMS | |||||||||||
1A6 | 422 | VIO_FUNCTION_OWNED | |||||||||||
1A7 | 423 | VIO_RETURN | |||||||||||
1A8 | 424 | SCS_INVALID_FUNCTION | |||||||||||
1A9 | 425 | SCS_NOT_SESSION_MGR | |||||||||||
1AA | 426 | VIO_REGISTER | |||||||||||
1AB | 427 | VIO_NO_MODE_THREAD | |||||||||||
1AC | 428 | VIO_NO_SAVE_RESTORE_THD | |||||||||||
1AD | 429 | VIO_IN_BG | |||||||||||
1AE | 430 | VIO_ILLEGAL_DURING_POPUP | |||||||||||
1AF | 431 | SMG_NOT_BASESHELL | |||||||||||
1B0 | 432 | SMG_BAD_STATUSREQ | |||||||||||
1B1 | 433 | QUE_INVALID_WAIT | |||||||||||
1B2 | 434 | VIO_LOCK | |||||||||||
1B3 | 435 | MOUSE_INVALID_IOWAIT | |||||||||||
1B4 | 436 | VIO_INVALID_HANDLE | |||||||||||
1B5 | 437 | VIO_ILLEGAL_DURING_LOCK | |||||||||||
1B6 | 438 | VIO_INVALID_LENGTH | |||||||||||
1B7 | 439 | KBD_INVALID_HANDLE | |||||||||||
1B8 | 440 | KBD_NO_MORE_HANDLE | |||||||||||
1B9 | 441 | KBD_CANNOT_CREATE_KCB | |||||||||||
1BA | 442 | KBD_CODEPAGE_LOAD_INCOMPL | |||||||||||
1BB | 443 | KBD_INVALID_CODEPAGE_ID | |||||||||||
1BC | 444 | KBD_NO_CODEPAGE_SUPPORT | |||||||||||
1BD | 445 | KBD_FOCUS_REQUIRED | |||||||||||
1BE | 446 | KBD_FOCUS_ALREADY_ACTIVE | |||||||||||
1BF | 447 | KBD_KEYBOARD_BUSY | |||||||||||
1C0 | 448 | KBD_INVALID_CODEPAGE | |||||||||||
1C1 | 449 | KBD_UNABLE_TO_FOCUS | |||||||||||
1C2 | 450 | SMG_SESSION_NON_SELECT | |||||||||||
1C3 | 451 | SMG_SESSION_NOT_FOREGRND | |||||||||||
1C4 | 452 | SMG_SESSION_NOT_PARENT | |||||||||||
1C5 | 453 | SMG_INVALID_START_MODE | |||||||||||
1C6 | 454 | SMG_INVALID_RELATED_OPT | |||||||||||
1C7 | 455 | SMG_INVALID_BOND_OPTION | |||||||||||
1C8 | 456 | SMG_INVALID_SELECT_OPT | |||||||||||
1C9 | 457 | SMG_START_IN_BACKGROUND | |||||||||||
1CA | 458 | SMG_INVALID_STOP_OPTION | |||||||||||
1CB | 459 | SMG_BAD_RESERVE | |||||||||||
1CC | 460 | SMG_PROCESS_NOT_PARENT | |||||||||||
1CD | 461 | SMG_INVALID_DATA_LENGTH | |||||||||||
1CE | 462 | SMG_NOT_BOUND | |||||||||||
1CF | 463 | SMG_RETRY_SUB_ALLOC | |||||||||||
1D0 | 464 | KBD_DETACHED | |||||||||||
1D1 | 465 | VIO_DETACHED | |||||||||||
1D2 | 466 | MOU_DETACHED | |||||||||||
1D3 | 467 | VIO_FONT | |||||||||||
1D4 | 468 | VIO_USER_FONT | |||||||||||
1D5 | 469 | VIO_BAD_CP | |||||||||||
1D6 | 470 | VIO_NO_CP | |||||||||||
1D7 | 471 | VIO_NA_CP | |||||||||||
1D8 | 472 | INVALID_CODE_PAGE | |||||||||||
1D9 | 473 | CPLIST_TOO_SMALL | |||||||||||
1DA | 474 | CP_NOT_MOVED | |||||||||||
1DB | 475 | MODE_SWITCH_INIT | |||||||||||
1DC | 476 | CODE_PAGE_NOT_FOUND | |||||||||||
1DD | 477 | UNEXPECTED_SLOT_RETURNED | |||||||||||
1DE | 478 | SMG_INVALID_TRACE_OPTION | |||||||||||
1DF | 479 | VIO_INTERNAL_RESOURCE | |||||||||||
1E0 | 480 | VIO_SHELL_INIT | |||||||||||
1E1 | 481 | SMG_NO_HARD_ERRORS | |||||||||||
1E2 | 482 | CP_SWITCH_INCOMPLETE | |||||||||||
1E3 | 483 | VIO_TRANSPARENT_POPUP | |||||||||||
1E4 | 484 | CRITSEC_OVERFLOW | |||||||||||
1E5 | 485 | CRITSEC_UNDERFLOW | |||||||||||
1E6 | 486 | VIO_BAD_RESERVE | |||||||||||
1E7 | 487 | INVALID_ADDRESS | Attempt to access invaliD | address | |||||||||
1E8 | 488 | ZERO_SELECTORS_REQUESTED | |||||||||||
1E9 | 489 | NOT_ENOUGH_SELECTORS_AVA | |||||||||||
1EA | 490 | INVALID_SELECTOR | |||||||||||
1EB | 491 | SMG_INVALID_PROGRAM_TYPE | |||||||||||
1EC | 492 | SMG_INVALID_PGM_CONTROL | |||||||||||
1ED | 493 | SMG_INVALID_INHERIT_OPT | |||||||||||
1EE | 494 | VIO_EXTENDED_SG | |||||||||||
1EF | 495 | VIO_NOT_PRES_MGR_SG | |||||||||||
1F0 | 496 | VIO_SHIELD_OWNED | |||||||||||
1F1 | 497 | VIO_NO_MORE_HANDLES | |||||||||||
1F2 | 498 | VIO_SEE_LOG | VIO_SEE_ERROR_LOG | ||||||||||
1F3 | 499 | VIO_ASSOCIATED_DC | |||||||||||
1F4 | 500 | KBD_NO_CONSOLE | |||||||||||
1F5 | 501 | MOUSE_NO_CONSOLE | |||||||||||
1F6 | 502 | MOUSE_INVALID_HANDLE | |||||||||||
1F7 | 503 | SMG_INVALID_DEBUG_PARMS | |||||||||||
1F8 | 504 | KBD_EXTENDED_SG | |||||||||||
1F9 | 505 | MOU_EXTENDED_SG | |||||||||||
1FA | 506 | SMG_INVALID_ICON_FILE |
216 | 534 | ARITHMETIC_OVERFLOW | ArithmetiC | result exceedeD | 32 | bits | ||
217 | 535 | PIPE_CONNECTED | TherE | is A | process on other enD | oF | thE | pipe |
218 | 536 | PIPE_LISTENING | Waiting for A | process to open thE | other enD | oF | thE | pipe |
RAS (RemotE|Access Service)#
Hex | Dec | Text | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
258 | 600 | PENDING | ||||||||||||||||||||||
259 | 601 | INVALID_PORT_HANDLE | ||||||||||||||||||||||
25A | 602 | PORT_ALREADY_OPEN | ||||||||||||||||||||||
25B | 603 | BUFFER_TOO_SMALL | ||||||||||||||||||||||
25C | 604 | WRONG_INFO_SPECIFIED | ||||||||||||||||||||||
25D | 605 | CANNOT_SET_PORT_INFO | ||||||||||||||||||||||
25E | 606 | PORT_NOT_CONNECTED | ||||||||||||||||||||||
25F | 607 | EVENT_INVALID | ||||||||||||||||||||||
260 | 608 | DEVICE_DOES_NOT_EXIST | ||||||||||||||||||||||
261 | 609 | DEVICETYPE_DOES_NOT_EXIST | ||||||||||||||||||||||
262 | 610 | BUFFER_INVALID | ||||||||||||||||||||||
263 | 611 | ROUTE_NOT_AVAILABLE | ||||||||||||||||||||||
264 | 612 | ROUTE_NOT_ALLOCATED | ||||||||||||||||||||||
265 | 613 | INVALID_COMPRESSION_SPECIFIED | ||||||||||||||||||||||
266 | 614 | OUT_OF_BUFFERS | ||||||||||||||||||||||
267 | 615 | PORT_NOT_FOUND | ||||||||||||||||||||||
268 | 616 | ASYNC_REQUEST_PENDING | ||||||||||||||||||||||
269 | 617 | ALREADY_DISCONNECTING | ||||||||||||||||||||||
26A | 618 | PORT_NOT_OPEN | ||||||||||||||||||||||
26B | 619 | PORT_DISCONNECTED | ||||||||||||||||||||||
26C | 620 | NO_ENDPOINTS | ||||||||||||||||||||||
26D | 621 | CANNOT_OPEN_PHONEBOOK | ||||||||||||||||||||||
26E | 622 | CANNOT_LOAD_PHONEBOOK | ||||||||||||||||||||||
26F | 623 | CANNOT_FIND_PHONEBOOK_ENTRY | ||||||||||||||||||||||
270 | 624 | CANNOT_WRITE_PHONEBOOK | ||||||||||||||||||||||
271 | 625 | CORRUPT_PHONEBOOK | ||||||||||||||||||||||
272 | 626 | CANNOT_LOAD_STRING | ||||||||||||||||||||||
273 | 627 | KEY_NOT_FOUND | ||||||||||||||||||||||
274 | 628 | DISCONNECTION | ||||||||||||||||||||||
275 | 629 | REMOTE_DISCONNECTION | ||||||||||||||||||||||
276 | 630 | HARDWARE_FAILURE | ||||||||||||||||||||||
277 | 631 | USER_DISCONNECTION | ||||||||||||||||||||||
278 | 632 | INVALID_SIZE | ||||||||||||||||||||||
279 | 633 | PORT_NOT_AVAILABLE | ||||||||||||||||||||||
27A | 634 | CANNOT_PROJECT_CLIENT | ||||||||||||||||||||||
27B | 635 | UNKNOWN | ||||||||||||||||||||||
27C | 636 | WRONG_DEVICE_ATTACHED | ||||||||||||||||||||||
27D | 637 | BAD_STRING | ||||||||||||||||||||||
27E | 638 | REQUEST_TIMEOUT | ||||||||||||||||||||||
27F | 639 | CANNOT_GET_LANA | ||||||||||||||||||||||
280 | 640 | NETBIOS_ERROR | ||||||||||||||||||||||
281 | 641 | SERVER_OUT_OF_RESOURCES | ||||||||||||||||||||||
282 | 642 | NAME_EXISTS_ON_NET | ||||||||||||||||||||||
283 | 643 | SERVER_GENERAL_NET_FAILURE | ||||||||||||||||||||||
284 | 644 | WARNING_MSG_ALIAS_NOT_ADDED | ||||||||||||||||||||||
285 | 645 | AUTH_INTERNAL | ||||||||||||||||||||||
286 | 646 | RESTRICTED_LOGON_HOURS | ||||||||||||||||||||||
287 | 647 | ACCT_DISABLED | ||||||||||||||||||||||
288 | 648 | PASSWD_EXPIRED | ||||||||||||||||||||||
289 | 649 | NO_DIALIN_PERMISSION | ||||||||||||||||||||||
28A | 650 | SERVER_NOT_RESPONDING | ||||||||||||||||||||||
28B | 651 | FROM_DEVICE | ||||||||||||||||||||||
28C | 652 | UNRECOGNIZED_RESPONSE | ||||||||||||||||||||||
28D | 653 | MACRO_NOT_FOUND | ||||||||||||||||||||||
28E | 654 | MACRO_NOT_DEFINED | ||||||||||||||||||||||
28F | 655 | MESSAGE_MACRO_NOT_FOUND | ||||||||||||||||||||||
290 | 656 | DEFAULTOFF_MACRO_NOT_FOUND | ||||||||||||||||||||||
291 | 657 | FILE_COULD_NOT_BE_OPENED | ||||||||||||||||||||||
292 | 658 | DEVICENAME_TOO_LONG | ||||||||||||||||||||||
293 | 659 | DEVICENAME_NOT_FOUND | ||||||||||||||||||||||
294 | 660 | NO_RESPONSES | ||||||||||||||||||||||
295 | 661 | NO_COMMAND_FOUND | ||||||||||||||||||||||
296 | 662 | WRONG_KEY_SPECIFIED | ||||||||||||||||||||||
297 | 663 | UNKNOWN_DEVICE_TYPE | ||||||||||||||||||||||
298 | 664 | ALLOCATING_MEMORY | ||||||||||||||||||||||
299 | 665 | PORT_NOT_CONFIGURED | ||||||||||||||||||||||
29A | 666 | DEVICE_NOT_READY | ||||||||||||||||||||||
29B | 667 | READING_INI_FILE | ||||||||||||||||||||||
29C | 668 | NO_CONNECTION | ||||||||||||||||||||||
29D | 669 | BAD_USAGE_IN_INI_FILE | ||||||||||||||||||||||
29E | 670 | READING_SECTIONNAME | ||||||||||||||||||||||
29F | 671 | READING_DEVICETYPE | ||||||||||||||||||||||
2A0 | 672 | READING_DEVICENAME | ||||||||||||||||||||||
2A1 | 673 | READING_USAGE | ||||||||||||||||||||||
2A2 | 674 | READING_MAXCONNECTBPS | ||||||||||||||||||||||
2A3 | 675 | READING_MAXCARRIERBPS | ||||||||||||||||||||||
2A4 | 676 | LINE_BUSY | ||||||||||||||||||||||
2A5 | 677 | VOICE_ANSWER | ||||||||||||||||||||||
2A6 | 678 | NO_ANSWER | ||||||||||||||||||||||
2A7 | 679 | NO_CARRIER | ||||||||||||||||||||||
2A8 | 680 | NO_DIALTONE | ||||||||||||||||||||||
2A9 | 681 | IN_COMMAND | ||||||||||||||||||||||
2AA | 682 | WRITING_SECTIONNAME | ||||||||||||||||||||||
2AB | 683 | WRITING_DEVICETYPE | ||||||||||||||||||||||
2AC | 684 | WRITING_DEVICENAME | ||||||||||||||||||||||
2AD | 685 | WRITING_MAXCONNECTBPS | ||||||||||||||||||||||
2AE | 686 | WRITING_MAXCARRIERBPS | ||||||||||||||||||||||
2AF | 687 | WRITING_USAGE | ||||||||||||||||||||||
2B0 | 688 | WRITING_DEFAULTOFF | ||||||||||||||||||||||
2B1 | 689 | READING_DEFAULTOFF | ||||||||||||||||||||||
2B2 | 690 | EMPTY_INI_FILE | ||||||||||||||||||||||
2B3 | 691 | AUTHENTICATION_FAILURE | ||||||||||||||||||||||
2B4 | 692 | PORT_OR_DEVICE | ||||||||||||||||||||||
2B5 | 693 | NOT_BINARY_MACRO | ||||||||||||||||||||||
2B6 | 694 | DCB_NOT_FOUND | ||||||||||||||||||||||
2B7 | 695 | STATE_MACHINES_NOT_STARTED | ||||||||||||||||||||||
2B8 | 696 | STATE_MACHINES_ALREADY_STARTED | ||||||||||||||||||||||
2B9 | 697 | PARTIAL_RESPONSE_LOOPING | ||||||||||||||||||||||
2BA | 698 | UNKNOWN_RESPONSE_KEY | ||||||||||||||||||||||
2BB | 699 | RECV_BUF_FULL | ||||||||||||||||||||||
2BC | 700 | CMD_TOO_LONG | ||||||||||||||||||||||
2BD | 701 | UNSUPPORTED_BPS | ||||||||||||||||||||||
2BE | 702 | UNEXPECTED_RESPONSE | ||||||||||||||||||||||
2BF | 703 | INTERACTIVE_MODE | ||||||||||||||||||||||
2C0 | 704 | BAD_CALLBACK_NUMBER | ||||||||||||||||||||||
2C1 | 705 | INVALID_AUTH_STATE | ||||||||||||||||||||||
2C2 | 706 | WRITING_INITBPS | ||||||||||||||||||||||
2C3 | 707 | X25_DIAGNOSTIC | ||||||||||||||||||||||
2C4 | 708 | ACCT_EXPIRED | ||||||||||||||||||||||
2C5 | 709 | CHANGING_PASSWORD | ||||||||||||||||||||||
2C6 | 710 | OVERRUN | ||||||||||||||||||||||
2C7 | 711 | RASMAN_CANNOT_INITIALIZE | ||||||||||||||||||||||
2C8 | 712 | BIPLEX_PORT_NOT_AVAILABLE | ||||||||||||||||||||||
2C9 | 713 | NO_ACTIVE_ISDN_LINES | ||||||||||||||||||||||
2CA | 714 | NO_ISDN_CHANNELS_AVAILABLE | ||||||||||||||||||||||
2CB | 715 | TOO_MANY_LINE_ERRORS | ||||||||||||||||||||||
2CC | 716 | IP_CONFIGURATION | ||||||||||||||||||||||
2CD | 717 | NO_IP_ADDRESSES | ||||||||||||||||||||||
2CE | 718 | PPP_TIMEOUT | ||||||||||||||||||||||
2CF | 719 | PPP_REMOTE_TERMINATED | ||||||||||||||||||||||
2D0 | 720 | PPP_NO_PROTOCOLS_CONFIGURED | ||||||||||||||||||||||
2D1 | 721 | PPP_NO_RESPONSE | ||||||||||||||||||||||
2D2 | 722 | PPP_INVALID_PACKET | ||||||||||||||||||||||
2D3 | 723 | PHONE_NUMBER_TOO_LONG | ||||||||||||||||||||||
2D4 | 724 | IPXCP_NO_DIALOUT_CONFIGURED | ||||||||||||||||||||||
2D5 | 725 | IPXCP_NO_DIALIN_CONFIGURED | ||||||||||||||||||||||
2D6 | 726 | IPXCP_DIALOUT_ALREADY_ACTIVE | ||||||||||||||||||||||
2D7 | 727 | ACCESSING_TCPCFGDLL | ||||||||||||||||||||||
2D8 | 728 | NO_IP_RAS_ADAPTER | ||||||||||||||||||||||
2D9 | 729 | SLIP_REQUIRES_IP | ||||||||||||||||||||||
2DA | 730 | PROJECTION_NOT_COMPLETE | ||||||||||||||||||||||
2DB | 731 | PROTOCOL_NOT_CONFIGURED | ||||||||||||||||||||||
2DC | 732 | PPP_NOT_CONVERGING | ||||||||||||||||||||||
2DD | 733 | PPP_CP_REJECTED | ||||||||||||||||||||||
2DE | 734 | PPP_LCP_TERMINATED | ||||||||||||||||||||||
2DF | 735 | PPP_REQUIRED_ADDRESS_REJECTED | ||||||||||||||||||||||
2E0 | 736 | PPP_NCP_TERMINATED | ||||||||||||||||||||||
2E1 | 737 | PPP_LOOPBACK_DETECTED | ||||||||||||||||||||||
2E2 | 738 | PPP_NO_ADDRESS_ASSIGNED | ||||||||||||||||||||||
2E3 | 739 | CANNOT_USE_LOGON_CREDENTIALS | ||||||||||||||||||||||
2E4 | 740 | TAPI_CONFIGURATION | ||||||||||||||||||||||
2E5 | 741 | NO_LOCAL_ENCRYPTION | ||||||||||||||||||||||
2E6 | 742 | NO_REMOTE_ENCRYPTION | ||||||||||||||||||||||
2E7 | 743 | REMOTE_REQUIRES_ENCRYPTION | ||||||||||||||||||||||
2E8 | 744 | IPXCP_NET_NUMBER_CONFLICT | ||||||||||||||||||||||
2E9 | 745 | INVALID_SMM | ||||||||||||||||||||||
2EA | 746 | SMM_UNINITIALIZED | ||||||||||||||||||||||
2EB | 747 | NO_MAC_FOR_PORT | ||||||||||||||||||||||
2EC | 748 | SMM_TIMEOUT | ||||||||||||||||||||||
2ED | 749 | BAD_PHONE_NUMBER | ||||||||||||||||||||||
2EE | 750 | WRONG_MODULE | ||||||||||||||||||||||
2EF | 751 | INVALID_CALLBACK_NUMBER | ||||||||||||||||||||||
2F0 | 752 | SCRIPT_SYNTAX!! ExtendeD | DOS errors | |||||||||||||||||||||
Hex | Dec | Text | Description | |||||||||||||||||||||
3E2 | 994 | EA_ACCESS_DENIED | Access to thE | extendeD | attributE | was denied | ||||||||||||||||||
3E3 | 995 | OPERATION_ABORTED | ThE | I/O operation has been aborteD | becausE | oF | either A | threaD | exit or an application request | |||||||||||||||
3E4 | 996 | IO_INCOMPLETE | OverlappeD | I/O event is not in A | signaleD | state | ||||||||||||||||||
3E5 | 997 | IO_PENDING | OverlappeD | I/O operation is in progress | ||||||||||||||||||||
3E6 | 998 | NOACCESS | InvaliD | access to memory location | ||||||||||||||||||||
3E7 | 999 | SWAPERROR | Error performing inpagE | operation | ||||||||||||||||||||
3E9 | 1001 | STACK_OVERFLOW | Recursion too deep; thE | stack overflowed | ||||||||||||||||||||
3EA | 1002 | INVALID_MESSAGE | ThE | window cannot act on thE | sent message | |||||||||||||||||||
3EB | 1003 | CAN_NOT_COMPLETE | Cannot completE | this function | ||||||||||||||||||||
3EC | 1004 | INVALID_FLAGS | InvaliD | flags | ||||||||||||||||||||
3ED | 1005 | UNRECOGNIZED_VOLUME | ThE | volumE | does not contain A | recognizeD | filE | system. PleasE | makE | surE | that all requireD | filE | system drivers arE | loadeD | anD | that thE | volumE | is not corrupted | ||||||
3EE | 1006 | FILE_INVALID | ThE | volumE | for A | filE | has been externally altereD | so that thE | openeD | filE | is no longer valid | |||||||||||||
3EF | 1007 | FULLSCREEN_MODE | ThE | requesteD | operation cannot bE | performeD | in full-screen mode | |||||||||||||||||
3F0 | 1008 | NO_TOKEN | An attempt was madE | to referencE | A | token that does not exist | ||||||||||||||||||
3F1 | 1009 | BADDB | ThE | configuration registry databasE | is corrupt | |||||||||||||||||||
3F2 | 1010 | BADKEY | ThE | configuration registry key is invalid | ||||||||||||||||||||
3F3 | 1011 | CANTOPEN | ThE | configuration registry key coulD | not bE | opened | ||||||||||||||||||
3F4 | 1012 | CANTREAD | ThE | configuration registry key coulD | not bE | read | ||||||||||||||||||
3F5 | 1013 | CANTWRITE | ThE | configuration registry key coulD | not bE | written | ||||||||||||||||||
3F6 | 1014 | REGISTRY_RECOVERED | OnE | oF | thE | files in thE | registry databasE | haD | to bE | recovereD | by usE | oF | A | log or alternatE | copy. ThE | recovery was successful | ||||||||
3F7 | 1015 | REGISTRY_CORRUPT | ThE | registry is corrupted. ThE | structurE | oF | onE | oF | thE | files containing registry datA | is corrupted, or thE | system's memory imagE | oF | thE | filE | is corrupted, or thE | filE | coulD | not bE | recovereD | becausE | thE | alternatE | copy or log was absent or corrupted |
3F8 | 1016 | REGISTRY_IO_FAILED | An I/O operation initiateD | by thE | registry faileD | unrecoverably. ThE | registry coulD | not reaD | in, or writE | out, or flush, onE | oF | thE | files that contain thE | system's imagE | oF | thE | registry | |||||||
3F9 | 1017 | NOT_REGISTRY_FILE | ThE | system has attempteD | to loaD | or restorE | A | filE | into thE | registry, but thE | specifieD | filE | is not in A | registry filE | format | |||||||||
3FA | 1018 | KEY_DELETED | Illegal operation attempteD | on A | registry key that has been markeD | for deletion | ||||||||||||||||||
3FB | 1019 | NO_LOG_SPACE | System coulD | not allocatE | thE | requireD | spacE | in A | registry log | |||||||||||||||
3FC | 1020 | KEY_HAS_CHILDREN | Cannot creatE | A | symboliC | link in A | registry key that already has subkeys or values | |||||||||||||||||
3FD | 1021 | CHILD_MUST_BE_VOLATILE | Cannot creatE | A | stablE | subkey under A | volatilE | parent key | ||||||||||||||||
3FE | 1022 | NOTIFY_ENUM_DIR | A | notify changE | request is being completeD | anD | thE | information is not being returneD | in thE | caller's buffer. ThE | caller now needs to enumeratE | thE | files to finD | thE | changes | |||||||||
41B | 1051 | DEPENDENT_SERVICES_RUNNING | A | stop control has been sent to A | servicE | that other running services arE | dependent on | |||||||||||||||||
41C | 1052 | INVALID_SERVICE_CONTROL | ThE | requesteD | control is not valiD | for this service | ||||||||||||||||||
41D | 1053 | SERVICE_REQUEST_TIMEOUT | ThE | servicE | diD | not responD | to thE | start or control request in A | timely fashion | |||||||||||||||
41E | 1054 | SERVICE_NO_THREAD | A | threaD | coulD | not bE | createD | for thE | service | |||||||||||||||
41F | 1055 | SERVICE_DATABASE_LOCKED | ThE | servicE | databasE | is locked | ||||||||||||||||||
420 | 1056 | SERVICE_ALREADY_RUNNING | An instancE | oF | thE | servicE | is already running | |||||||||||||||||
421 | 1057 | INVALID_SERVICE_ACCOUNT | ThE | account namE | is invaliD | or does not exist, or thE | passworD | is invaliD | for thE | account namE | specified | |||||||||||||
422 | 1058 | SERVICE_DISABLED | ThE | servicE | cannot bE | started, either becausE | it is disableD | or becausE | it has no enableD | devices associateD | with it | |||||||||||||
423 | 1059 | CIRCULAR_DEPENDENCY | Circular servicE | dependency was specified | ||||||||||||||||||||
424 | 1060 | SERVICE_DOES_NOT_EXIST | ThE | specifieD | servicE | does not exist as an installeD | service | |||||||||||||||||
425 | 1061 | SERVICE_CANNOT_ACCEPT_CTRL | ThE | servicE | cannot accept control messages at this time | |||||||||||||||||||
426 | 1062 | SERVICE_NOT_ACTIVE | ThE | servicE | has not been started | |||||||||||||||||||
427 | 1063 | FAILED_SERVICE_CONTROLLER_CONNECT | ThE | servicE | process coulD | not connect to thE | servicE | controller | ||||||||||||||||
428 | 1064 | EXCEPTION_IN_SERVICE | An exception occurreD | in thE | servicE | when handling thE | control request | |||||||||||||||||
429 | 1065 | DATABASE_DOES_NOT_EXIST | ThE | databasE | specifieD | does not exist | ||||||||||||||||||
42A | 1066 | SERVICE_SPECIFIC_ERROR | ThE | servicE | has returneD | A | service-specifiC | error code | ||||||||||||||||
42B | 1067 | PROCESS_ABORTED | ThE | process terminateD | unexpectedly | |||||||||||||||||||
42C | 1068 | SERVICE_DEPENDENCY_FAIL | ThE | dependency servicE | or group faileD | to start | ||||||||||||||||||
42D | 1069 | SERVICE_LOGON_FAILED | ThE | servicE | diD | not start duE | to A | logon failure | ||||||||||||||||
42E | 1070 | SERVICE_START_HANG | After starting, thE | servicE | hung in A | start-pending state | ||||||||||||||||||
42F | 1071 | INVALID_SERVICE_LOCK | ThE | specifieD | servicE | databasE | lock is invalid | |||||||||||||||||
430 | 1072 | SERVICE_MARKED_FOR_DELETE | ThE | specifieD | servicE | has been markeD | for deletion | |||||||||||||||||
431 | 1073 | SERVICE_EXISTS | ThE | specifieD | servicE | already exists | ||||||||||||||||||
432 | 1074 | ALREADY_RUNNING_LKG | ThE | system is currently running with thE | last-known-gooD | configuration | ||||||||||||||||||
433 | 1075 | SERVICE_DEPENDENCY_DELETED | ThE | dependency servicE | does not exist or has been markeD | for deletion | ||||||||||||||||||
434 | 1076 | BOOT_ALREADY_ACCEPTED | ThE | current boot has already been accepteD | for usE | as thE | last-known-gooD | control set | ||||||||||||||||
435 | 1077 | SERVICE_NEVER_STARTED | No attempts to start thE | servicE | havE | been madE | sincE | thE | last boot | |||||||||||||||
436 | 1078 | DUPLICATE_SERVICE_NAME | ThE | namE | is already in usE | as either A | servicE | namE | or A | servicE | display name | |||||||||||||
437 | 1079 | DIFFERENT_SERVICE_ACCOUNT | ThE | account specifieD | for this servicE | is different from thE | account specifieD | for other services running in thE | samE | process | ||||||||||||||
438 | 1080 | FailurE | actions can only bE | set for Win32 | services, not for drivers | |||||||||||||||||||
439 | 1081 | This servicE | runs in thE | samE | process as thE | servicE | control manager. Therefore, thE | servicE | control manager cannot takE | action iF | this service's process terminates unexpectedly | |||||||||||||
43A | 1082 | No recovery program has been configureD | for this service | |||||||||||||||||||||
43B | 1083 | ThE | executablE | program that this servicE | is configureD | to run in does not implement thE | service | |||||||||||||||||
43C | 1084 | This servicE | cannot bE | starteD | in SafE | Mode | ||||||||||||||||||
44C | 1100 | END_OF_MEDIA | ThE | physical enD | oF | thE | tapE | has been reached | ||||||||||||||||
44D | 1101 | FILEMARK_DETECTED | A | tapE | access reacheD | A | filemark | |||||||||||||||||
44E | 1102 | BEGINNING_OF_MEDIA | ThE | beginning oF | thE | tapE | or A | partition was encountered | ||||||||||||||||
44F | 1103 | SETMARK_DETECTED | A | tapE | access reacheD | thE | enD | oF | A | set oF | files | |||||||||||||
450 | 1104 | NO_DATA_DETECTED | No morE | datA | is on thE | tape | ||||||||||||||||||
451 | 1105 | PARTITION_FAILURE | TapE | coulD | not bE | partitioned | ||||||||||||||||||
452 | 1106 | INVALID_BLOCK_LENGTH | When accessing A | new tapE | oF | A | multivolumE | partition, thE | current block sizE | is incorrect | ||||||||||||||
453 | 1107 | DEVICE_NOT_PARTITIONED | TapE | partition information coulD | not bE | founD | when loading A | tape | ||||||||||||||||
454 | 1108 | UNABLE_TO_LOCK_MEDIA | UnablE | to lock thE | mediA | eject mechanism | ||||||||||||||||||
455 | 1109 | UNABLE_TO_UNLOAD_MEDIA | UnablE | to unloaD | thE | media | ||||||||||||||||||
456 | 1110 | MEDIA_CHANGED | ThE | mediA | in thE | drivE | may havE | changed | ||||||||||||||||
457 | 1111 | BUS_RESET | ThE | I/O bus was reset | ||||||||||||||||||||
458 | 1112 | NO_MEDIA_IN_DRIVE | No mediA | in drive | ||||||||||||||||||||
459 | 1113 | NO_UNICODE_TRANSLATION | No mapping for thE | UnicodE | character exists in thE | target multi-bytE | codE | page | ||||||||||||||||
45A | 1114 | DLL_INIT_FAILED | A | dynamiC | link library (DLL) initialization routinE | failed | ||||||||||||||||||
45B | 1115 | SHUTDOWN_IN_PROGRESS | A | system shutdown is in progress | ||||||||||||||||||||
45C | 1116 | NO_SHUTDOWN_IN_PROGRESS | UnablE | to abort thE | system shutdown becausE | no shutdown was in progress | ||||||||||||||||||
45D | 1117 | IO_DEVICE | ThE | request coulD | not bE | performeD | becausE | oF | an I/O devicE | error | ||||||||||||||
45E | 1118 | SERIAL_NO_DEVICE | No serial devicE | was successfully initialized. ThE | serial driver will unload | |||||||||||||||||||
45F | 1119 | IRQ_BUSY | UnablE | to open A | devicE | that was sharing an interrupt request (IRQ) with other devices. At least onE | other devicE | that uses that IRQ was already opened | ||||||||||||||||
460 | 1120 | MORE_WRITES | A | serial I/O operation was completeD | by another writE | to thE | serial port. (ThE | IOCTL_SERIAL_XOFF_COUNTER reacheD | zero.) | |||||||||||||||
461 | 1121 | COUNTER_TIMEOUT | A | serial I/O operation completeD | becausE | thE | timeout perioD | expired. (ThE | IOCTL_SERIAL_XOFF_COUNTER diD | not reach zero.) | ||||||||||||||
462 | 1122 | FLOPPY_ID_MARK_NOT_FOUND | No ID | address mark was founD | on thE | floppy disk | ||||||||||||||||||
463 | 1123 | FLOPPY_WRONG_CYLINDER | Mismatch between thE | floppy disk sector ID | fielD | anD | thE | floppy disk controller track address | ||||||||||||||||
464 | 1124 | FLOPPY_UNKNOWN_ERROR | ThE | floppy disk controller reporteD | an error that is not recognizeD | by thE | floppy disk driver | |||||||||||||||||
465 | 1125 | FLOPPY_BAD_REGISTERS | ThE | floppy disk controller returneD | inconsistent results in its registers | |||||||||||||||||||
466 | 1126 | DISK_RECALIBRATE_FAILED | WhilE | accessing thE | harD | disk, A | recalibratE | operation failed, even after retries | ||||||||||||||||
467 | 1127 | DISK_OPERATION_FAILED | WhilE | accessing thE | harD | disk, A | disk operation faileD | even after retries | ||||||||||||||||
468 | 1128 | DISK_RESET_FAILED | WhilE | accessing thE | harD | disk, A | disk controller reset was needed, but even that failed | |||||||||||||||||
469 | 1129 | EOM_OVERFLOW | Physical enD | oF | tapE | encountered | ||||||||||||||||||
46A | 1130 | NOT_ENOUGH_SERVER_MEMORY | Not enough server storagE | is availablE | to process this command | |||||||||||||||||||
46B | 1131 | POSSIBLE_DEADLOCK | A | potential deadlock condition has been detected | ||||||||||||||||||||
46C | 1132 | MAPPED_ALIGNMENT | ThE | basE | address or thE | filE | offset specifieD | does not havE | thE | proper alignment | ||||||||||||||
474 | 1140 | SET_POWER_STATE_VETOED | An attempt to changE | thE | system power statE | was vetoeD | by another application or driver | |||||||||||||||||
475 | 1141 | SET_POWER_STATE_FAILED | ThE | system BIOS faileD | an attempt to changE | thE | system power state | |||||||||||||||||
476 | 1142 | TOO_MANY_LINKS | An attempt was madE | to creatE | morE | links on A | filE | than thE | filE | system supports | ||||||||||||||
47E | 1150 | OLD_WIN_VERSION | ThE | specifieD | program requires A | newer version oF | Windows | |||||||||||||||||
47F | 1151 | APP_WRONG_OS | ThE | specifieD | program is not A | Windows or MS-DOS program | ||||||||||||||||||
480 | 1152 | SINGLE_INSTANCE_APP | Cannot start morE | than onE | instancE | oF | thE | specifieD | program | |||||||||||||||
481 | 1153 | RMODE_APP | ThE | specifieD | program was written for an earlier version oF | Windows | ||||||||||||||||||
482 | 1154 | INVALID_DLL | OnE | oF | thE | library files needeD | to run this application is damaged | |||||||||||||||||
483 | 1155 | NO_ASSOCIATION | No application is associateD | with thE | specifieD | filE | for this operation | |||||||||||||||||
484 | 1156 | DDE_FAIL | An error occurreD | in sending thE | commanD | to thE | application | |||||||||||||||||
485 | 1157 | DLL_NOT_FOUND | OnE | oF | thE | library files needeD | to run this application cannot bE | found | ||||||||||||||||
486 | 1158 | ThE | current process has useD | all oF | its system allowancE | oF | handles for Window Manager objects | |||||||||||||||||
487 | 1159 | ThE | messagE | can bE | useD | only with synchronous operations | ||||||||||||||||||
488 | 1160 | ThE | indicateD | sourcE | element has no media | |||||||||||||||||||
489 | 1161 | ThE | indicateD | destination element already contains media | ||||||||||||||||||||
48A | 1162 | ThE | indicateD | element does not exist | ||||||||||||||||||||
48B | 1163 | ThE | indicateD | element is part oF | A | magazinE | that is not present | |||||||||||||||||
48C | 1164 | ThE | indicateD | devicE | requires reinitialization duE | to hardwarE | errors | |||||||||||||||||
48D | 1165 | ThE | devicE | has indicateD | that cleaning is requireD | beforE | further operations arE | attempted | ||||||||||||||||
48E | 1166 | ThE | devicE | has indicateD | that its door is open | |||||||||||||||||||
48F | 1167 | ThE | devicE | is not connected | ||||||||||||||||||||
490 | 1168 | Element not found | ||||||||||||||||||||||
491 | 1169 | TherE | was no match for thE | specifieD | key in thE | index | ||||||||||||||||||
492 | 1170 | ThE | property set specifieD | does not exist on thE | object | |||||||||||||||||||
493 | 1171 | ThE | point passeD | to GetMouseMovePoints is not in thE | buffer | |||||||||||||||||||
494 | 1172 | ThE | tracking (workstation) servicE | is not running | ||||||||||||||||||||
495 | 1173 | ThE | VolumE | ID | coulD | not bE | found | |||||||||||||||||
497 | 1175 | UnablE | to removE | thE | filE | to bE | replaced | |||||||||||||||||
498 | 1176 | UnablE | to movE | thE | replacement filE | to thE | filE | to bE | replaced. ThE | filE | to bE | replaceD | has retaineD | its original name | ||||||||||
499 | 1177 | UnablE | to movE | thE | replacement filE | to thE | filE | to bE | replaced. ThE | filE | to bE | replaceD | has been renameD | using thE | backup name | |||||||||
49A | 1178 | ThE | volumE | changE | journal is being deleted | |||||||||||||||||||
49B | 1179 | ThE | volumE | changE | journal is not active | |||||||||||||||||||
49C | 1180 | A | filE | was found, but it may not bE | thE | correct file | ||||||||||||||||||
49D | 1181 | ThE | journal entry has been deleteD | from thE | journal | |||||||||||||||||||
4B0 | 1200 | BAD_DEVICE | ThE | specifieD | devicE | namE | is invalid | |||||||||||||||||
4B1 | 1201 | CONNECTION_UNAVAIL | ThE | devicE | is not currently connecteD | but it is A | remembereD | connection | ||||||||||||||||
4B2 | 1202 | DEVICE_ALREADY_REMEMBERED | ThE | local devicE | namE | has A | remembereD | connection to another network resource | ||||||||||||||||
4B3 | 1203 | NO_NET_OR_BAD_PATH | No network provider accepteD | thE | given network path | |||||||||||||||||||
4B4 | 1204 | BAD_PROVIDER | ThE | specifieD | network provider namE | is invalid | ||||||||||||||||||
4B5 | 1205 | CANNOT_OPEN_PROFILE | UnablE | to open thE | network connection profile | |||||||||||||||||||
4B6 | 1206 | BAD_PROFILE | ThE | network connection profilE | is corrupted | |||||||||||||||||||
4B7 | 1207 | NOT_CONTAINER | Cannot enumeratE | A | noncontainer | |||||||||||||||||||
4B8 | 1208 | EXTENDED_ERROR | An extendeD | error has occurred | ||||||||||||||||||||
4B9 | 1209 | INVALID_GROUPNAME | ThE | format oF | thE | specifieD | group namE | is invalid | ||||||||||||||||
4BA | 1210 | INVALID_COMPUTERNAME | ThE | format oF | thE | specifieD | computer namE | is invalid | ||||||||||||||||
4BB | 1211 | INVALID_EVENTNAME | ThE | format oF | thE | specifieD | event namE | is invalid | ||||||||||||||||
4BC | 1212 | INVALID_DOMAINNAME | ThE | format oF | thE | specifieD | domain namE | is invalid | ||||||||||||||||
4BD | 1213 | INVALID_SERVICENAME | ThE | format oF | thE | specifieD | servicE | namE | is invalid | |||||||||||||||
4BE | 1214 | INVALID_NETNAME | ThE | format oF | thE | specifieD | network namE | is invalid | ||||||||||||||||
4BF | 1215 | INVALID_SHARENAME | ThE | format oF | thE | specifieD | sharE | namE | is invalid | |||||||||||||||
4C0 | 1216 | INVALID_PASSWORDNAME | ThE | format oF | thE | specifieD | passworD | is invalid | ||||||||||||||||
4C1 | 1217 | INVALID_MESSAGENAME | ThE | format oF | thE | specifieD | messagE | namE | is invalid | |||||||||||||||
4C2 | 1218 | INVALID_MESSAGEDEST | ThE | format oF | thE | specifieD | messagE | destination is invalid | ||||||||||||||||
4C3 | 1219 | SESSION_CREDENTIAL_CONFLICT | MultiplE | connections to A | server or shareD | resourcE | by thE | samE | user, using morE | than onE | user name, arE | not allowed. Disconnect all previous connections to thE | server or shareD | resourcE | anD | try again. | ||||||||
4C4 | 1220 | REMOTE_SESSION_LIMIT_EXCEEDED | An attempt was madE | to establish A | session to A | network server, but therE | arE | already too many sessions establisheD | to that server | |||||||||||||||
4C5 | 1221 | DUP_DOMAINNAME | ThE | workgroup or domain namE | is already in usE | by another computer on thE | network | |||||||||||||||||
4C6 | 1222 | NO_NETWORK | ThE | network is not present or not started | ||||||||||||||||||||
4C7 | 1223 | CANCELLED | ThE | operation was canceleD | by thE | user | ||||||||||||||||||
4C8 | 1224 | USER_MAPPED_FILE | ThE | requesteD | operation cannot bE | performeD | on A | filE | with A | user-mappeD | section open | |||||||||||||
4C9 | 1225 | CONNECTION_REFUSED | ThE | remotE | system refuseD | thE | network connection | |||||||||||||||||
4CA | 1226 | GRACEFUL_DISCONNECT | ThE | network connection was gracefully closed | ||||||||||||||||||||
4CB | 1227 | ADDRESS_ALREADY_ASSOCIATED | ThE | network transport endpoint already has an address associateD | with it | |||||||||||||||||||
4CC | 1228 | ADDRESS_NOT_ASSOCIATED | An address has not yet been associateD | with thE | network endpoint | |||||||||||||||||||
4CD | 1229 | CONNECTION_INVALID | An operation was attempteD | on A | nonexistent network connection | |||||||||||||||||||
4CE | 1230 | CONNECTION_ACTIVE | An invaliD | operation was attempteD | on an activE | network connection | ||||||||||||||||||
4CF | 1231 | NETWORK_UNREACHABLE | ThE | network location cannot bE | reached. For information about network troubleshooting, seE | Windows Help | ||||||||||||||||||
4D0 | 1232 | HOST_UNREACHABLE | ThE | network location cannot bE | reached. For information about network troubleshooting, seE | Windows Help | ||||||||||||||||||
4D1 | 1233 | PROTOCOL_UNREACHABLE | ThE | network location cannot bE | reached. For information about network troubleshooting, seE | Windows Help | ||||||||||||||||||
4D2 | 1234 | PORT_UNREACHABLE | No servicE | is operating at thE | destination network endpoint on thE | remotE | system | |||||||||||||||||
4D3 | 1235 | REQUEST_ABORTED | ThE | request was aborted | ||||||||||||||||||||
4D4 | 1236 | CONNECTION_ABORTED | ThE | network connection was aborteD | by thE | local system | ||||||||||||||||||
4D5 | 1237 | RETRY | ThE | operation coulD | not bE | completed. A | retry shoulD | bE | performed | |||||||||||||||
4D6 | 1238 | CONNECTION_COUNT_LIMIT | A | connection to thE | server coulD | not bE | madE | becausE | thE | limit on thE | number oF | concurrent connections for this account has been reached | ||||||||||||
4D7 | 1239 | LOGIN_TIME_RESTRICTION | Attempting to log in during an unauthorizeD | timE | oF | day for this account | ||||||||||||||||||
4D8 | 1240 | LOGIN_WKSTA_RESTRICTION | ThE | account is not authorizeD | to log in from this station | |||||||||||||||||||
4D9 | 1241 | INCORRECT_ADDRESS | ThE | network address coulD | not bE | useD | for thE | operation requested | ||||||||||||||||
4DA | 1242 | ALREADY_REGISTERED | ThE | servicE | is already registered | |||||||||||||||||||
4DB | 1243 | SERVICE_NOT_FOUND | ThE | specifieD | servicE | does not exist | ||||||||||||||||||
4DC | 1244 | NOT_AUTHENTICATED | ThE | operation being requesteD | was not performeD | becausE | thE | user has not been authenticated | ||||||||||||||||
4DD | 1245 | NOT_LOGGED_ON | ThE | operation being requesteD | was not performeD | becausE | thE | user has not loggeD | on to thE | network. ThE | specifieD | servicE | does not exist | |||||||||||
4DE | 1246 | CONTINUE | ContinuE | with work in progress | ||||||||||||||||||||
4DF | 1247 | ALREADY_INITIALIZED | An attempt was madE | to perform an initialization operation when initialization has already been completed | ||||||||||||||||||||
4E0 | 1248 | NO_MORE_DEVICES | No morE | local devices | ||||||||||||||||||||
4E1 | 1249 | ThE | specifieD | sitE | does not exist | |||||||||||||||||||
4E2 | 1250 | A | domain controller with thE | specifieD | namE | already exists | ||||||||||||||||||
4E3 | 1251 | This operation is supporteD | only when you arE | connecteD | to thE | server | ||||||||||||||||||
4E4 | 1252 | ThE | group policy framework shoulD | call thE | extension even iF | therE | arE | no changes | ||||||||||||||||
4E5 | 1253 | ThE | specifieD | user does not havE | A | valiD | profile | |||||||||||||||||
4E6 | 1254 | This operation is not supporteD | on A | Microsoft Small Business Server | ||||||||||||||||||||
4E7 | 1255 | ThE | server machinE | is shutting down | ||||||||||||||||||||
4E8 | 1256 | ThE | remotE | system is not available. For information about network troubleshooting, seE | Windows Help | |||||||||||||||||||
4E9 | 1257 | ThE | security identifier provideD | is not from an account domain | ||||||||||||||||||||
4EA | 1258 | ThE | security identifier provideD | does not havE | A | domain component | ||||||||||||||||||
4EB | 1259 | AppHelp dialog canceleD | thus preventing thE | application from starting | ||||||||||||||||||||
4EC | 1260 | Windows cannot open this program becausE | it has been preventeD | by A | softwarE | restriction policy. For morE | information, open Event Viewer or contact your system administrator | |||||||||||||||||
4ED | 1261 | A | program attempt to usE | an invaliD | register value. Normally causeD | by an uninitializeD | register. This error is Itanium specific | |||||||||||||||||
4EE | 1262 | ThE | sharE | is currently offlinE | or does not exist | |||||||||||||||||||
4EF | 1263 | ThE | kerberos protocol encountereD | an error whilE | validating thE | KDC | certificatE | during smartcarD | logon | |||||||||||||||
4F0 | 1264 | ThE | kerberos protocol encountereD | an error whilE | attempting to utilizE | thE | smartcarD | subsystem | ||||||||||||||||
4F1 | 1265 | ThE | system detecteD | A | possiblE | attempt to compromisE | security. PleasE | ensurE | that you can contact thE | server that authenticateD | you | |||||||||||||
4F2 | 1266 | ThE | smartcarD | certificatE | useD | for authentication has been revoked. PleasE | contact your system administrator. TherE | may bE | additional information in thE | event log | ||||||||||||||
4F3 | 1267 | An untrusteD | certificatE | authority was detecteD | WhilE | processing thE | smartcarD | certificatE | useD | for authentication. PleasE | contact your system administrator | |||||||||||||
4F4 | 1268 | ThE | revocation status oF | thE | smartcarD | certificatE | useD | for authentication coulD | not bE | determined. PleasE | contact your system administrator | |||||||||||||
4F5 | 1269 | ThE | smartcarD | certificatE | useD | for authentication was not trusted. PleasE | contact your system administrator | |||||||||||||||||
4F6 | 1270 | ThE | smartcarD | certificatE | useD | for authentication has expired. PleasE | contact your system administrator | |||||||||||||||||
4F7 | 1271 | ThE | machinE | is lockeD | anD | can not bE | shut down without thE | forcE | option | |||||||||||||||
4F9 | 1273 | An application-defineD | callback gavE | invaliD | datA | when called | ||||||||||||||||||
4FA | 1274 | ThE | group policy framework shoulD | call thE | extension in thE | synchronous foregrounD | policy refresh | |||||||||||||||||
4FB | 1275 | This driver has been blockeD | from loading | |||||||||||||||||||||
4FC | 1276 | A | dynamiC | link library (DLL) referenceD | A | modulE | that was neither A | DLL nor thE | process's executablE | image | ||||||||||||||
514 | 1300 | NOT_ALL_ASSIGNED | Not all privileges referenceD | arE | assigneD | to thE | caller | |||||||||||||||||
515 | 1301 | SOME_NOT_MAPPED | SomE | mapping between account names anD | security IDs was not done | |||||||||||||||||||
516 | 1302 | NO_QUOTAS_FOR_ACCOUNT | No system quotA | limits arE | specifically set for this account | |||||||||||||||||||
517 | 1303 | LOCAL_USER_SESSION_KEY | No encryption key is available. A | well-known encryption key was returned | ||||||||||||||||||||
518 | 1304 | NULL_LM_PASSWORD | ThE | passworD | is too complex to bE | converteD | to A | LAN Manager password. ThE | LAN Manager passworD | returneD | is A | NULL string | ||||||||||||
519 | 1305 | UNKNOWN_REVISION | ThE | revision level is unknown | ||||||||||||||||||||
51A | 1306 | REVISION_MISMATCH | Indicates two revision levels arE | incompatible | ||||||||||||||||||||
51B | 1307 | INVALID_OWNER | This security ID | may not bE | assigneD | as thE | owner oF | this object | ||||||||||||||||
51C | 1308 | INVALID_PRIMARY_GROUP | This security ID | may not bE | assigneD | as thE | primary group oF | an object | ||||||||||||||||
51D | 1309 | NO_IMPERSONATION_TOKEN | An attempt has been madE | to operatE | on an impersonation token by A | threaD | that is not currently impersonating A | client | ||||||||||||||||
51E | 1310 | CANT_DISABLE_MANDATORY | ThE | group may not bE | disabled | |||||||||||||||||||
51F | 1311 | NO_LOGON_SERVERS | TherE | arE | currently no logon servers availablE | to servicE | thE | logon request | ||||||||||||||||
520 | 1312 | NO_SUCH_LOGON_SESSION | A | specifieD | logon session does not exist. It may already havE | been terminated | ||||||||||||||||||
521 | 1313 | NO_SUCH_PRIVILEGE | A | specifieD | privilegE | does not exist | ||||||||||||||||||
522 | 1314 | PRIVILEGE_NOT_HELD | A | requireD | privilegE | is not helD | by thE | client | ||||||||||||||||
523 | 1315 | INVALID_ACCOUNT_NAME | ThE | namE | provideD | is not A | properly formeD | account name | ||||||||||||||||
524 | 1316 | USER_EXISTS | ThE | specifieD | user already exists | |||||||||||||||||||
525 | 1317 | NO_SUCH_USER | ThE | specifieD | user does not exist | |||||||||||||||||||
526 | 1318 | GROUP_EXISTS | ThE | specifieD | group already exists | |||||||||||||||||||
527 | 1319 | NO_SUCH_GROUP | ThE | specifieD | group does not exist | |||||||||||||||||||
528 | 1320 | MEMBER_IN_GROUP | Either thE | specifieD | user account is already A | member oF | thE | specifieD | group, or thE | specifieD | group cannot bE | deleteD | becausE | it contains A | member | |||||||||
529 | 1321 | MEMBER_NOT_IN_GROUP | ThE | specifieD | user account is not A | member oF | thE | specifieD | group account | |||||||||||||||
52A | 1322 | LAST_ADMIN | ThE | last remaining administration account cannot bE | disableD | or deleted | ||||||||||||||||||
52B | 1323 | WRONG_PASSWORD | UnablE | to updatE | thE | password. ThE | valuE | provideD | as thE | current passworD | is incorrect | |||||||||||||
52C | 1324 | ILL_FORMED_PASSWORD | UnablE | to updatE | thE | password. ThE | valuE | provideD | for thE | new passworD | contains values that arE | not alloweD | in passwords | |||||||||||
52D | 1325 | PASSWORD_RESTRICTION | UnablE | to updatE | thE | password. ThE | valuE | provideD | for thE | new passworD | does not meet thE | length, complexity, or history requirement oF | thE | domain | ||||||||||
52E | 1326 | LOGON_FAILURE | Logon failure | unknown user namE | or baD | password | ||||||||||||||||||
52F | 1327 | ACCOUNT_RESTRICTION | Logon failure | user account restriction. PossiblE | reasons arE | blank passwords not allowed, logon hour restrictions, or A | policy restriction has been enforced | |||||||||||||||||
530 | 1328 | INVALID_LOGON_HOURS | Logon failure | account logon timE | restriction violation | |||||||||||||||||||
531 | 1329 | INVALID_WORKSTATION | Logon failure | user not alloweD | to log on to this computer | |||||||||||||||||||
532 | 1330 | PASSWORD_EXPIRED | Logon failure | thE | specifieD | account passworD | has expired | |||||||||||||||||
533 | 1331 | ACCOUNT_DISABLED | Logon failure | account currently disabled | ||||||||||||||||||||
534 | 1332 | NONE_MAPPED | No mapping between account names anD | security IDs was done | ||||||||||||||||||||
535 | 1333 | TOO_MANY_LUIDS_REQUESTED | Too many local user identifiers (LUIDs) werE | requesteD | at onE | time | ||||||||||||||||||
536 | 1334 | LUIDS_EXHAUSTED | No morE | local user identifiers (LUIDs) arE | available | |||||||||||||||||||
537 | 1335 | INVALID_SUB_AUTHORITY | ThE | subauthority part oF | A | security ID | is invaliD | for this particular use | ||||||||||||||||
538 | 1336 | INVALID_ACL | ThE | access control list (ACL) structurE | is invalid | |||||||||||||||||||
539 | 1337 | INVALID_SID | ThE | security ID | structurE | is invalid | ||||||||||||||||||
53A | 1338 | INVALID_SECURITY_DESCR | ThE | security descriptor structurE | is invalid | |||||||||||||||||||
53C | 1340 | BAD_INHERITANCE_ACL | ThE | inheriteD | access control list (ACL) or access control entry (ACE) coulD | not bE | built | |||||||||||||||||
53D | 1341 | SERVER_DISABLED | ThE | server is currently disabled | ||||||||||||||||||||
53E | 1342 | SERVER_NOT_DISABLED | ThE | server is currently enabled | ||||||||||||||||||||
53F | 1343 | INVALID_ID_AUTHORITY | ThE | valuE | provideD | was an invaliD | valuE | for an identifier authority | ||||||||||||||||
540 | 1344 | ALLOTTED_SPACE_EXCEEDED | No morE | memory is availablE | for security information updates | |||||||||||||||||||
541 | 1345 | INVALID_GROUP_ATTRIBUTES | ThE | specifieD | attributes arE | invalid, or incompatiblE | with thE | attributes for thE | group as A | whole | ||||||||||||||
542 | 1346 | BAD_IMPERSONATION_LEVEL | Either A | requireD | impersonation level was not provided, or thE | provideD | impersonation level is invalid | |||||||||||||||||
543 | 1347 | CANT_OPEN_ANONYMOUS | Cannot open an anonymous level security token | |||||||||||||||||||||
544 | 1348 | BAD_VALIDATION_CLASS | ThE | validation information class requesteD | was invalid | |||||||||||||||||||
545 | 1349 | BAD_TOKEN_TYPE | ThE | typE | oF | thE | token is inappropriatE | for its attempteD | use | |||||||||||||||
546 | 1350 | NO_SECURITY_ON_OBJECT | UnablE | to perform A | security operation on an object that has no associateD | security | ||||||||||||||||||
547 | 1351 | CANT_ACCESS_DOMAIN_INFO | Configuration information coulD | not bE | reaD | from thE | domain controller, either becausE | thE | machinE | is unavailable, or access has been denied | ||||||||||||||
548 | 1352 | INVALID_SERVER_STATE | ThE | security account manager (SAM) or local security authority (LSA) server was in thE | wrong statE | to perform thE | security operation | |||||||||||||||||
549 | 1353 | INVALID_DOMAIN_STATE | ThE | domain was in thE | wrong statE | to perform thE | security operation | |||||||||||||||||
54A | 1354 | INVALID_DOMAIN_ROLE | This operation is only alloweD | for thE | Primary Domain Controller oF | thE | domain | |||||||||||||||||
54B | 1355 | NO_SUCH_DOMAIN | ThE | specifieD | domain either does not exist or coulD | not bE | contacted | |||||||||||||||||
54C | 1356 | DOMAIN_EXISTS | ThE | specifieD | domain already exists | |||||||||||||||||||
54D | 1357 | DOMAIN_LIMIT_EXCEEDED | An attempt was madE | to exceeD | thE | limit on thE | number oF | domains per server | ||||||||||||||||
54E | 1358 | INTERNAL_DB_CORRUPTION | UnablE | to completE | thE | requesteD | operation becausE | oF | either A | catastrophiC | mediA | failurE | or A | datA | structurE | corruption on thE | disk | |||||||
54F | 1359 | INTERNAL_ERROR | An internal error occurred | |||||||||||||||||||||
550 | 1360 | GENERIC_NOT_MAPPED | GeneriC | access types werE | containeD | in an access mask which shoulD | already bE | mappeD | to nongeneriC | types | ||||||||||||||
551 | 1361 | BAD_DESCRIPTOR_FORMAT | A | security descriptor is not in thE | right format (absolutE | or self-relative) | ||||||||||||||||||
552 | 1362 | NOT_LOGON_PROCESS | ThE | requesteD | action is restricteD | for usE | by logon processes only. ThE | calling process has not registereD | as A | logon process | ||||||||||||||
553 | 1363 | LOGON_SESSION_EXISTS | Cannot start A | new logon session with an ID | that is already in use | |||||||||||||||||||
554 | 1364 | NO_SUCH_PACKAGE | A | specifieD | authentication packagE | is unknown | ||||||||||||||||||
555 | 1365 | BAD_LOGON_SESSION_STATE | ThE | logon session is not in A | statE | that is consistent with thE | requesteD | operation | ||||||||||||||||
556 | 1366 | LOGON_SESSION_COLLISION | ThE | logon session ID | is already in use | |||||||||||||||||||
557 | 1367 | INVALID_LOGON_TYPE | A | logon request containeD | an invaliD | logon typE | value | |||||||||||||||||
558 | 1368 | CANNOT_IMPERSONATE | UnablE | to impersonatE | using A | nameD | pipE | until datA | has been reaD | from that pipe | ||||||||||||||
559 | 1369 | RXACT_INVALID_STATE | ThE | transaction statE | oF | A | registry subtreE | is incompatiblE | with thE | requesteD | operation | |||||||||||||
55A | 1370 | RXACT_COMMIT_FAILURE | An internal security databasE | corruption has been encountered | ||||||||||||||||||||
55B | 1371 | SPECIAL_ACCOUNT | Cannot perform this operation on built-in accounts | |||||||||||||||||||||
55C | 1372 | SPECIAL_GROUP | Cannot perform this operation on this built-in special group | |||||||||||||||||||||
55D | 1373 | SPECIAL_USER | Cannot perform this operation on this built-in special user | |||||||||||||||||||||
55E | 1374 | MEMBERS_PRIMARY_GROUP | ThE | user cannot bE | removeD | from A | group becausE | thE | group is currently thE | user's primary group | ||||||||||||||
55F | 1375 | TOKEN_ALREADY_IN_USE | ThE | token is already in usE | as A | primary token | ||||||||||||||||||
560 | 1376 | NO_SUCH_ALIAS | ThE | specifieD | local group does not exist | |||||||||||||||||||
561 | 1377 | MEMBER_NOT_IN_ALIAS | ThE | specifieD | account namE | is not A | member oF | thE | local group | |||||||||||||||
562 | 1378 | MEMBER_IN_ALIAS | ThE | specifieD | account namE | is already A | member oF | thE | local group | |||||||||||||||
563 | 1379 | ALIAS_EXISTS | ThE | specifieD | local group already exists | |||||||||||||||||||
564 | 1380 | LOGON_NOT_GRANTED | Logon failure | thE | user has not been granteD | thE | requesteD | logon typE | at this computer | |||||||||||||||
565 | 1381 | TOO_MANY_SECRETS | ThE | maximum number oF | secrets that may bE | storeD | in A | singlE | system has been exceeded | |||||||||||||||
566 | 1382 | SECRET_TOO_LONG | ThE | length oF | A | secret exceeds thE | maximum length allowed | |||||||||||||||||
567 | 1383 | INTERNAL_DB_ERROR | ThE | local security authority databasE | contains an internal inconsistency | |||||||||||||||||||
568 | 1384 | TOO_MANY_CONTEXT_IDS | During A | logon attempt, thE | user's security context accumulateD | too many security IDs | ||||||||||||||||||
569 | 1385 | LOGON_TYPE_NOT_GRANTED | Logon failure | thE | user has not been granteD | thE | requesteD | logon typE | at this computer | |||||||||||||||
56A | 1386 | NT_CROSS_ENCRYPTION_REQUIRED | A | cross-encrypteD | passworD | is necessary to changE | A | user password | ||||||||||||||||
56B | 1387 | NO_SUCH_MEMBER | A | member coulD | not bE | addeD | to or removeD | from thE | local group becausE | thE | member does not exist | |||||||||||||
56C | 1388 | INVALID_MEMBER | A | new member coulD | not bE | addeD | to A | local group becausE | thE | member has thE | wrong account type | |||||||||||||
56D | 1389 | TOO_MANY_SIDS | Too many security IDs havE | been specified | ||||||||||||||||||||
56E | 1390 | LM_CROSS_ENCRYPTION_REQUIRED | A | cross-encrypteD | passworD | is necessary to changE | this user password | |||||||||||||||||
56F | 1391 | NO_INHERITANCE | Indicates an ACL contains no inheritablE | components | ||||||||||||||||||||
570 | 1392 | FILE_CORRUPT | ThE | filE | or directory is corrupteD | anD | unreadable | |||||||||||||||||
571 | 1393 | DISK_CORRUPT | ThE | disk structurE | is corrupteD | anD | unreadable | |||||||||||||||||
572 | 1394 | NO_USER_SESSION_KEY | TherE | is no user session key for thE | specifieD | logon session | ||||||||||||||||||
573 | 1395 | LICENSE_QUOTA_EXCEEDED | ThE | servicE | being accesseD | is licenseD | for A | particular number oF | connections. No morE | connections can bE | madE | to thE | servicE | at this timE | becausE | therE | arE | already as many connections as thE | servicE | can accept | ||||
574 | 1396 | Anmeldung fehlgeschlagen | Logon Failure | ThE | target account namE | is incorrect | ||||||||||||||||||
575 | 1397 | Mutual Authentication failed. ThE | server's passworD | is out oF | datE | at thE | domain controller | |||||||||||||||||
576 | 1398 | TherE | is A | timE | and/or datE | differencE | between thE | client anD | server | |||||||||||||||
577 | 1399 | This operation can not bE | performeD | on thE | current domain | |||||||||||||||||||
578 | 1400 | INVALID_WINDOW_HANDLE | InvaliD | window handle | ||||||||||||||||||||
579 | 1401 | INVALID_MENU_HANDLE | InvaliD | menu handle | ||||||||||||||||||||
57A | 1402 | INVALID_CURSOR_HANDLE | InvaliD | cursor handle | ||||||||||||||||||||
57B | 1403 | INVALID_ACCEL_HANDLE | InvaliD | accelerator tablE | handle | |||||||||||||||||||
57C | 1404 | INVALID_HOOK_HANDLE | InvaliD | hook handle | ||||||||||||||||||||
57D | 1405 | INVALID_DWP_HANDLE | InvaliD | handlE | to A | multiple-window position structure | ||||||||||||||||||
57E | 1406 | TLW_WITH_WSCHILD | Cannot creatE | A | top-level chilD | window | ||||||||||||||||||
57F | 1407 | CANNOT_FIND_WND_CLASS | Cannot finD | window class | ||||||||||||||||||||
580 | 1408 | WINDOW_OF_OTHER_THREAD | InvaliD | window; it belongs to other thread | ||||||||||||||||||||
581 | 1409 | HOTKEY_ALREADY_REGISTERED | Hot key is already registered | |||||||||||||||||||||
582 | 1410 | CLASS_ALREADY_EXISTS | Class already exists | |||||||||||||||||||||
583 | 1411 | CLASS_DOES_NOT_EXIST | Class does not exist | |||||||||||||||||||||
584 | 1412 | CLASS_HAS_WINDOWS | Class still has open windows | |||||||||||||||||||||
585 | 1413 | INVALID_INDEX | InvaliD | index | ||||||||||||||||||||
586 | 1414 | INVALID_ICON_HANDLE | InvaliD | icon handle | ||||||||||||||||||||
587 | 1415 | PRIVATE_DIALOG_INDEX | Using privatE | DIALOG window words | ||||||||||||||||||||
588 | 1416 | LISTBOX_ID_NOT_FOUND | ThE | list box identifier was not found | ||||||||||||||||||||
589 | 1417 | NO_WILDCARD_CHARACTERS | No wildcards werE | found | ||||||||||||||||||||
58A | 1418 | CLIPBOARD_NOT_OPEN | ThreaD | does not havE | A | clipboarD | open | |||||||||||||||||
58B | 1419 | HOTKEY_NOT_REGISTERED | Hot key is not registered | |||||||||||||||||||||
58C | 1420 | WINDOW_NOT_DIALOG | ThE | window is not A | valiD | dialog window | ||||||||||||||||||
58D | 1421 | CONTROL_ID_NOT_FOUND | Control ID | not found | ||||||||||||||||||||
58E | 1422 | INVALID_COMBOBOX_MESSAGE | InvaliD | messagE | for A | combo box becausE | it does not havE | an edit control | ||||||||||||||||
58F | 1423 | WINDOW_NOT_COMBOBOX | ThE | window is not A | combo box | |||||||||||||||||||
590 | 1424 | INVALID_EDIT_HEIGHT | Height must bE | less than 256 | ||||||||||||||||||||
591 | 1425 | DC_NOT_FOUND | InvaliD | devicE | context (DC) handle | |||||||||||||||||||
592 | 1426 | INVALID_HOOK_FILTER | InvaliD | hook procedurE | type | |||||||||||||||||||
593 | 1427 | INVALID_FILTER_PROC | InvaliD | hook procedure | ||||||||||||||||||||
594 | 1428 | HOOK_NEEDS_HMOD | Cannot set nonlocal hook without A | modulE | handle | |||||||||||||||||||
595 | 1429 | GLOBAL_ONLY_HOOK | This hook procedurE | can only bE | set globally | |||||||||||||||||||
596 | 1430 | JOURNAL_HOOK_SET | ThE | journal hook procedurE | is already installed | |||||||||||||||||||
597 | 1431 | HOOK_NOT_INSTALLED | ThE | hook procedurE | is not installed | |||||||||||||||||||
598 | 1432 | INVALID_LB_MESSAGE | InvaliD | messagE | for single-selection list box | |||||||||||||||||||
599 | 1433 | SETCOUNT_ON_BAD_LB | LB_SETCOUNT sent to non-lazy list box | |||||||||||||||||||||
59A | 1434 | LB_WITHOUT_TABSTOPS | This list box does not support taB | stops | ||||||||||||||||||||
59B | 1435 | DESTROY_OBJECT_OF_OTHER_THREAD | Cannot destroy object createD | by another thread | ||||||||||||||||||||
59C | 1436 | CHILD_WINDOW_MENU | ChilD | windows cannot havE | menus | |||||||||||||||||||
59D | 1437 | NO_SYSTEM_MENU | ThE | window does not havE | A | system menu | ||||||||||||||||||
59E | 1438 | INVALID_MSGBOX_STYLE | InvaliD | messagE | box style | |||||||||||||||||||
59F | 1439 | INVALID_SPI_VALUE | InvaliD | system-widE | (SPI_*) parameter | |||||||||||||||||||
5A0 | 1440 | SCREEN_ALREADY_LOCKED | Screen already locked | |||||||||||||||||||||
5A1 | 1441 | HWNDS_HAVE_DIFF_PARENT | All handles to windows in A | multiple-window position structurE | must havE | thE | samE | parent | ||||||||||||||||
5A2 | 1442 | NOT_CHILD_WINDOW | ThE | window is not A | chilD | window | ||||||||||||||||||
5A3 | 1443 | INVALID_GW_COMMAND | InvaliD | GW_* command | ||||||||||||||||||||
5A4 | 1444 | INVALID_THREAD_ID | InvaliD | threaD | identifier | |||||||||||||||||||
5A5 | 1445 | NON_MDICHILD_WINDOW | Cannot process A | messagE | from A | window that is not A | multiplE | document interfacE | (MDI) window | |||||||||||||||
5A6 | 1446 | POPUP_ALREADY_ACTIVE | Popup menu already active | |||||||||||||||||||||
5A7 | 1447 | NO_SCROLLBARS | ThE | window does not havE | scroll bars | |||||||||||||||||||
5A8 | 1448 | INVALID_SCROLLBAR_RANGE | Scroll bar rangE | cannot bE | greater than MAXLONG | |||||||||||||||||||
5A9 | 1449 | INVALID_SHOWWIN_COMMAND | Cannot show or removE | thE | window in thE | way specified | ||||||||||||||||||
5AA | 1450 | NO_SYSTEM_RESOURCES | Insufficient system resources exist to completE | thE | requesteD | service | ||||||||||||||||||
5AB | 1451 | NONPAGED_SYSTEM_RESOURCES | Insufficient system resources exist to completE | thE | requesteD | service | ||||||||||||||||||
5AC | 1452 | PAGED_SYSTEM_RESOURCES | Insufficient system resources exist to completE | thE | requesteD | service | ||||||||||||||||||
5AD | 1453 | WORKING_SET_QUOTA | Insufficient quotA | to completE | thE | requesteD | service | |||||||||||||||||
5AE | 1454 | PAGEFILE_QUOTA | Insufficient quotA | to completE | thE | requesteD | service | |||||||||||||||||
5AF | 1455 | COMMITMENT_LIMIT | ThE | paging filE | is too small for this operation to complete | |||||||||||||||||||
5B0 | 1456 | MENU_ITEM_NOT_FOUND | A | menu item was not found | ||||||||||||||||||||
5B1 | 1457 | INVALID_KEYBOARD_HANDLE | InvaliD | keyboarD | layout handle | |||||||||||||||||||
5B2 | 1458 | HOOK_TYPE_NOT_ALLOWED | Hook typE | not allowed | ||||||||||||||||||||
5B3 | 1459 | REQUIRES_INTERACTIVE_WINDOWSTATION | This operation requires an interactivE | window station | ||||||||||||||||||||
5B4 | 1460 | TIMEOUT | This operation returneD | becausE | thE | timeout perioD | expired | |||||||||||||||||
5B5 | 1461 | InvaliD | monitor handle | |||||||||||||||||||||
5DC | 1500 | EVENTLOG_FILE_CORRUPT | ThE | event log filE | is corrupted | |||||||||||||||||||
5DD | 1501 | EVENTLOG_CANT_START | No event log filE | coulD | bE | opened, so thE | event logging servicE | diD | not start | |||||||||||||||
5DE | 1502 | LOG_FILE_FULL | ThE | event log filE | is full | |||||||||||||||||||
5DF | 1503 | EVENTLOG_FILE_CHANGED | ThE | event log filE | has changeD | between reaD | operations | |||||||||||||||||
641 | 1601 | ThE | Windows Installer ServicE | coulD | not bE | accessed. This can occur iF | you arE | running Windows in safE | mode, or iF | thE | Windows Installer is not correctly installed. Contact your support personnel for assistance | |||||||||||||
642 | 1602 | User cancelleD | installation | |||||||||||||||||||||
643 | 1603 | Fatal error during installation | ||||||||||||||||||||||
644 | 1604 | Installation suspended, incomplete | ||||||||||||||||||||||
645 | 1605 | This action is only valiD | for products that arE | currently installed | ||||||||||||||||||||
646 | 1606 | FeaturE | ID | not registered | ||||||||||||||||||||
647 | 1607 | Component ID | not registered | |||||||||||||||||||||
648 | 1608 | Unknown property | ||||||||||||||||||||||
649 | 1609 | HandlE | is in an invaliD | state | ||||||||||||||||||||
64A | 1610 | ThE | configuration datA | for this product is corrupt. Contact your support personnel | ||||||||||||||||||||
64B | 1611 | Component qualifier not present | ||||||||||||||||||||||
64C | 1612 | ThE | installation sourcE | for this product is not available. Verify that thE | sourcE | exists anD | that you can access it | |||||||||||||||||
64D | 1613 | This installation packagE | cannot bE | installeD | by thE | Windows Installer service. You must install A | Windows servicE | pack that contains A | newer version oF | thE | Windows Installer service | |||||||||||||
64E | 1614 | Product is uninstalled | ||||||||||||||||||||||
64F | 1615 | SQL query syntax invaliD | or unsupported | |||||||||||||||||||||
650 | 1616 | RecorD | fielD | does not exist | ||||||||||||||||||||
651 | 1617 | ThE | devicE | has been removed | ||||||||||||||||||||
652 | 1618 | Another installation is already in progress. CompletE | that installation beforE | proceeding with this install | ||||||||||||||||||||
653 | 1619 | This installation packagE | coulD | not bE | opened. Verify that thE | packagE | exists anD | that you can access it, or contact thE | application vendor to verify that this is A | valiD | Windows Installer package | |||||||||||||
654 | 1620 | This installation packagE | coulD | not bE | opened. Contact thE | application vendor to verify that this is A | valiD | Windows Installer package | ||||||||||||||||
655 | 1621 | TherE | was an error starting thE | Windows Installer servicE | user interface. Contact your support personnel | |||||||||||||||||||
656 | 1622 | Error opening installation log file. Verify that thE | specifieD | log filE | location exists anD | that you can writE | to it | |||||||||||||||||
657 | 1623 | ThE | languagE | oF | this installation packagE | is not supporteD | by your system | |||||||||||||||||
658 | 1624 | Error applying transforms. Verify that thE | specifieD | transform paths arE | valid | |||||||||||||||||||
659 | 1625 | This installation is forbidden by system policy. Contact your system administrator | ||||||||||||||||||||||
65A | 1626 | Function coulD | not bE | executed | ||||||||||||||||||||
65B | 1627 | Function faileD | during execution | |||||||||||||||||||||
65C | 1628 | InvaliD | or unknown tablE | specified | ||||||||||||||||||||
65D | 1629 | DatA | supplieD | is oF | wrong type | |||||||||||||||||||
65E | 1630 | DatA | oF | this typE | is not supported | |||||||||||||||||||
65F | 1631 | ThE | Windows Installer servicE | faileD | to start. Contact your support personnel | |||||||||||||||||||
660 | 1632 | ThE | Temp folder is on A | drivE | that is full or is inaccessible. FreE | up spacE | on thE | drivE | or verify that you havE | writE | permission on thE | Temp folder | ||||||||||||
661 | 1633 | This installation packagE | is not supporteD | by this processor type. Contact your product vendor | ||||||||||||||||||||
662 | 1634 | Component not useD | on this computer | |||||||||||||||||||||
663 | 1635 | This patch packagE | coulD | not bE | opened. Verify that thE | patch packagE | exists anD | that you can access it, or contact thE | application vendor to verify that this is A | valiD | Windows Installer patch package | |||||||||||||
664 | 1636 | This patch packagE | coulD | not bE | opened. Contact thE | application vendor to verify that this is A | valiD | Windows Installer patch package | ||||||||||||||||
665 | 1637 | This patch packagE | cannot bE | processeD | by thE | Windows Installer service. You must install A | Windows servicE | pack that contains A | newer version oF | thE | Windows Installer service | |||||||||||||
666 | 1638 | Another version oF | this product is already installed. Installation oF | this version cannot continue. To configurE | or removE | thE | existing version oF | this product, usE | Add/RemovE | Programs on thE | Control Panel | |||||||||||||
667 | 1639 | InvaliD | commanD | linE | argument. Consult thE | Windows Installer SDK for detaileD | commanD | linE | help | |||||||||||||||
668 | 1640 | Only administrators havE | permission to add, remove, or configurE | server softwarE | during A | Terminal services remotE | session. IF | you want to install or configurE | softwarE | on thE | server, contact your network administrator | |||||||||||||
669 | 1641 | ThE | requesteD | operation completeD | successfully. ThE | system will bE | restarteD | so thE | changes can takE | effect | ||||||||||||||
66B | 1643 | ThE | patch packagE | is not permitteD | by softwarE | restriction policy | ||||||||||||||||||
66C | 1644 | OnE | or morE | customizations arE | not permitteD | by softwarE | restriction policy | |||||||||||||||||
6A4 | 1700 | ThE | string binding is invalid | |||||||||||||||||||||
6A5 | 1701 | ThE | binding handlE | is not thE | correct type | |||||||||||||||||||
6A6 | 1702 | ThE | binding handlE | is invalid | ||||||||||||||||||||
6A7 | 1703 | ThE | RPC | protocol sequencE | is not supported | |||||||||||||||||||
6A8 | 1704 | ThE | RPC | protocol sequencE | is invalid | |||||||||||||||||||
6A9 | 1705 | ThE | string universal uniquE | identifier (UUID) is invalid | ||||||||||||||||||||
6AA | 1706 | ThE | endpoint format is invalid | |||||||||||||||||||||
6AB | 1707 | ThE | network address is invalid | |||||||||||||||||||||
6AC | 1708 | No endpoint was found | ||||||||||||||||||||||
6AD | 1709 | ThE | timeout valuE | is invalid | ||||||||||||||||||||
6AE | 1710 | ThE | object universal uniquE | identifier (UUID) was not found | ||||||||||||||||||||
6AF | 1711 | ThE | object universal uniquE | identifier (UUID) has already been registered | ||||||||||||||||||||
6B0 | 1712 | ThE | typE | universal uniquE | identifier (UUID) has already been registered | |||||||||||||||||||
6B1 | 1713 | ThE | RPC | server is already listening | ||||||||||||||||||||
6B2 | 1714 | No protocol sequences havE | been registered | |||||||||||||||||||||
6B3 | 1715 | ThE | RPC | server is not listening | ||||||||||||||||||||
6B4 | 1716 | ThE | manager typE | is unknown | ||||||||||||||||||||
6B5 | 1717 | ThE | interfacE | is unknown | ||||||||||||||||||||
6B6 | 1718 | TherE | arE | no bindings | ||||||||||||||||||||
6B7 | 1719 | TherE | arE | no protocol sequences | ||||||||||||||||||||
6B8 | 1720 | ThE | endpoint cannot bE | created | ||||||||||||||||||||
6B9 | 1721 | Not enough resources arE | availablE | to completE | this operation | |||||||||||||||||||
6BA | 1722 | ThE | RPC | server is unavailable | ||||||||||||||||||||
6BB | 1723 | ThE | RPC | server is too busy to completE | this operation | |||||||||||||||||||
6BC | 1724 | ThE | network options arE | invalid | ||||||||||||||||||||
6BD | 1725 | TherE | arE | no remotE | procedurE | calls activE | on this thread | |||||||||||||||||
6BE | 1726 | ThE | remotE | procedurE | call failed | |||||||||||||||||||
6BF | 1727 | ThE | remotE | procedurE | call faileD | anD | diD | not execute | ||||||||||||||||
6C0 | 1728 | A | remotE | procedurE | call (RPC) protocol error occurred | |||||||||||||||||||
6C2 | 1730 | ThE | transfer syntax is not supporteD | by thE | RPC | server | ||||||||||||||||||
6C4 | 1732 | ThE | universal uniquE | identifier (UUID) typE | is not supported | |||||||||||||||||||
6C5 | 1733 | ThE | tag is invalid | |||||||||||||||||||||
6C6 | 1734 | ThE | array bounds arE | invalid | ||||||||||||||||||||
6C7 | 1735 | ThE | binding does not contain an entry name | |||||||||||||||||||||
6C8 | 1736 | ThE | namE | syntax is invalid | ||||||||||||||||||||
6C9 | 1737 | ThE | namE | syntax is not supported | ||||||||||||||||||||
6CB | 1739 | No network address is availablE | to usE | to construct A | universal uniquE | identifier (UUID) | ||||||||||||||||||
6CC | 1740 | ThE | endpoint is A | duplicate | ||||||||||||||||||||
6CD | 1741 | ThE | authentication typE | is unknown | ||||||||||||||||||||
6CE | 1742 | ThE | maximum number oF | calls is too small | ||||||||||||||||||||
6CF | 1743 | ThE | string is too long | |||||||||||||||||||||
6D0 | 1744 | ThE | RPC | protocol sequencE | was not found | |||||||||||||||||||
6D1 | 1745 | ThE | procedurE | number is out oF | range | |||||||||||||||||||
6D2 | 1746 | ThE | binding does not contain any authentication information | |||||||||||||||||||||
6D3 | 1747 | ThE | authentication servicE | is unknown | ||||||||||||||||||||
6D4 | 1748 | ThE | authentication level is unknown | |||||||||||||||||||||
6D5 | 1749 | ThE | security context is invalid | |||||||||||||||||||||
6D6 | 1750 | ThE | authorization servicE | is unknown | ||||||||||||||||||||
6D7 | 1751 | ThE | entry is invalid | |||||||||||||||||||||
6D8 | 1752 | ThE | server endpoint cannot perform thE | operation | ||||||||||||||||||||
6D9 | 1753 | TherE | arE | no morE | endpoints availablE | from thE | endpoint mapper | |||||||||||||||||
6DA | 1754 | No interfaces havE | been exported | |||||||||||||||||||||
6DB | 1755 | ThE | entry namE | is incomplete | ||||||||||||||||||||
6DC | 1756 | ThE | version option is invalid | |||||||||||||||||||||
6DD | 1757 | TherE | arE | no morE | members | |||||||||||||||||||
6DE | 1758 | TherE | is nothing to unexport | |||||||||||||||||||||
6DF | 1759 | ThE | interfacE | was not found | ||||||||||||||||||||
6E0 | 1760 | ThE | entry already exists | |||||||||||||||||||||
6E1 | 1761 | ThE | entry is not found | |||||||||||||||||||||
6E2 | 1762 | ThE | namE | servicE | is unavailable | |||||||||||||||||||
6E3 | 1763 | ThE | network address family is invalid | |||||||||||||||||||||
6E4 | 1764 | ThE | requesteD | operation is not supported | ||||||||||||||||||||
6E5 | 1765 | No security context is availablE | to allow impersonation | |||||||||||||||||||||
6E6 | 1766 | An internal error occurreD | in A | remotE | procedurE | call (RPC) | ||||||||||||||||||
6E7 | 1767 | ThE | RPC | server attempteD | an integer division by zero | |||||||||||||||||||
6E8 | 1768 | An addressing error occurreD | in thE | RPC | server | |||||||||||||||||||
6E9 | 1769 | A | floating-point operation at thE | RPC | server causeD | A | division by zero | |||||||||||||||||
6EA | 1770 | A | floating-point underflow occurreD | at thE | RPC | server | ||||||||||||||||||
6EB | 1771 | A | floating-point overflow occurreD | at thE | RPC | server | ||||||||||||||||||
6EC | 1772 | ThE | list oF | RPC | servers availablE | for thE | binding oF | auto handles has been exhausted | ||||||||||||||||
6ED | 1773 | UnablE | to open thE | character translation tablE | file | |||||||||||||||||||
6EE | 1774 | ThE | filE | containing thE | character translation tablE | has fewer than 512 | bytes | |||||||||||||||||
6EF | 1775 | A | null context handlE | was passeD | from thE | client to thE | host during A | remotE | procedurE | call | ||||||||||||||
6F1 | 1777 | ThE | context handlE | changeD | during A | remotE | procedurE | call | ||||||||||||||||
6F2 | 1778 | ThE | binding handles passeD | to A | remotE | procedurE | call do not match | |||||||||||||||||
6F3 | 1779 | ThE | stuB | is unablE | to get thE | remotE | procedurE | call handle | ||||||||||||||||
6F4 | 1780 | A | null referencE | pointer was passeD | to thE | stub | ||||||||||||||||||
6F5 | 1781 | ThE | enumeration valuE | is out oF | range | |||||||||||||||||||
6F6 | 1782 | ThE | bytE | count is too small | ||||||||||||||||||||
6F7 | 1783 | ThE | stuB | receiveD | baD | data | ||||||||||||||||||
6F8 | 1784 | INVALID_USER_BUFFER | ThE | supplieD | user buffer is not valiD | for thE | requesteD | operation | ||||||||||||||||
6F9 | 1785 | UNRECOGNIZED_MEDIA | ThE | disk mediA | is not recognized. It may not bE | formatted | ||||||||||||||||||
6FA | 1786 | NO_TRUST_LSA_SECRET | ThE | workstation does not havE | A | trust secret | ||||||||||||||||||
6FB | 1787 | NO_TRUST_SAM_ACCOUNT | ThE | security databasE | on thE | server does not havE | A | computer account for this workstation trust relationship | ||||||||||||||||
6FC | 1788 | TRUSTED_DOMAIN_FAILURE | ThE | trust relationship between thE | primary domain anD | thE | trusteD | domain failed | ||||||||||||||||
6FD | 1789 | TRUSTED_RELATIONSHIP_FAILURE | ThE | trust relationship between this workstation anD | thE | primary domain failed | ||||||||||||||||||
6FE | 1790 | TRUST_FAILURE | ThE | network logon failed | ||||||||||||||||||||
6FF | 1791 | A | remotE | procedurE | call is already in progress for this thread | |||||||||||||||||||
700 | 1792 | NETLOGON_NOT_STARTED | An attempt was madE | to logon, but thE | network logon servicE | was not started | ||||||||||||||||||
701 | 1793 | ACCOUNT_EXPIRED | ThE | user's account has expired | ||||||||||||||||||||
702 | 1794 | REDIRECTOR_HAS_OPEN_HANDLES | ThE | redirector is in usE | anD | cannot bE | unloaded | |||||||||||||||||
703 | 1795 | PRINTER_DRIVER_ALREADY_INSTALLED | ThE | specifieD | printer driver is already installed | |||||||||||||||||||
704 | 1796 | UNKNOWN_PORT | ThE | specifieD | port is unknown | |||||||||||||||||||
705 | 1797 | UNKNOWN_PRINTER_DRIVER | ThE | printer driver is unknown | ||||||||||||||||||||
706 | 1798 | UNKNOWN_PRINTPROCESSOR | ThE | print processor is unknown | ||||||||||||||||||||
707 | 1799 | INVALID_SEPARATOR_FILE | ThE | specifieD | separator filE | is invalid | ||||||||||||||||||
708 | 1800 | INVALID_PRIORITY | ThE | specifieD | priority is invalid | |||||||||||||||||||
709 | 1801 | INVALID_PRINTER_NAME | ThE | printer namE | is invalid | |||||||||||||||||||
70A | 1802 | PRINTER_ALREADY_EXISTS | ThE | printer already exists | ||||||||||||||||||||
70B | 1803 | INVALID_PRINTER_COMMAND | ThE | printer commanD | is invalid | |||||||||||||||||||
70C | 1804 | INVALID_DATATYPE | ThE | specifieD | datatypE | is invalid | ||||||||||||||||||
70D | 1805 | INVALID_ENVIRONMENT | ThE | environment specifieD | is invalid | |||||||||||||||||||
70E | 1806 | TherE | arE | no morE | bindings | |||||||||||||||||||
70F | 1807 | NOLOGON_INTERDOMAIN_TRUST_ACCOUNT | ThE | account useD | is an interdomain trust account. UsE | your global user account or local user account to access this server | ||||||||||||||||||
710 | 1808 | NOLOGON_WORKSTATION_TRUST_ACCOUNT | ThE | account useD | is A | computer account. UsE | your global user account or local user account to access this server | |||||||||||||||||
711 | 1809 | NOLOGON_SERVER_TRUST_ACCOUNT | ThE | account useD | is A | server trust account. UsE | your global user account or local user account to access this server | |||||||||||||||||
712 | 1810 | DOMAIN_TRUST_INCONSISTENT | ThE | namE | or security ID | (SID) oF | thE | domain specifieD | is inconsistent with thE | trust information for that domain | ||||||||||||||
713 | 1811 | SERVER_HAS_OPEN_HANDLES | ThE | server is in usE | anD | cannot bE | unloaded | |||||||||||||||||
714 | 1812 | RESOURCE_DATA_NOT_FOUND | ThE | specifieD | imagE | filE | diD | not contain A | resourcE | section | ||||||||||||||
715 | 1813 | RESOURCE_TYPE_NOT_FOUND | ThE | specifieD | resourcE | typE | cannot bE | founD | in thE | imagE | file | |||||||||||||
716 | 1814 | RESOURCE_NAME_NOT_FOUND | ThE | specifieD | resourcE | namE | cannot bE | founD | in thE | imagE | file | |||||||||||||
717 | 1815 | RESOURCE_LANG_NOT_FOUND | ThE | specifieD | resourcE | languagE | ID | cannot bE | founD | in thE | imagE | file | ||||||||||||
718 | 1816 | NOT_ENOUGH_QUOTA | Not enough quotA | is availablE | to process this command | |||||||||||||||||||
719 | 1817 | No interfaces havE | been registered | |||||||||||||||||||||
71A | 1818 | ThE | remotE | procedurE | call was cancelled | |||||||||||||||||||
71B | 1819 | ThE | binding handlE | does not contain all requireD | information | |||||||||||||||||||
71C | 1820 | A | communications failurE | occurreD | during A | remotE | procedurE | call | ||||||||||||||||
71D | 1821 | ThE | requesteD | authentication level is not supported | ||||||||||||||||||||
71E | 1822 | No principal namE | registered | |||||||||||||||||||||
71F | 1823 | ThE | error specifieD | is not A | valiD | Windows RPC | error code | |||||||||||||||||
720 | 1824 | A | UUID | that is valiD | only on this computer has been allocated | |||||||||||||||||||
721 | 1825 | A | security packagE | specifiC | error occurred | |||||||||||||||||||
722 | 1826 | ThreaD | is not canceled | |||||||||||||||||||||
723 | 1827 | InvaliD | operation on thE | encoding/decoding handle | ||||||||||||||||||||
724 | 1828 | IncompatiblE | version oF | thE | serializing package | |||||||||||||||||||
725 | 1829 | IncompatiblE | version oF | thE | RPC | stub | ||||||||||||||||||
726 | 1830 | ThE | RPC | pipE | object is invaliD | or corrupted | ||||||||||||||||||
727 | 1831 | An invaliD | operation was attempteD | on an RPC | pipE | object | ||||||||||||||||||
728 | 1832 | UnsupporteD | RPC | pipE | version | |||||||||||||||||||
76A | 1898 | ThE | group member was not found | |||||||||||||||||||||
76B | 1899 | ThE | endpoint mapper databasE | entry coulD | not bE | created | ||||||||||||||||||
76C | 1900 | ThE | object universal uniquE | identifier (UUID) is thE | nil UUID | |||||||||||||||||||
76D | 1901 | INVALID_TIME | ThE | specifieD | timE | is invalid | ||||||||||||||||||
76E | 1902 | INVALID_FORM_NAME | ThE | specifieD | form namE | is invalid | ||||||||||||||||||
76F | 1903 | INVALID_FORM_SIZE | ThE | specifieD | form sizE | is invalid | ||||||||||||||||||
770 | 1904 | ALREADY_WAITING | ThE | specifieD | printer handlE | is already being waiteD | on | |||||||||||||||||
771 | 1905 | PRINTER_DELETED | ThE | specifieD | printer has been deleted | |||||||||||||||||||
772 | 1906 | INVALID_PRINTER_STATE | ThE | statE | oF | thE | printer is invalid | |||||||||||||||||
773 | 1907 | PASSWORD_MUST_CHANGE | ThE | user's passworD | must bE | changeD | beforE | logging on thE | first time | |||||||||||||||
774 | 1908 | DOMAIN_CONTROLLER_NOT_FOUND | CoulD | not finD | thE | domain controller for this domain | ||||||||||||||||||
775 | 1909 | ACCOUNT_LOCKED_OUT | ThE | referenceD | account is currently lockeD | out anD | may not bE | loggeD | on to3!! Network errors |
Hex | Dec | Text | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
776 | 1910 | ThE | object exporter specifieD | was not found | ||||||||
777 | 1911 | ThE | object specifieD | was not found | ||||||||
778 | 1912 | ThE | object resolver set specifieD | was not found | ||||||||
779 | 1913 | SomE | datA | remains to bE | sent in thE | request buffer | ||||||
77A | 1914 | InvaliD | asynchronous remotE | procedurE | call handle | |||||||
77B | 1915 | InvaliD | asynchronous RPC | call handlE | for this operation | |||||||
77C | 1916 | ThE | RPC | pipE | object has already been closed | |||||||
77D | 1917 | ThE | RPC | call completeD | beforE | all pipes werE | processed | |||||
77E | 1918 | No morE | datA | is availablE | from thE | RPC | pipe | |||||
77F | 1919 | No sitE | namE | is availablE | for this machine | |||||||
780 | 1920 | ThE | filE | can not bE | accesseD | by thE | system | |||||
781 | 1921 | ThE | namE | oF | thE | filE | cannot bE | resolveD | by thE | system | ||
782 | 1922 | ThE | entry is not oF | thE | expecteD | type | ||||||
783 | 1923 | Not all object UUIDs coulD | bE | exporteD | to thE | specifieD | entry | |||||
784 | 1924 | InterfacE | coulD | not bE | exporteD | to thE | specifieD | entry | ||||
785 | 1925 | ThE | specifieD | profilE | entry coulD | not bE | added | |||||
786 | 1926 | ThE | specifieD | profilE | element coulD | not bE | added | |||||
787 | 1927 | ThE | specifieD | profilE | element coulD | not bE | removed | |||||
788 | 1928 | ThE | group element coulD | not bE | added | |||||||
789 | 1929 | ThE | group element coulD | not bE | removed | |||||||
78A | 1930 | ThE | printer driver is not compatiblE | with A | policy enableD | on your computer that blocks NT 4.0 | drivers | |||||
78B | 1931 | ThE | context has expireD | anD | can no longer bE | used | ||||||
7D0 | 2000 | ThE | pixel format is invalid | |||||||||
7D1 | 2001 | ThE | specifieD | driver is invalid | ||||||||
7D2 | 2002 | ThE | window stylE | or class attributE | is invaliD | for this operation | ||||||
7D3 | 2003 | ThE | requesteD | metafilE | operation is not supported | |||||||
7D4 | 2004 | ThE | requesteD | transformation operation is not supported | ||||||||
7D5 | 2005 | ThE | requesteD | clipping operation is not supported | ||||||||
7DA | 2010 | ThE | specifieD | color management modulE | is invalid | |||||||
7DB | 2011 | ThE | specifieD | color profilE | is invalid | |||||||
7DC | 2012 | ThE | specifieD | tag was not found | ||||||||
7DD | 2013 | A | requireD | tag is not present | ||||||||
7DE | 2014 | ThE | specifieD | tag is already present | ||||||||
7DF | 2015 | ThE | specifieD | color profilE | is not associateD | with any device | ||||||
7E0 | 2016 | ThE | specifieD | color profilE | was not found | |||||||
7E1 | 2017 | ThE | specifieD | color spacE | is invalid | |||||||
7E2 | 2018 | ImagE | Color Management is not enabled | |||||||||
7E3 | 2019 | TherE | was an error whilE | deleting thE | color transform | |||||||
7E4 | 2020 | ThE | specifieD | color transform is invalid | ||||||||
7E5 | 2021 | ThE | specifieD | transform does not match thE | bitmap's color space | |||||||
7E6 | 2022 | ThE | specifieD | nameD | color index is not present in thE | profile | ||||||
836 | 2102 | NetNotStarted | ThE | workstation driver is not installed | ||||||||
837 | 2103 | UnknownServer | ThE | server coulD | not bE | located | ||||||
838 | 2104 | ShareMem | An internal error occurred. ThE | network cannot access A | shareD | memory segment | ||||||
839 | 2105 | NoNetworkResource | A | network resourcE | shortagE | occurreD | ||||||
83A | 2106 | RemoteOnly | This operation is not supporteD | on workstations | ||||||||
83B | 2107 | DevNotRedirected | ThE | devicE | is not connected | |||||||
83C | 2108 | ThE | network connection was madE | successfully, but thE | user haD | to bE | prompteD | for A | passworD | other than thE | onE | originally specified |
83D | 2109 | ThE | network connection was madE | successfully using default credentials | ||||||||
842 | 2114 | ServerNotStarted | ThE | Server servicE | is not started | |||||||
843 | 2115 | ItemNotFound | ThE | queuE | is empty | |||||||
844 | 2116 | UnknownDevDir | ThE | devicE | or directory does not exist | |||||||
845 | 2117 | RedirectedPath | ThE | operation is invaliD | on A | redirecteD | resource | |||||
846 | 2118 | DuplicateShare | ThE | namE | has already been shared | |||||||
847 | 2119 | NoRoom | ThE | server is currently out oF | thE | requesteD | resource | |||||
849 | 2121 | TooManyItems | RequesteD | addition oF | items exceeds thE | maximum allowed | ||||||
84A | 2122 | InvalidMaxUsers | ThE | Peer servicE | supports only two simultaneous users | |||||||
84B | 2123 | BufTooSmall | ThE | API return buffer is too small | ||||||||
84F | 2127 | RemoteErr | A | remotE | API error occurred | |||||||
853 | 2131 | LanmanIniError | An error occurreD | when opening or reading thE | configuration filE | LANMAN.INI | ||||||
856 | 2134 | OS2IoctlError | An internal error occurreD | when calling thE | workstation driver | |||||||
858 | 2136 | NetworkError | A | general network error occurred | ||||||||
859 | 2137 | ThE | Workstation servicE | is in an inconsistent state. Restart thE | computer beforE | restarting thE | Workstation service | |||||
85A | 2138 | WkstaNotStarted | ThE | Workstation servicE | has not been started | |||||||
85B | 2139 | BrowserNotStarted | ThE | requesteD | information is not available | |||||||
85C | 2140 | InternalError | An internal Windows 2000 | error occurred | ||||||||
85D | 2141 | BadTransactConfig | ThE | server is not configureD | for transactions | |||||||
85E | 2142 | InvalidAPI | ThE | requesteD | API is not supporteD | on thE | remotE | server | ||||
85F | 2143 | BadEventName | ThE | event namE | is invalid |
Configuration APIs#
Hex | Dec | Text | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
860 | 2144 | ThE | computer namE | already exists on thE | network. ChangE | it anD | restart thE | computer | |
862 | 2146 | CfgCompNotFound | ThE | specifieD | component coulD | not bE | founD | in thE | configuration information LANMAN.INI |
863 | 2147 | CfgParamNotFound | ThE | specifieD | parameter coulD | not bE | founD | in thE | configuration information LANMAN.INI |
865 | 2149 | LineTooLong | A | linE | in thE | configuration filE | is too long |
Spooler#
Hex | Dec | Text | Description | |||||
---|---|---|---|---|---|---|---|---|
866 | 2150 | QNotFound | ThE | printer does not exist | ||||
867 | 2151 | JobNotFound | ThE | print joB | does not exist | |||
868 | 2152 | DestNotFound | ThE | printer destination cannot bE | found | |||
869 | 2153 | DestExists | ThE | printer destination already exists | ||||
86A | 2154 | QExists | ThE | printer queuE | already exists | |||
86B | 2155 | QNoRoom | No morE | printers can bE | added | |||
86C | 2156 | JobNoRoom | No morE | print jobs can bE | added | |||
86D | 2157 | DestNoRoom | No morE | printer destinations can bE | added | |||
86E | 2158 | DestIdle | This printer destination is idlE | anD | cannot accept control operations | |||
86F | 2159 | DestInvalidOp | This printer destination request contains an invaliD | control function | ||||
870 | 2160 | ProcNoRespond | ThE | print processor is not responding | ||||
871 | 2161 | SpoolerNotLoaded | ThE | spooler is not running | ||||
872 | 2162 | DestInvalidState | This operation cannot bE | performeD | on thE | print destination in its current state | ||
873 | 2163 | QInvalidState | This operation cannot bE | performeD | on thE | printer queuE | in its current state | |
874 | 2164 | JobInvalidState | This operation cannot bE | performeD | on thE | print joB | in its current state | |
875 | 2165 | SpoolNoMemory | A | spooler memory allocation failurE | occurred | |||
876 | 2166 | DriverNotFound | ThE | devicE | driver does not exist | |||
877 | 2167 | DataTypeInvalid | ThE | datA | typE | is not supporteD | by thE | print processor |
878 | 2168 | ProcNotFound | ThE | print processor is not installed |
ServicE|API#
Hex | Dec | Text | Description | |||||
---|---|---|---|---|---|---|---|---|
884 | 2180 | ServiceTableLocked | ThE | servicE | databasE | is locked | ||
885 | 2181 | ServiceTableFull | ThE | servicE | tablE | is full | ||
886 | 2182 | ServiceInstalled | ThE | requesteD | servicE | has already been started | ||
887 | 2183 | ServiceEntryLocked | ThE | servicE | does not responD | to control actions | ||
888 | 2184 | ServiceNotInstalled | ThE | servicE | has not been started | |||
889 | 2185 | BadServiceName | ThE | servicE | namE | is invalid | ||
88A | 2186 | ServiceCtlTimeout | ThE | servicE | is not responding to thE | control function | ||
88B | 2187 | ServiceCtlBusy | ThE | servicE | control is busy | |||
88C | 2188 | BadServiceProgName | ThE | configuration filE | contains an invaliD | servicE | program name | |
88D | 2189 | ServiceNotCtrl | ThE | servicE | coulD | not bE | controlleD | in its present state |
88E | 2190 | ServiceKillProc | ThE | servicE | endeD | abnormally | ||
88F | 2191 | ServiceCtlNotValid | ThE | requesteD | pausE | or stop is not valiD | for this service |
3.3|WkstA|anD|Logon API
890 | 2192 | ThE | servicE | control dispatcher coulD | not finD | thE | servicE | namE | in thE | dispatch table |
891 | 2193 | ThE | servicE | control dispatcher pipE | reaD | failed | ||||
892 | 2194 | A | threaD | for thE | new servicE | coulD | not bE | created | ||
898 | 2200 | AlreadyLoggedOn | This workstation is already loggeD | on to thE | local-areA | network | ||||
899 | 2201 | NotLoggedOn | ThE | workstation is not loggeD | on to thE | local-areA | network | |||
89A | 2202 | BadUsername | ThE | specifieD | usernamE | is invalid | ||||
89B | 2203 | BadPassword | ThE | passworD | parameter is invalid | |||||
89C | 2204 | UnableToAddName_W | ThE | logon processor diD | not adD | thE | messagE | alias | ||
89D | 2205 | UnableToAddName_F | ThE | logon processor diD | not adD | thE | messagE | alias | ||
89E | 2206 | UnableToDelName_W | ThE | logofF | processor diD | not deletE | thE | messagE | alias | |
89F | 2207 | UnableToDelName_F | ThE | logofF | processor diD | not deletE | thE | messagE | alias | |
8A1 | 2209 | LogonsPaused | Network logons arE | paused | ||||||
8A2 | 2210 | LogonServerConflict | A | centralizeD | logon-server conflict occurred | |||||
8A3 | 2211 | LogonNoUserPath | ThE | server is configureD | without A | valiD | user path | |||
8A4 | 2212 | LogonScriptError | An error occurreD | whilE | loading or running thE | logon script | ||||
8A6 | 2214 | StandaloneLogon | ThE | logon server was not specified. Your computer will bE | loggeD | on as STANDALONE | ||||
8A7 | 2215 | LogonServerNotFound | ThE | logon server coulD | not bE | found | ||||
8A8 | 2216 | LogonDomainExists | TherE | is already A | logon domain for this computer | |||||
8A9 | 2217 | NonValidatedLogon | ThE | logon server coulD | not validatE | thE | logon |
ACF|API (access, user, group)#
Hex | Dec | Text | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
8AB | 2219 | ACFNotFound | ThE | security databasE | coulD | not bE | found | |||||
8AC | 2220 | GroupNotFound | ThE | group namE | coulD | not bE | found | |||||
8AD | 2221 | UserNotFound | ThE | user namE | coulD | not bE | found | |||||
8AE | 2222 | ResourceNotFound | ThE | resourcE | namE | coulD | not bE | found | ||||
8AF | 2223 | GroupExists | ThE | group already exists | ||||||||
8B0 | 2224 | UserExists | ThE | account already exists | ||||||||
8B1 | 2225 | ResourceExists | ThE | resourcE | permission list already exists | |||||||
8B2 | 2226 | NotPrimary | This operation is only alloweD | on thE | primary domain controller oF | thE | domain | |||||
8B3 | 2227 | ACFNotLoaded | ThE | security databasE | has not been started | |||||||
8B4 | 2228 | ACFNoRoom | TherE | arE | too many names in thE | user accounts database | ||||||
8B5 | 2229 | ACFFileIOFail | A | disk I/O failurE | occurred | |||||||
8B6 | 2230 | ACFTooManyLists | ThE | limit oF | 64 | entries per resourcE | was exceeded | |||||
8B7 | 2231 | UserLogon | Deleting A | user with A | session is not allowed | |||||||
8B8 | 2232 | ACFNoParent | ThE | parent directory coulD | not bE | located | ||||||
8B9 | 2233 | CanNotGrowSegment | UnablE | to adD | to thE | security databasE | session cachE | segment | ||||
8BA | 2234 | SpeGroupOp | This operation is not alloweD | on this special group | ||||||||
8BB | 2235 | NotInCache | This user is not cacheD | in user accounts databasE | session cache | |||||||
8BC | 2236 | UserInGroup | ThE | user already belongs to this group | ||||||||
8BD | 2237 | UserNotInGroup | ThE | user does not belong to this group | ||||||||
8BE | 2238 | AccountUndefined | This user account is undefined | |||||||||
8BF | 2239 | AccountExpired | This user account has expired | |||||||||
8C0 | 2240 | InvalidWorkstation | ThE | user is not alloweD | to log on from this workstation | |||||||
8C1 | 2241 | InvalidLogonHours | ThE | user is not alloweD | to log on at this time | |||||||
8C2 | 2242 | PasswordExpired | ThE | passworD | oF | this user has expired | ||||||
8C3 | 2243 | PasswordCantChange | ThE | passworD | oF | this user cannot change | ||||||
8C4 | 2244 | PasswordHistConflict | This passworD | cannot bE | useD | now | ||||||
8C5 | 2245 | PasswordTooShort | ThE | passworD | does not meet thE | passworD | policy requirements. Check thE | minimum passworD | length, passworD | complexity anD | passworD | history requirements |
8C6 | 2246 | PasswordTooRecent | ThE | passworD | oF | this user is too recent to change | ||||||
8C7 | 2247 | InvalidDatabase | ThE | security databasE | is corrupted | |||||||
8C8 | 2248 | DatabaseUpToDate | No updates arE | necessary to this replicant network/local security database | ||||||||
8C9 | 2249 | SyncRequired | This replicant databasE | is outdated; synchronization is required |
UsE|API#
Hex | Dec | Text | Description | |
---|---|---|---|---|
8CA | 2250 | UseNotFound/NOT_CONNECTED | This network connection does not exist | |
8CB | 2251 | BadAsgType | This asg_typE | is invalid |
8CC | 2252 | DeviceIsShared | This devicE | is currently being shared |
MessagE|Server#
Hex | Dec | Text | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8DE | 2270 | NoComputerName | ThE | computer namE | coulD | not bE | addeD | as A | messagE | alias. ThE | namE | may already exist on thE | network |
8DF | 2271 | MsgAlreadyStarted | ThE | Messenger servicE | is already started | ||||||||
8E0 | 2272 | MsgInitFailed | ThE | Messenger servicE | faileD | to start | |||||||
8E1 | 2273 | NameNotFound | ThE | messagE | alias coulD | not bE | founD | on thE | network | ||||
8E2 | 2274 | AlreadyForwarded | This messagE | alias has already been forwarded | |||||||||
8E3 | 2275 | AddForwarded | This messagE | alias has been addeD | but is still forwarded | ||||||||
8E4 | 2276 | AlreadyExists | This messagE | alias already exists locally | |||||||||
8E5 | 2277 | TooManyNames | ThE | maximum number oF | addeD | messagE | aliases has been exceeded | ||||||
8E6 | 2278 | DelComputerName | ThE | computer namE | coulD | not bE | deleted | ||||||
8E7 | 2279 | LocalForward | Messages cannot bE | forwardeD | back to thE | samE | workstation | ||||||
8E8 | 2280 | GrpMsgProcessor | An error occurreD | in thE | domain messagE | processor | |||||||
8E9 | 2281 | PausedRemote | ThE | messagE | was sent, but thE | recipient has pauseD | thE | Messenger service | |||||
8EA | 2282 | BadReceive | ThE | messagE | was sent but not received | ||||||||
8EB | 2283 | NameInUse | ThE | messagE | alias is currently in use. Try again later | ||||||||
8EC | 2284 | MsgNotStarted | ThE | Messenger servicE | has not been started | ||||||||
8ED | 2285 | NotLocalName | ThE | namE | is not on thE | local computer | |||||||
8EE | 2286 | NoForwardName | ThE | forwardeD | messagE | alias coulD | not bE | founD | on thE | network | |||
8EF | 2287 | RemoteFull | ThE | messagE | alias tablE | on thE | remotE | station is full | |||||
8F0 | 2288 | NameNotForwarded | Messages for this alias arE | not currently being forwarded | |||||||||
8F1 | 2289 | TruncatedBroadcast | ThE | broadcast messagE | was truncated | ||||||||
8F6 | 2294 | InvalidDevice | This is an invaliD | devicE | name | ||||||||
8F7 | 2295 | WriteFault | A | writE | fault occurred | ||||||||
8F9 | 2297 | DuplicateName | A | duplicatE | messagE | alias exists on thE | network | ||||||
8FA | 2298 | DeleteLater | This messagE | alias will bE | deleteD | later | |||||||
8FB | 2299 | IncompleteDel | ThE | messagE | alias was not successfully deleteD | from all networks | |||||||
8FC | 2300 | MultipleNets | This operation is not supporteD | on computers with multiplE | networks |
Server API#
Hex | Dec | Text | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
906 | 2310 | NetNameNotFound | This shareD | resourcE | does not exist | ||||||
907 | 2311 | DeviceNotShared | This devicE | is not shared | |||||||
908 | 2312 | ClientNameNotFound | A | session does not exist with that computer name | |||||||
90A | 2314 | FileIdNotFound | TherE | is not an open filE | with that identification number | ||||||
90B | 2315 | ExecFailure | A | failurE | occurreD | when executing A | remotE | administration command | |||
90C | 2316 | TmpFile | A | failurE | occurreD | when opening A | remotE | temporary file | |||
90D | 2317 | TooMuchData | ThE | datA | returneD | from A | remotE | administration commanD | has been truncateD | to 64K | |
90E | 2318 | DeviceShareConflict | This devicE | cannot bE | shareD | as both A | spooleD | anD | A | non-spooleD | resource |
90F | 2319 | BrowserTableIncomplete | ThE | information in thE | list oF | servers may bE | incorrect | ||||
910 | 2320 | NotLocalDomain | ThE | computer is not activE | in this domain |
CharDev API#
Hex | Dec | Text | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
911 | 2321 | ThE | sharE | must bE | removeD | from thE | DistributeD | FilE | System beforE | it can bE | deleted |
91B | 2331 | DevInvalidOpCode | ThE | operation is invaliD | for this device | ||||||
91C | 2332 | DevNotFound | This devicE | cannot bE | shared | ||||||
91D | 2333 | DevNotOpen | This devicE | was not open | |||||||
91E | 2334 | BadQueueDevString | This devicE | namE | list is invalid | ||||||
91F | 2335 | BadQueuePriority | ThE | queuE | priority is invalid | ||||||
921 | 2337 | NoCommDevs | TherE | arE | no shareD | communication devices | |||||
922 | 2338 | QueueNotFound | ThE | queuE | you specifieD | does not exist | |||||
924 | 2340 | BadDevString | This list oF | devices is invalid | |||||||
925 | 2341 | BadDev | ThE | requesteD | devicE | is invalid | |||||
926 | 2342 | InUseBySpooler | This devicE | is already in usE | by thE | spooler | |||||
927 | 2343 | CommDevInUse | This devicE | is already in usE | as A | communication device |
- NetICanonicalizE | anD | NetITypE | anD | NetIMakeLMFileName, |
NetIListCanon anD | NetINameCheck: |
Hex | Dec | Text | Description | |||||
---|---|---|---|---|---|---|---|---|
92F | 2351 | InvalidComputer | This computer namE | is invalid | ||||
932 | 2354 | MaxLenExceeded | ThE | string anD | prefix specifieD | arE | too long | |
934 | 2356 | BadComponent | This path component is invalid | |||||
935 | 2357 | CantType | CoulD | not determinE | thE | typE | oF | input |
93A | 2362 | TooManyEntries | ThE | buffer for types is not big enough |
NetProfile#
Hex | Dec | Text | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
942 | 2370 | ProfileFileTooBig | ProfilE | files cannot exceeD | 64K | ||||
943 | 2371 | ProfileOffset | ThE | start offset is out oF | range | ||||
944 | 2372 | ProfileCleanup | ThE | system cannot deletE | current connections to network resources | ||||
945 | 2373 | ProfileUnknownCmd | ThE | system was unablE | to parsE | thE | commanD | linE | in this file |
946 | 2374 | ProfileLoadErr | An error occurreD | whilE | loading thE | profilE | file | ||
947 | 2375 | ProfileSaveErr | Errors occurreD | whilE | saving thE | profilE | file. ThE | profilE | was partially saved |
NetAudit anD|NetErrorLog:#
Hex | Dec | Text | Description | |||
---|---|---|---|---|---|---|
949 | 2377 | LogOverflow | This log filE | exceeds thE | maximum defineD | size |
94A | 2378 | LogFileChanged | This log filE | has changeD | between reads | |
94B | 2379 | LogFileCorrupt | This log filE | is corrupt |
!! NetRemote:
Hex | Dec | Text | Description | |||||||
---|---|---|---|---|---|---|---|---|---|---|
94C | 2380 | SourceIsDir | ThE | sourcE | path cannot bE | A | directory | |||
94D | 2381 | BadSource | ThE | sourcE | path is illegal | |||||
94E | 2382 | BadDest | ThE | destination path is illegal | ||||||
94F | 2383 | DifferentServers | ThE | sourcE | anD | destination paths arE | on different servers | |||
951 | 2385 | RunSrvPaused | ThE | Run server you requesteD | is paused | |||||
955 | 2389 | ErrCommRunSrv | An error occurreD | when communicating with A | Run server | |||||
957 | 2391 | ErrorExecingGhost | An error occurreD | when starting A | backgrounD | process | ||||
958 | 2392 | ShareNotFound | ThE | shareD | resourcE | you arE | connecteD | to coulD | not bE | found |
- NetWksta.sys (redir): |
960 | 2400 | InvalidLana | ThE | LAN adapter number is invalid | |||||
961 | 2401 | OpenFiles | This network connection has files open or requests pending | ||||||
962 | 2402 | ActiveConns | ActivE | connections still exist | |||||
963 | 2403 | BadPasswordCore | This sharE | namE | or passworD | is invalid | |||
964 | 2404 | DevInUse | ThE | devicE | is in usE | by an activE | process anD | cannot bE | disconnected |
965 | 2405 | LocalDrive | ThE | drivE | letter is in usE | locally |
- Alert: |
97E | 2430 | AlertExists | ThE | specifieD | client is already registereD | for thE | specifieD | event |
97F | 2431 | TooManyAlerts | ThE | alert tablE | is full | |||
980 | 2432 | NoSuchAlert | An invaliD | or nonexistent alert namE | was raised | |||
981 | 2433 | BadRecipient | ThE | alert recipient is invalid | ||||
982 | 2434 | AcctLimitExceeded | A | user's session with this server has been deleteD | becausE | thE | user's logon hours arE | no longer valid |
- Additional Error anD | Audit log codes: |
988 | 2440 | InvalidLogSeek | ThE | log filE | does not contain thE | requesteD | recorD | number |
- Additional UAS anD | NETLOGON codes: |
992 | 2450 | BadUasConfig | ThE | user accounts databasE | is not configureD | correctly |
993 | 2451 | InvalidUASOp | This operation is not permitteD | when thE | Netlogon servicE | is running |
994 | 2452 | LastAdmin | This operation is not alloweD | on thE | last administrativE | account |
995 | 2453 | DCNotFound | CoulD | not finD | domain controller for this domain | |
996 | 2454 | LogonTrackingError | CoulD | not set logon information for this user | ||
997 | 2455 | NetlogonNotStarted | ThE | Netlogon servicE | has not been started | |
998 | 2456 | CanNotGrowUASFile | UnablE | to adD | to thE | user accounts database |
999 | 2457 | TimeDiffAtDC | This server's clock is not synchronizeD | with thE | primary domain controller's clock | |
99A | 2458 | PasswordMismatch | A | passworD | mismatch has been detected |
- Server Integration: |
99C | 2460 | NoSuchServer | ThE | server identification does not specify A | valiD | server | |||
99D | 2461 | NoSuchSession | ThE | session identification does not specify A | valiD | session | |||
99E | 2462 | NoSuchConnection | ThE | connection identification does not specify A | valiD | connection | |||
99F | 2463 | TooManyServers | TherE | is no spacE | for another entry in thE | tablE | oF | availablE | servers |
9A0 | 2464 | TooManySessions | ThE | server has reacheD | thE | maximum number oF | sessions it supports | ||
9A1 | 2465 | TooManyConnections | ThE | server has reacheD | thE | maximum number oF | connections it supports | ||
9A2 | 2466 | TooManyFiles | ThE | server cannot open morE | files becausE | it has reacheD | its maximum number | ||
9A3 | 2467 | NoAlternateServers | TherE | arE | no alternatE | servers registereD | on this server |
- UPS: |
9A6 | 2470 | Try down-level (remotE | admin protocol) version oF | API instead | ||||
9B0 | 2480 | UPSDriverNotStarted | ThE | UPS driver coulD | not bE | accesseD | by thE | UPS service |
- Remoteboot: |
9B1 | 2481 | ThE | UPS servicE | is not configureD | correctly | ||||||
9B2 | 2482 | ThE | UPS servicE | coulD | not access thE | specifieD | Comm Port | ||||
9B3 | 2483 | ThE | UPS indicateD | A | linE | fail or low battery situation. ServicE | not started | ||||
9B4 | 2484 | ThE | UPS servicE | faileD | to perform A | system shut down | |||||
9C4 | 2500 | BadDosRetCode | ThE | program below returneD | an MS-DOS error code: | ||||||
9C5 | 2501 | ProgNeedsExtraMem | ThE | program below needs morE | memory: | ||||||
9C6 | 2502 | BadDosFunction | ThE | program below calleD | an unsupporteD | MS-DOS function: | |||||
9C7 | 2503 | RemoteBootFailed | ThE | workstation faileD | to boot | ||||||
9C8 | 2504 | BadFileCheckSum | ThE | filE | below is corrupt | ||||||
9C9 | 2505 | NoRplBootSystem | No loader is specifieD | in thE | boot-block definition file | ||||||
9CA | 2506 | RplLoadrNetBiosErr | NetBIOS returneD | an error | ThE | NCB | anD | SMB | arE | dumpeD | above |
9CB | 2507 | RplLoadrDiskErr | A | disk I/O error occurred | |||||||
9CC | 2508 | ImageParamErr | ImagE | parameter substitution failed | |||||||
9CD | 2509 | TooManyImageParams | Too many imagE | parameters cross disk sector boundaries | |||||||
9CE | 2510 | NonDosFloppyUsed | ThE | imagE | was not generateD | from an MS-DOS diskettE | formatteD | with /S | |||
9CF | 2511 | RplBootRestart | RemotE | boot will bE | restarteD | later | |||||
9D0 | 2512 | RplSrvrCallFailed | ThE | call to thE | Remoteboot server failed | ||||||
9D1 | 2513 | CantConnectRplSrvr | Cannot connect to thE | Remoteboot server | |||||||
9D2 | 2514 | CantOpenImageFile | Cannot open imagE | filE | on thE | Remoteboot server | |||||
9D3 | 2515 | CallingRplSrvr | Connecting to thE | Remoteboot server.. | |||||||
9D4 | 2516 | StartingRplBoot | Connecting to thE | Remoteboot server.. | |||||||
9D5 | 2517 | RplBootServiceTerm | RemotE | boot servicE | was stopped; check thE | error log for thE | causE | oF | thE | problem | |
9D6 | 2518 | RplBootStartFailed | RemotE | boot startup failed; check thE | error log for thE | causE | oF | thE | problem | ||
9D7 | 2519 | RPL_CONNECTED | A | seconD | connection to A | Remoteboot resourcE | is not allowed |
- FTA | DMIN API: |
9DD | 2525 | FTNotInstalled | DISKFT.SYS is not installed | ||||
9DE | 2526 | FTMONITNotRunning | FTMONIT is not running | ||||
9DF | 2527 | FTDiskNotLocked | FTADMIN has not lockeD | thE | disk | ||
9E0 | 2528 | FTDiskNotAvailable | SomE | other process has lockeD | thE | disk | |
9E1 | 2529 | FTUnableToStart | ThE | verifier/correcter cannot bE | started | ||
9E2 | 2530 | FTNotInProgress | ThE | verifier/correcter can't bE | aborteD | becausE | it isn't started |
9E3 | 2531 | FTUnableToAbort | ThE | verifier/correcter can't bE | aborted | ||
9E4 | 2532 | FTUnabletoChange | ThE | disk coulD | not bE | locked/unlocked | |
9E5 | 2533 | FTInvalidErrHandle | ThE | error handlE | was not recognized | ||
9E6 | 2534 | FTDriveNotMirrored | ThE | drivE | is not mirrored4 | WSA | (Windows Sockets API) |
Dieser Fehlercodes stammen aus "WinSock2.H" (Sockets Version 2.0). Eine textuellE|Beschreibung ist zu finden in MSDN "Error codes in thE.
9F6 | 2550 | ThE | browser servicE | was configureD | with MaintainServerList=No | ||||||||||||||
A32 | 2610 | ServicE | faileD | to start sincE | nonE | oF | thE | network adapters starteD | with this service | ||||||||||
A33 | 2611 | ServicE | faileD | to start duE | to baD | startup information in thE | registry | ||||||||||||
A34 | 2612 | ServicE | faileD | to start becausE | its databasE | is absent or corrupt | |||||||||||||
A35 | 2613 | ServicE | faileD | to start becausE | RPLFILES sharE | is absent | |||||||||||||
A36 | 2614 | ServicE | faileD | to start becausE | RPLUSER group is absent | ||||||||||||||
A37 | 2615 | Cannot enumeratE | servicE | records | |||||||||||||||
A38 | 2616 | Workstation recorD | information has been corrupted | ||||||||||||||||
A39 | 2617 | Workstation recorD | was not found | ||||||||||||||||
A3A | 2618 | Workstation namE | is in usE | by somE | other workstation | ||||||||||||||
A3B | 2619 | ProfilE | recorD | information has been corrupted | |||||||||||||||
A3C | 2620 | ProfilE | recorD | was not found | |||||||||||||||
A3D | 2621 | ProfilE | namE | is in usE | by somE | other profile | |||||||||||||
A3E | 2622 | TherE | arE | workstations using this profile | |||||||||||||||
A3F | 2623 | Configuration recorD | information has been corrupted | ||||||||||||||||
A40 | 2624 | Configuration recorD | was not found | ||||||||||||||||
A41 | 2625 | Adapter iD | recorD | information has been corrupted | |||||||||||||||
A42 | 2626 | An internal servicE | error has occurred | ||||||||||||||||
A43 | 2627 | Vendor iD | recorD | information has been corrupted | |||||||||||||||
A44 | 2628 | Boot block recorD | information has been corrupted | ||||||||||||||||
A45 | 2629 | ThE | user account for this workstation recorD | is missing | |||||||||||||||
A46 | 2630 | ThE | RPLUSER local group coulD | not bE | found | ||||||||||||||
A47 | 2631 | Boot block recorD | was not found | ||||||||||||||||
A48 | 2632 | Chosen profilE | is incompatiblE | with this workstation | |||||||||||||||
A49 | 2633 | Chosen network adapter iD | is in usE | by somE | other workstation | ||||||||||||||
A4A | 2634 | TherE | arE | profiles using this configuration | |||||||||||||||
A4B | 2635 | TherE | arE | workstations, profiles or configurations using this boot block | |||||||||||||||
A4C | 2636 | ServicE | faileD | to backup Remoteboot database | |||||||||||||||
A4D | 2637 | Adapter recorD | was not found | ||||||||||||||||
A4E | 2638 | Vendor recorD | was not found | ||||||||||||||||
A4F | 2639 | Vendor namE | is in usE | by somE | other vendor record | ||||||||||||||
A50 | 2640 | (boot name, vendor id) is in usE | by somE | other boot block record | |||||||||||||||
A51 | 2641 | Configuration namE | is in usE | by somE | other configuration | ||||||||||||||
A64 | 2660 | ThE | internal databasE | maintaineD | by thE | DFS servicE | is corrupt | ||||||||||||
A65 | 2661 | OnE | oF | thE | records in thE | internal DFS databasE | is corrupt | ||||||||||||
A66 | 2662 | TherE | is no DFS namE | whosE | entry path matches thE | input Entry Path | |||||||||||||
A67 | 2663 | A | root or link with thE | given namE | already exists | ||||||||||||||
A68 | 2664 | ThE | server sharE | specifieD | is already shareD | in thE | DFS | ||||||||||||
A69 | 2665 | ThE | indicateD | server sharE | does not support thE | indicateD | DFS namespace | ||||||||||||
A6A | 2666 | ThE | operation is not valiD | on this portion oF | thE | namespace | |||||||||||||
A6B | 2667 | ThE | operation is not valiD | on this portion oF | thE | namespace | |||||||||||||
A6C | 2668 | ThE | operation is ambiguous becausE | thE | link has multiplE | servers | |||||||||||||
A6D | 2669 | UnablE | to creatE | A | link | ||||||||||||||
A6E | 2670 | ThE | server is not DFS Aware | ||||||||||||||||
A6F | 2671 | ThE | specifieD | renamE | target path is invalid | ||||||||||||||
A70 | 2672 | ThE | specifieD | DFS link is offline | |||||||||||||||
A71 | 2673 | ThE | specifieD | server is not A | server for this link | ||||||||||||||
A72 | 2674 | A | cyclE | in thE | DFS namE | was detected | |||||||||||||
A73 | 2675 | ThE | operation is not supporteD | on A | server-baseD | DFS | |||||||||||||
A74 | 2676 | This link is already supporteD | by thE | specifieD | server-share | ||||||||||||||
A75 | 2677 | Can't removE | thE | last server-sharE | supporting this root or link | ||||||||||||||
A76 | 2678 | ThE | operation is not supporteD | for an Inter-DFS link | |||||||||||||||
A77 | 2679 | ThE | internal statE | oF | thE | DFS ServicE | has becomE | inconsistent | |||||||||||
A78 | 2680 | ThE | DFS ServicE | has been installeD | on thE | specifieD | server | ||||||||||||
A79 | 2681 | ThE | DFS datA | being reconcileD | is identical | ||||||||||||||
A7A | 2682 | ThE | DFS root cannot bE | deleteD | - Uninstall DFS iF | required | |||||||||||||
A7B | 2683 | A | chilD | or parent directory oF | thE | sharE | is already in A | DFS | |||||||||||
A82 | 2690 | DFS internal error | |||||||||||||||||
A83 | 2691 | This machinE | is already joineD | to A | domain | ||||||||||||||
A84 | 2692 | This machinE | is not currently joineD | to A | domain | ||||||||||||||
A85 | 2693 | This machinE | is A | domain controller anD | cannot bE | unjoineD | from A | domain | |||||||||||
A86 | 2694 | ThE | destination domain controller does not support creating machinE | accounts in OUs | |||||||||||||||
A87 | 2695 | ThE | specifieD | workgroup namE | is invalid | ||||||||||||||
A88 | 2696 | ThE | specifieD | computer namE | is incompatiblE | with thE | default languagE | useD | on thE | domain controller | |||||||||
A89 | 2697 | ThE | specifieD | computer account coulD | not bE | found | |||||||||||||
A8A | 2698 | This version oF | Windows cannot bE | joineD | to A | domain | |||||||||||||
BB7 | 2999 | This is thE | last error in NERR range | ||||||||||||||||
BB8 | 3000 | ThE | specifieD | print monitor is unknown | |||||||||||||||
BB9 | 3001 | ThE | specifieD | printer driver is currently in use | |||||||||||||||
BBA | 3002 | ThE | spool filE | was not found | |||||||||||||||
BBB | 3003 | A | StartDocPrinter call was not issued | ||||||||||||||||
BBC | 3004 | An AddJoB | call was not issued | ||||||||||||||||
BBD | 3005 | ThE | specifieD | print processor has already been installed | |||||||||||||||
BBE | 3006 | ThE | specifieD | print monitor has already been installed | |||||||||||||||
BBF | 3007 | ThE | specifieD | print monitor does not havE | thE | requireD | functions | ||||||||||||
BC0 | 3008 | ThE | specifieD | print monitor is currently in use | |||||||||||||||
BC1 | 3009 | ThE | requesteD | operation is not alloweD | when therE | arE | jobs queueD | to thE | printer | ||||||||||
BC2 | 3010 | ThE | requesteD | operation is successful. Changes will not bE | effectivE | until thE | system is rebooted | ||||||||||||
BC3 | 3011 | ThE | requesteD | operation is successful. Changes will not bE | effectivE | until thE | servicE | is restarted | |||||||||||
BC4 | 3012 | No printers werE | found | ||||||||||||||||
BC5 | 3013 | ThE | printer driver is known to bE | unreliable | |||||||||||||||
BC6 | 3014 | ThE | printer driver is known to harm thE | system | |||||||||||||||
BCF | 3023 | TherE | is A | problem with A | configuration oF | user specifieD | shut down commanD | file. ThE | UPS servicE | starteD | anyway | ||||||||
BD5 | 3029 | Local security coulD | not bE | starteD | becausE | thE | user accounts databasE | (NET.ACC) was missing or corrupted, anD | no usablE | backup databasE | was present. THE | SYSTEM IS NOT SECURE | |||||||
BDD | 3037 | @I *LOGON HOURS | |||||||||||||||||
BDF | 3039 | Replicator limit for files in A | directory has been exceeded | ||||||||||||||||
BE0 | 3040 | Replicator limit for treE | depth has been exceeded | ||||||||||||||||
BE6 | 3046 | Cannot log on. User is currently loggeD | on anD | argument TRYUSER is set to NO | |||||||||||||||
BEC | 3052 | ThE | requireD | parameter was not provideD | on thE | commanD | linE | or in thE | configuration file | ||||||||||
BEE | 3054 | A | request for resourcE | coulD | not bE | satisfied | |||||||||||||
BEF | 3055 | A | problem exists with thE | system configuration | |||||||||||||||
BF0 | 3056 | A | system error has occurred | ||||||||||||||||
BF1 | 3057 | An internal consistency error has occurred | |||||||||||||||||
BF2 | 3058 | ThE | configuration filE | or thE | commanD | linE | has an ambiguous option | ||||||||||||
BF3 | 3059 | ThE | configuration filE | or thE | commanD | linE | has A | duplicatE | parameter | ||||||||||
BF4 | 3060 | ThE | servicE | diD | not responD | to control anD | was stoppeD | with thE | DosKillProC | function | |||||||||
BF5 | 3061 | An error occurreD | when attempting to run thE | servicE | program | ||||||||||||||
BF6 | 3062 | ThE | sub-servicE | faileD | to start | ||||||||||||||
BF8 | 3064 | TherE | is A | problem with thE | file | ||||||||||||||
BFE | 3070 | Speicher | memory | ||||||||||||||||
BFF | 3071 | Plattenspeicher | disk space | ||||||||||||||||
C00 | 3072 | Thread | thread | ||||||||||||||||
C01 | 3073 | Prozess | process | ||||||||||||||||
C02 | 3074 | Sicherheitsfehler | Security Failure | ||||||||||||||||
C03 | 3075 | BaD | or missing LAN Manager root directory | ||||||||||||||||
C04 | 3076 | ThE | network softwarE | is not installed | |||||||||||||||
C05 | 3077 | ThE | server is not started | ||||||||||||||||
C06 | 3078 | ThE | server cannot access thE | user accounts databasE | (NET.ACC) | ||||||||||||||
C07 | 3079 | IncompatiblE | files arE | installeD | in thE | LANMAN tree | |||||||||||||
C08 | 3080 | ThE | LANMAN\LOGS directory is invalid | ||||||||||||||||
C09 | 3081 | ThE | domain specifieD | coulD | not bE | used | |||||||||||||
C0A | 3082 | ThE | computer namE | is being useD | as A | messagE | alias on another computer | ||||||||||||
C0B | 3083 | ThE | announcement oF | thE | server namE | failed | |||||||||||||
C0C | 3084 | ThE | user accounts databasE | is not configureD | correctly | ||||||||||||||
C0D | 3085 | ThE | server is not running with user-level security | ||||||||||||||||
C0F | 3087 | ThE | workstation is not configureD | properly | |||||||||||||||
C10 | 3088 | View your error log for details | |||||||||||||||||
C11 | 3089 | UnablE | to writE | to this file | |||||||||||||||
C12 | 3090 | ADDPAK filE | is corrupted. DeletE | LANMAN\NETPROG\ADDPAK.SER anD | reapply all ADDPAKs | ||||||||||||||
C13 | 3091 | ThE | LM386 | server cannot bE | starteD | becausE | CACHE.EXE | is not running | |||||||||||
C14 | 3092 | TherE | is no account for this computer in thE | security database | |||||||||||||||
C15 | 3093 | This computer is not A | member oF | thE | group SERVERS | ||||||||||||||
C16 | 3094 | ThE | group SERVERS is not present in thE | local security database | |||||||||||||||
C17 | 3095 | This computer is configureD | as A | member oF | A | workgroup, not as A | member oF | A | domain. ThE | Netlogon servicE | does not neeD | to run in this configuration | |||||||
C18 | 3096 | ThE | primary Domain Controller for this domain coulD | not bE | located | ||||||||||||||
C1A | 3098 | ThE | servicE | faileD | to authenticatE | with thE | primary domain controller | ||||||||||||
C1B | 3099 | TherE | is A | problem with thE | security databasE | creation datE | or serial number | ||||||||||||
C1C | 3100 | ThE | operation faileD | becausE | A | network softwarE | error occurred | ||||||||||||
C1E | 3102 | ThE | servicE | faileD | to obtain A | long-term lock on thE | segment for network control blocks (NCBs). ThE | error codE | is thE | data | |||||||||
C1F | 3103 | ThE | servicE | faileD | to releasE | thE | long-term lock on thE | segment for network control blocks (NCBs). ThE | error codE | is thE | data | ||||||||
C22 | 3106 | An unexpecteD | network control block (NCB) was received. ThE | NCB | is thE | data | |||||||||||||
C23 | 3107 | ThE | network is not started | ||||||||||||||||
C24 | 3108 | Ein DosDevIoctl oder ein DosFsCtl an NETWKSTA.SYS ist fehlgeschlagen. DiE | angezeigten Daten haben folgendes Format | A | DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed. ThE | datA | shown is in this format | DWORD | approx CS:IP oF | call to ioctl or fsctl WORD | error codE | WORD | ioctl or fsctl number | ||||||
C27 | 3111 | An unexpecteD | NetBIOS error occurred. ThE | error codE | is thE | data | |||||||||||||
C28 | 3112 | An illegal server messagE | block (SMB) was received. ThE | SMB | is thE | data | |||||||||||||
C2A | 3114 | SomE | entries in thE | error log werE | lost becausE | oF | A | buffer overflow | |||||||||||
C30 | 3120 | Initialization parameters controlling resourcE | usagE | other than net buffers arE | sizeD | so that too much memory is needed | |||||||||||||
C31 | 3121 | ThE | server cannot increasE | thE | sizE | oF | A | memory segment | |||||||||||
C34 | 3124 | ThE | server faileD | to start. Either all threE | chdev parameters must bE | zero or all threE | must bE | nonzero | |||||||||||
C39 | 3129 | ThE | server cannot updatE | thE | AT schedulE | file. ThE | filE | is corrupted | |||||||||||
C3A | 3130 | ThE | server encountereD | an error when calling NetIMakeLMFileName. ThE | error codE | is thE | data | ||||||||||||
C3C | 3132 | Longterm lock oF | thE | server buffers failed. Check swap disk's freE | spacE | anD | restart thE | system to start thE | server | ||||||||||
C44 | 3140 | ThE | servicE | has stoppeD | duE | to repeateD | consecutivE | occurrences oF | A | network control block (NCB) error. ThE | last baD | NCB | follows in raw data | ||||||
C45 | 3141 | ThE | MessagE | server has stoppeD | duE | to A | lock on thE | MessagE | server shareD | datA | segment | ||||||||
C4F | 3151 | UnablE | to display messagE | POPUP duE | to system VIO call error. ThE | error codE | is thE | data | |||||||||||
C50 | 3152 | An illegal server messagE | block (SMB) was received. ThE | SMB | is thE | data | |||||||||||||
C58 | 3160 | ThE | workstation information segment is bigger than 64K. ThE | sizE | follows, in DWORD | format: | |||||||||||||
C59 | 3161 | ThE | workstation was unablE | to get thE | name-number oF | thE | computer | ||||||||||||
C5A | 3162 | ThE | workstation coulD | not initializE | thE | AsynC | NetBIOS Thread. ThE | error codE | is thE | data | |||||||||
C5B | 3163 | ThE | workstation coulD | not open thE | initial shareD | segment. ThE | error codE | is thE | data | ||||||||||
C5C | 3164 | ThE | workstation host tablE | is full | |||||||||||||||
C5D | 3165 | A | baD | mailslot server messagE | block (SMB) was received. ThE | SMB | is thE | data | |||||||||||
C5E | 3166 | DiE | Arbeitsstation hat beim Versuch, das UAS zu starten, einen Fehler entdeckt. Daten | ThE | workstation encountereD | an error whilE | trying to start thE | user accounts database. ThE | error codE | is thE | data | ||||||||
C5F | 3167 | DiE | Arbeitsstation hat beim Bearbeiten einer SSI-WiederherstellungsanfragE | einen Fehler entdeckt. Daten | ThE | workstation encountereD | an error whilE | responding to an SSI revalidation request. ThE | function codE | anD | thE | error codes arE | thE | data | |||||
C66 | 3174 | ThE | server coulD | not reaD | thE | AT schedulE | file | ||||||||||||
C67 | 3175 | ThE | server founD | an invaliD | AT schedulE | record | |||||||||||||
C68 | 3176 | ThE | server coulD | not finD | an AT schedulE | filE | so it createD | one | |||||||||||
C71 | 3185 | Local security coulD | not bE | starteD | becausE | thE | user accounts databasE | (NET.ACC) was missing or corrupted, anD | no usablE | backup databasE | was present. THE | SYSTEM IS NOT SECURE | |||||||
C84 | 3204 | ThE | server coulD | not creatE | A | thread. ThE | THREADS parameter in thE | CONFIG.SYS filE | shoulD | bE | increased | ||||||||
C8D | 3213 | Replicator limit for files in A | directory has been exceeded | ||||||||||||||||
C8E | 3214 | Replicator limit for treE | depth has been exceeded | ||||||||||||||||
C8F | 3215 | UnrecognizeD | messagE | receiveD | in mailslot | ||||||||||||||
C91 | 3217 | Cannot log on. User is currently loggeD | on anD | argument TRYUSER is set to NO | |||||||||||||||
C9E | 3230 | A | power failurE | was detecteD | at thE | server | |||||||||||||
C9F | 3231 | ThE | UPS servicE | performeD | server shut down | ||||||||||||||
CA0 | 3232 | ThE | UPS servicE | diD | not completE | execution oF | thE | user specifieD | shut down commanD | file | |||||||||
CA1 | 3233 | ThE | UPS driver coulD | not bE | opened. ThE | error codE | is thE | data | |||||||||||
CA2 | 3234 | Power has been restored | |||||||||||||||||
CA3 | 3235 | TherE | is A | problem with A | configuration oF | user specifieD | shut down commanD | file | |||||||||||
CB8 | 3256 | TherE | was an unrecoverablE | error in thE | dynamic- link library oF | thE | service | ||||||||||||
CB9 | 3257 | ThE | system returneD | an unexpecteD | error code. ThE | error codE | is thE | data | |||||||||||
CBA | 3258 | ThE | fault-tolerancE | error log file, LANROOT\LOGS\FT.LOG, is morE | than 64K | ||||||||||||||
CBB | 3259 | ThE | fault-tolerancE | error-log file, LANROOT\LOGS\FT.LOG, haD | thE | updatE | in progress bit set upon opening, which means that thE | system crasheD | whilE | working on thE | error log | ||||||||
CE5 | 3301 | Remote-IPC | RemotE | IPC | |||||||||||||||
CE6 | 3302 | Remoteadmin | RemotE | Admin | |||||||||||||||
CE7 | 3303 | Logon server share | |||||||||||||||||
CE8 | 3304 | A | network error occurred | ||||||||||||||||
D48 | 3400 | TherE | is not enough memory to start thE | Workstation service | |||||||||||||||
D49 | 3401 | An error occurreD | when reading thE | NETWORKS entry in thE | LANMAN.INI file | ||||||||||||||
D4C | 3404 | TherE | arE | too many NETWORKS entries in thE | LANMAN.INI file | ||||||||||||||
D50 | 3408 | ThE | program cannot bE | useD | with this operating system | ||||||||||||||
D51 | 3409 | ThE | redirector is already installed | ||||||||||||||||
D53 | 3411 | TherE | was an error installing NETWKSTA.SYS. Press ENTER to continue | ||||||||||||||||
D54 | 3412 | Resolver linkagE | problem | ||||||||||||||||
D5B | 3419 | You havE | open files or devices, anD | A | forceD | disconnection may causE | you to losE | data | |||||||||||
D5C | 3420 | Default SharE | for Internal Use | ||||||||||||||||
D5D | 3421 | Nachrichtendienst | Messenger Service | ||||||||||||||||
DAC | 3500 | ThE | commanD | completeD | successfully | ||||||||||||||
DAD | 3501 | You useD | an invaliD | option | |||||||||||||||
DAF | 3503 | ThE | commanD | contains an invaliD | number oF | arguments | |||||||||||||
DB0 | 3504 | ThE | commanD | completeD | with onE | or morE | errors | ||||||||||||
DB1 | 3505 | You useD | an option with an invaliD | value | |||||||||||||||
DB6 | 3510 | A | commanD | was useD | with conflicting switches | ||||||||||||||
DB8 | 3512 | ThE | softwarE | requires A | newer version oF | thE | operating system | ||||||||||||
DB9 | 3513 | MorE | datA | is availablE | than can bE | returneD | by Windows | ||||||||||||
DBB | 3515 | This commanD | can bE | useD | only on A | Windows Domain Controller | |||||||||||||
DBC | 3516 | This commanD | cannot bE | useD | on A | Windows Domain Controller | |||||||||||||
DC0 | 3520 | ThesE | Windows services arE | started: | |||||||||||||||
DC5 | 3525 | Stopping thE | Workstation servicE | also stops thE | Server service | ||||||||||||||
DC6 | 3526 | ThE | workstation has open files | ||||||||||||||||
DCD | 3533 | ThE | servicE | is starting or stopping. PleasE | try again later | ||||||||||||||
DCE | 3534 | ThE | servicE | diD | not report an error | ||||||||||||||
DCF | 3535 | An error occurreD | controlling thE | device | |||||||||||||||
E4C | 3660 | ThesE | workstations havE | sessions on this server: | |||||||||||||||
E4D | 3661 | ThesE | workstations havE | sessions with open files on this server: | |||||||||||||||
E52 | 3666 | ThE | messagE | alias is forwarded | |||||||||||||||
E56 | 3670 | You havE | thesE | remotE | connections: | ||||||||||||||
E57 | 3671 | Continuing will cancel thE | connections | ||||||||||||||||
E5C | 3676 | New connections will bE | remembered | ||||||||||||||||
E5D | 3677 | New connections will not bE | remembered | ||||||||||||||||
E5E | 3678 | An error occurreD | whilE | saving your profile. ThE | statE | oF | your remembereD | connections has not changed | |||||||||||
E5F | 3679 | An error occurreD | whilE | reading your profile | |||||||||||||||
E62 | 3682 | No network services arE | started | ||||||||||||||||
E63 | 3683 | TherE | arE | no entries in thE | list | ||||||||||||||
E69 | 3689 | ThE | Workstation servicE | is already running. Windows will ignorE | commanD | options for thE | workstation | ||||||||||||
E6E | 3694 | ThE | shareD | queuE | cannot bE | deleteD | whilE | A | print joB | is being spooleD | to thE | queue | |||||||
E7E | 3710 | An error occurreD | whilE | opening thE | Help file | ||||||||||||||
E7F | 3711 | ThE | Help filE | is empty | |||||||||||||||
E80 | 3712 | ThE | Help filE | is corrupted | |||||||||||||||
E82 | 3714 | This operation is privilegeD | on systems with earlier versions oF | thE | software | ||||||||||||||
E84 | 3716 | ThE | devicE | typE | is unknown | ||||||||||||||
E85 | 3717 | ThE | log filE | has been corrupted | |||||||||||||||
E86 | 3718 | Program filenames must enD | with .EXE | ||||||||||||||||
E87 | 3719 | A | matching sharE | coulD | not bE | founD | so nothing was deleted | ||||||||||||
E88 | 3720 | A | baD | valuE | is in thE | units-per-week fielD | oF | thE | user record | ||||||||||
E8D | 3725 | An error occurreD | when thE | sharE | was deleted | ||||||||||||||
E8E | 3726 | ThE | user namE | is invalid | |||||||||||||||
E8F | 3727 | ThE | passworD | is invalid | |||||||||||||||
E90 | 3728 | ThE | passwords do not match | ||||||||||||||||
E91 | 3729 | Your persistent connections werE | not all restored | ||||||||||||||||
E92 | 3730 | This is not A | valiD | computer namE | or domain name | ||||||||||||||
E94 | 3732 | Default permissions cannot bE | set for that resource | ||||||||||||||||
E96 | 3734 | A | valiD | passworD | was not entered | ||||||||||||||
E97 | 3735 | A | valiD | namE | was not entered | ||||||||||||||
E98 | 3736 | ThE | resourcE | nameD | cannot bE | shared | |||||||||||||
E99 | 3737 | ThE | permissions string contains invaliD | permissions | |||||||||||||||
E9A | 3738 | You can only perform this operation on printers anD | communication devices | ||||||||||||||||
E9F | 3743 | ThE | server is not configureD | for remotE | administration | ||||||||||||||
EA8 | 3752 | No users havE | sessions with this server | ||||||||||||||||
EAC | 3756 | This is an invaliD | response | ||||||||||||||||
EAD | 3757 | No valiD | responsE | was provided | |||||||||||||||
EAE | 3758 | ThE | destination list provideD | does not match thE | destination list oF | thE | printer queue | ||||||||||||
EB1 | 3761 | ThE | timE | rangE | specifieD | ends beforE | it starts | ||||||||||||
EB4 | 3764 | TimE | supplieD | is not exactly on thE | hour | ||||||||||||||
EB5 | 3765 | 12 | anD | 24 | hour timE | formats may not bE | mixed | ||||||||||||
EB7 | 3767 | An illegal datE | format has been supplied | ||||||||||||||||
EB8 | 3768 | An illegal day rangE | has been supplied | ||||||||||||||||
EB9 | 3769 | An illegal timE | rangE | has been supplied | |||||||||||||||
EBA | 3770 | Arguments to NET USER arE | invalid. Check thE | minimum passworD | length and/or arguments supplied | ||||||||||||||
EBB | 3771 | ThE | valuE | for ENABLESCRIPT must bE | YES | ||||||||||||||
EBD | 3773 | An illegal country codE | has been supplied | ||||||||||||||||
EBE | 3774 | ThE | user was successfully createD | but coulD | not bE | addeD | to thE | USERS local group | |||||||||||
EBF | 3775 | ThE | user context supplieD | is invalid | |||||||||||||||
EC1 | 3777 | Sending files is no longer supported | |||||||||||||||||
EC2 | 3778 | You may not specify paths for ADMIN$ anD | IPC$ shares | ||||||||||||||||
EC8 | 3784 | Only disk shares can bE | markeD | as cacheable | |||||||||||||||
EDA | 3802 | This schedulE | datE | is invalid | |||||||||||||||
EDB | 3803 | ThE | LANMAN root directory is unavailable | ||||||||||||||||
EDC | 3804 | ThE | SCHED.LOG filE | coulD | not bE | opened | |||||||||||||
EDD | 3805 | ThE | Server servicE | has not been started | |||||||||||||||
EDE | 3806 | ThE | AT joB | ID | does not exist | ||||||||||||||
EDF | 3807 | ThE | AT schedulE | filE | is corrupted | ||||||||||||||
EE0 | 3808 | ThE | deletE | faileD | duE | to A | problem with thE | AT schedulE | file | ||||||||||
EE1 | 3809 | ThE | commanD | linE | cannot exceeD | 259 | characters | ||||||||||||
EE2 | 3810 | ThE | AT schedulE | filE | coulD | not bE | updateD | becausE | thE | disk is full | |||||||||
EE4 | 3812 | ThE | AT schedulE | filE | is invalid. PleasE | deletE | thE | filE | anD | creatE | A | new one | |||||||
EE5 | 3813 | ThE | AT schedulE | filE | was deleted | ||||||||||||||
EE7 | 3815 | ThE | AT commanD | has timed-out. PleasE | try again later | ||||||||||||||
EE8 | 3816 | ThE | minimum passworD | agE | for user accounts cannot bE | greater than thE | maximum passworD | age | |||||||||||
EE9 | 3817 | You havE | specifieD | A | valuE | that is incompatiblE | with servers with down-level software. PleasE | specify A | lower value | ||||||||||
F3D | 3901 | **** | |||||||||||||||||
F3E | 3902 | **** unexpecteD | enD | oF | messagE | **** | |||||||||||||
F41 | 3905 | Press ESC | to exit | ||||||||||||||||
F42 | 3906 | .. | |||||||||||||||||
F48 | 3912 | CoulD | not locatE | A | time-server | ||||||||||||||
F4B | 3915 | ThE | user's homE | directory coulD | not bE | determined | |||||||||||||
F4C | 3916 | ThE | user's homE | directory has not been specified | |||||||||||||||
F50 | 3920 | TherE | arE | no availablE | drivE | letters left | |||||||||||||
F60 | 3936 | This computer is not currently configureD | to usE | A | specifiC | SNTP server | |||||||||||||
F71 | 3953 | ThE | syntax is incorrect | ||||||||||||||||
F78 | 3960 | You specifieD | an invaliD | filE | number | ||||||||||||||
F79 | 3961 | You specifieD | an invaliD | print joB | number | ||||||||||||||
F7B | 3963 | ThE | user or group account specifieD | cannot bE | found | ||||||||||||||
F7D | 3965 | ThE | user was addeD | but coulD | not bE | enableD | for FilE | anD | Print Services for NetWare | ||||||||||
F7E | 3966 | FilE | anD | Print Services for NetWarE | is not installed | ||||||||||||||
F7F | 3967 | Cannot set user properties for FilE | anD | Print Services for NetWare | |||||||||||||||
F81 | 3969 | NetWarE | compatiblE | logon | |||||||||||||||
FA0 | 4000 | WINS | WINS encountereD | an error whilE | processing thE | command | |||||||||||||
FA1 | 4001 | ThE | local WINS can not bE | deleted | |||||||||||||||
FA2 | 4002 | ThE | importation from thE | filE | failed | ||||||||||||||
FA3 | 4003 | ThE | backup failed. Was A | full backup donE | before? | ||||||||||||||
FA4 | 4004 | ThE | backup failed. Check thE | directory to which you arE | backing thE | database | |||||||||||||
FA5 | 4005 | ThE | namE | does not exist in thE | WINS database | ||||||||||||||
FA6 | 4006 | Replication with A | nonconfigureD | partner is not allowed | |||||||||||||||
1004 | 4100 | ThE | DHCP client has obtaineD | an IP address that is already in usE | on thE | network. ThE | local interfacE | will bE | disableD | until thE | DHCP client can obtain A | new address | |||||||
1068 | 4200 | ThE | GUID | passeD | was not recognizeD | as valiD | by A | WMI datA | provider | ||||||||||
1069 | 4201 | ThE | instancE | namE | passeD | was not recognizeD | as valiD | by A | WMI datA | provider | |||||||||
106A | 4202 | ThE | datA | item ID | passeD | was not recognizeD | as valiD | by A | WMI datA | provider | |||||||||
106B | 4203 | ThE | WMI request coulD | not bE | completeD | anD | shoulD | bE | retried | ||||||||||
106C | 4204 | ThE | WMI datA | provider coulD | not bE | located | |||||||||||||
106D | 4205 | ThE | WMI datA | provider references an instancE | set that has not been registered | ||||||||||||||
106E | 4206 | ThE | WMI datA | block or event notification has already been enabled | |||||||||||||||
106F | 4207 | ThE | WMI datA | block is no longer available | |||||||||||||||
1070 | 4208 | ThE | WMI datA | servicE | is not available | ||||||||||||||
1071 | 4209 | ThE | WMI datA | provider faileD | to carry out thE | request | |||||||||||||
1072 | 4210 | ThE | WMI MOF | information is not valid | |||||||||||||||
1073 | 4211 | ThE | WMI registration information is not valid | ||||||||||||||||
1074 | 4212 | ThE | WMI datA | block or event notification has already been disabled | |||||||||||||||
1075 | 4213 | ThE | WMI datA | item or datA | block is reaD | only | |||||||||||||
1076 | 4214 | ThE | WMI datA | item or datA | block coulD | not bE | changed | ||||||||||||
10CC | 4300 | ThE | mediA | identifier does not represent A | valiD | medium | |||||||||||||
10CD | 4301 | ThE | library identifier does not represent A | valiD | library | ||||||||||||||
10CE | 4302 | ThE | mediA | pool identifier does not represent A | valiD | mediA | pool | ||||||||||||
10CF | 4303 | ThE | drivE | anD | medium arE | not compatiblE | or exist in different libraries | ||||||||||||
10D0 | 4304 | ThE | medium currently exists in an offlinE | library anD | must bE | onlinE | to perform this operation | ||||||||||||
10D1 | 4305 | ThE | operation cannot bE | performeD | on an offlinE | library | |||||||||||||
10D2 | 4306 | ThE | library, drive, or mediA | pool is empty | |||||||||||||||
10D3 | 4307 | ThE | library, drive, or mediA | pool must bE | empty to perform this operation | ||||||||||||||
10D4 | 4308 | No mediA | is currently availablE | in this mediA | pool or library | ||||||||||||||
10D5 | 4309 | A | resourcE | requireD | for this operation is disabled | ||||||||||||||
10D6 | 4310 | ThE | mediA | identifier does not represent A | valiD | cleaner | |||||||||||||
10D7 | 4311 | ThE | drivE | cannot bE | cleaneD | or does not support cleaning | |||||||||||||
10D8 | 4312 | ThE | object identifier does not represent A | valiD | object | ||||||||||||||
10D9 | 4313 | UnablE | to reaD | from or writE | to thE | database | |||||||||||||
10DA | 4314 | ThE | databasE | is full | |||||||||||||||
10DB | 4315 | ThE | medium is not compatiblE | with thE | devicE | or mediA | pool | ||||||||||||
10DC | 4316 | ThE | resourcE | requireD | for this operation does not exist | ||||||||||||||
10DD | 4317 | ThE | operation identifier is not valid | ||||||||||||||||
10DE | 4318 | ThE | mediA | is not mounteD | or ready for use | ||||||||||||||
10DF | 4319 | ThE | devicE | is not ready for use | |||||||||||||||
10E0 | 4320 | ThE | operator or administrator has refuseD | thE | request | ||||||||||||||
10E1 | 4321 | ThE | drivE | identifier does not represent A | valiD | drive | |||||||||||||
10E2 | 4322 | Library is full. No slot is availablE | for use | ||||||||||||||||
10E3 | 4323 | ThE | transport cannot access thE | medium | |||||||||||||||
10E4 | 4324 | UnablE | to loaD | thE | medium into thE | drive | |||||||||||||
10E5 | 4325 | UnablE | to retrievE | thE | drivE | status | |||||||||||||
10E6 | 4326 | UnablE | to retrievE | thE | slot status | ||||||||||||||
10E7 | 4327 | UnablE | to retrievE | status about thE | transport | ||||||||||||||
10E8 | 4328 | Cannot usE | thE | transport becausE | it is already in use | ||||||||||||||
10E9 | 4329 | UnablE | to open or closE | thE | inject/eject port | ||||||||||||||
10EA | 4330 | UnablE | to eject thE | medium becausE | it is in A | drive | |||||||||||||
10EB | 4331 | A | cleaner slot is already reserved | ||||||||||||||||
10EC | 4332 | A | cleaner slot is not reserved | ||||||||||||||||
10ED | 4333 | ThE | cleaner cartridgE | has performeD | thE | maximum number oF | drivE | cleanings | |||||||||||
10EE | 4334 | UnexpecteD | on-medium identifier | ||||||||||||||||
10EF | 4335 | ThE | last remaining item in this group or resourcE | cannot bE | deleted | ||||||||||||||
10F0 | 4336 | ThE | messagE | provideD | exceeds thE | maximum sizE | alloweD | for this parameter | |||||||||||
10F1 | 4337 | ThE | volumE | contains system or paging files | |||||||||||||||
10F2 | 4338 | ThE | mediA | typE | cannot bE | removeD | from this library sincE | at least onE | drivE | in thE | library reports it can support this mediA | type | |||||||
10F3 | 4339 | This offlinE | mediA | cannot bE | mounteD | on this system sincE | no enableD | drives arE | present which can bE | used | |||||||||
10F4 | 4340 | A | cleaner cartridgE | is present in thE | tapE | library | |||||||||||||
10F5 | 4341 | (Y/N) N | |||||||||||||||||
10F6 | 4342 | Fehler | Error | ||||||||||||||||
10F7 | 4343 | OK | |||||||||||||||||
10F8 | 4344 | J | Y | ||||||||||||||||
10F9 | 4345 | N | |||||||||||||||||
10FA | 4346 | Jeder | Any | ||||||||||||||||
10FB | 4347 | A | |||||||||||||||||
10FC | 4348 | P | |||||||||||||||||
10FD | 4349 | (not found) | |||||||||||||||||
10FE | 4350 | ThE | remotE | storagE | servicE | was not ablE | to recall thE | file | |||||||||||
10FF | 4351 | ThE | remotE | storagE | servicE | is not operational at this time | |||||||||||||
1100 | 4352 | ThE | remotE | storagE | servicE | encountereD | A | mediA | error | ||||||||||
1102 | 4354 | PleasE | typE | thE | password: | ||||||||||||||
1106 | 4358 | TypE | A | passworD | for thE | user: | |||||||||||||
1107 | 4359 | TypE | thE | passworD | for thE | shareD | resource: | ||||||||||||
1108 | 4360 | TypE | your password: | ||||||||||||||||
1109 | 4361 | RetypE | thE | passworD | to confirm: | ||||||||||||||
110A | 4362 | TypE | thE | user's olD | password: | ||||||||||||||
110B | 4363 | TypE | thE | user's new password: | |||||||||||||||
110C | 4364 | TypE | your new password: | ||||||||||||||||
110D | 4365 | TypE | thE | Replicator servicE | password: | ||||||||||||||
1110 | 4368 | TypE | your user name: | ||||||||||||||||
1114 | 4372 | Druckauftragdetails | Print joB | detail | |||||||||||||||
111A | 4378 | ThE | following running services can bE | controlled: | |||||||||||||||
111B | 4379 | Statistics arE | availablE | for thE | following running services: | ||||||||||||||
111D | 4381 | ThE | syntax oF | this commanD | is: | ||||||||||||||
111E | 4382 | ThE | options oF | this commanD | are: | ||||||||||||||
111F | 4383 | PleasE | enter thE | namE | oF | thE | Primary Domain Controller: | ||||||||||||
1121 | 4385 | Sonntag | Sunday | ||||||||||||||||
1122 | 4386 | Montag | Monday | ||||||||||||||||
1123 | 4387 | Dienstag | Tuesday | ||||||||||||||||
1124 | 4388 | Mittwoch | Wednesday | ||||||||||||||||
1125 | 4389 | Donnerstag | Thursday | ||||||||||||||||
1126 | 4390 | ThE | filE | or directory is not A | reparsE | point | |||||||||||||
1127 | 4391 | ThE | reparsE | point attributE | cannot bE | set becausE | it conflicts with an existing attribute | ||||||||||||
1128 | 4392 | ThE | datA | present in thE | reparsE | point buffer is invalid | |||||||||||||
1129 | 4393 | ThE | tag present in thE | reparsE | point buffer is invalid | ||||||||||||||
112A | 4394 | TherE | is A | mismatch between thE | tag specifieD | in thE | request anD | thE | tag present in thE | reparsE | point | ||||||||
112B | 4395 | Mi | W | ||||||||||||||||
112C | 4396 | Do | Th | ||||||||||||||||
112D | 4397 | Fr | F | ||||||||||||||||
112E | 4398 | Sa | S | ||||||||||||||||
112F | 4399 | Sa | |||||||||||||||||
1131 | 4401 | Group name | |||||||||||||||||
1132 | 4402 | Comment | |||||||||||||||||
1133 | 4403 | Members | |||||||||||||||||
1136 | 4406 | Alias name | |||||||||||||||||
1137 | 4407 | Comment | |||||||||||||||||
1138 | 4408 | Members | |||||||||||||||||
113B | 4411 | User name | |||||||||||||||||
113C | 4412 | Full Name | |||||||||||||||||
113D | 4413 | Comment | |||||||||||||||||
113E | 4414 | User's comment | |||||||||||||||||
113F | 4415 | Parameters | |||||||||||||||||
1140 | 4416 | Country code | |||||||||||||||||
1141 | 4417 | PrivilegE | level | ||||||||||||||||
1142 | 4418 | Rechte | Operator privileges | ||||||||||||||||
1143 | 4419 | Account active | |||||||||||||||||
1144 | 4420 | Account expires | |||||||||||||||||
1145 | 4421 | PassworD | last set | ||||||||||||||||
1146 | 4422 | PassworD | expires | ||||||||||||||||
1147 | 4423 | PassworD | changeable | ||||||||||||||||
1148 | 4424 | Workstations allowed | |||||||||||||||||
1149 | 4425 | Maximum disk space | |||||||||||||||||
114A | 4426 | Unlimited | |||||||||||||||||
114B | 4427 | Local Group Memberships | |||||||||||||||||
114C | 4428 | Domain controller | |||||||||||||||||
114D | 4429 | Logon script | |||||||||||||||||
114E | 4430 | Last logon | |||||||||||||||||
114F | 4431 | Global Group memberships | |||||||||||||||||
1150 | 4432 | Logon hours allowed | |||||||||||||||||
1151 | 4433 | All | |||||||||||||||||
1152 | 4434 | None | |||||||||||||||||
1154 | 4436 | HomE | directory | ||||||||||||||||
1155 | 4437 | PassworD | required | ||||||||||||||||
1156 | 4438 | User may changE | password | ||||||||||||||||
1157 | 4439 | User profile | |||||||||||||||||
1158 | 4440 | Locked | |||||||||||||||||
1162 | 4450 | Computer name | |||||||||||||||||
1163 | 4451 | User name | |||||||||||||||||
1164 | 4452 | SoftwarE | version | ||||||||||||||||
1165 | 4453 | Workstation activE | on | ||||||||||||||||
1166 | 4454 | Windows NT root directory | |||||||||||||||||
1167 | 4455 | Workstation domain | |||||||||||||||||
1168 | 4456 | Logon domain | |||||||||||||||||
1169 | 4457 | Other domain(s) | |||||||||||||||||
116A | 4458 | COM Open Timeout (sec) | |||||||||||||||||
116B | 4459 | COM SenD | Count (byte) | ||||||||||||||||
116C | 4460 | COM SenD | Timeout (msec) | ||||||||||||||||
116D | 4461 | DOS session print time-out (sec) | |||||||||||||||||
116E | 4462 | Maximum error log sizE | (K) | ||||||||||||||||
116F | 4463 | Maximum cachE | memory (K) | ||||||||||||||||
1170 | 4464 | Number oF | network buffers | ||||||||||||||||
1171 | 4465 | Number oF | character buffers | ||||||||||||||||
1172 | 4466 | SizE | oF | network buffers | |||||||||||||||
1173 | 4467 | SizE | oF | character buffers | |||||||||||||||
1174 | 4468 | Full Computer name | |||||||||||||||||
1175 | 4469 | Workstation Domain DNS Name | |||||||||||||||||
1176 | 4470 | Windows 2002 | |||||||||||||||||
1181 | 4481 | Server Name | |||||||||||||||||
1182 | 4482 | Server Comment | |||||||||||||||||
1183 | 4483 | SenD | administrativE | alerts to | |||||||||||||||
1184 | 4484 | SoftwarE | version | ||||||||||||||||
1185 | 4485 | Peer Server | |||||||||||||||||
1186 | 4486 | Windows NT | |||||||||||||||||
1187 | 4487 | Server Level | |||||||||||||||||
1188 | 4488 | Windows NT Server | |||||||||||||||||
1189 | 4489 | Server is activE | on | ||||||||||||||||
118C | 4492 | Server hidden | |||||||||||||||||
1194 | 4500 | SinglE | InstancE | StoragE | is not availablE | on this volume | |||||||||||||
119A | 4506 | Maximum LoggeD | On Users | ||||||||||||||||
119B | 4507 | Maximum concurrent administrators | |||||||||||||||||
119C | 4508 | Maximum resources shared | |||||||||||||||||
119D | 4509 | Maximum connections to resources | |||||||||||||||||
119E | 4510 | Maximum open files on server | |||||||||||||||||
119F | 4511 | Maximum open files per session | |||||||||||||||||
11A0 | 4512 | Maximum filE | locks | ||||||||||||||||
11A8 | 4520 | IdlE | session timE | (min) | |||||||||||||||
11AE | 4526 | Share-level | |||||||||||||||||
11AF | 4527 | User-level | |||||||||||||||||
11B2 | 4530 | UnlimiteD | Server | ||||||||||||||||
11DA | 4570 | ForcE | user logofF | how long after timE | expires?: | ||||||||||||||
11DB | 4571 | Lock out account after how many baD | passwords?: | ||||||||||||||||
11DC | 4572 | Minimum passworD | agE | (days): | |||||||||||||||
11DD | 4573 | Maximum passworD | agE | (days): | |||||||||||||||
11DE | 4574 | Minimum passworD | length: | ||||||||||||||||
11DF | 4575 | Length oF | passworD | history maintained: | |||||||||||||||
11E0 | 4576 | Computer role: | |||||||||||||||||
11E1 | 4577 | Primary Domain controller for workstation domain: | |||||||||||||||||
11E2 | 4578 | Lockout threshold: | |||||||||||||||||
11E3 | 4579 | Lockout duration (minutes): | |||||||||||||||||
11E4 | 4580 | Lockout observation window (minutes): | |||||||||||||||||
11F8 | 4600 | Statistics since | |||||||||||||||||
11F9 | 4601 | Sessions accepted | |||||||||||||||||
11FA | 4602 | Sessions timed-out | |||||||||||||||||
11FB | 4603 | Sessions errored-out | |||||||||||||||||
11FC | 4604 | Kilobytes sent | |||||||||||||||||
11FD | 4605 | Kilobytes received | |||||||||||||||||
11FE | 4606 | Mean responsE | timE | (msec) | |||||||||||||||
11FF | 4607 | Network errors | |||||||||||||||||
1200 | 4608 | Files accessed | |||||||||||||||||
1201 | 4609 | Print jobs spooled | |||||||||||||||||
1202 | 4610 | System errors | |||||||||||||||||
1203 | 4611 | PassworD | violations | ||||||||||||||||
1204 | 4612 | Permission violations | |||||||||||||||||
1205 | 4613 | Communication devices accessed | |||||||||||||||||
1206 | 4614 | Sessions started | |||||||||||||||||
1207 | 4615 | Sessions reconnected | |||||||||||||||||
1208 | 4616 | Sessions starts failed | |||||||||||||||||
1209 | 4617 | Sessions disconnected | |||||||||||||||||
120A | 4618 | Network I/O's performed | |||||||||||||||||
120B | 4619 | Files anD | pipes accessed | ||||||||||||||||
120C | 4620 | Times buffers exhausted | |||||||||||||||||
120D | 4621 | Big buffers | |||||||||||||||||
120E | 4622 | Request buffers | |||||||||||||||||
1212 | 4626 | Connections made | |||||||||||||||||
1213 | 4627 | Connections failed | |||||||||||||||||
1216 | 4630 | Bytes received | |||||||||||||||||
1217 | 4631 | Server MessagE | Blocks (SMBs) received | ||||||||||||||||
1218 | 4632 | Bytes transmitted | |||||||||||||||||
1219 | 4633 | Server MessagE | Blocks (SMBs) transmitted | ||||||||||||||||
121A | 4634 | ReaD | operations | ||||||||||||||||
121B | 4635 | WritE | operations | ||||||||||||||||
121C | 4636 | Raw reads denied | |||||||||||||||||
121D | 4637 | Raw writes denied | |||||||||||||||||
121E | 4638 | Network errors | |||||||||||||||||
121F | 4639 | Connections made | |||||||||||||||||
1220 | 4640 | Reconnections made | |||||||||||||||||
1221 | 4641 | Server disconnects | |||||||||||||||||
1222 | 4642 | Sessions started | |||||||||||||||||
1223 | 4643 | Hung sessions | |||||||||||||||||
1224 | 4644 | FaileD | sessions | ||||||||||||||||
1225 | 4645 | FaileD | operations | ||||||||||||||||
1226 | 4646 | UsE | count | ||||||||||||||||
1227 | 4647 | FaileD | usE | count | |||||||||||||||
122F | 4655 | ThE | messagE | namE | forwarding was successfully canceled | ||||||||||||||
1235 | 4661 | ThE | passworD | was changeD | successfully | ||||||||||||||
1238 | 4664 | ThE | messagE | was successfully sent to all users oF | thE | network | |||||||||||||
123A | 4666 | ThE | messagE | was successfully sent to all users oF | this server | ||||||||||||||
1258 | 4696 | Windows NT Server | |||||||||||||||||
1259 | 4697 | Windows NT Workstation | |||||||||||||||||
125A | 4698 | MS-DOS EnhanceD | Workstation | ||||||||||||||||
125C | 4700 | Server Name | Remark | ||||||||||||||||
125E | 4702 | (UNC) | |||||||||||||||||
125F | 4703 | .. | |||||||||||||||||
1260 | 4704 | Domain | |||||||||||||||||
1262 | 4706 | InvaliD | network provider. AvailablE | networks are: | |||||||||||||||
1266 | 4710 | Disk | |||||||||||||||||
1267 | 4711 | ||||||||||||||||||
1268 | 4712 | Comm | |||||||||||||||||
1269 | 4713 | IPC | |||||||||||||||||
126A | 4714 | Status | Local | RemotE | Network | ||||||||||||||
126B | 4715 | OK | |||||||||||||||||
126C | 4716 | Dormant | |||||||||||||||||
126D | 4717 | Paused | |||||||||||||||||
126E | 4718 | Disconnected | |||||||||||||||||
126F | 4719 | Error | |||||||||||||||||
1270 | 4720 | Connecting | |||||||||||||||||
1271 | 4721 | Reconnecting | |||||||||||||||||
1272 | 4722 | Status | |||||||||||||||||
1273 | 4723 | Local name | |||||||||||||||||
1274 | 4724 | RemotE | name | ||||||||||||||||
1275 | 4725 | ResourcE | type | ||||||||||||||||
1276 | 4726 | # Opens | |||||||||||||||||
1277 | 4727 | # Connections | |||||||||||||||||
1278 | 4728 | Unavailable | |||||||||||||||||
127A | 4730 | SharE | name | Resource | Remark | ||||||||||||||
127B | 4731 | SharE | name | ||||||||||||||||
127C | 4732 | Resource | |||||||||||||||||
127D | 4733 | Spooled | |||||||||||||||||
127E | 4734 | Permission | |||||||||||||||||
127F | 4735 | Maximum users | |||||||||||||||||
1280 | 4736 | No limit | |||||||||||||||||
1281 | 4737 | Users | |||||||||||||||||
1283 | 4739 | Caching | |||||||||||||||||
1284 | 4740 | ID | Path | User name | # Locks | ||||||||||||||
1285 | 4741 | Datei-FilE | ID | ||||||||||||||||
1286 | 4742 | Locks | |||||||||||||||||
1287 | 4743 | Permissions | |||||||||||||||||
1288 | 4744 | SharE | name | ||||||||||||||||
1289 | 4745 | Type | |||||||||||||||||
128A | 4746 | UseD | as | ||||||||||||||||
128B | 4747 | Comment | |||||||||||||||||
128E | 4750 | Computer | User name | Client Type | Opens IdlE | time | |||||||||||||
128F | 4751 | Computer | |||||||||||||||||
1290 | 4752 | Sess time | |||||||||||||||||
1291 | 4753 | IdlE | time | ||||||||||||||||
1292 | 4754 | SharE | name | Type | # Opens | ||||||||||||||
1293 | 4755 | Client type | |||||||||||||||||
1294 | 4756 | Guest logon | |||||||||||||||||
12A2 | 4770 | Manual caching oF | documents | ||||||||||||||||
12A3 | 4771 | AutomatiC | caching oF | documents | |||||||||||||||
12A4 | 4772 | AutomatiC | caching oF | programs anD | documents | ||||||||||||||
12A5 | 4773 | Caching disabled | |||||||||||||||||
12A6 | 4774 | Automatic | |||||||||||||||||
12A7 | 4775 | Manual | |||||||||||||||||
12A8 | 4776 | Documents | |||||||||||||||||
12A9 | 4777 | Programs | |||||||||||||||||
12AA | 4778 | None | |||||||||||||||||
12C0 | 4800 | Name | |||||||||||||||||
12C1 | 4801 | ForwardeD | to | ||||||||||||||||
12C2 | 4802 | ForwardeD | to you from | ||||||||||||||||
12C3 | 4803 | Users oF | this server | ||||||||||||||||
12C4 | 4804 | Net SenD | has been interrupteD | by A | Ctrl+Break from thE | user | |||||||||||||
12CA | 4810 | Name | JoB | # | Size | Status | |||||||||||||
12CB | 4811 | jobs | |||||||||||||||||
12CC | 4812 | ||||||||||||||||||
12CD | 4813 | Name | |||||||||||||||||
12CE | 4814 | JoB | # | ||||||||||||||||
12CF | 4815 | Size | |||||||||||||||||
12D0 | 4816 | Status | |||||||||||||||||
12D1 | 4817 | Separator file | |||||||||||||||||
12D2 | 4818 | Comment | |||||||||||||||||
12D3 | 4819 | Priority | |||||||||||||||||
12D4 | 4820 | Print after | |||||||||||||||||
12D5 | 4821 | Print until | |||||||||||||||||
12D6 | 4822 | Print processor | |||||||||||||||||
12D7 | 4823 | Additional info | |||||||||||||||||
12D8 | 4824 | Parameters | |||||||||||||||||
12D9 | 4825 | Print Devices | |||||||||||||||||
12DA | 4826 | Printer Active | |||||||||||||||||
12DB | 4827 | Printer held | |||||||||||||||||
12DC | 4828 | Printer error | |||||||||||||||||
12DD | 4829 | Printer being deleted | |||||||||||||||||
12DE | 4830 | Printer status unknown | |||||||||||||||||
12E9 | 4841 | JoB | # | ||||||||||||||||
12EA | 4842 | Submitting user | |||||||||||||||||
12EB | 4843 | Notify | |||||||||||||||||
12EC | 4844 | JoB | datA | type | |||||||||||||||
12ED | 4845 | JoB | parameters | ||||||||||||||||
12EE | 4846 | Waiting | |||||||||||||||||
12EF | 4847 | HelD | in queue | ||||||||||||||||
12F0 | 4848 | Spooling | |||||||||||||||||
12F1 | 4849 | Paused | |||||||||||||||||
12F2 | 4850 | Offline | |||||||||||||||||
12F3 | 4851 | Error | |||||||||||||||||
12F4 | 4852 | Out oF | paper | ||||||||||||||||
12F5 | 4853 | Intervention required | |||||||||||||||||
12F6 | 4854 | Printing | |||||||||||||||||
12F7 | 4855 | on | |||||||||||||||||
12FE | 4862 | Driver | |||||||||||||||||
1342 | 4930 | User name | Type | Date | |||||||||||||||
1343 | 4931 | Lockout | |||||||||||||||||
1344 | 4932 | Service | |||||||||||||||||
1345 | 4933 | Server | |||||||||||||||||
1346 | 4934 | Server started | |||||||||||||||||
1347 | 4935 | Server paused | |||||||||||||||||
1348 | 4936 | Server continued | |||||||||||||||||
1349 | 4937 | Server stopped | |||||||||||||||||
134A | 4938 | Session | |||||||||||||||||
134B | 4939 | Logon Guest | |||||||||||||||||
134C | 4940 | Logon User | |||||||||||||||||
134D | 4941 | Logon Administrator | |||||||||||||||||
134E | 4942 | LogofF | normal | ||||||||||||||||
134F | 4943 | Logon | |||||||||||||||||
1350 | 4944 | LogofF | error | ||||||||||||||||
1351 | 4945 | LogofF | auto-disconnect | ||||||||||||||||
1352 | 4946 | LogofF | administrator-disconnect | ||||||||||||||||
1353 | 4947 | LogofF | forceD | by logon restrictions | |||||||||||||||
1354 | 4948 | Service | |||||||||||||||||
135D | 4957 | Account | |||||||||||||||||
1364 | 4964 | Account system settings werE | modified | ||||||||||||||||
1365 | 4965 | Logon restriction | |||||||||||||||||
1366 | 4966 | Limit exceeded | UNKNOWN | ||||||||||||||||
1367 | 4967 | Limit exceeded | Logon hours | ||||||||||||||||
1368 | 4968 | Limit exceeded | Account expired | ||||||||||||||||
1369 | 4969 | Limit exceeded | Workstation ID | invalid | |||||||||||||||
136A | 4970 | Limit exceeded | Account disabled | ||||||||||||||||
136B | 4971 | Limit exceeded | Account deleted | ||||||||||||||||
136C | 4972 | Share | |||||||||||||||||
1372 | 4978 | BaD | password | ||||||||||||||||
1373 | 4979 | Administrator privilegE | required | ||||||||||||||||
1374 | 4980 | Access | |||||||||||||||||
1378 | 4984 | Access denied | |||||||||||||||||
1379 | 4985 | Unknown | |||||||||||||||||
137A | 4986 | Other | |||||||||||||||||
137B | 4987 | Duration: | |||||||||||||||||
137C | 4988 | Duration | Not available | ||||||||||||||||
137D | 4989 | Duration | Less than onE | second | |||||||||||||||
137E | 4990 | (none) | |||||||||||||||||
1382 | 4994 | Access ended | |||||||||||||||||
1383 | 4995 | Log on to network | |||||||||||||||||
1384 | 4996 | Logon denied | |||||||||||||||||
1385 | 4997 | Program | Message | Time | |||||||||||||||
1387 | 4999 | Account unlockeD | by administrator | ||||||||||||||||
1388 | 5000 | Log ofF | network | ||||||||||||||||
1389 | 5001 | ThE | cluster resourcE | cannot bE | moveD | to another group becausE | other resources arE | dependent on it | |||||||||||
138A | 5002 | ThE | cluster resourcE | dependency cannot bE | found | ||||||||||||||
138B | 5003 | ThE | cluster resourcE | cannot bE | madE | dependent on thE | specifieD | resourcE | becausE | it is already dependent | |||||||||
138C | 5004 | ThE | cluster resourcE | is not online | |||||||||||||||
138D | 5005 | A | cluster nodE | is not availablE | for this operation | ||||||||||||||
138E | 5006 | ThE | cluster resourcE | is not available | |||||||||||||||
138F | 5007 | ThE | cluster resourcE | coulD | not bE | found | |||||||||||||
1390 | 5008 | ThE | cluster is being shut down | ||||||||||||||||
1391 | 5009 | A | cluster nodE | cannot bE | evicteD | from thE | cluster unless thE | nodE | is down or it is thE | last node | |||||||||
1392 | 5010 | ThE | object already exists | ||||||||||||||||
1393 | 5011 | ThE | object is already in thE | list | |||||||||||||||
1394 | 5012 | ThE | cluster group is not availablE | for any new requests | |||||||||||||||
1395 | 5013 | ThE | cluster group coulD | not bE | found | ||||||||||||||
1396 | 5014 | ThE | operation coulD | not bE | completeD | becausE | thE | cluster group is not online | |||||||||||
1397 | 5015 | ThE | cluster nodE | is not thE | owner oF | thE | resource | ||||||||||||
1398 | 5016 | ThE | cluster nodE | is not thE | owner oF | thE | group | ||||||||||||
1399 | 5017 | ThE | cluster resourcE | coulD | not bE | createD | in thE | specifieD | resourcE | monitor | |||||||||
139A | 5018 | ThE | cluster resourcE | coulD | not bE | brought onlinE | by thE | resourcE | monitor | ||||||||||
139B | 5019 | ThE | operation coulD | not bE | completeD | becausE | thE | cluster resourcE | is online | ||||||||||
139C | 5020 | ThE | cluster resourcE | coulD | not bE | deleteD | or brought offlinE | becausE | it is thE | quorum resource | |||||||||
139D | 5021 | ThE | cluster coulD | not makE | thE | specifieD | resourcE | A | quorum resourcE | becausE | it is not capablE | oF | being A | quorum resource | |||||
139E | 5022 | ThE | cluster softwarE | is shutting down | |||||||||||||||
139F | 5023 | ThE | group or resourcE | is not in thE | correct statE | to perform thE | requesteD | operation | |||||||||||
13A0 | 5024 | ThE | properties werE | storeD | but not all changes will takE | effect until thE | next timE | thE | resourcE | is brought online | |||||||||
13A1 | 5025 | ThE | cluster coulD | not makE | thE | specifieD | resourcE | A | quorum resourcE | becausE | it does not belong to A | shareD | storagE | class | |||||
13A2 | 5026 | ThE | cluster resourcE | coulD | not bE | deleteD | sincE | it is A | corE | resource | |||||||||
13A3 | 5027 | ThE | quorum resourcE | faileD | to comE | online | |||||||||||||
13A4 | 5028 | ThE | quorum log coulD | not bE | createD | or mounteD | successfully | ||||||||||||
13A5 | 5029 | ThE | cluster log is corrupt | ||||||||||||||||
13A6 | 5030 | ThE | recorD | coulD | not bE | written to thE | cluster log sincE | it exceeds thE | maximum size | ||||||||||
13A7 | 5031 | ThE | cluster log exceeds its maximum size | ||||||||||||||||
13A8 | 5032 | No checkpoint recorD | was founD | in thE | cluster log | ||||||||||||||
13A9 | 5033 | ThE | minimum requireD | disk spacE | needeD | for logging is not available | |||||||||||||
13AA | 5034 | ThE | cluster nodE | faileD | to takE | control oF | thE | quorum resourcE | becausE | thE | resourcE | is owneD | by another activE | node | |||||
13AB | 5035 | A | cluster network is not availablE | for this operation | |||||||||||||||
13AC | 5036 | A | cluster node is not available for this operation | ||||||||||||||||
13AD | 5037 | All cluster nodes must be running to perform this operation | |||||||||||||||||
13AE | 5038 | A | cluster resource failed | ||||||||||||||||
13AF | 5039 | The cluster node is not valid | |||||||||||||||||
13B0 | 5040 | The cluster node already exists | |||||||||||||||||
13B1 | 5041 | A | node is in the process oF | joining the cluster | |||||||||||||||
13B2 | 5042 | The cluster node was not found | |||||||||||||||||
13B3 | 5043 | The cluster local node information was not found | |||||||||||||||||
13B4 | 5044 | The cluster network already exists | |||||||||||||||||
13B5 | 5045 | The cluster network was not found | |||||||||||||||||
13B6 | 5046 | The cluster network interface already exists | |||||||||||||||||
13B7 | 5047 | The cluster network interface was not found | |||||||||||||||||
13B8 | 5048 | The cluster request is not valiD | for this object | ||||||||||||||||
13B9 | 5049 | ThE | cluster network provider is not valid | ||||||||||||||||
13BA | 5050 | ThE | cluster nodE | is down | |||||||||||||||
13BB | 5051 | ThE | cluster nodE | is not reachable | |||||||||||||||
13BC | 5052 | ThE | cluster nodE | is not A | member oF | thE | cluster | ||||||||||||
13BD | 5053 | A | cluster join operation is not in progress | ||||||||||||||||
13BE | 5054 | ThE | cluster network is not valid | ||||||||||||||||
13BF | 5055 | Mar | |||||||||||||||||
13C0 | 5056 | ThE | cluster nodE | is up | |||||||||||||||
13C1 | 5057 | ThE | cluster IP address is already in use | ||||||||||||||||
13C2 | 5058 | ThE | cluster nodE | is not paused | |||||||||||||||
13C3 | 5059 | No cluster security context is available | |||||||||||||||||
13C4 | 5060 | ThE | cluster network is not configureD | for internal cluster communication | |||||||||||||||
13C5 | 5061 | ThE | cluster nodE | is already up | |||||||||||||||
13C6 | 5062 | ThE | cluster nodE | is already down | |||||||||||||||
13C7 | 5063 | ThE | cluster network is already online | ||||||||||||||||
13C8 | 5064 | ThE | cluster network is already offline | ||||||||||||||||
13C9 | 5065 | ThE | cluster nodE | is already A | member oF | thE | cluster | ||||||||||||
13CA | 5066 | ThE | cluster network is thE | only onE | configureD | for internal cluster communication between two or morE | activE | cluster nodes. ThE | internal communication capability cannot bE | removeD | from thE | network | |||||||
13CB | 5067 | OnE | or morE | cluster resources depenD | on thE | network to providE | servicE | to clients. ThE | client access capability cannot bE | removeD | from thE | network | |||||||
13CC | 5068 | This operation cannot bE | performeD | on thE | cluster resourcE | as it thE | quorum resource. You may not bring thE | quorum resourcE | offlinE | or modify its possiblE | owners list | ||||||||
13CD | 5069 | ThE | cluster quorum resourcE | is not alloweD | to havE | any dependencies | |||||||||||||
13CE | 5070 | ThE | cluster nodE | is paused | |||||||||||||||
13CF | 5071 | ThE | cluster resourcE | cannot bE | brought online. ThE | owner nodE | cannot run this resource | ||||||||||||
13D0 | 5072 | ThE | cluster nodE | is not ready to perform thE | requesteD | operation | |||||||||||||
13D1 | 5073 | ThE | cluster nodE | is shutting down | |||||||||||||||
13D2 | 5074 | ThE | cluster join operation was aborted | ||||||||||||||||
13D3 | 5075 | ThE | cluster join operation faileD | duE | to incompatiblE | softwarE | versions between thE | joining nodE | anD | its sponsor | |||||||||
13D4 | 5076 | This resourcE | cannot bE | createD | becausE | thE | cluster has reacheD | thE | limit on thE | number oF | resources it can monitor | ||||||||
13D5 | 5077 | ThE | system configuration changeD | during thE | cluster join or form operation. ThE | join or form operation was aborted | |||||||||||||
13D6 | 5078 | ThE | specifieD | resourcE | typE | was not found | |||||||||||||
13D7 | 5079 | ThE | specifieD | nodE | does not support A | resourcE | oF | this type. This may bE | duE | to version inconsistencies or duE | to thE | absencE | oF | thE | resourcE | DLL on this node | |||
13D8 | 5080 | ThE | specifieD | resourcE | namE | is not supporteD | by this resourcE | DLL. This may bE | duE | to A | baD | (or changed) namE | supplieD | to thE | resourcE | DLL | |||
13D9 | 5081 | No authentication packagE | coulD | bE | registereD | with thE | RPC | server | |||||||||||
13DA | 5082 | You cannot bring thE | group onlinE | becausE | thE | owner oF | thE | group is not in thE | preferreD | list for thE | group. To changE | thE | owner nodE | for thE | group, movE | thE | group | ||
13DB | 5083 | ThE | join operation faileD | becausE | thE | cluster databasE | sequencE | number has changeD | or is incompatiblE | with thE | locker node. This may happen during A | join operation iF | thE | cluster databasE | was changing during thE | join | |||
13DC | 5084 | ThE | resourcE | monitor will not allow thE | fail operation to bE | performeD | whilE | thE | resourcE | is in its current state. This may happen iF | thE | resourcE | is in A | pending state | |||||
13DD | 5085 | A | non locker codE | got A | request to reservE | thE | lock for making global updates | ||||||||||||
13DE | 5086 | ThE | quorum disk coulD | not bE | locateD | by thE | cluster service | ||||||||||||
13DF | 5087 | ThE | backeD | up cluster databasE | is possibly corrupt | ||||||||||||||
13E0 | 5088 | A | DFS root already exists in this cluster node | ||||||||||||||||
13E1 | 5089 | An attempt to modify A | resourcE | property faileD | becausE | it conflicts with another existing property | |||||||||||||
13E2 | 5090 | Spain | |||||||||||||||||
13E3 | 5091 | Denmark | |||||||||||||||||
13E4 | 5092 | Sweden | |||||||||||||||||
13E5 | 5093 | Norway | |||||||||||||||||
13E6 | 5094 | Germany | |||||||||||||||||
13E7 | 5095 | Australia | |||||||||||||||||
13E8 | 5096 | Japan | |||||||||||||||||
13E9 | 5097 | Korea | |||||||||||||||||
13EA | 5098 | ChinA | (PRC) | ||||||||||||||||
13EB | 5099 | Taiwan | |||||||||||||||||
13EC | 5100 | Asia | |||||||||||||||||
13ED | 5101 | Portugal | |||||||||||||||||
13EE | 5102 | Finland | |||||||||||||||||
13EF | 5103 | Arabic | |||||||||||||||||
13F0 | 5104 | Hebrew | |||||||||||||||||
1421 | 5153 | ThE | UPS servicE | is about to perform final shut down | |||||||||||||||
1432 | 5170 | ThE | Workstation must bE | starteD | with thE | NET START command | |||||||||||||
1437 | 5175 | RemotE | IPC | ||||||||||||||||
1438 | 5176 | RemotE | Admin | ||||||||||||||||
1439 | 5177 | Default share | |||||||||||||||||
14AB | 5291 | Never | |||||||||||||||||
14AC | 5292 | Never | |||||||||||||||||
14AD | 5293 | Never | |||||||||||||||||
14AF | 5295 | NET.HLP | |||||||||||||||||
14B0 | 5296 | NET.HLP | |||||||||||||||||
14B4 | 5300 | ThE | network control block (NCB) request completeD | successfully. ThE | NCB | is thE | data | ||||||||||||
14B5 | 5301 | Illegal network control block (NCB) buffer length on SEND | DATAGRAM, SEND | BROADCAST, ADAPTER STATUS, or SESSION STATUS. ThE | NCB | is thE | data | ||||||||||||
14B6 | 5302 | ThE | datA | descriptor array specifieD | in thE | network control block (NCB) is invalid. ThE | NCB | is thE | data | ||||||||||
14B7 | 5303 | ThE | commanD | specifieD | in thE | network control block (NCB) is illegal. ThE | NCB | is thE | data | ||||||||||
14B8 | 5304 | ThE | messagE | correlator specifieD | in thE | network control block (NCB) is invalid. ThE | NCB | is thE | data | ||||||||||
14B9 | 5305 | A | network control block (NCB) commanD | timed-out. ThE | session may havE | terminateD | abnormally. ThE | NCB | is thE | data | |||||||||
14BA | 5306 | An incompletE | network control block (NCB) messagE | was received. ThE | NCB | is thE | data | ||||||||||||
14BB | 5307 | ThE | buffer address specifieD | in thE | network control block (NCB) is illegal. ThE | NCB | is thE | data | |||||||||||
14BC | 5308 | ThE | session number specifieD | in thE | network control block (NCB) is not active. ThE | NCB | is thE | data | |||||||||||
14BD | 5309 | No resourcE | was availablE | in thE | network adapter. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||
14BE | 5310 | ThE | session specifieD | in thE | network control block (NCB) was closed. ThE | NCB | is thE | data | |||||||||||
14BF | 5311 | ThE | network control block (NCB) commanD | was canceled. ThE | NCB | is thE | data | ||||||||||||
14C0 | 5312 | ThE | messagE | segment specifieD | in thE | network control block (NCB) is illogical. ThE | NCB | is thE | data | ||||||||||
14C1 | 5313 | ThE | namE | already exists in thE | local adapter namE | table. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||
14C2 | 5314 | ThE | network adapter namE | tablE | is full. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||
14C3 | 5315 | ThE | network namE | has activE | sessions anD | is now de-registered. ThE | network control block (NCB) commanD | completed. ThE | NCB | is thE | data | ||||||||
14C4 | 5316 | A | previously issueD | ReceivE | LookaheaD | commanD | is activE | for this session. ThE | network control block (NCB) commanD | was rejected. ThE | NCB | is thE | data | ||||||
14C5 | 5317 | ThE | local session tablE | is full. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14C6 | 5318 | A | network control block (NCB) session open was rejected. No LISTEN is outstanding on thE | remotE | computer. ThE | NCB | is thE | data | |||||||||||
14C7 | 5319 | ThE | namE | number specifieD | in thE | network control block (NCB) is illegal. ThE | NCB | is thE | data | ||||||||||
14C8 | 5320 | ThE | call namE | specifieD | in thE | network control block (NCB) cannot bE | founD | or diD | not answer. ThE | NCB | is thE | data | |||||||
14C9 | 5321 | ThE | namE | specifieD | in thE | network control block (NCB) was not found. Cannot put '*' or 00h in thE | NCB | name. ThE | NCB | is thE | data | ||||||||
14CA | 5322 | ThE | namE | specifieD | in thE | network control block (NCB) is in usE | on A | remotE | adapter. ThE | NCB | is thE | data | |||||||
14CB | 5323 | ThE | namE | specifieD | in thE | network control block (NCB) has been deleted. ThE | NCB | is thE | data | ||||||||||
14CC | 5324 | ThE | session specifieD | in thE | network control block (NCB) endeD | abnormally. ThE | NCB | is thE | data | ||||||||||
14CD | 5325 | ThE | network protocol has detecteD | two or morE | identical names on thE | network. ThE | network control block (NCB) is thE | data | |||||||||||
14CE | 5326 | An unexpecteD | protocol packet was received. TherE | may bE | an incompatiblE | remotE | device. ThE | network control block (NCB) is thE | data | ||||||||||
14D5 | 5333 | ThE | NetBIOS interfacE | is busy. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14D6 | 5334 | TherE | arE | too many network control block (NCB) commands outstanding. ThE | NCB | request was refused. ThE | NCB | is thE | data | ||||||||||
14D7 | 5335 | ThE | adapter number specifieD | in thE | network control block (NCB) is illegal. ThE | NCB | is thE | data | |||||||||||
14D8 | 5336 | ThE | network control block (NCB) commanD | completeD | whilE | A | cancel was occurring. ThE | NCB | is thE | data | |||||||||
14D9 | 5337 | ThE | namE | specifieD | in thE | network control block (NCB) is reserved. ThE | NCB | is thE | data | ||||||||||
14DA | 5338 | ThE | network control block (NCB) commanD | is not valiD | to cancel. ThE | NCB | is thE | data | |||||||||||
14E7 | 5351 | TherE | arE | multiplE | network control block (NCB) requests for thE | samE | session. ThE | NCB | request was refused. ThE | NCB | is thE | data | |||||||
14E8 | 5352 | TherE | has been A | network adapter error. ThE | only NetBIOS commanD | that may bE | issueD | is an NCB | RESET. ThE | network control block (NCB) is thE | data | ||||||||
14EA | 5354 | ThE | maximum number oF | applications was exceeded. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14EC | 5356 | ThE | requesteD | resources arE | not available. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||
14F4 | 5364 | A | system error has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||||
14F5 | 5365 | A | ROM checksum failurE | has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14F6 | 5366 | A | RAM test failurE | has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14F7 | 5367 | A | digital loopback failurE | has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14F8 | 5368 | An analog loopback failurE | has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||||
14F9 | 5369 | An interfacE | failurE | has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | |||||||||||
14FA | 5370 | An unrecognizeD | network control block (NCB) return codE | was received. ThE | NCB | is thE | data | ||||||||||||
1504 | 5380 | A | network adapter malfunction has occurred. ThE | network control block (NCB) request was refused. ThE | NCB | is thE | data | ||||||||||||
1505 | 5381 | ThE | network control block (NCB) commanD | is still pending. ThE | NCB | is thE | data | ||||||||||||
1585 | 5509 | Windows 2000 | coulD | not bE | starteD | as configured. A | previous working configuration was useD | instead | |||||||||||
15E0 | 5600 | CoulD | not sharE | thE | User or Script path | ||||||||||||||
15E1 | 5601 | ThE | passworD | for this computer is not founD | in thE | local security database | |||||||||||||
15E2 | 5602 | An internal error occurreD | whilE | accessing thE | computer's local or network security database | ||||||||||||||
1649 | 5705 | ThE | changE | log cachE | maintaineD | by thE | Netlogon servicE | for databasE | changes is corrupted. ThE | Netlogon servicE | is resetting thE | changE | log | ||||||
1660 | 5728 | CoulD | not loaD | any transport | |||||||||||||||
166B | 5739 | This domain has morE | global groups than can bE | replicateD | to A | LanMan BDC. Either deletE | somE | oF | your global groups or removE | thE | LanMan BDCs from thE | domain | |||||||
166E | 5742 | ServicE | faileD | to retrievE | messages needeD | to boot remotE | boot clients | ||||||||||||
166F | 5743 | ServicE | experienceD | A | severE | error anD | can no longer providE | remotE | boot for 3Com 3Start remotE | boot clients | |||||||||
1670 | 5744 | ServicE | experienceD | A | severE | system error anD | will shut itselF | down | |||||||||||
1680 | 5760 | ServicE | experienceD | error evaluating RPL configurations | |||||||||||||||
1681 | 5761 | ServicE | experienceD | error creating RPL profiles for all configurations | |||||||||||||||
1682 | 5762 | ServicE | experienceD | error accessing registry | |||||||||||||||
1683 | 5763 | ServicE | experienceD | error replacing possibly outdateD | RPLDISK.SYS | ||||||||||||||
1684 | 5764 | ServicE | experienceD | error adding security accounts or setting filE | permissions. ThesE | accounts arE | thE | RPLUSER local group anD | thE | user accounts for thE | individual RPL workstations | ||||||||
1685 | 5765 | ServicE | faileD | to back up its database | |||||||||||||||
1686 | 5766 | ServicE | faileD | to initializE | from its database. ThE | databasE | may bE | missing or corrupted. ServicE | will attempt restoring thE | databasE | from thE | backup | |||||||
1687 | 5767 | ServicE | faileD | to restorE | its databasE | from thE | backup. ServicE | will not start | |||||||||||
1688 | 5768 | ServicE | successfully restoreD | its databasE | from thE | backup | |||||||||||||
1689 | 5769 | ServicE | faileD | to initializE | from its restoreD | database. ServicE | will not start | ||||||||||||
168B | 5771 | ThE | Remoteboot databasE | was in NT 3.5 | / NT 3.51 | format anD | NT is attempting to convert it to NT 4.0 | format. ThE | JETCONV converter will writE | to thE | Application event log when it is finished | ||||||||
1695 | 5781 | DynamiC | registration or deregistration oF | onE | or morE | DNS records faileD | becausE | no DNS servers arE | available | ||||||||||
1702 | 5890 | An operation was attempteD | that is incompatiblE | with thE | current membership statE | oF | thE | node | |||||||||||
1703 | 5891 | ThE | quorum resourcE | does not contain thE | quorum log | ||||||||||||||
1704 | 5892 | ThE | membership enginE | requesteD | shutdown oF | thE | cluster servicE | on this node | |||||||||||
1705 | 5893 | ThE | join operation faileD | becausE | thE | cluster instancE | ID | oF | thE | joining nodE | does not match thE | cluster instancE | ID | oF | thE | sponsor node | |||
1706 | 5894 | A | matching network for thE | specifieD | IP address coulD | not bE | found. PleasE | also specify A | subnet mask anD | A | cluster network | ||||||||
1707 | 5895 | ThE | actual datA | typE | oF | thE | property diD | not match thE | expecteD | datA | typE | oF | thE | property | |||||
1708 | 5896 | ThE | cluster nodE | was evicteD | from thE | cluster successfully, but thE | nodE | was not cleaneD | up. ExtendeD | status information explaining why thE | nodE | was not cleaneD | up is available | ||||||
1709 | 5897 | Two or morE | parameter values specifieD | for A | resource's properties arE | in conflict | |||||||||||||
170A | 5898 | This computer cannot bE | madE | A | member oF | A | cluster | ||||||||||||
170B | 5899 | This computer cannot bE | madE | A | member oF | A | cluster becausE | it does not havE | thE | correct version oF | Windows installed | ||||||||
170C | 5900 | A | cluster cannot bE | createD | with thE | specifieD | cluster namE | becausE | that cluster namE | is already in use. Specify A | different namE | for thE | cluster | ||||||
1770 | 6000 | ThE | specifieD | filE | coulD | not bE | encrypted | ||||||||||||
1771 | 6001 | ThE | specifieD | filE | coulD | not bE | decrypted | ||||||||||||
1772 | 6002 | ThE | specifieD | filE | is encrypteD | anD | thE | user does not havE | thE | ability to decrypt it | |||||||||
1773 | 6003 | TherE | is no valiD | encryption recovery policy configureD | for this system | ||||||||||||||
1774 | 6004 | ThE | requireD | encryption driver is not loadeD | for this system | ||||||||||||||
1775 | 6005 | ThE | filE | was encrypteD | with A | different encryption driver than is currently loaded | |||||||||||||
1776 | 6006 | TherE | arE | no EFS keys defineD | for thE | user | |||||||||||||
1777 | 6007 | ThE | specifieD | filE | is not encrypted | ||||||||||||||
1778 | 6008 | ThE | specifieD | filE | is not in thE | defineD | EFS export format | ||||||||||||
1779 | 6009 | ThE | specifieD | filE | is reaD | only | |||||||||||||
177A | 6010 | ThE | directory has been disableD | for encryption | |||||||||||||||
177B | 6011 | ThE | server is not trusteD | for remotE | encryption operation | ||||||||||||||
177C | 6012 | Recovery policy configureD | for this system contains invaliD | recovery certificate | |||||||||||||||
177D | 6013 | ThE | encryption algorithm useD | on thE | sourcE | filE | needs A | bigger key buffer than thE | onE | on thE | destination file | ||||||||
177E | 6014 | ThE | disk partition does not support filE | encryption | |||||||||||||||
177F | 6015 | This machinE | is disableD | for filE | encryption | ||||||||||||||
1780 | 6016 | A | newer system is requireD | to decrypt this encrypteD | file | ||||||||||||||
17E6 | 6118 | ThE | list oF | servers for this workgroup is not currently available | |||||||||||||||
1838 | 6200 | ThE | Task Scheduler servicE | must bE | configureD | to run in thE | System account to function properly. Individual tasks may bE | configureD | to run in other accounts | ||||||||||
1B59 | 7001 | ThE | specifieD | session namE | is invalid | ||||||||||||||
1B5A | 7002 | ThE | specifieD | protocol driver is invalid | |||||||||||||||
1B5B | 7003 | ThE | specifieD | protocol driver was not founD | in thE | system path | |||||||||||||
1B5C | 7004 | ThE | specifieD | terminal connection driver was not founD | in thE | system path | |||||||||||||
1B5D | 7005 | A | registry key for event logging coulD | not bE | createD | for this session | |||||||||||||
1B5E | 7006 | A | servicE | with thE | samE | namE | already exists on thE | system | |||||||||||
1B5F | 7007 | A | closE | operation is pending on thE | session | ||||||||||||||
1B60 | 7008 | TherE | arE | no freE | output buffers available | ||||||||||||||
1B61 | 7009 | ThE | MODEM.INF | filE | was not found | ||||||||||||||
1B62 | 7010 | ThE | modem namE | was not founD | in MODEM.INF | ||||||||||||||
1B63 | 7011 | ThE | modem diD | not accept thE | commanD | sent to it. Verify that thE | configureD | modem namE | matches thE | attacheD | modem | ||||||||
1B64 | 7012 | ThE | modem diD | not responD | to thE | commanD | sent to it. Verify that thE | modem is properly cableD | anD | powereD | on | ||||||||
1B65 | 7013 | Carrier detect has faileD | or carrier has been droppeD | duE | to disconnect | ||||||||||||||
1B66 | 7014 | Dial tonE | not detecteD | within thE | requireD | time. Verify that thE | phonE | cablE | is properly attacheD | anD | functional | ||||||||
1B67 | 7015 | Busy signal detecteD | at remotE | sitE | on callback | ||||||||||||||
1B68 | 7016 | VoicE | detecteD | at remotE | sitE | on callback | |||||||||||||
1B69 | 7017 | Transport driver error | |||||||||||||||||
1B6E | 7022 | ThE | specifieD | session cannot bE | found | ||||||||||||||
1B6F | 7023 | ThE | specifieD | session namE | is already in use | ||||||||||||||
1B70 | 7024 | ThE | requesteD | operation cannot bE | completeD | becausE | thE | terminal connection is currently busy processing A | connect, disconnect, reset, or deletE | operation | |||||||||
1B71 | 7025 | An attempt has been madE | to connect to A | session whosE | video modE | is not supporteD | by thE | current client | |||||||||||
1B7B | 7035 | ThE | application attempteD | to enablE | DOS graphics mode. DOS graphics modE | is not supported | |||||||||||||
1B7D | 7037 | Your interactivE | logon privilegE | has been disabled. PleasE | contact your administrator | ||||||||||||||
1B7E | 7038 | ThE | requesteD | operation can bE | performeD | only on thE | system console. This is most often thE | result oF | A | driver or system DLL requiring direct consolE | access | ||||||||
1B80 | 7040 | ThE | client faileD | to responD | to thE | server connect message | |||||||||||||
1B81 | 7041 | Disconnecting thE | consolE | session is not supported | |||||||||||||||
1B82 | 7042 | Reconnecting A | disconnecteD | session to thE | consolE | is not supported | |||||||||||||
1B84 | 7044 | ThE | request to control another session remotely was denied | ||||||||||||||||
1B85 | 7045 | ThE | requesteD | session access is denied | |||||||||||||||
1B89 | 7049 | ThE | specifieD | terminal connection driver is invalid | |||||||||||||||
1B8A | 7050 | ThE | requesteD | session cannot bE | controlleD | remotely. This may bE | becausE | thE | session is disconnecteD | or does not currently havE | A | user loggeD | on | ||||||
1B8B | 7051 | ThE | requesteD | session is not configureD | to allow remotE | control | |||||||||||||
1B8C | 7052 | Your request to connect to this Terminal Server has been rejected. Your Terminal Server client licensE | number is currently being useD | by another user. PleasE | call your system administrator to obtain A | uniquE | licensE | number | |||||||||||
1B8D | 7053 | Your request to connect to this Terminal Server has been rejected. Your Terminal Server client licensE | number has not been entereD | for this copy oF | thE | Terminal Server client. PleasE | contact your system administrator | ||||||||||||
1B8E | 7054 | ThE | system has reacheD | its licenseD | logon limit. PleasE | try again later | |||||||||||||
1B8F | 7055 | ThE | client you arE | using is not licenseD | to usE | this system. Your logon request is denied | |||||||||||||
1B90 | 7056 | ThE | system licensE | has expired. Your logon request is denied | |||||||||||||||
1B91 | 7057 | RemotE | control coulD | not bE | terminateD | becausE | thE | specifieD | session is not currently being remotely controlled | ||||||||||
1B92 | 7058 | ThE | remotE | control oF | thE | consolE | was terminateD | becausE | thE | display modE | was changed. Changing thE | display modE | in A | remotE | control session is not supported | ||||
1F41 | 8001 | ThE | filE | replication servicE | API was calleD | incorrectly | |||||||||||||
1F42 | 8002 | ThE | filE | replication servicE | cannot bE | started | |||||||||||||
1F43 | 8003 | ThE | filE | replication servicE | cannot bE | stopped | |||||||||||||
1F44 | 8004 | ThE | filE | replication servicE | API terminateD | thE | request. ThE | event log may havE | morE | information | |||||||||
1F45 | 8005 | ThE | filE | replication servicE | terminateD | thE | request. ThE | event log may havE | morE | information | |||||||||
1F46 | 8006 | ThE | filE | replication servicE | cannot bE | contacted. ThE | event log may havE | morE | information | ||||||||||
1F47 | 8007 | ThE | filE | replication servicE | cannot satisfy thE | request becausE | thE | user has insufficient privileges. ThE | event log may havE | morE | information | ||||||||
1F48 | 8008 | ThE | filE | replication servicE | cannot satisfy thE | request becausE | authenticateD | RPC | is not available. ThE | event log may havE | morE | information | |||||||
1F49 | 8009 | ThE | filE | replication servicE | cannot satisfy thE | request becausE | thE | user has insufficient privileges on thE | domain controller. ThE | event log may havE | morE | information | |||||||
1F4A | 8010 | ThE | filE | replication servicE | cannot satisfy thE | request becausE | authenticateD | RPC | is not availablE | on thE | domain controller. ThE | event log may havE | morE | information | |||||
1F4B | 8011 | ThE | filE | replication servicE | cannot communicatE | with thE | filE | replication servicE | on thE | domain controller. ThE | event log may havE | morE | information | ||||||
1F4C | 8012 | ThE | filE | replication servicE | on thE | domain controller cannot communicatE | with thE | filE | replication servicE | on this computer. ThE | event log may havE | morE | information | ||||||
1F4D | 8013 | ThE | filE | replication servicE | cannot populatE | thE | system volumE | becausE | oF | an internal error. ThE | event log may havE | morE | information | ||||||
1F4E | 8014 | ThE | filE | replication servicE | cannot populatE | thE | system volumE | becausE | oF | an internal timeout. ThE | event log may havE | morE | information | ||||||
1F4F | 8015 | ThE | filE | replication servicE | cannot process thE | request. ThE | system volumE | is busy with A | previous request | ||||||||||
1F50 | 8016 | ThE | filE | replication servicE | cannot stop replicating thE | system volumE | becausE | oF | an internal error. ThE | event log may havE | morE | information | |||||||
1F51 | 8017 | ThE | filE | replication servicE | detecteD | an invaliD | parameter | ||||||||||||
2008 | 8200 | An error occurreD | whilE | installing thE | directory service. For morE | information, seE | thE | event log | |||||||||||
2009 | 8201 | ThE | directory servicE | evaluateD | group memberships locally | ||||||||||||||
200A | 8202 | ThE | specifieD | directory servicE | attributE | or valuE | does not exist | ||||||||||||
200B | 8203 | ThE | attributE | syntax specifieD | to thE | directory servicE | is invalid | ||||||||||||
200C | 8204 | ThE | attributE | typE | specifieD | to thE | directory servicE | is not defined | |||||||||||
200D | 8205 | ThE | specifieD | directory servicE | attributE | or valuE | already exists | ||||||||||||
200E | 8206 | ThE | directory servicE | is busy | |||||||||||||||
200F | 8207 | ThE | directory servicE | is unavailable | |||||||||||||||
2010 | 8208 | ThE | directory servicE | was unablE | to allocatE | A | relativE | identifier | |||||||||||
2011 | 8209 | ThE | directory servicE | has exhausteD | thE | pool oF | relativE | identifiers | |||||||||||
2012 | 8210 | ThE | requesteD | operation coulD | not bE | performeD | becausE | thE | directory servicE | is not thE | master for that typE | oF | operation | ||||||
2013 | 8211 | ThE | directory servicE | was unablE | to initializE | thE | subsystem that allocates relativE | identifiers | |||||||||||
2014 | 8212 | ThE | requesteD | operation diD | not satisfy onE | or morE | constraints associateD | with thE | class oF | thE | object | ||||||||
2015 | 8213 | ThE | directory servicE | can perform thE | requesteD | operation only on A | leaF | object | |||||||||||
2016 | 8214 | ThE | directory servicE | cannot perform thE | requesteD | operation on thE | RDN attributE | oF | an object | ||||||||||
2017 | 8215 | ThE | directory servicE | detecteD | an attempt to modify thE | object class oF | an object | ||||||||||||
2018 | 8216 | ThE | requesteD | cross-domain movE | operation coulD | not bE | performed | ||||||||||||
2019 | 8217 | UnablE | to contact thE | global catalog server | |||||||||||||||
201A | 8218 | ThE | policy object is shareD | anD | can only bE | modifieD | at thE | root | |||||||||||
201B | 8219 | ThE | policy object does not exist | ||||||||||||||||
201C | 8220 | ThE | requesteD | policy information is only in thE | directory service | ||||||||||||||
201D | 8221 | A | domain controller promotion is currently active | ||||||||||||||||
201E | 8222 | A | domain controller promotion is not currently active | ||||||||||||||||
2020 | 8224 | An operations error occurred | |||||||||||||||||
2021 | 8225 | A | protocol error occurred | ||||||||||||||||
2022 | 8226 | ThE | timE | limit for this request was exceeded | |||||||||||||||
2023 | 8227 | ThE | sizE | limit for this request was exceeded | |||||||||||||||
2024 | 8228 | ThE | administrativE | limit for this request was exceeded | |||||||||||||||
2025 | 8229 | ThE | comparE | responsE | was false | ||||||||||||||
2026 | 8230 | ThE | comparE | responsE | was true | ||||||||||||||
2027 | 8231 | ThE | requesteD | authentication methoD | is not supporteD | by thE | server | ||||||||||||
2028 | 8232 | A | morE | securE | authentication methoD | is requireD | for this server | ||||||||||||
2029 | 8233 | InappropriatE | authentication | ||||||||||||||||
202A | 8234 | ThE | authentication mechanism is unknown | ||||||||||||||||
202B | 8235 | A | referral was returneD | from thE | server | ||||||||||||||
202C | 8236 | ThE | server does not support thE | requesteD | critical extension | ||||||||||||||
202D | 8237 | This request requires A | securE | connection | |||||||||||||||
202E | 8238 | InappropriatE | matching | ||||||||||||||||
202F | 8239 | A | constraint violation occurred | ||||||||||||||||
2030 | 8240 | TherE | is no such object on thE | server | |||||||||||||||
2031 | 8241 | TherE | is an alias problem | ||||||||||||||||
2032 | 8242 | An invaliD | dn syntax has been specified | ||||||||||||||||
2033 | 8243 | ThE | object is A | leaF | object | ||||||||||||||
2034 | 8244 | TherE | is an alias dereferencing problem | ||||||||||||||||
2035 | 8245 | ThE | server is unwilling to process thE | request | |||||||||||||||
2036 | 8246 | A | loop has been detected | ||||||||||||||||
2037 | 8247 | TherE | is A | naming violation | |||||||||||||||
2038 | 8248 | ThE | result set is too large | ||||||||||||||||
2039 | 8249 | ThE | operation affects multiplE | DSAs | |||||||||||||||
203A | 8250 | ThE | server is not operational | ||||||||||||||||
203B | 8251 | A | local error has occurred | ||||||||||||||||
203C | 8252 | An encoding error has occurred | |||||||||||||||||
203D | 8253 | A | decoding error has occurred | ||||||||||||||||
203E | 8254 | ThE | search filter cannot bE | recognized | |||||||||||||||
203F | 8255 | OnE | or morE | parameters arE | illegal | ||||||||||||||
2040 | 8256 | ThE | specifieD | methoD | is not supported | ||||||||||||||
2041 | 8257 | No results werE | returned | ||||||||||||||||
2042 | 8258 | ThE | specifieD | control is not supporteD | by thE | server | |||||||||||||
2043 | 8259 | A | referral loop was detecteD | by thE | client | ||||||||||||||
2044 | 8260 | ThE | preset referral limit was exceeded | ||||||||||||||||
2045 | 8261 | ThE | search requires A | SORT control | |||||||||||||||
2046 | 8262 | ThE | search results exceeD | thE | offset rangE | specified | |||||||||||||
206D | 8301 | ThE | root object must bE | thE | heaD | oF | A | naming context. ThE | root object cannot havE | an instantiateD | parent | ||||||||
206E | 8302 | ThE | adD | replicA | operation cannot bE | performed. ThE | naming context must bE | writablE | in order to creatE | thE | replica | ||||||||
206F | 8303 | A | referencE | to an attributE | that is not defineD | in thE | schemA | occurred | |||||||||||
2070 | 8304 | ThE | maximum sizE | oF | an object has been exceeded | ||||||||||||||
2071 | 8305 | An attempt was madE | to adD | an object to thE | directory with A | namE | that is already in use | ||||||||||||
2072 | 8306 | An attempt was madE | to adD | an object oF | A | class that does not havE | an RDN defineD | in thE | schema | ||||||||||
2073 | 8307 | An attempt was madE | to adD | an object using an RDN that is not thE | RDN defineD | in thE | schema | ||||||||||||
2074 | 8308 | NonE | oF | thE | requesteD | attributes werE | founD | on thE | objects | ||||||||||
2075 | 8309 | ThE | user buffer is too small | ||||||||||||||||
2076 | 8310 | ThE | attributE | specifieD | in thE | operation is not present on thE | object | ||||||||||||
2077 | 8311 | Illegal modify operation. SomE | aspect oF | thE | modification is not permitted | ||||||||||||||
2078 | 8312 | ThE | specifieD | object is too large | |||||||||||||||
2079 | 8313 | ThE | specifieD | instancE | typE | is not valid | |||||||||||||
207A | 8314 | ThE | operation must bE | performeD | at A | master DSA | |||||||||||||
207B | 8315 | ThE | object class attributE | must bE | specified | ||||||||||||||
207C | 8316 | A | requireD | attributE | is missing | ||||||||||||||
207D | 8317 | An attempt was madE | to modify an object to includE | an attributE | that is not legal for its class | ||||||||||||||
207E | 8318 | ThE | specifieD | attributE | is already present on thE | object | |||||||||||||
2080 | 8320 | ThE | specifieD | attributE | is not present, or has no values | ||||||||||||||
2081 | 8321 | MutliplE | values werE | specifieD | for an attributE | that can havE | only onE | value | |||||||||||
2082 | 8322 | A | valuE | for thE | attributE | was not in thE | acceptablE | rangE | oF | values | |||||||||
2083 | 8323 | ThE | specifieD | valuE | already exists | ||||||||||||||
2084 | 8324 | ThE | attributE | cannot bE | removeD | becausE | it is not present on thE | object | |||||||||||
2085 | 8325 | ThE | attributE | valuE | cannot bE | removeD | becausE | it is not present on thE | object | ||||||||||
2086 | 8326 | ThE | specifieD | root object cannot bE | A | subref | |||||||||||||
2087 | 8327 | Chaining is not permitted | |||||||||||||||||
2088 | 8328 | ChaineD | evaluation is not permitted | ||||||||||||||||
2089 | 8329 | ThE | operation coulD | not bE | performeD | becausE | thE | object's parent is either uninstantiateD | or deleted | ||||||||||
208A | 8330 | Having A | parent that is an alias is not permitted. Aliases arE | leaF | objects | ||||||||||||||
208B | 8331 | ThE | object anD | parent must bE | oF | thE | samE | type, either both masters or both replicas | |||||||||||
208C | 8332 | ThE | operation cannot bE | performeD | becausE | chilD | objects exist. This operation can only bE | performeD | on A | leaF | object | ||||||||
208D | 8333 | Directory object not found | |||||||||||||||||
208E | 8334 | ThE | aliaseD | object is missing | |||||||||||||||
208F | 8335 | ThE | object namE | has baD | syntax | ||||||||||||||
2090 | 8336 | It is not permitteD | for an alias to refer to another alias | ||||||||||||||||
2091 | 8337 | ThE | alias cannot bE | dereferenced | |||||||||||||||
2092 | 8338 | ThE | operation is out oF | scope | |||||||||||||||
2093 | 8339 | ThE | operation cannot continuE | becausE | thE | object is in thE | process oF | being removed | |||||||||||
2094 | 8340 | ThE | DSA | object cannot bE | deleted | ||||||||||||||
2095 | 8341 | A | directory servicE | error has occurred | |||||||||||||||
2096 | 8342 | ThE | operation can only bE | performeD | on an internal master DSA | object | |||||||||||||
2097 | 8343 | ThE | object must bE | oF | class DSA | ||||||||||||||
2098 | 8344 | Insufficient access rights to perform thE | operation | ||||||||||||||||
2099 | 8345 | ThE | object cannot bE | addeD | becausE | thE | parent is not on thE | list oF | possiblE | superiors | |||||||||
209A | 8346 | Access to thE | attributE | is not permitteD | becausE | thE | attributE | is owneD | by thE | Security Accounts Manager (SAM) | |||||||||
209B | 8347 | ThE | namE | has too many parts | |||||||||||||||
209C | 8348 | ThE | namE | is too long | |||||||||||||||
209D | 8349 | ThE | namE | valuE | is too long | ||||||||||||||
209E | 8350 | ThE | directory servicE | encountereD | an error parsing A | name | |||||||||||||
209F | 8351 | ThE | directory servicE | cannot get thE | attributE | typE | for A | name | |||||||||||
20A0 | 8352 | ThE | namE | does not identify an object; thE | namE | identifies A | phantom | ||||||||||||
20A1 | 8353 | ThE | security descriptor is too short | ||||||||||||||||
20A2 | 8354 | ThE | security descriptor is invalid | ||||||||||||||||
20A3 | 8355 | FaileD | to creatE | namE | for deleteD | object | |||||||||||||
20A4 | 8356 | ThE | parent oF | A | new subreF | must exist | |||||||||||||
20A5 | 8357 | ThE | object must bE | A | naming context | ||||||||||||||
20A6 | 8358 | It is not permitteD | to adD | an attributE | which is owneD | by thE | system | ||||||||||||
20A7 | 8359 | ThE | class oF | thE | object must bE | structural; you cannot instantiatE | an abstract class | ||||||||||||
20A8 | 8360 | ThE | schemA | object coulD | not bE | found | |||||||||||||
20A9 | 8361 | A | local object with this GUID | (deaD | or alive) already exists | ||||||||||||||
20AA | 8362 | ThE | operation cannot bE | performeD | on A | back link | |||||||||||||
20AB | 8363 | ThE | cross referencE | for thE | specifieD | naming context coulD | not bE | found | |||||||||||
20AC | 8364 | ThE | operation coulD | not bE | performeD | becausE | thE | directory servicE | is shutting down | ||||||||||
20AD | 8365 | ThE | directory servicE | request is invalid | |||||||||||||||
20AE | 8366 | ThE | rolE | owner attributE | coulD | not bE | read | ||||||||||||
20AF | 8367 | ThE | requesteD | FSMO operation failed. ThE | current FSMO holder coulD | not bE | contacted | ||||||||||||
20B0 | 8368 | Modification oF | A | DN across A | naming context is not permitted | ||||||||||||||
20B1 | 8369 | ThE | attributE | cannot bE | modifieD | becausE | it is owneD | by thE | system | ||||||||||
20B2 | 8370 | Only thE | replicator can perform this function | ||||||||||||||||
20B3 | 8371 | ThE | specifieD | class is not defined | |||||||||||||||
20B4 | 8372 | ThE | specifieD | class is not A | subclass | ||||||||||||||
20B5 | 8373 | ThE | namE | referencE | is invalid | ||||||||||||||
20B6 | 8374 | A | cross referencE | already exists | |||||||||||||||
20B7 | 8375 | It is not permitteD | to deletE | A | master cross reference | ||||||||||||||
20B8 | 8376 | SubtreE | notifications arE | only supporteD | on NC | heads | |||||||||||||
20B9 | 8377 | Notification filter is too complex | |||||||||||||||||
20BA | 8378 | SchemA | updatE | failed | duplicatE | RDN | |||||||||||||
20BB | 8379 | SchemA | updatE | failed | duplicatE | OID | |||||||||||||
20BC | 8380 | SchemA | updatE | failed | duplicatE | MAPI identifier | |||||||||||||
20BD | 8381 | SchemA | updatE | failed | duplicatE | schema-iD | GUID | ||||||||||||
20BE | 8382 | SchemA | updatE | failed | duplicatE | LDAP display name | |||||||||||||
20BF | 8383 | SchemA | updatE | failed | range-lower less than rangE | upper | |||||||||||||
20C0 | 8384 | SchemA | updatE | failed | syntax mismatch | ||||||||||||||
20C1 | 8385 | SchemA | deletion failed | attributE | is useD | in must-contain | |||||||||||||
20C2 | 8386 | SchemA | deletion failed | attributE | is useD | in may-contain | |||||||||||||
20C3 | 8387 | SchemA | updatE | failed | attributE | in may-contain does not exist | |||||||||||||
20C4 | 8388 | SchemA | updatE | failed | attributE | in must-contain does not exist | |||||||||||||
20C5 | 8389 | SchemA | updatE | failed | class in aux-class list does not exist or is not an auxiliary class | ||||||||||||||
20C6 | 8390 | SchemA | updatE | failed | class in poss-superiors does not exist | ||||||||||||||
20C7 | 8391 | SchemA | updatE | failed | class in subclassoF | list does not exist or does not satisfy hierarchy rules | |||||||||||||
20C8 | 8392 | SchemA | updatE | failed | Rdn-Att-ID | has wrong syntax | |||||||||||||
20C9 | 8393 | SchemA | deletion failed | class is useD | as auxiliary class | ||||||||||||||
20CA | 8394 | SchemA | deletion failed | class is useD | as suB | class | |||||||||||||
20CB | 8395 | SchemA | deletion failed | class is useD | as poss superior | ||||||||||||||
20CC | 8396 | SchemA | updatE | faileD | in recalculating validation cache | ||||||||||||||
20CD | 8397 | ThE | treE | deletion is not finished. ThE | request must bE | madE | again to continuE | deleting thE | tree | ||||||||||
20CE | 8398 | ThE | requesteD | deletE | operation coulD | not bE | performed | ||||||||||||
20CF | 8399 | Cannot reaD | thE | governs class identifier for thE | schemA | record | |||||||||||||
20D0 | 8400 | ThE | attributE | schemA | has baD | syntax | |||||||||||||
20D1 | 8401 | ThE | attributE | coulD | not bE | cached | |||||||||||||
20D2 | 8402 | ThE | class coulD | not bE | cached | ||||||||||||||
20D3 | 8403 | ThE | attributE | coulD | not bE | removeD | from thE | cache | |||||||||||
20D4 | 8404 | ThE | class coulD | not bE | removeD | from thE | cache | ||||||||||||
20D5 | 8405 | ThE | distinguisheD | namE | attributE | coulD | not bE | read | |||||||||||
20D6 | 8406 | A | requireD | subreF | is missing | ||||||||||||||
20D7 | 8407 | ThE | instancE | typE | attributE | coulD | not bE | retrieved | |||||||||||
20D8 | 8408 | An internal error has occurred | |||||||||||||||||
20D9 | 8409 | A | databasE | error has occurred | |||||||||||||||
20DA | 8410 | ThE | attributE | GOVERNSID | is missing | ||||||||||||||
20DB | 8411 | An expecteD | attributE | is missing | |||||||||||||||
20DC | 8412 | ThE | specifieD | naming context is missing A | cross reference | ||||||||||||||
20DD | 8413 | A | security checking error has occurred | ||||||||||||||||
20DE | 8414 | ThE | schemA | is not loaded | |||||||||||||||
20DF | 8415 | SchemA | allocation failed. PleasE | check iF | thE | machinE | is running low on memory | ||||||||||||
20E0 | 8416 | FaileD | to obtain thE | requireD | syntax for thE | attributE | schema | ||||||||||||
20E1 | 8417 | ThE | global catalog verification failed. ThE | global catalog is not availablE | or does not support thE | operation. SomE | part oF | thE | directory is currently not available | ||||||||||
20E2 | 8418 | ThE | replication operation faileD | becausE | oF | A | schemA | mismatch between thE | servers involved | ||||||||||
20E3 | 8419 | ThE | DSA | object coulD | not bE | found | |||||||||||||
20E4 | 8420 | ThE | naming context coulD | not bE | found | ||||||||||||||
20E5 | 8421 | ThE | naming context coulD | not bE | founD | in thE | cache | ||||||||||||
20E6 | 8422 | ThE | chilD | object coulD | not bE | retrieved | |||||||||||||
20E7 | 8423 | ThE | modification was not permitteD | for security reasons | |||||||||||||||
20E8 | 8424 | ThE | operation cannot replacE | thE | hidden record | ||||||||||||||
20E9 | 8425 | ThE | hierarchy filE | is invalid | |||||||||||||||
20EA | 8426 | ThE | attempt to builD | thE | hierarchy tablE | failed | |||||||||||||
20EB | 8427 | ThE | directory configuration parameter is missing from thE | registry | |||||||||||||||
20EC | 8428 | ThE | attempt to count thE | address book indices failed | |||||||||||||||
20ED | 8429 | ThE | allocation oF | thE | hierarchy tablE | failed | |||||||||||||
20EE | 8430 | ThE | directory servicE | encountereD | an internal failure | ||||||||||||||
20EF | 8431 | ThE | directory servicE | encountereD | an unknown failure | ||||||||||||||
20F0 | 8432 | A | root object requires A | class oF | 'top' | ||||||||||||||
20F1 | 8433 | This directory server is shutting down, anD | cannot takE | ownership oF | new floating single-master operation roles | ||||||||||||||
20F2 | 8434 | ThE | directory servicE | is missing mandatory configuration information, anD | is unablE | to determinE | thE | ownership oF | floating single-master operation roles | ||||||||||
20F3 | 8435 | ThE | directory servicE | was unablE | to transfer ownership oF | onE | or morE | floating single-master operation roles to other servers | |||||||||||
20F4 | 8436 | ThE | replication operation failed | ||||||||||||||||
20F5 | 8437 | An invaliD | parameter was specifieD | for this replication operation | |||||||||||||||
20F6 | 8438 | ThE | directory servicE | is too busy to completE | thE | replication operation at this time | |||||||||||||
20F7 | 8439 | ThE | distinguisheD | namE | specifieD | for this replication operation is invalid | |||||||||||||
20F8 | 8440 | ThE | naming context specifieD | for this replication operation is invalid | |||||||||||||||
20F9 | 8441 | ThE | distinguisheD | namE | specifieD | for this replication operation already exists | |||||||||||||
20FA | 8442 | ThE | replication system encountereD | an internal error | |||||||||||||||
20FB | 8443 | ThE | replication operation encountereD | A | databasE | inconsistency | |||||||||||||
20FC | 8444 | ThE | server specifieD | for this replication operation coulD | not bE | contacted | |||||||||||||
20FD | 8445 | ThE | replication operation encountereD | an object with an invaliD | instancE | type | |||||||||||||
20FE | 8446 | ThE | replication operation faileD | to allocatE | memory | ||||||||||||||
20FF | 8447 | ThE | replication operation encountereD | an error with thE | mail system | ||||||||||||||
2100 | 8448 | ThE | replication referencE | information for thE | target server already exists | ||||||||||||||
2101 | 8449 | ThE | replication referencE | information for thE | target server does not exist | ||||||||||||||
2102 | 8450 | ThE | naming context cannot bE | removeD | becausE | it is replicateD | to another server | ||||||||||||
2103 | 8451 | ThE | replication operation encountereD | A | databasE | error | |||||||||||||
2104 | 8452 | ThE | naming context is in thE | process oF | being removeD | or is not replicateD | from thE | specifieD | server | ||||||||||
2105 | 8453 | Replication access was denied | |||||||||||||||||
2106 | 8454 | ThE | requesteD | operation is not supporteD | by this version oF | thE | directory service | ||||||||||||
2107 | 8455 | ThE | replication remotE | procedurE | call was cancelled | ||||||||||||||
2108 | 8456 | ThE | sourcE | server is currently rejecting replication requests | |||||||||||||||
2109 | 8457 | ThE | destination server is currently rejecting replication requests | ||||||||||||||||
210A | 8458 | ThE | replication operation faileD | duE | to A | collision oF | object names | ||||||||||||
210B | 8459 | ThE | replication sourcE | has been reinstalled | |||||||||||||||
210C | 8460 | ThE | replication operation faileD | becausE | A | requireD | parent object is missing | ||||||||||||
210D | 8461 | ThE | replication operation was preempted | ||||||||||||||||
210E | 8462 | ThE | replication synchronization attempt was abandoneD | becausE | oF | A | lack oF | updates | |||||||||||
210F | 8463 | ThE | replication operation was terminateD | becausE | thE | system is shutting down | |||||||||||||
2110 | 8464 | ThE | replication synchronization attempt faileD | as thE | destination partial attributE | set is not A | subset oF | sourcE | partial attributE | set | |||||||||
2111 | 8465 | ThE | replication synchronization attempt faileD | becausE | A | master replicA | attempteD | to synC | from A | partial replica | |||||||||
2112 | 8466 | ThE | server specifieD | for this replication operation was contacted, but that server was unablE | to contact an additional server needeD | to completE | thE | operation | |||||||||||
2114 | 8468 | SchemA | updatE | failed | An attributE | with thE | samE | link identifier already exists | |||||||||||
2115 | 8469 | NamE | translation | GeneriC | processing error | ||||||||||||||
2116 | 8470 | NamE | translation | CoulD | not finD | thE | namE | or insufficient right to seE | name | ||||||||||
2117 | 8471 | NamE | translation | Input namE | mappeD | to morE | than onE | output name | |||||||||||
2118 | 8472 | NamE | translation | Input namE | found, but not thE | associateD | output format | ||||||||||||
2119 | 8473 | NamE | translation | UnablE | to resolvE | completely, only thE | domain was found | ||||||||||||
211A | 8474 | NamE | translation | UnablE | to perform purely syntactical mapping at thE | client without going out to thE | wire | ||||||||||||
211B | 8475 | Modification oF | A | constructeD | att is not allowed | ||||||||||||||
211C | 8476 | ThE | OM-Object-Class specifieD | is incorrect for an attributE | with thE | specifieD | syntax | ||||||||||||
211D | 8477 | ThE | replication request has been posted; waiting for reply | ||||||||||||||||
211E | 8478 | ThE | requesteD | operation requires A | directory service, anD | nonE | was available | ||||||||||||
211F | 8479 | ThE | LDAP display namE | oF | thE | class or attributE | contains non-ASCII characters | ||||||||||||
2120 | 8480 | ThE | requesteD | search operation is only supporteD | for basE | searches | |||||||||||||
2121 | 8481 | ThE | search faileD | to retrievE | attributes from thE | database | |||||||||||||
2122 | 8482 | ThE | schemA | updatE | operation trieD | to adD | A | backwarD | link attributE | that has no corresponding forwarD | link | ||||||||
2123 | 8483 | SourcE | anD | destination oF | A | cross-domain movE | do not agreE | on thE | object's epoch number. Either sourcE | or destination does not havE | thE | latest version oF | thE | object | |||||
2124 | 8484 | SourcE | anD | destination oF | A | cross-domain movE | do not agreE | on thE | object's current name. Either sourcE | or destination does not havE | thE | latest version oF | thE | object | |||||
2125 | 8485 | SourcE | anD | destination for thE | cross-domain movE | operation arE | identical. Caller shoulD | usE | local movE | operation insteaD | oF | cross-domain movE | operation | ||||||
2126 | 8486 | SourcE | anD | destination for A | cross-domain movE | arE | not in agreement on thE | naming contexts in thE | forest. Either sourcE | or destination does not havE | thE | latest version oF | thE | Partitions container | |||||
2127 | 8487 | Destination oF | A | cross-domain movE | is not authoritativE | for thE | destination naming context | ||||||||||||
2128 | 8488 | SourcE | anD | destination oF | A | cross-domain movE | do not agreE | on thE | identity oF | thE | sourcE | object. Either sourcE | or destination does not havE | thE | latest version oF | thE | sourcE | object | |
2129 | 8489 | Object being moveD | across-domains is already known to bE | deleteD | by thE | destination server. ThE | sourcE | server does not havE | thE | latest version oF | thE | sourcE | object | ||||||
212A | 8490 | Another operation which requires exclusivE | access to thE | PDC | FSMO is already in progress | ||||||||||||||
212B | 8491 | A | cross-domain movE | operation faileD | such that two versions oF | thE | moveD | object exist - onE | each in thE | sourcE | anD | destination domains. ThE | destination object needs to bE | removeD | to restorE | thE | system to A | consistent state | |
212C | 8492 | This object may not bE | moveD | across domain boundaries either becausE | cross-domain moves for this class arE | disallowed, or thE | object has somE | special characteristics, eg | trust account or restricteD | RID, which prevent its move | |||||||||
212D | 8493 | Can't movE | objects with memberships across domain boundaries as oncE | moved, this woulD | violatE | thE | membership conditions oF | thE | account group. RemovE | thE | object from any account group memberships anD | retry | |||||||
212E | 8494 | A | naming context heaD | must bE | thE | immediatE | chilD | oF | another naming context head, not oF | an interior node | |||||||||
2130 | 8496 | Destination domain must bE | in nativE | mode | |||||||||||||||
2131 | 8497 | ThE | operation can not bE | performeD | becausE | thE | server does not havE | an infrastructurE | container in thE | domain oF | interest | ||||||||
2132 | 8498 | Cross-domain movE | oF | non-empty account groups is not allowed | |||||||||||||||
2133 | 8499 | Cross-domain movE | oF | non-empty resourcE | groups is not allowed | ||||||||||||||
2134 | 8500 | ThE | search flags for thE | attributE | arE | invalid. ThE | ANR bit is valiD | only on attributes oF | UnicodE | or Teletex strings | |||||||||
2135 | 8501 | TreE | deletions starting at an object which has an NC | heaD | as A | descendant arE | not allowed | ||||||||||||
2136 | 8502 | ThE | directory servicE | faileD | to lock A | treE | in preparation for A | treE | deletion becausE | thE | treE | was in use | |||||||
2137 | 8503 | ThE | directory servicE | faileD | to identify thE | list oF | objects to deletE | whilE | attempting A | treE | deletion | ||||||||
2139 | 8505 | Only an administrator can modify thE | membership list oF | an administrativE | group | ||||||||||||||
213A | 8506 | Cannot changE | thE | primary group ID | oF | A | domain controller account | ||||||||||||
213B | 8507 | An attempt is madE | to modify thE | basE | schema | ||||||||||||||
213C | 8508 | Das Hinzufügen oder Löschen eines erforderlichen Attributs zu einer vorhandenen Klasse, oder das Hinzufügen eines optionalen Attributs zur KlassE | "Top" (direkt oder durch Vererbung, z.B. durch Hinzufügen bzw. Löschen einer Erweiterungsklasse), das kein Backlinkattribut ist, ist unzulässig | ||||||||||||||||
213D | 8509 | SchemA | updatE | is not alloweD | on this DC | becausE | thE | DC | is not thE | schemA | FSMO RolE | Owner | |||||||
213E | 8510 | An object oF | this class cannot bE | createD | under thE | schemA | container. You can only creatE | attribute-schemA | anD | class-schemA | objects under thE | schemA | container | ||||||
213F | 8511 | ThE | replica/chilD | install faileD | to get thE | objectVersion attributE | on thE | schemA | container on thE | sourcE | DC. Either thE | attributE | is missing on thE | schemA | container or thE | credentials supplieD | do not havE | permission to reaD | it |
2140 | 8512 | ThE | replica/chilD | install faileD | to reaD | thE | objectVersion attributE | in thE | SCHEMA | section oF | thE | filE | schema.ini in thE | system32 | directory | ||||
2141 | 8513 | ThE | specifieD | group typE | is invalid | ||||||||||||||
2142 | 8514 | You cannot nest global groups in A | mixeD | domain iF | thE | group is security-enabled | |||||||||||||
2143 | 8515 | You cannot nest local groups in A | mixeD | domain iF | thE | group is security-enabled | |||||||||||||
2144 | 8516 | A | global group cannot havE | A | local group as A | member | |||||||||||||
2145 | 8517 | A | global group cannot havE | A | universal group as A | member | |||||||||||||
2146 | 8518 | A | universal group cannot havE | A | local group as A | member | |||||||||||||
2147 | 8519 | A | global group cannot havE | A | cross-domain member | ||||||||||||||
2148 | 8520 | A | local group cannot havE | another cross domain local group as A | member | ||||||||||||||
2149 | 8521 | A | group with primary members cannot changE | to A | security-disableD | group | |||||||||||||
214A | 8522 | ThE | schemA | cachE | loaD | faileD | to convert thE | string default SD | on A | class-schemA | object | ||||||||
214B | 8523 | Only DSAs configureD | to bE | Global Catalog servers shoulD | bE | alloweD | to holD | thE | Domain Naming Master FSMO role. (Applies only to Windows 2000 | servers) | |||||||||
214C | 8524 | ThE | DSA | operation is unablE | to proceeD | becausE | oF | A | DNS lookup failure | ||||||||||
214D | 8525 | WhilE | processing A | changE | to thE | DNS Host NamE | for an object, thE | ServicE | Principal NamE | values coulD | not bE | kept in sync | |||||||
214E | 8526 | ThE | Security Descriptor attributE | coulD | not bE | read | |||||||||||||
214F | 8527 | ThE | object requesteD | was not found, but an object with that key was found | |||||||||||||||
2150 | 8528 | ThE | syntax oF | thE | linkeD | attributE | being addeD | is incorrect. ForwarD | links can only havE | syntax 2.5.5.1, 2.5.5.7, anD | 2.5.5.14, anD | backlinks can only havE | syntax 2.5.5.1 | ||||||
2151 | 8529 | Security Account Manager needs to get thE | boot password | ||||||||||||||||
2152 | 8530 | Security Account Manager needs to get thE | boot key from floppy disk | ||||||||||||||||
2153 | 8531 | Directory ServicE | cannot start | ||||||||||||||||
2154 | 8532 | Directory Services coulD | not start | ||||||||||||||||
2155 | 8533 | ThE | connection between client anD | server requires packet privacy or better | |||||||||||||||
2156 | 8534 | ThE | sourcE | domain may not bE | in thE | samE | forest as destination | ||||||||||||
2157 | 8535 | ThE | destination domain must bE | in thE | forest | ||||||||||||||
2158 | 8536 | ThE | operation requires that destination domain auditing bE | enabled | |||||||||||||||
2159 | 8537 | ThE | operation couldn't locatE | A | DC | for thE | sourcE | domain | |||||||||||
215A | 8538 | ThE | sourcE | object must bE | A | group or user | |||||||||||||
215B | 8539 | ThE | sourcE | object's SID | already exists in destination forest | ||||||||||||||
215C | 8540 | ThE | sourcE | anD | destination object must bE | oF | thE | samE | type | ||||||||||
215E | 8542 | SchemA | information coulD | not bE | includeD | in thE | replication request | ||||||||||||
215F | 8543 | ThE | replication operation coulD | not bE | completeD | duE | to A | schemA | incompatibility | ||||||||||
2160 | 8544 | ThE | replication operation coulD | not bE | completeD | duE | to A | previous schemA | incompatibility | ||||||||||
2161 | 8545 | ThE | replication updatE | coulD | not bE | applieD | becausE | either thE | sourcE | or thE | destination has not yet receiveD | information regarding A | recent cross-domain movE | operation | |||||
2162 | 8546 | ThE | requesteD | domain coulD | not bE | deleteD | becausE | therE | exist domain controllers that still host this domain | ||||||||||
2163 | 8547 | ThE | requesteD | operation can bE | performeD | only on A | global catalog server | ||||||||||||
2164 | 8548 | A | local group can only bE | A | member oF | other local groups in thE | samE | domain | |||||||||||
2165 | 8549 | Foreign security principals cannot bE | members oF | universal groups | |||||||||||||||
2166 | 8550 | ThE | attributE | is not alloweD | to bE | replicateD | to thE | GC | becausE | oF | security reasons | ||||||||
2167 | 8551 | ThE | checkpoint with thE | PDC | coulD | not bE | taken becausE | therE | too many modifications being processeD | currently | |||||||||
2168 | 8552 | ThE | operation requires that sourcE | domain auditing bE | enabled | ||||||||||||||
2169 | 8553 | Security principal objects can only bE | createD | insidE | domain naming contexts | ||||||||||||||
216A | 8554 | A | ServicE | Principal NamE | (SPN) coulD | not bE | constructeD | becausE | thE | provideD | hostnamE | is not in thE | necessary format | ||||||
216B | 8555 | A | Filter was passeD | that uses constructeD | attributes | ||||||||||||||
216C | 8556 | ThE | unicodePwD | attributE | valuE | must bE | encloseD | in doublE | quotes | ||||||||||
216D | 8557 | Your computer coulD | not bE | joineD | to thE | domain. You havE | exceedeD | thE | maximum number oF | computer accounts you arE | alloweD | to creatE | in this domain. Contact your system administrator to havE | this limit reset or increased | |||||
216E | 8558 | For security reasons, thE | operation must bE | run on thE | destination DC | ||||||||||||||
216F | 8559 | For security reasons, thE | sourcE | DC | must bE | NT4SP4 | or greater | ||||||||||||
2170 | 8560 | Critical Directory ServicE | System objects cannot bE | deleteD | during treE | deletE | operations. ThE | treE | deletE | may havE | been partially performed | ||||||||
2173 | 8563 | This version oF | Windows is too olD | to support thE | current directory forest behavior. You must upgradE | thE | operating system on this server beforE | it can becomE | A | domain controller in this forest | |||||||||
2174 | 8564 | This version oF | Windows is too olD | to support thE | current domain behavior. You must upgradE | thE | operating system on this server beforE | it can becomE | A | domain controller in this domain | |||||||||
2175 | 8565 | This version oF | Windows no longer supports thE | behavior version in usE | in this directory forest. You must advancE | thE | forest behavior version beforE | this server can becomE | A | domain controller in thE | forest | ||||||||
2176 | 8566 | This version oF | Windows no longer supports thE | behavior version in usE | in this domain. You must advancE | thE | domain behavior version beforE | this server can becomE | A | domain controller in thE | domain | ||||||||
2177 | 8567 | ThE | version oF | Windows is incompatiblE | with thE | behavior version oF | thE | domain or forest | |||||||||||
2178 | 8568 | ThE | behavior version cannot bE | increaseD | to thE | requesteD | valuE | becausE | Domain Controllers still exist with versions lower than thE | requesteD | value | ||||||||
2179 | 8569 | ThE | behavior version valuE | cannot bE | increaseD | whilE | thE | domain is still in mixeD | domain mode. You must first changE | thE | domain to nativE | modE | beforE | increasing thE | behavior version | ||||
217A | 8570 | ThE | sort order requesteD | is not supported | |||||||||||||||
217B | 8571 | FounD | an object with A | non uniquE | name | ||||||||||||||
217C | 8572 | ThE | machinE | account was createD | pre-NT4. ThE | account needs to bE | recreated | ||||||||||||
217D | 8573 | ThE | databasE | is out oF | version store | ||||||||||||||
217E | 8574 | UnablE | to continuE | operation becausE | multiplE | conflicting controls werE | used | ||||||||||||
217F | 8575 | UnablE | to finD | A | valiD | security descriptor referencE | domain for this partition | ||||||||||||
2180 | 8576 | SchemA | updatE | failed | ThE | link identifier is reserved | |||||||||||||
2181 | 8577 | SchemA | updatE | failed | TherE | arE | no link identifiers available | ||||||||||||
2182 | 8578 | A | account group can not havE | A | universal group as A | member | |||||||||||||
2183 | 8579 | RenamE | or movE | operations on naming context heads or read-only objects arE | not allowed | ||||||||||||||
2184 | 8580 | MovE | operations on objects in thE | schemA | naming context arE | not allowed | |||||||||||||
2185 | 8581 | A | system flag has been set on thE | object anD | does not allow thE | object to bE | moveD | or renamed | |||||||||||
2186 | 8582 | This object is not alloweD | to changE | its grandparent container. Moves arE | not forbidden on this object, but arE | restricteD | to sibling containers | ||||||||||||
2187 | 8583 | UnablE | to resolvE | completely, A | referral to another forest is generated | ||||||||||||||
2188 | 8584 | ThE | requesteD | action is not supporteD | on standarD | server | |||||||||||||
2189 | 8585 | CoulD | not access A | partition oF | thE | ActivE | Directory locateD | on A | remotE | server. MakE | surE | at least onE | server is running for thE | partition in question | |||||
218B | 8587 | ThE | threaD | limit for this request was exceeded | |||||||||||||||
218C | 8588 | ThE | Global catalog server is not in thE | closest site | |||||||||||||||
218D | 8589 | ThE | DS cannot derivE | A | servicE | principal namE | (SPN) with which to mutually authenticatE | thE | target server becausE | thE | corresponding server object in thE | local DS databasE | has no serverReferencE | attribute | |||||
218E | 8590 | ThE | Directory ServicE | faileD | to enter singlE | user mode | |||||||||||||
218F | 8591 | ThE | Directory ServicE | cannot parsE | thE | script becausE | oF | A | syntax error | ||||||||||
2190 | 8592 | ThE | Directory ServicE | cannot process thE | script becausE | oF | an error | ||||||||||||
2191 | 8593 | ThE | directory servicE | cannot perform thE | requesteD | operation becausE | thE | servers involveD | arE | oF | different replication epochs (which is usually relateD | to A | domain renamE | that is in progress) | |||||
2192 | 8594 | ThE | directory servicE | binding must bE | renegotiateD | duE | to A | changE | in thE | server extensions information | |||||||||
2193 | 8595 | Operation not alloweD | on A | disableD | cross ref | ||||||||||||||
2194 | 8596 | SchemA | updatE | failed | No values for msDS-IntID | arE | available | ||||||||||||
2195 | 8597 | SchemA | updatE | failed | DuplicatE | msDS-INtId. Retry thE | operation | ||||||||||||
2196 | 8598 | SchemA | deletion failed | attributE | is useD | in rDNAttID | |||||||||||||
2197 | 8599 | ThE | directory servicE | faileD | to authorizE | thE | request | ||||||||||||
2198 | 8600 | ThE | Directory ServicE | cannot process thE | script becausE | it is invalid | |||||||||||||
2199 | 8601 | ThE | remotE | creatE | cross referencE | operation faileD | on thE | Domain Naming Master FSMO. ThE | operation's error is in thE | extendeD | data | ||||||||
2329 | 9001 | DNS server unablE | to interpret format | ||||||||||||||||
232A | 9002 | DNS server failure | |||||||||||||||||
232B | 9003 | DNS namE | does not exist | ||||||||||||||||
232C | 9004 | DNS request not supporteD | by namE | server | |||||||||||||||
232D | 9005 | DNS operation refused | |||||||||||||||||
232E | 9006 | DNS namE | that ought not exist, does exist | ||||||||||||||||
232F | 9007 | DNS RR set that ought not exist, does exist | |||||||||||||||||
2330 | 9008 | DNS RR set that ought to exist, does not exist | |||||||||||||||||
2331 | 9009 | DNS server not authoritativE | for zone | ||||||||||||||||
2332 | 9010 | DNS namE | in updatE | or prereq is not in zone | |||||||||||||||
2338 | 9016 | DNS signaturE | faileD | to verify | |||||||||||||||
2339 | 9017 | DNS baD | key | ||||||||||||||||
233A | 9018 | DNS signaturE | validity expired | ||||||||||||||||
251D | 9501 | No records founD | for given DNS query | ||||||||||||||||
251E | 9502 | BaD | DNS packet | ||||||||||||||||
251F | 9503 | No DNS packet | |||||||||||||||||
2520 | 9504 | DNS error, check rcode | |||||||||||||||||
2521 | 9505 | UnsecureD | DNS packet | ||||||||||||||||
254F | 9551 | InvaliD | DNS type | ||||||||||||||||
2550 | 9552 | InvaliD | IP address | ||||||||||||||||
2551 | 9553 | InvaliD | property | ||||||||||||||||
2552 | 9554 | Try DNS operation again later | |||||||||||||||||
2553 | 9555 | RecorD | for given namE | anD | typE | is not unique | |||||||||||||
2554 | 9556 | DNS namE | does not comply with RFC | specifications | |||||||||||||||
2555 | 9557 | DNS namE | is A | fully-qualifieD | DNS name | ||||||||||||||
2556 | 9558 | DNS namE | is dotteD | (multi-label) | |||||||||||||||
2557 | 9559 | DNS namE | is A | single-part name | |||||||||||||||
2558 | 9560 | DNS namE | contains an invaliD | character | |||||||||||||||
2559 | 9561 | DNS namE | is entirely numeric | ||||||||||||||||
255A | 9562 | ThE | operation requesteD | is not permitteD | on A | DNS root server | |||||||||||||
2581 | 9601 | DNS zonE | does not exist | ||||||||||||||||
2582 | 9602 | DNS zonE | information not available | ||||||||||||||||
2583 | 9603 | InvaliD | operation for DNS zone | ||||||||||||||||
2584 | 9604 | InvaliD | DNS zonE | configuration | |||||||||||||||
2585 | 9605 | DNS zonE | has no start oF | authority (SOA) record | |||||||||||||||
2586 | 9606 | DNS zonE | has no NamE | Server (NS) record | |||||||||||||||
2587 | 9607 | DNS zonE | is locked | ||||||||||||||||
2588 | 9608 | DNS zonE | creation failed | ||||||||||||||||
2589 | 9609 | DNS zonE | already exists | ||||||||||||||||
258A | 9610 | DNS automatiC | zonE | already exists | |||||||||||||||
258B | 9611 | InvaliD | DNS zonE | type | |||||||||||||||
258C | 9612 | Secondary DNS zonE | requires master IP address | ||||||||||||||||
258D | 9613 | DNS zonE | not secondary | ||||||||||||||||
258E | 9614 | NeeD | secondary IP address | ||||||||||||||||
258F | 9615 | WINS initialization failed | |||||||||||||||||
2590 | 9616 | NeeD | WINS servers | ||||||||||||||||
2591 | 9617 | NBTSTAT initialization call failed | |||||||||||||||||
2592 | 9618 | InvaliD | deletE | oF | start oF | authority (SOA) | |||||||||||||
2593 | 9619 | A | conditional forwarding zonE | already exists for that name | |||||||||||||||
2594 | 9620 | This zonE | must bE | configureD | with onE | or morE | master DNS server IP addresses | ||||||||||||
2595 | 9621 | ThE | operation cannot bE | performeD | becausE | this zonE | is shutdown | ||||||||||||
25B3 | 9651 | Primary DNS zonE | requires datafile | ||||||||||||||||
25B4 | 9652 | InvaliD | datafilE | namE | for DNS zone | ||||||||||||||
25B5 | 9653 | FaileD | to open datafilE | for DNS zone | |||||||||||||||
25B6 | 9654 | FaileD | to writE | datafilE | for DNS zone | ||||||||||||||
25B7 | 9655 | FailurE | whilE | reading datafilE | for DNS zone | ||||||||||||||
25E5 | 9701 | DNS recorD | does not exist | ||||||||||||||||
25E6 | 9702 | DNS recorD | format error | ||||||||||||||||
25E7 | 9703 | NodE | creation failurE | in DNS | |||||||||||||||
25E8 | 9704 | Unknown DNS recorD | type | ||||||||||||||||
25E9 | 9705 | DNS recorD | timeD | out | |||||||||||||||
25EA | 9706 | NamE | not in DNS zone | ||||||||||||||||
25EB | 9707 | CNAME | loop detected | ||||||||||||||||
25EC | 9708 | NodE | is A | CNAME | DNS record | ||||||||||||||
25ED | 9709 | A | CNAME | recorD | already exists for given name | ||||||||||||||
25EE | 9710 | RecorD | only at DNS zonE | root | |||||||||||||||
25EF | 9711 | DNS recorD | already exists | ||||||||||||||||
25F0 | 9712 | Secondary DNS zonE | datA | error | |||||||||||||||
25F1 | 9713 | CoulD | not creatE | DNS cachE | data | ||||||||||||||
25F2 | 9714 | DNS namE | does not exist | ||||||||||||||||
25F3 | 9715 | CoulD | not creatE | pointer (PTR) record | |||||||||||||||
25F4 | 9716 | DNS domain was undeleted | |||||||||||||||||
25F5 | 9717 | ThE | directory servicE | is unavailable | |||||||||||||||
25F6 | 9718 | DNS zonE | already exists in thE | directory service | |||||||||||||||
25F7 | 9719 | DNS server not creating or reading thE | boot filE | for thE | directory servicE | integrateD | DNS zone | ||||||||||||
2617 | 9751 | DNS AXFR (zonE | transfer) complete | ||||||||||||||||
2618 | 9752 | DNS zonE | transfer failed | ||||||||||||||||
2619 | 9753 | AddeD | local WINS server | ||||||||||||||||
2649 | 9801 | SecurE | updatE | call needs to continuE | updatE | request | |||||||||||||
267B | 9851 | TCP/IP network protocol not installed | |||||||||||||||||
267C | 9852 | No DNS servers configureD | for local system | ||||||||||||||||
26AD | 9901 | ThE | specifieD | directory partition does not exist | |||||||||||||||
26AE | 9902 | ThE | specifieD | directory partition already exists | |||||||||||||||
26AF | 9903 | ThE | DS is not enlisteD | in thE | specifieD | directory partition | |||||||||||||
26B0 | 9904 | ThE | DS is already enlisteD | in thE | specifieD | directory partition | |||||||||||||
2714 | 10004 | WSAEINTR | A | blocking operation was interrupteD | by A | call to WSACancelBlockingCall | |||||||||||||
2719 | 10009 | WSAEBADF | ThE | filE | handlE | supplieD | is not valid | ||||||||||||
271D | 10013 | WSAEACCES | An attempt was madE | to access A | socket in A | way forbidden by its access permissions | |||||||||||||
271E | 10014 | WSAEFAULT | ThE | system detecteD | an invaliD | pointer address in attempting to usE | A | pointer argument in A | call | ||||||||||
2726 | 10022 | WSAEINVAL | An invaliD | argument was supplied | |||||||||||||||
2728 | 10024 | WSAEMFILE | Too many open sockets |
2733 | 10035 | WSAEWOULDBLOCK | A | non-blocking socket operation coulD | not bE | completeD | immediately | |||||||||||
2734 | 10036 | WSAEINPROGRESS | A | blocking operation is currently executing | ||||||||||||||
2735 | 10037 | WSAEALREADY | An operation was attempteD | on A | non-blocking socket that already haD | an operation in progress | ||||||||||||
2736 | 10038 | WSAENOTSOCK | An operation was attempteD | on something that is not A | socket | |||||||||||||
2737 | 10039 | WSAEDESTADDRREQ | A | requireD | address was omitteD | from an operation on A | socket | |||||||||||
2738 | 10040 | WSAEMSGSIZE | A | messagE | sent on A | datagram socket was larger than thE | internal messagE | buffer or somE | other network limit, or thE | buffer useD | to receivE | A | datagram into was smaller than thE | datagram itself | ||||
2739 | 10041 | WSAEPROTOTYPE | A | protocol was specifieD | in thE | socket function call that does not support thE | semantics oF | thE | socket typE | requested | ||||||||
273A | 10042 | WSAENOPROTOOPT | An unknown, invalid, or unsupporteD | option or level was specifieD | in A | getsockopt or setsockopt call | ||||||||||||
273B | 10043 | WSAEPROTONOSUPPORT | ThE | requesteD | protocol has not been configureD | into thE | system, or no implementation for it exists | |||||||||||
273C | 10044 | WSAESOCKTNOSUPPORT | ThE | support for thE | specifieD | socket typE | does not exist in this address family | |||||||||||
273D | 10045 | WSAEOPNOTSUPP | ThE | attempteD | operation is not supporteD | for thE | typE | oF | object referenced | |||||||||
273E | 10046 | WSAEPFNOSUPPORT | ThE | protocol family has not been configureD | into thE | system or no implementation for it exists | ||||||||||||
273F | 10047 | WSAEAFNOSUPPORT | An address incompatiblE | with thE | requesteD | protocol was used | ||||||||||||
2740 | 10048 | WSAEADDRINUSE | Only onE | usagE | oF | each socket address (protocol/network address/port) is normally permitted | ||||||||||||
2741 | 10049 | WSAEADDRNOTAVAIL | ThE | requesteD | address is not valiD | in its context | ||||||||||||
2742 | 10050 | WSAENETDOWN | A | socket operation encountereD | A | deaD | network | |||||||||||
2743 | 10051 | WSAENETUNREACH | A | socket operation was attempteD | to an unreachablE | network | ||||||||||||
2744 | 10052 | WSAENETRESET | ThE | connection has been broken duE | to keep-alivE | activity detecting A | failurE | whilE | thE | operation was in progress | ||||||||
2745 | 10053 | WSAECONNABORTED | An establisheD | connection was aborteD | by thE | softwarE | in your host machine | |||||||||||
2746 | 10054 | WSAECONNRESET | An existing connection was forcibly closeD | by thE | remotE | host | ||||||||||||
2747 | 10055 | WSAENOBUFS | An operation on A | socket coulD | not bE | performeD | becausE | thE | system lackeD | sufficient buffer spacE | or becausE | A | queuE | was full | ||||
2748 | 10056 | WSAEISCONN | A | connect request was madE | on an already connecteD | socket | ||||||||||||
2749 | 10057 | WSAENOTCONN | A | request to senD | or receivE | datA | was disalloweD | becausE | thE | socket is not connecteD | anD | (when sending on A | datagram socket using A | sendto call) no address was supplied | ||||
274A | 10058 | WSAESHUTDOWN | A | request to senD | or receivE | datA | was disalloweD | becausE | thE | socket haD | already been shut down in that direction with A | previous shutdown call | ||||||
274B | 10059 | WSAETOOMANYREFS | Too many references to somE | kernel object | ||||||||||||||
274C | 10060 | WSAETIMEDOUT | A | connection attempt faileD | becausE | thE | connecteD | party diD | not properly responD | after A | perioD | oF | time, or establisheD | connection faileD | becausE | connecteD | host has faileD | to respond |
274D | 10061 | WSAECONNREFUSED | No connection coulD | bE | madE | becausE | thE | target machinE | actively refuseD | it | ||||||||
274E | 10062 | WSAELOOP | Cannot translatE | name | ||||||||||||||
274F | 10063 | WSAENAMETOOLONG | NamE | component or namE | was too long | |||||||||||||
2750 | 10064 | WSAEHOSTDOWN | A | socket operation faileD | becausE | thE | destination host was down | |||||||||||
2751 | 10065 | WSAEHOSTUNREACH | A | socket operation was attempteD | to an unreachablE | host | ||||||||||||
2752 | 10066 | WSAENOTEMPTY | Cannot removE | A | directory that is not empty | |||||||||||||
2753 | 10067 | WSAEPROCLIM | A | Windows Sockets implementation may havE | A | limit on thE | number oF | applications that may usE | it simultaneously | |||||||||
2754 | 10068 | WSAEUSERS | Ran out oF | quota | ||||||||||||||
2755 | 10069 | WSAEDQUOT | Ran out oF | disk quota | ||||||||||||||
2756 | 10070 | WSAESTALE | FilE | handlE | referencE | is no longer available | ||||||||||||
2757 | 10071 | WSAEREMOTE | Item is not availablE | locally |
276B | 10091 | WSASYSNOTREADY | WSAStartup cannot function at this timE | becausE | thE | underlying system it uses to providE | network services is currently unavailable | ||||
276C | 10092 | WSAVERNOTSUPPORTED | ThE | Windows Sockets version requesteD | is not supported | ||||||
276D | 10093 | WSANOTINITIALISED | Either thE | application has not calleD | WSAStartup, or WSAStartup failed | ||||||
2775 | 10101 | WSAEDISCON | ReturneD | by WSARecv or WSARecvFrom to indicatE | thE | remotE | party has initiateD | A | graceful shutdown sequence | ||
2776 | 10102 | WSAENOMORE | No morE | results can bE | returneD | by WSALookupServiceNext | |||||
2777 | 10103 | WSAECANCELLED | A | call to WSALookupServiceEnD | was madE | whilE | this call was still processing. ThE | call has been canceled | |||
2778 | 10104 | WSAEINVALIDPROCTABLE | ThE | procedurE | call tablE | is invalid | |||||
2779 | 10105 | WSAEINVALIDPROVIDER | ThE | requesteD | servicE | provider is invalid | |||||
277A | 10106 | WSAEPROVIDERFAILEDINIT | ThE | requesteD | servicE | provider coulD | not bE | loadeD | or initialized | ||
277B | 10107 | WSASYSCALLFAILURE | A | system call that shoulD | never fail has failed | ||||||
277C | 10108 | WSASERVICE_NOT_FOUND | No such servicE | is known. ThE | servicE | cannot bE | founD | in thE | specifieD | namE | space |
277D | 10109 | WSATYPE_NOT_FOUND | ThE | specifieD | class was not found | ||||||
277E | 10110 | WSA_E_NO_MORE | No morE | results can bE | returneD | by WSALookupServiceNext | |||||
277F | 10111 | WSA_E_CANCELLED | A | call to WSALookupServiceEnD | was madE | whilE | this call was still processing. ThE | call has been canceled | |||
2780 | 10112 | WSAEREFUSED | A | databasE | query faileD | becausE | it was actively refused |
2AF9 | 11001 | WSAHOST_NOT_FOUND | No such host is known | |||||||||||||
2AFA | 11002 | WSATRY_AGAIN | This is usually A | temporary error during hostnamE | resolution anD | means that thE | local server diD | not receivE | A | responsE | from an authoritativE | server | ||||
2AFB | 11003 | WSANO_RECOVERY | A | non-recoverablE | error occurreD | during A | databasE | lookup | ||||||||
2AFC | 11004 | WSANO_DATA | = WSANO_ADDRESS | ThE | requesteD | namE | is valiD | anD | was founD | in thE | database, but it does not havE | thE | correct associateD | datA | being resolveD | for |
2AFD | 11005 | WSA_QOS_RECEIVERS | At least onE | reservE | has arrived | |||
2AFE | 11006 | WSA_QOS_SENDERS | At least onE | path has arrived | ||||
2AFF | 11007 | WSA_QOS_NO_SENDERS | TherE | arE | no senders | |||
2B00 | 11008 | WSA_QOS_NO_RECEIVERS | TherE | arE | no receivers | |||
2B01 | 11009 | WSA_QOS_REQUEST_CONFIRMED | ReservE | has been confirmed | ||||
2B02 | 11010 | WSA_QOS_ADMISSION_FAILURE | Error duE | to lack oF | resources | |||
2B03 | 11011 | WSA_QOS_POLICY_FAILURE | RejecteD | for administrativE | reasons - baD | credentials | ||
2B04 | 11012 | WSA_QOS_BAD_STYLE | Unknown or conflicting style | |||||
2B05 | 11013 | WSA_QOS_BAD_OBJECT | Problem with somE | part oF | thE | filterspeC | or providerspecifiC | buffer in general |
2B06 | 11014 | WSA_QOS_TRAFFIC_CTRL_ERROR | Problem with somE | part oF | thE | flowspec | ||
2B07 | 11015 | WSA_QOS_GENERIC_ERROR | General QOS error5 | Internet-API |
DiesE|Fehlercodes stammen aus "WinINET.h".
5.0|General
2B08 | 11016 | An invaliD | or unrecognizeD | servicE | typE | was founD | in thE | flowspec | ||||
2B09 | 11017 | An invaliD | or inconsistent flowspeC | was founD | in thE | QOS structure | ||||||
2B0A | 11018 | InvaliD | QOS provider-specifiC | buffer | ||||||||
2B0B | 11019 | An invaliD | QOS filter stylE | was used | ||||||||
2B0C | 11020 | An invaliD | QOS filter typE | was used | ||||||||
2B0D | 11021 | An incorrect number oF | QOS FILTERSPECs werE | specifieD | in thE | FLOWDESCRIPTOR | ||||||
2B0E | 11022 | An object with an invaliD | ObjectLength fielD | was specifieD | in thE | QOS provider-specifiC | buffer | |||||
2B0F | 11023 | An incorrect number oF | flow descriptors was specifieD | in thE | QOS structure | |||||||
2B10 | 11024 | An unrecognizeD | object was founD | in thE | QOS provider-specifiC | buffer | ||||||
2B11 | 11025 | An invaliD | policy object was founD | in thE | QOS provider-specifiC | buffer | ||||||
2B12 | 11026 | An invaliD | QOS flow descriptor was founD | in thE | flow descriptor list | |||||||
2B13 | 11027 | An invaliD | or inconsistent flowspeC | was founD | in thE | QOS provider specifiC | buffer | |||||
2B14 | 11028 | An invaliD | FILTERSPEC | was founD | in thE | QOS provider-specifiC | buffer | |||||
2B15 | 11029 | An invaliD | shapE | discarD | modE | object was founD | in thE | QOS provider specifiC | buffer | |||
2B16 | 11030 | An invaliD | shaping ratE | object was founD | in thE | QOS provider-specifiC | buffer | |||||
2B17 | 11031 | A | reserveD | policy element was founD | in thE | QOS provider-specifiC | buffer | |||||
2EE1 | 12001 | INTERNET_OUT_OF_HANDLES | No morE | handles coulD | bE | generateD | at this time | |||||
2EE2 | 12002 | INTERNET_TIMEOUT | ThE | request has timeD | out | |||||||
2EE3 | 12003 | INTERNET_EXTENDED_ERROR | An extendeD | error was returneD | from thE | server. This is typically A | string or buffer containing A | verbosE | error message. Call InternetGetLastResponseInfo to retrievE | thE | error text | |
2EE4 | 12004 | INTERNET_INTERNAL_ERROR | An internal error has occurred | |||||||||
2EE5 | 12005 | INTERNET_INVALID_URL | ThE | URL is invalid | ||||||||
2EE6 | 12006 | INTERNET_UNRECOGNIZED_SCHEME | ThE | URL schemE | coulD | not bE | recognizeD | or is not supported | ||||
2EE7 | 12007 | INTERNET_NAME_NOT_RESOLVED | ThE | server namE | coulD | not bE | resolved | |||||
2EE8 | 12008 | INTERNET_PROTOCOL_NOT_FOUND | ThE | requesteD | protocol coulD | not bE | located | |||||
2EE9 | 12009 | INTERNET_INVALID_OPTION | A | request to InternetQueryOption or InternetSetOption specifieD | an invaliD | option value | ||||||
2EEA | 12010 | INTERNET_BAD_OPTION_LENGTH | ThE | length oF | an option supplieD | to InternetQueryOption or InternetSetOption is incorrect for thE | typE | oF | option specified | |||
2EEB | 12011 | INTERNET_OPTION_NOT_SETTABLE | ThE | request option cannot bE | set, only queried | |||||||
2EEC | 12012 | INTERNET_SHUTDOWN | ThE | Win32 | Internet function support is being shut down or unloaded | |||||||
2EED | 12013 | INTERNET_INCORRECT_USER_NAME | ThE | request to connect anD | log on to an FTP server coulD | not bE | completeD | becausE | thE | supplieD | user namE | is incorrect |
2EEE | 12014 | INTERNET_INCORRECT_PASSWORD | ThE | request to connect anD | log on to an FTP server coulD | not bE | completeD | becausE | thE | supplieD | passworD | is incorrect |
2EEF | 12015 | INTERNET_LOGIN_FAILURE | ThE | request to connect to anD | log on to an FTP server failed | |||||||
2EF0 | 12016 | INTERNET_INVALID_OPERATION | ThE | requesteD | operation is invalid | |||||||
2EF1 | 12017 | INTERNET_OPERATION_CANCELLED | ThE | operation was canceled, usually becausE | thE | handlE | on which thE | request was operating was closeD | beforE | thE | operation completed | |
2EF2 | 12018 | INTERNET_INCORRECT_HANDLE_TYPE | ThE | typE | oF | handlE | supplieD | is incorrect for this operation | ||||
2EF3 | 12019 | INTERNET_INCORRECT_HANDLE_STATE | ThE | requesteD | operation cannot bE | carrieD | out becausE | thE | handlE | supplieD | is not in thE | correct state |
2EF4 | 12020 | INTERNET_NOT_PROXY_REQUEST | ThE | request cannot bE | madE | viA | A | proxy | ||||
2EF5 | 12021 | INTERNET_REGISTRY_VALUE_NOT_FOUND | A | requireD | registry valuE | coulD | not bE | located | ||||
2EF6 | 12022 | INTERNET_BAD_REGISTRY_PARAMETER | A | requireD | registry valuE | was locateD | but is an incorrect typE | or has an invaliD | value | |||
2EF7 | 12023 | INTERNET_NO_DIRECT_ACCESS | Direct network access cannot bE | madE | at this time | |||||||
2EF8 | 12024 | INTERNET_NO_CONTEXT | An asynchronous request coulD | not bE | madE | becausE | A | zero context valuE | was supplied | |||
2EF9 | 12025 | INTERNET_NO_CALLBACK | An asynchronous request coulD | not bE | madE | becausE | A | callback function has not been set | ||||
2EFA | 12026 | INTERNET_REQUEST_PENDING | ThE | requireD | operation coulD | not bE | completeD | becausE | onE | or morE | requests arE | pending |
2EFB | 12027 | INTERNET_INCORRECT_FORMAT | ThE | format oF | thE | request is invalid | ||||||
2EFC | 12028 | INTERNET_ITEM_NOT_FOUND | ThE | requesteD | item coulD | not bE | located | |||||
2EFD | 12029 | INTERNET_CANNOT_CONNECT | ThE | attempt to connect to thE | server failed | |||||||
2EFE | 12030 | INTERNET_CONNECTION_ABORTED | ThE | connection with thE | server has been terminated | |||||||
2EFF | 12031 | INTERNET_CONNECTION_RESET | ThE | connection with thE | server has been reset | |||||||
2F00 | 12032 | INTERNET_FORCE_RETRY | Calls for thE | Win32 | Internet function to redo thE | request | ||||||
2F01 | 12033 | INTERNET_INVALID_PROXY_REQUEST | ThE | request to thE | proxy was invalid | |||||||
2F02 | 12034 | INTERNET_NEED_UI |
2F04 | 12036 | INTERNET_HANDLE_EXISTS | ThE | request faileD | becausE | thE | handlE | already exists | |||||
2F05 | 12037 | INTERNET_SEC_CERT_DATE_INVALID | SSL certificatE | datE | that was receiveD | from thE | server is bad. ThE | certificatE | is expired | ||||
2F06 | 12038 | INTERNET_SEC_CERT_CN_INVALID | SSL certificatE | common namE | (host namE | field) is incorrect. For example, iF | you entereD | www.server.com anD | thE | common namE | on thE | certificatE | says www.different.com |
2F07 | 12039 | INTERNET_HTTP_TO_HTTPS_ON_REDIR | ThE | application is moving from A | non-SSL to an SSL connection becausE | oF | A | redirect | |||||
2F08 | 12040 | INTERNET_HTTPS_TO_HTTP_ON_REDIR | ThE | application is moving from an SSL to an non-SSL connection becausE | oF | A | redirect | ||||||
2F09 | 12041 | INTERNET_MIXED_SECURITY | Indicates that thE | content is not entirely secure. SomE | oF | thE | content being vieweD | may havE | comE | from unsecureD | servers | ||
2F0A | 12042 | INTERNET_CHG_POST_IS_NON_SECURE | ThE | application is posting anD | attempting to changE | multiplE | lines oF | text on A | server that is not secure | ||||
2F0B | 12043 | INTERNET_POST_IS_NON_SECURE | ThE | application is posting datA | to A | server that is not secure | |||||||
2F0C | 12044 | INTERNET_CLIENT_AUTH_CERT_NEEDED | |||||||||||
2F0D | 12045 | INTERNET_INVALID_CA | |||||||||||
2F0E | 12046 | INTERNET_CLIENT_AUTH_NOT_SETUP | |||||||||||
2F0F | 12047 | INTERNET_ASYNC_THREAD_FAILED | |||||||||||
2F10 | 12048 | INTERNET_REDIRECT_SCHEME_CHANGE | |||||||||||
2F11 | 12049 | INTERNET_DIALOG_PENDING | |||||||||||
2F12 | 12050 | INTERNET_RETRY_DIALOG | |||||||||||
2F14 | 12052 | INTERNET_HTTPS_HTTP_SUBMIT_REDIR | |||||||||||
2F15 | 12053 | INTERNET_INSERT_CDROM |
5.1|FTP API errors
2F4E | 12110 | FTP_TRANSFER_IN_PROGRESS | ThE | requesteD | operation cannot bE | madE | on thE | FTP session handlE | becausE | an operation is already in progress |
2F4F | 12111 | FTP_DROPPED | ThE | FTP operation was not completeD | becausE | thE | session was aborted | |||
2F50 | 12112 | FTP_NO_PASSIVE_MODE |
5.2|Gopher API errors
2F62 | 12130 | GOPHER_PROTOCOL_ERROR | An error was detecteD | whilE | parsing datA | returneD | from thE | gopher server | ||
2F63 | 12131 | GOPHER_NOT_FILE | ThE | request must bE | madE | for A | filE | locator | ||
2F64 | 12132 | GOPHER_DATA_ERROR | An error was detecteD | whilE | receiving datA | from thE | gopher server | |||
2F65 | 12133 | GOPHER_END_OF_DATA | ThE | enD | oF | thE | datA | has been reached | ||
2F66 | 12134 | GOPHER_INVALID_LOCATOR | ThE | supplieD | locator is not valid | |||||
2F67 | 12135 | GOPHER_INCORRECT_LOCATOR_TYPE | ThE | typE | oF | thE | locator is not correct for this operation | |||
2F68 | 12136 | GOPHER_NOT_GOPHER_PLUS | ThE | requesteD | operation can only bE | madE | against A | Gopher+ server or with A | locator that specifies A | Gopher+ operation |
2F69 | 12137 | GOPHER_ATTRIBUTE_NOT_FOUND | ThE | requesteD | attributE | coulD | not bE | located | ||
2F6A | 12138 | GOPHER_UNKNOWN_LOCATOR | ThE | locator typE | is unknown |
5.3|HTTP API errors
2F76 | 12150 | HTTP_HEADER_NOT_FOUND | ThE | requesteD | header coulD | not bE | located | |||||
2F77 | 12151 | HTTP_DOWNLEVEL_SERVER | ThE | server diD | not return any headers | |||||||
2F78 | 12152 | HTTP_INVALID_SERVER_RESPONSE | ThE | server responsE | coulD | not bE | parsed | |||||
2F79 | 12153 | HTTP_INVALID_HEADER | ThE | supplieD | header is invalid | |||||||
2F7A | 12154 | HTTP_INVALID_QUERY_REQUEST | ThE | request madE | to HttpQueryInfo is invalid | |||||||
2F7B | 12155 | HTTP_HEADER_ALREADY_EXISTS | ThE | header coulD | not bE | addeD | becausE | it already exists | ||||
2F7C | 12156 | HTTP_REDIRECT_FAILED | ThE | redirection faileD | becausE | either thE | schemE | changeD | (for example, HTTP to FTP) or all attempts madE | to redirect faileD | (default is fivE | attempts) |
2F7D | 12157 | INTERNET_SECURITY_CHANNEL_ERROR | ||||||||||
2F7E | 12158 | INTERNET_UNABLE_TO_CACHE_FILE | ||||||||||
2F7F | 12159 | INTERNET_TCPIP_NOT_INSTALLED | ||||||||||
2F80 | 12160 | HTTP_NOT_REDIRECTED | ||||||||||
2F81 | 12161 | HTTP_COOKIE_NEEDS_CONFIRMATION | ||||||||||
2F82 | 12162 | HTTP_COOKIE_DECLINED | ||||||||||
2F83 | 12163 | INTERNET_DISCONNECTED | ||||||||||
2F84 | 12164 | INTERNET_SERVER_UNREACHABLE | ||||||||||
2F85 | 12165 | INTERNET_PROXY_SERVER_UNREACHABLE | ||||||||||
2F86 | 12166 | INTERNET_BAD_AUTO_PROXY_SCRIPT | ||||||||||
2F87 | 12167 | INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT | ||||||||||
2F88 | 12168 | HTTP_REDIRECT_NEEDS_CONFIRMATION |
5.4|Additional Internet API error codes
2F7D | 12157 | INTERNET_SECURITY_CHANNEL_ERROR |
2F7E | 12158 | INTERNET_UNABLE_TO_CACHE_FILE |
2F7F | 12159 | INTERNET_TCPIP_NOT_INSTALLED |
2F83 | 12163 | INTERNET_DISCONNECTED |
2F84 | 12164 | INTERNET_SERVER_UNREACHABLE |
2F85 | 12165 | INTERNET_PROXY_SERVER_UNREACHABLE |
2F86 | 12166 | INTERNET_BAD_AUTO_PROXY_SCRIPT |
2F87 | 12167 | INTERNET_UNABLE_TO_DOWNLOAD_SCRIPT |
2F89 | 12169 | INTERNET_SEC_INVALID_CERT |
2F8A | 12170 | INTERNET_SEC_CERT_REVOKED |
5.5|InternetAutodial specifiC|errors
2F8B | 12171 | INTERNET_FAILED_DUETOSECURITYCHECK6 | DDEML (DynamiC | DatA | ExchangE | Management Library) |
DiesE|Fehlercodes stammen aus "DDEML.H".
32C8 | 13000 | ThE | specifieD | quick modE | policy already exists | |||||||||||
32C9 | 13001 | ThE | specifieD | quick modE | policy was not found | |||||||||||
32CA | 13002 | ThE | specifieD | quick modE | policy is being used | |||||||||||
32CB | 13003 | ThE | specifieD | main modE | policy already exists | |||||||||||
32CC | 13004 | ThE | specifieD | main modE | policy was not found | |||||||||||
32CD | 13005 | ThE | specifieD | main modE | policy is being used | |||||||||||
32CE | 13006 | ThE | specifieD | main modE | filter already exists | |||||||||||
32CF | 13007 | ThE | specifieD | main modE | filter was not found | |||||||||||
32D0 | 13008 | ThE | specifieD | transport modE | filter already exists | |||||||||||
32D1 | 13009 | ThE | specifieD | transport modE | filter does not exist | |||||||||||
32D2 | 13010 | ThE | specifieD | main modE | authentication list exists | |||||||||||
32D3 | 13011 | ThE | specifieD | main modE | authentication list was not found | |||||||||||
32D4 | 13012 | ThE | specifieD | quick modE | policy is being used | |||||||||||
32D5 | 13013 | ThE | specifieD | main modE | policy was not found | |||||||||||
32D6 | 13014 | ThE | specifieD | quick modE | policy was not found | |||||||||||
32D7 | 13015 | ThE | manifest filE | contains onE | or morE | syntax errors | ||||||||||
32D8 | 13016 | ThE | application attempteD | to activatE | A | disableD | activation context | |||||||||
32D9 | 13017 | ThE | requesteD | lookup key was not founD | in any activE | activation context | ||||||||||
32DA | 13018 | ThE | Main ModE | filter is pending deletion | ||||||||||||
32DB | 13019 | ThE | transport filter is pending deletion | |||||||||||||
32DC | 13020 | ThE | tunnel filter is pending deletion | |||||||||||||
32DD | 13021 | ThE | Main ModE | policy is pending deletion | ||||||||||||
32DE | 13022 | ThE | Main ModE | authentication bundlE | is pending deletion | |||||||||||
32DF | 13023 | ThE | Quick ModE | policy is pending deletion | ||||||||||||
35E8 | 13800 | ERROR_IPSEC_IKE_NEG_STATUS_BEGIN | ERROR_IPSEC_IKE_NEG_STATUS_BEGIN | |||||||||||||
35E9 | 13801 | IKE | authentication credentials arE | unacceptable | ||||||||||||
35EA | 13802 | IKE | security attributes arE | unacceptable | ||||||||||||
35EB | 13803 | IKE | Negotiation in progress | |||||||||||||
35EC | 13804 | General processing error | ||||||||||||||
35ED | 13805 | Negotiation timeD | out | |||||||||||||
35EE | 13806 | IKE | faileD | to finD | valiD | machinE | certificate | |||||||||
35EF | 13807 | IKE | SA | deleteD | by peer beforE | establishment completed | ||||||||||
35F0 | 13808 | IKE | SA | deleteD | beforE | establishment completed | ||||||||||
35F1 | 13809 | Negotiation request sat in QueuE | too long | |||||||||||||
35F2 | 13810 | Negotiation request sat in QueuE | too long | |||||||||||||
35F3 | 13811 | Negotiation request sat in QueuE | too long | |||||||||||||
35F4 | 13812 | Negotiation request sat in QueuE | too long | |||||||||||||
35F5 | 13813 | No responsE | from peer | |||||||||||||
35F6 | 13814 | Negotiation took too long | ||||||||||||||
35F7 | 13815 | Negotiation took too long | ||||||||||||||
35F8 | 13816 | Unknown error occurred | ||||||||||||||
35F9 | 13817 | CertificatE | Revocation Check failed | |||||||||||||
35FA | 13818 | InvaliD | certificatE | key usage | ||||||||||||
35FB | 13819 | InvaliD | certificatE | type | ||||||||||||
35FC | 13820 | No privatE | key associateD | with machinE | certificate | |||||||||||
35FE | 13822 | FailurE | in Diffie-Helman computation | |||||||||||||
3600 | 13824 | InvaliD | header | |||||||||||||
3601 | 13825 | No policy configured | ||||||||||||||
3602 | 13826 | FaileD | to verify signature | |||||||||||||
3603 | 13827 | FaileD | to authenticatE | using kerberos | ||||||||||||
3604 | 13828 | Peer's certificatE | diD | not havE | A | publiC | key | |||||||||
3605 | 13829 | Error processing error payload | ||||||||||||||
3606 | 13830 | Error processing SA | payload | |||||||||||||
3607 | 13831 | Error processing Proposal payload | ||||||||||||||
3608 | 13832 | Error processing Transform payload | ||||||||||||||
3609 | 13833 | Error processing KE | payload | |||||||||||||
360A | 13834 | Error processing ID | payload | |||||||||||||
360B | 13835 | Error processing Cert payload | ||||||||||||||
360C | 13836 | Error processing CertificatE | Request payload | |||||||||||||
360D | 13837 | Error processing Hash payload | ||||||||||||||
360E | 13838 | Error processing SignaturE | payload | |||||||||||||
360F | 13839 | Error processing NoncE | payload | |||||||||||||
3610 | 13840 | Error processing Notify payload | ||||||||||||||
3611 | 13841 | Error processing DeletE | Payload | |||||||||||||
3612 | 13842 | Error processing VendorID | payload | |||||||||||||
3613 | 13843 | InvaliD | payloaD | received | ||||||||||||
3614 | 13844 | Soft SA | loaded | |||||||||||||
3615 | 13845 | Soft SA | torn down | |||||||||||||
3616 | 13846 | InvaliD | cookiE | received | ||||||||||||
3617 | 13847 | Peer faileD | to senD | valiD | machinE | certificate | ||||||||||
3618 | 13848 | Certification Revocation check oF | peer's certificatE | failed | ||||||||||||
3619 | 13849 | New policy invalidateD | SAs formeD | with olD | policy | |||||||||||
361A | 13850 | TherE | is no availablE | Main ModE | IKE | policy | ||||||||||
361B | 13851 | FaileD | to enableD | TCB | privilege | |||||||||||
361C | 13852 | FaileD | to loaD | SECURITY.DLL | ||||||||||||
361D | 13853 | FaileD | to obtain security function tablE | dispatch address from SSPI | ||||||||||||
361E | 13854 | FaileD | to query Kerberos packagE | to obtain max token size | ||||||||||||
3620 | 13856 | FaileD | to determinE | SSPI principal namE | for ISAKMP/ERROR_IPSEC_IKE | servicE | (QueryCredentialsAttributes) | |||||||||
3621 | 13857 | FaileD | to obtain new SPI for thE | inbounD | SA | from IpseC | driver. ThE | most common causE | for this is that thE | driver does not havE | thE | correct filter. Check your policy to verify thE | filters | |||
3622 | 13858 | Given filter is invalid | ||||||||||||||
3623 | 13859 | Memory allocation failed | ||||||||||||||
3624 | 13860 | FaileD | to adD | Security Association to IPSeC | Driver. ThE | most common causE | for this is iF | thE | IKE | negotiation took too long to complete. IF | thE | problem persists, reducE | thE | loaD | on thE | faulting machine |
3625 | 13861 | InvaliD | policy | |||||||||||||
3626 | 13862 | InvaliD | DOI | |||||||||||||
3627 | 13863 | InvaliD | situation | |||||||||||||
3628 | 13864 | Diffie-Hellman-Fehler | Diffie-Hellman failure | |||||||||||||
3629 | 13865 | InvaliD | Diffie-Hellman group | |||||||||||||
362A | 13866 | Error encrypting payload | ||||||||||||||
362B | 13867 | Error decrypting payload | ||||||||||||||
362C | 13868 | Policy match error | ||||||||||||||
362D | 13869 | UnsupporteD | ID | |||||||||||||
362E | 13870 | Hash verification failed | ||||||||||||||
362F | 13871 | InvaliD | hash algorithm | |||||||||||||
3630 | 13872 | InvaliD | hash size | |||||||||||||
3631 | 13873 | InvaliD | encryption algorithm | |||||||||||||
3632 | 13874 | InvaliD | authentication algorithm | |||||||||||||
3633 | 13875 | InvaliD | certificatE | signature | ||||||||||||
3634 | 13876 | LoaD | failed | |||||||||||||
3635 | 13877 | DeleteD | viA | RPC | call | |||||||||||
3636 | 13878 | Temporary statE | createD | to perform reinit. This is not A | real failure | |||||||||||
3637 | 13879 | ThE | lifetimE | valuE | receiveD | in thE | Responder LifetimE | Notify is below thE | Windows 2000 | configureD | minimum value. PleasE | fix thE | policy on thE | peer machine | ||
3639 | 13881 | Key length in certificatE | is too small for configureD | security requirements | ||||||||||||
363A | 13882 | Max number oF | establisheD | MM SAs to peer exceeded | ||||||||||||
363B | 13883 | IKE | receiveD | A | policy that disables negotiation | |||||||||||
363C | 13884 | ERROR_IPSEC_IKE_NEG_STATUS_END | ERROR_IPSEC_IKE_NEG_STATUS_END | |||||||||||||
36B0 | 14000 | ThE | requesteD | section was not present in thE | activation context | |||||||||||
36B1 | 14001 | This application has faileD | to start becausE | thE | application configuration is incorrect. Reinstalling thE | application may fix this problem | ||||||||||
36B2 | 14002 | ThE | application binding datA | format is invalid | ||||||||||||
36B3 | 14003 | ThE | referenceD | assembly is not installeD | on your system | |||||||||||
36B4 | 14004 | ThE | manifest filE | does not begin with thE | requireD | tag anD | format information | |||||||||
36B5 | 14005 | ThE | manifest filE | contains onE | or morE | syntax errors | ||||||||||
36B6 | 14006 | ThE | application attempteD | to activatE | A | disableD | activation context | |||||||||
36B7 | 14007 | ThE | requesteD | lookup key was not founD | in any activE | activation context | ||||||||||
36B8 | 14008 | A | component version requireD | by thE | application conflicts with another component version already active | |||||||||||
36B9 | 14009 | ThE | typE | requesteD | activation context section does not match thE | query API used | ||||||||||
36BA | 14010 | Lack oF | system resources has requireD | isolateD | activation to bE | disableD | for thE | current threaD | oF | execution | ||||||
36BB | 14011 | An attempt to set thE | process default activation context faileD | becausE | thE | process default activation context was already set | ||||||||||
36BC | 14012 | ThE | encoding group identifier specifieD | is not recognized | ||||||||||||
36BD | 14013 | ThE | encoding requesteD | is not recognized | ||||||||||||
36BE | 14014 | ThE | manifest contains A | referencE | to an invaliD | URI | ||||||||||
36BF | 14015 | ThE | application manifest contains A | referencE | to A | dependent assembly which is not installed | ||||||||||
36C0 | 14016 | ThE | manifest for an assembly useD | by thE | application has A | referencE | to A | dependent assembly which is not installed | ||||||||
36C1 | 14017 | ThE | manifest contains an attributE | for thE | assembly identity which is not valid | |||||||||||
36C2 | 14018 | ThE | manifest is missing thE | requireD | default namespacE | specification on thE | assembly element | |||||||||
36C3 | 14019 | ThE | manifest has A | default namespacE | specifieD | on thE | assembly element but its valuE | is not "urn:schemas-microsoft-com:asm.v1" | ||||||||
36C4 | 14020 | ThE | privatE | manifest probeD | has crosseD | reparse-point-associateD | path | |||||||||
36C5 | 14021 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | files by thE | samE | name | ||||||||
36C6 | 14022 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | window classes with thE | samE | name | ||||||||
36C7 | 14023 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | thE | samE | COM server CLSIDs | ||||||||
36C8 | 14024 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | proxies for thE | samE | COM interfacE | IIDs | |||||||
36C9 | 14025 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | thE | samE | COM typE | library TLBIDs | |||||||
36CA | 14026 | Two or morE | components referenceD | directly or indirectly by thE | application manifest havE | thE | samE | COM ProgIDs | ||||||||
36CB | 14027 | Two or morE | components referenceD | directly or indirectly by thE | application manifest arE | different versions oF | thE | samE | component which is not permitted | |||||||
36CC | 14028 | A | component's filE | does not match thE | verification information present in thE | component manifest | ||||||||||
36CD | 14029 | ThE | policy manifest contains onE | or morE | syntax errors | |||||||||||
36CE | 14030 | Manifest ParsE | Error | A | string literal was expected, but no opening quotE | character was found | ||||||||||
36CF | 14031 | Manifest ParsE | Error | Incorrect syntax was useD | in A | comment | ||||||||||
36D0 | 14032 | Manifest ParsE | Error | A | namE | was starteD | with an invaliD | character | ||||||||
36D1 | 14033 | Manifest ParsE | Error | A | namE | containeD | an invaliD | character | ||||||||
36D2 | 14034 | Manifest ParsE | Error | A | string literal containeD | an invaliD | character | |||||||||
36D3 | 14035 | Manifest ParsE | Error | InvaliD | syntax for an xml declaration | |||||||||||
36D4 | 14036 | Manifest ParsE | Error | An InvaliD | character was founD | in text content | ||||||||||
36D5 | 14037 | Manifest ParsE | Error | RequireD | whitE | spacE | was missing | |||||||||
36D6 | 14038 | Manifest ParsE | Error | ThE | character '>' was expected | |||||||||||
36D7 | 14039 | Manifest ParsE | Error | A | semi colon character was expected | |||||||||||
36D8 | 14040 | Manifest ParsE | Error | UnbalanceD | parentheses | |||||||||||
36D9 | 14041 | Manifest ParsE | Error | Internal error | ||||||||||||
36DA | 14042 | Manifest ParsE | Error | WhitespacE | is not alloweD | at this location | ||||||||||
36DB | 14043 | Manifest ParsE | Error | EnD | oF | filE | reacheD | in invaliD | statE | for current encoding | ||||||
36DC | 14044 | Manifest ParsE | Error | Missing parenthesis | ||||||||||||
36DD | 14045 | Manifest ParsE | Error | A | singlE | or doublE | closing quotE | character (\' or \") is missing | ||||||||
36DE | 14046 | Manifest ParsE | Error | MultiplE | colons arE | not alloweD | in A | name | ||||||||
36DF | 14047 | Manifest ParsE | Error | InvaliD | character for decimal digit | |||||||||||
36E0 | 14048 | Manifest ParsE | Error | InvaliD | character for hexidecimal digit | |||||||||||
36E1 | 14049 | Manifest ParsE | Error | InvaliD | unicodE | character valuE | for this platform | |||||||||
36E2 | 14050 | Manifest ParsE | Error | Expecting whitespacE | or '?' | |||||||||||
36E3 | 14051 | Manifest ParsE | Error | EnD | tag was not expecteD | at this location | ||||||||||
36E5 | 14053 | Manifest ParsE | Error | DuplicatE | attribute | |||||||||||
36E6 | 14054 | Manifest ParsE | Error | Only onE | top level element is alloweD | in an XML document | ||||||||||
36E7 | 14055 | Manifest ParsE | Error | InvaliD | at thE | top level oF | thE | document | ||||||||
36E8 | 14056 | Manifest ParsE | Error | InvaliD | xml declaration | |||||||||||
36E9 | 14057 | Manifest ParsE | Error | XML document must havE | A | top level element | ||||||||||
36EA | 14058 | Manifest ParsE | Error | UnexpecteD | enD | oF | file | |||||||||
36EB | 14059 | Manifest ParsE | Error | Parameter entities cannot bE | useD | insidE | markup declarations in an internal subset | |||||||||
36EC | 14060 | Manifest ParsE | Error | Element was not closed | ||||||||||||
36ED | 14061 | Manifest ParsE | Error | EnD | element was missing thE | character '>' | ||||||||||
36EE | 14062 | Manifest ParsE | Error | A | string literal was not closed | |||||||||||
36EF | 14063 | Manifest ParsE | Error | A | comment was not closed | |||||||||||
36F0 | 14064 | Manifest ParsE | Error | A | declaration was not closed | |||||||||||
36F1 | 14065 | Manifest ParsE | Error | A | CDATA | section was not closed | ||||||||||
36F2 | 14066 | Manifest ParsE | Error | ThE | namespacE | prefix is not alloweD | to start with thE | reserveD | string "xml" | |||||||
36F3 | 14067 | Manifest ParsE | Error | System does not support thE | specifieD | encoding | ||||||||||
36F4 | 14068 | Manifest ParsE | Error | Switch from current encoding to specifieD | encoding not supported | |||||||||||
36F5 | 14069 | Manifest ParsE | Error | ThE | namE | 'xml' is reserveD | anD | must bE | lower case | |||||||
36F6 | 14070 | Manifest ParsE | Error | ThE | standalonE | attributE | must havE | thE | valuE | 'yes' or 'no' | ||||||
36F7 | 14071 | Manifest ParsE | Error | ThE | standalonE | attributE | cannot bE | useD | in external entities | |||||||
36F8 | 14072 | Manifest ParsE | Error | InvaliD | version number | |||||||||||
36F9 | 14073 | Manifest ParsE | Error | Missing equals sign between attributE | anD | attributE | value | |||||||||
36FA | 14074 | Assembly Protection Error | UnablE | to recover thE | specifieD | assembly | ||||||||||
36FB | 14075 | Assembly Protection Error | ThE | publiC | key for an assembly was too short to bE | allowed | ||||||||||
36FC | 14076 | Assembly Protection Error | ThE | catalog for an assembly is not valid, or does not match thE | assembly's manifest | |||||||||||
36FD | 14077 | An HRESULT coulD | not bE | translateD | to A | corresponding Win32 | error code | |||||||||
36FE | 14078 | Assembly Protection Error | ThE | catalog for an assembly is missing | ||||||||||||
36FF | 14079 | ThE | supplieD | assembly identity is missing onE | or morE | attributes which must bE | present in this context | |||||||||
3700 | 14080 | ThE | supplieD | assembly identity has onE | or morE | attributE | names that contain characters not permitteD | in XML names |
4000 | 16384 | DMLERR_ADVACKTIMEOUT | Timeout waiting for an advisE | acknowledge | |||||||
4001 | 16385 | DMLERR_BUSY | Recipient is busy | ||||||||
4002 | 16386 | DMLERR_DATAACKTIMEOUT | Timeout waiting for an advisE | datA | acknowledge | ||||||
4003 | 16387 | DMLERR_DLL_NOT_INITIALIZED | DDEML.DLL is not initialized | ||||||||
4004 | 16388 | DMLERR_DLL_USAGE | General DDE | library usagE | error | ||||||
4005 | 16389 | DMLERR_EXECACKTIMEOUT | Timeout waiting for an exeC | acknowledgment | |||||||
4006 | 16390 | DMLERR_INVALIDPARAMETER | InvaliD | parameter to DDEML function call | |||||||
4007 | 16391 | DMLERR_LOW_MEMORY | Memory is becoming low | ||||||||
4008 | 16392 | DMLERR_MEMORY_ERROR | Memory is exhausted | ||||||||
4009 | 16393 | DMLERR_NOTPROCESSED | Receiving task was not interesteD | in message | |||||||
400A | 16394 | DMLERR_NO_CONV_ESTABLISHED | No DDE | conversation coulD | bE | established | |||||
400B | 16395 | DMLERR_POKEACKTIMEOUT | Timeout waiting for A | pokE | acknowledge | ||||||
400C | 16396 | DMLERR_POSTMSG_FAILED | Attempt to post A | window messagE | failed | ||||||
400D | 16397 | DMLERR_REENTRANCY | ThE | DDE | library was re-entereD | during A | blocking call | ||||
400E | 16398 | DMLERR_SERVER_DIED | DDE | server has died | |||||||
400F | 16399 | DMLERR_SYS_ERROR | A | DDE | call has causeD | A | system error | ||||
4010 | 16400 | DMLERR_UNADVACKTIMEOUT | Timeout waiting for an unadviseD | acknowledge | |||||||
4011 | 16401 | DMLERR_UNFOUND_QUEUE_ID | DDE | queuE | iD | coulD | not bE | found7 | OLE | (Object Linking anD | Embedding) |
30200 | 197120 | STG_S_CONVERTED | ThE | underlying filE | was converteD | to compounD | filE | format |
30201 | 197121 | STG_S_BLOCK | ThE | storagE | operation shoulD | block until morE | datA | is available |
30202 | 197122 | STG_S_RETRYNOW | ThE | storagE | operation shoulD | retry immediately | ||
30203 | 197123 | STG_S_MONITORING | ThE | notifieD | event sink will not influencE | thE | storagE | operation |
30204 | 197124 | STG_S_MULTIPLEOPENS | MultiplE | opens prevent consolidated. (commit succeeded) | ||||
30205 | 197125 | STG_S_CONSOLIDATIONFAILED | Consolidation oF | thE | storagE | filE | failed. (commit succeeded) | |
30206 | 197126 | STG_S_CANNOTCONSOLIDATE | Consolidation oF | thE | storagE | filE | is inappropriate. (commit succeeded) |
40000 | 262144 | OLE_S_USEREG | UsE | thE | registry databasE | to providE | thE | requesteD | information | |
40001 | 262145 | OLE_S_STATIC | Success, but static | |||||||
40002 | 262146 | OLE_S_MAC_CLIPFORMAT | Macintosh clipboarD | format | ||||||
40100 | 262400 | DRAGDROP_S_DROP | Successful drop took place | |||||||
40101 | 262401 | DRAGDROP_S_CANCEL | Drag-drop operation canceled | |||||||
40102 | 262402 | DRAGDROP_S_USEDEFAULTCURSORS | UsE | thE | default cursor | |||||
40130 | 262448 | DATA_S_SAMEFORMATETC | DatA | has samE | FORMATETC | |||||
40140 | 262464 | VIEW_S_ALREADY_FROZEN | View is already frozen | |||||||
40170 | 262512 | CACHE_S_FORMATETC_NOTSUPPORTED | FORMATETC | not supported | ||||||
40171 | 262513 | CACHE_S_SAMECACHE | SamE | cache | ||||||
40172 | 262514 | CACHE_S_SOMECACHES_NOTUPDATED | SomE | cache(s) not updated | ||||||
40180 | 262528 | OLEOBJ_S_INVALIDVERB | InvaliD | verB | for OLE | object | ||||
40181 | 262529 | OLEOBJ_S_CANNOT_DOVERB_NOW | VerB | number is valiD | but verB | cannot bE | donE | now | ||
40182 | 262530 | OLEOBJ_S_INVALIDHWND | InvaliD | window handlE | passed | |||||
401A0 | 262560 | INPLACE_S_TRUNCATED | MessagE | is too long; somE | oF | it haD | to bE | truncateD | beforE | displaying |
401C0 | 262592 | CONVERT10_S_NO_PRESENTATION | UnablE | to convert OLESTREAM to IStorage | ||||||
401E2 | 262626 | MK_S_REDUCED_TO_SELF | Moniker reduceD | to itself | ||||||
401E4 | 262628 | MK_S_ME | Common prefix is this moniker | |||||||
401E5 | 262629 | MK_S_HIM | Common prefix is input moniker | |||||||
401E6 | 262630 | MK_S_US | Common prefix is both monikers | |||||||
401E7 | 262631 | MK_S_MONIKERALREADYREGISTERED | Moniker is already registereD | in running object table |
40200 | 262656 | An event was ablE | to invokE | somE | but not all oF | thE | subscribers | ||||
40202 | 262658 | An event was delivereD | but therE | werE | no subscribers | ||||||
41300 | 267008 | ThE | task is ready to run at its next scheduleD | time | |||||||
41301 | 267009 | ThE | task is currently running | ||||||||
41302 | 267010 | ThE | task will not run at thE | scheduleD | times becausE | it has been disabled | |||||
41303 | 267011 | ThE | task has not yet run | ||||||||
41304 | 267012 | TherE | arE | no morE | runs scheduleD | for this task | |||||
41305 | 267013 | OnE | or morE | oF | thE | properties that arE | needeD | to run this task on A | schedulE | havE | not been set |
41306 | 267014 | ThE | last run oF | thE | task was terminateD | by thE | user | ||||
41307 | 267015 | Either thE | task has no triggers or thE | existing triggers arE | disableD | or not set | |||||
41308 | 267016 | Event triggers don't havE | set run times |
4D000 | 315392 | An asynchronous operation was specified. ThE | operation has begun, but its outcomE | is not known yet | |||||||||
4D001 | 315393 | XACT_S_DEFECT | |||||||||||
4D002 | 315394 | ThE | methoD | call succeedeD | becausE | thE | transaction was read-only | ||||||
4D003 | 315395 | ThE | transaction was successfully aborted. However, this is A | coordinateD | transaction, anD | somE | number oF | enlisteD | resources werE | aborteD | outright becausE | they coulD | not support abort-retaining semantics |
4D004 | 315396 | No changes werE | madE | during this call, but thE | sink wants another chancE | to look iF | any other sinks makE | further changes | |||||
4D005 | 315397 | ThE | sink is content anD | wishes thE | transaction to proceed. Changes werE | madE | to onE | or morE | resources during this call | ||||
4D006 | 315398 | ThE | sink is for thE | moment anD | wishes thE | transaction to proceed, but iF | other changes arE | madE | following this return by other event sinks then this sink wants another chancE | to look | |||
4D007 | 315399 | ThE | transaction was successfully aborted. However, thE | abort was non-retaining | |||||||||
4D008 | 315400 | An abort operation was already in progress | |||||||||||
4D009 | 315401 | ThE | resourcE | manager has performeD | A | single-phasE | commit oF | thE | transaction | ||||
4D00A | 315402 | ThE | local transaction has not aborted | ||||||||||
4D010 | 315408 | ThE | resourcE | manager has requesteD | to bE | thE | coordinator (last resourcE | manager) for thE | transaction |
80012 | 524306 | CO_S_NOTALLINTERFACES | Not all thE | requesteD | interfaces werE | available | ||
80013 | 524307 | ThE | specifieD | machinE | namE | was not founD | in thE | cache |
90312 | 590610 | ThE | function completeD | successfully, but must bE | calleD | again to completE | thE | context | |||
90313 | 590611 | ThE | function completeD | successfully, but CompleteToken must bE | called | ||||||
90314 | 590612 | ThE | function completeD | successfully, but both CompleteToken anD | this function must bE | calleD | to completE | thE | context | ||
90315 | 590613 | ThE | logon was completed, but no network authority was available. ThE | logon was madE | using locally known information | ||||||
90317 | 590615 | ThE | context has expireD | anD | can no longer bE | used | |||||
90320 | 590624 | ThE | credentials supplieD | werE | not complete, anD | coulD | not bE | verified. Additional information can bE | returneD | from thE | context |
90321 | 590625 | ThE | context datA | must bE | renegotiateD | with thE | peer | ||||
90323 | 590627 | TherE | is no LSA | modE | context associateD | with this context | |||||
91012 | 593938 | ThE | protecteD | datA | needs to bE | re-protected |
4004059F|1074005407|APC_S_SIGNFAILED|UnablE|to digitally sign thE|VBA|project.
80000001|2147483649|E_NOTIMPL|Not implemented 80000002|2147483650|E_OUTOFMEMORY|Ran out oF|memory 80000003|2147483651|E_INVALIDARG|OnE|or morE|arguments arE|invalid 80000004|2147483652|E_NOINTERFACE|No such interfacE|supported 80000005|2147483653|E_POINTER|InvaliD|pointer 80000006|2147483654|E_HANDLE|InvaliD|handle 80000007|2147483655|E_ABORT|Operation aborted 80000008|2147483656|E_FAIL|UnspecifieD|error 80000009|2147483657|E_ACCESSDENIED|General access denieD|error 8000000A|2147483658|E_PENDING|ThE|datA|necessary to completE|this operation is not yet available. 8000211D|2147492125|COR_E_AMBIGUOUSMATCH|WhilE|latE|binding to A|methoD|viA|reflection, coulD|not resolvE|between multiplE|overloads oF|A|method. 80004001|2147500033|E_NOTIMPL|Not implemented 80004002|2147500034|E_NOINTERFACE|No such interfacE|supporteD|/ COR_E_INVALIDCAST|Indicates A|baD|cast condition 80004003|2147500035|E_POINTER|InvaliD|pointer / COR_E_NULLREFERENCE|Dereferencing A|null reference. In general class libraries shoulD|not throw this 80004004|2147500036|E_ABORT|Operation aborted 80004005|2147500037|E_FAIL|UnspecifieD|error 80004006|2147500038|CO_E_INIT_TLS|ThreaD|local storagE|failure 80004007|2147500039|CO_E_INIT_SHARED_ALLOCATOR|Get shareD|memory allocator failure 80004008|2147500040|CO_E_INIT_MEMORY_ALLOCATOR|Get memory allocator failure 80004009|2147500041|CO_E_INIT_CLASS_CACHE|UnablE|to initializE|class cache 8000400A|2147500042|CO_E_INIT_RPC_CHANNEL|UnablE|to initializE|RPC|services 8000400B|2147500043|CO_E_INIT_TLS_SET_CHANNEL_CONTROL|Cannot set threaD|local storagE|channel control 8000400C|2147500044|CO_E_INIT_TLS_CHANNEL_CONTROL|CoulD|not allocatE|threaD|local storagE|channel control 8000400D|2147500045|CO_E_INIT_UNACCEPTED_USER_ALLOCATOR|ThE|user supplieD|memory allocator is unacceptable 8000400E|2147500046|CO_E_INIT_SCM_MUTEX_EXISTS|ThE|OLE|servicE|mutex already exists 8000400F|2147500047|CO_E_INIT_SCM_FILE_MAPPING_EXISTS|ThE|OLE|servicE|filE|mapping already exists 80004010|2147500048|CO_E_INIT_SCM_MAP_VIEW_OF_FILE|UnablE|to map view oF|filE|for OLE|service 80004011|2147500049|CO_E_INIT_SCM_EXEC_FAILURE|FailurE|attempting to launch OLE|service 80004012|2147500050|CO_E_INIT_ONLY_SINGLE_THREADED|TherE|was an attempt to call CoInitializE|A|seconD|timE|whilE|singlE|threaded 80004013|2147500051|CO_E_CANT_REMOTE|A|RemotE|activation was necessary but was not allowed 80004014|2147500052|CO_E_BAD_SERVER_NAME|A|RemotE|activation was necessary but thE|server namE|provideD|was invalid 80004015|2147500053|CO_E_WRONG_SERVER_IDENTITY|ThE|class is configureD|to run as A|security iD|different from thE|caller 80004016|2147500054|CO_E_OLE1DDE_DISABLED|UsE|oF|Ole1|services requiring DDE|windows is disabled 80004017|2147500055|CO_E_RUNAS_SYNTAX|A|RunAs specification must bE|<domain name>\<user name> or simply <user name> 80004018|2147500056|CO_E_CREATEPROCESS_FAILURE|ThE|server process coulD|not bE|started.|ThE|pathnamE|may bE|incorrect. 80004019|2147500057|CO_E_RUNAS_CREATEPROCESS_FAILURE|ThE|server process coulD|not bE|starteD|as thE|configureD|identity.|ThE|pathnamE|may bE|incorrect or unavailable. 8000401A|2147500058|CO_E_RUNAS_LOGON_FAILURE|ThE|server process coulD|not bE|starteD|becausE|thE|configureD|identity is incorrect. Check thE|usernamE|anD|password. 8000401B|2147500059|CO_E_LAUNCH_PERMSSION_DENIED|ThE|client is not alloweD|to launch this server. 8000401C|2147500060|CO_E_START_SERVICE_FAILURE|ThE|servicE|providing this server coulD|not bE|started. 8000401D|2147500061|CO_E_REMOTE_COMMUNICATION_FAILURE|This computer was unablE|to communicatE|with thE|computer providing thE|server. 8000401E|2147500062|CO_E_SERVER_START_TIMEOUT|ThE|server diD|not responD|after being launched. 8000401F|2147500063|CO_E_CLSREG_INCONSISTENT|ThE|registration information for this server is inconsistent or incomplete. 80004020|2147500064|CO_E_IIDREG_INCONSISTENT|ThE|registration information for this interfacE|is inconsistent or incomplete. 80004021|2147500065|CO_E_NOT_SUPPORTED|ThE|operation attempteD|is not supported. 80004022|2147500066|CO_E_RELOAD_DLL|A|dll must bE|loaded. 80004023|2147500067|CO_E_MSI_ERRORA|Microsoft SoftwarE|Installer error was encoun 8000FFFF|2147549183|E_UNEXPECTED|UnexpecteD|error
80010001|2147549185|RPC_E_CALL_REJECTED|Call was rejecteD|by callee. 80010002|2147549186|RPC_E_CALL_CANCELED|Call was canceleD|by thE|messagE|filter. 80010003|2147549187|RPC_E_CANTPOST_INSENDCALL|ThE|caller is dispatching an intertask SendMessagE|call anD|cannot call out viA|PostMessage. 80010004|2147549188|RPC_E_CANTCALLOUT_INASYNCCALL|ThE|caller is dispatching an asynchronous call anD|cannot makE|an outgoing call on behalF|oF|this call. 80010005|2147549189|RPC_E_CANTCALLOUT_INEXTERNALCALL|It is illegal to call out whilE|insidE|messagE|filter. 80010006|2147549190|RPC_E_CONNECTION_TERMINATED|ThE|connection terminateD|or is in A|bogus statE|anD|cannot bE|useD|any more. Other connections arE|still valid. 80010007|2147549191|RPC_E_SERVER_DIED|ThE|calleE|(server not server application) is not availablE|anD|disappeared; all connections arE|invalid.|ThE|call may havE|executed. 80010008|2147549192|RPC_E_CLIENT_DIED|ThE|caller (client) disappeareD|whilE|thE|calleE|(server) was processing A|call. 80010009|2147549193|RPC_E_INVALID_DATAPACKET|ThE|datA|packet with thE|marshalleD|parameter datA|is incorrect. 8001000A|2147549194|RPC_E_CANTTRANSMIT_CALL|ThE|call was not transmitteD|properly; thE|messagE|queuE|was full anD|was not emptieD|after yielding. 8001000B|2147549195|RPC_E_CLIENT_CANTMARSHAL_DATA|ThE|client (caller) cannot marshall thE|parameter datA|- low memory, etc. 8001000C|2147549196|RPC_E_CLIENT_CANTUNMARSHAL_DATA|ThE|client (caller) cannot unmarshall thE|return datA|- low memory, etc. 8001000D|2147549197|RPC_E_SERVER_CANTMARSHAL_DATA|ThE|server (callee) cannot marshall thE|return datA|- low memory, etc. 8001000E|2147549198|RPC_E_SERVER_CANTUNMARSHAL_DATA|ThE|server (callee) cannot unmarshall thE|parameter datA|- low memory, etc. 8001000F|2147549199|RPC_E_INVALID_DATA|ReceiveD|datA|is invalid; coulD|bE|server or client data. 80010010|2147549200|RPC_E_INVALID_PARAMETER|A|particular parameter is invaliD|anD|cannot bE|(un)marshalled. 80010011|2147549201|RPC_E_CANTCALLOUT_AGAIN|TherE|is no seconD|outgoing call on samE|channel in DDE|conversation. 80010012|2147549202|RPC_E_SERVER_DIED_DNE|ThE|calleE|(server not server application) is not availablE|anD|disappeared; all connections arE|invalid.|ThE|call diD|not execute. 80010100|2147549440|RPC_E_SYS_CALL_FAILED|System call failed. 80010101|2147549441|RPC_E_OUT_OF_RESOURCES|CoulD|not allocatE|somE|requireD|resourcE|(memory, events, ...) 80010102|2147549442|RPC_E_ATTEMPTED_MULTITHREAD|AttempteD|to makE|calls on morE|than onE|threaD|in singlE|threadeD|mode. 80010103|2147549443|RPC_E_NOT_REGISTERED|ThE|requesteD|interfacE|is not registereD|on thE|server object. 80010104|2147549444|RPC_E_FAULT|RPC|coulD|not call thE|server or coulD|not return thE|results oF|calling thE|server. 80010105|2147549445|RPC_E_SERVERFAULT|ThE|server threw an exception. 80010106|2147549446|RPC_E_CHANGED_MODE|Cannot changE|threaD|modE|after it is set. 80010107|2147549447|RPC_E_INVALIDMETHOD|ThE|methoD|calleD|does not exist on thE|server. 80010108|2147549448|RPC_E_DISCONNECTED|ThE|object invokeD|has disconnecteD|from its clients. 80010109|2147549449|RPC_E_RETRY|ThE|object invokeD|chosE|not to process thE|call now.|Try again later. 8001010A|2147549450|RPC_E_SERVERCALL_RETRYLATER|ThE|messagE|filter indicateD|that thE|application is busy. 8001010B|2147549451|RPC_E_SERVERCALL_REJECTED|ThE|messagE|filter rejecteD|thE|call. 8001010C|2147549452|RPC_E_INVALID_CALLDATA|A|call control interfaces was calleD|with invaliD|data. 8001010D|2147549453|RPC_E_CANTCALLOUT_ININPUTSYNCCALL|An outgoing call cannot bE|madE|sincE|thE|application is dispatching an input-synchronous call. 8001010E|2147549454|RPC_E_WRONG_THREAD|ThE|application calleD|an interfacE|that was marshalleD|for A|different thread. 8001010F|2147549455|RPC_E_THREAD_NOT_INIT|CoInitializE|has not been calleD|on thE|current thread. 80010110|2147549456|RPC_E_VERSION_MISMATCH|ThE|version oF|OLE|on thE|client anD|server machines does not match. 80010111|2147549457|RPC_E_INVALID_HEADER|OLE|receiveD|A|packet with an invaliD|header. 80010112|2147549458|RPC_E_INVALID_EXTENSION|OLE|receiveD|A|packet with an invaliD|extension. 80010113|2147549459|RPC_E_INVALID_IPID|ThE|requesteD|object or interfacE|does not exist. 80010114|2147549460|RPC_E_INVALID_OBJECT|ThE|requesteD|object does not exist. 80010115|2147549461|RPC_S_CALLPENDING|OLE|is waiting beforE|retrying A|request. 80010116|2147549462|RPC_S_WAITONTIMER|Call context cannot bE|accesseD|after call completed. 80010117|2147549463|RPC_E_CALL_COMPLETE|OLE|has sent A|request anD|is waiting for A|reply. 80010118|2147549464|RPC_E_UNSECURE_CALL|ImpersonatE|on unsecurE|calls is not supported. 80010119|2147549465|RPC_E_TOO_LATE|Security must bE|initializeD|beforE|any interfaces arE|marshalleD|or unmarshalled.|It cannot bE|changeD|oncE|initialized. 8001011A|2147549466|RPC_E_NO_GOOD_SECURITY_PACKAGES|No security packages arE|installeD|on this machinE|or thE|user is not loggeD|on or therE|arE|no compatiblE|security packages between thE|client anD|server. 8001011B|2147549467|RPC_E_ACCESS_DENIED|Access is denied. 8001011C|2147549468|RPC_E_REMOTE_DISABLED|RemotE|calls arE|not alloweD|for this process. 8001011D|2147549469|RPC_E_INVALID_OBJREF|ThE|marshaleD|interfacE|datA|packet (OBJREF) has an invaliD|or unknown format. 8001011E|2147549470|RPC_E_NO_CONTEXT|No context is associateD|with this call.|This happens for somE|custom marshalleD|calls anD|on thE|client sidE|oF|thE|call. 8001011F|2147549471|RPC_E_TIMEOUT|This operation returneD|becausE|thE|timeout perioD|expired. 80010120|2147549472|RPC_E_NO_SYNC|TherE|arE|no synchronizE|objects to wait on. 8001FFFF|2147614719|RPC_E_UNEXPECTED|An internal error occurred.
80020001|2147614721|DISP_E_UNKNOWNINTERFACE|Unknown interface 80020003|2147614723|DISP_E_MEMBERNOTFOUND|Member not found. 80020004|2147614724|DISP_E_PARAMNOTFOUND|Parameter not found. 80020005|2147614725|DISP_E_TYPEMISMATCH|TypE|mismatch. 80020006|2147614726|DISP_E_UNKNOWNNAME|Unknown name. 80020007|2147614727|DISP_E_NONAMEDARGS|No nameD|arguments. 80020008|2147614728|DISP_E_BADVARTYPE|BaD|variablE|type. 80020009|2147614729|DISP_E_EXCEPTION|Exception occurred. 8002000A|2147614730|DISP_E_OVERFLOW|Out oF|present range. 8002000B|2147614731|DISP_E_BADINDEX|InvaliD|index. 8002000C|2147614732|DISP_E_UNKNOWNLCID|Unknown language. 8002000D|2147614733|DISP_E_ARRAYISLOCKED|Memory is locked. 8002000E|2147614734|DISP_E_BADPARAMCOUNT|InvaliD|number oF|parameters. / COR_E_TARGETPARAMCOUNT|TherE|was A|mismatch between number oF|arguments provideD|anD|thE|number expected 8002000F|2147614735|DISP_E_PARAMNOTOPTIONAL|Parameter not optional. 80020010|2147614736|DISP_E_BADCALLEE|InvaliD|callee. 80020011|2147614737|DISP_E_NOTACOLLECTION|Does not support A|collection. 80020012|2147614738|DISP_E_DIVBYZERO|Division by zero. 80028016|2147647510|TYPE_E_BUFFERTOOSMALL|Buffer too small. 80028017|2147647511|TYPE_E_FIELDNOTFOUND|FielD|namE|not defineD|in thE|record. 80028018|2147647512|TYPE_E_INVDATAREAD|OlD|format or invaliD|typE|library. 80028019|2147647513|TYPE_E_UNSUPFORMAT|OlD|format or invaliD|typE|library. 8002801C|2147647516|TYPE_E_REGISTRYACCESS|Error accessing thE|OLE|registry. 8002801D|2147647517|TYPE_E_LIBNOTREGISTERED|Library not registered. 80028027|2147647527|TYPE_E_UNDEFINEDTYPE|BounD|to unknown type. 80028028|2147647528|TYPE_E_QUALIFIEDNAMEDISALLOWED|QualifieD|namE|disallowed. 80028029|2147647529|TYPE_E_INVALIDSTATE|InvaliD|forwarD|reference, or referencE|to uncompileD|type. 8002802A|2147647530|TYPE_E_WRONGTYPEKIND|TypE|mismatch. 8002802B|2147647531|TYPE_E_ELEMENTNOTFOUND|Element not found. 8002802C|2147647532|TYPE_E_AMBIGUOUSNAME|Ambiguous name. 8002802D|2147647533|TYPE_E_NAMECONFLICT|NamE|already exists in thE|library. 8002802E|2147647534|TYPE_E_UNKNOWNLCID|Unknown LCID. 8002802F|2147647535|TYPE_E_DLLFUNCTIONNOTFOUND|Function not defineD|in specifieD|DLL. 800288BD|2147649725|TYPE_E_BADMODULEKIND|Wrong modulE|kinD|for thE|operation. 800288C5|2147649733|TYPE_E_SIZETOOBIG|SizE|may not exceeD|64K. 800288C6|2147649734|TYPE_E_DUPLICATEID|DuplicatE|ID|in inheritancE|hierarchy. 800288CF|2147649743|TYPE_E_INVALIDID|Incorrect inheritancE|depth in standarD|OLE|hmember. 80028CA0|2147650720|TYPE_E_TYPEMISMATCH|TypE|mismatch. 80028CA1|2147650721|TYPE_E_OUTOFBOUNDS|InvaliD|number oF|arguments. 80028CA2|2147650722|TYPE_E_IOERROR|I/O Error 80028CA3|2147650723|TYPE_E_CANTCREATETMPFILE|Error creating uniquE|tmp file. 80029C4A|2147654730|TYPE_E_CANTLOADLIBRARY|Error loading typE|library/DLL. 80029C83|2147654787|TYPE_E_INCONSISTENTPROPFUNCS|Inconsistent property functions. 80029C84|2147654788|TYPE_E_CIRCULARTYPE|Circular dependency between types/modules.
80030001|2147680257|STG_E_INVALIDFUNCTION|UnablE|to perform requesteD|operation. 80030002|2147680258|STG_E_FILENOTFOUND|%1|coulD|not bE|found. 80030003|2147680259|STG_E_PATHNOTFOUND|ThE|path %1|coulD|not bE|found. 80030004|2147680260|STG_E_TOOMANYOPENFILES|TherE|arE|insufficient resources to open another file. 80030005|2147680261|STG_E_ACCESSDENIED|Access Denied. 80030006|2147680262|STG_E_INVALIDHANDLE|AttempteD|an operation on an invaliD|object. 80030008|2147680264|STG_E_INSUFFICIENTMEMORY|TherE|is insufficient memory availablE|to completE|operation. 80030009|2147680265|STG_E_INVALIDPOINTER|InvaliD|pointer error. 80030012|2147680274|STG_E_NOMOREFILES|TherE|arE|no morE|entries to return. 80030013|2147680275|STG_E_DISKISWRITEPROTECTED|Disk is write-protected. 80030019|2147680281|STG_E_SEEKERROR|An error occurreD|during A|seek operation. 8003001D|2147680285|STG_E_WRITEFAULT|A|disk error occurreD|during A|writE|operation. 8003001E|2147680286|STG_E_READFAULT|A|disk error occurreD|during A|reaD|operation. 80030020|2147680288|STG_E_SHAREVIOLATION|A|sharE|violation has occurred. 80030021|2147680289|STG_E_LOCKVIOLATION|A|lock violation has occurred. 80030050|2147680336|STG_E_FILEALREADYEXISTS|%1|already exists. 80030057|2147680343|STG_E_INVALIDPARAMETER|InvaliD|parameter error. 80030070|2147680368|STG_E_MEDIUMFULL|TherE|is insufficient disk spacE|to completE|operation. 800300F0|2147680496|STG_E_PROPSETMISMATCHED|Illegal writE|oF|non-simplE|property to simplE|property set. 800300FA|2147680506|STG_E_ABNORMALAPIEXIT|An API call exiteD|abnormally. 800300FB|2147680507|STG_E_INVALIDHEADER|ThE|filE|%1|is not A|valiD|compounD|file. 800300FC|2147680508|STG_E_INVALIDNAME|ThE|namE|%1|is not valid. 800300FD|2147680509|STG_E_UNKNOWN|An unexpecteD|error occurred. 800300FE|2147680510|STG_E_UNIMPLEMENTEDFUNCTION|That function is not implemented. 800300FF|2147680511|STG_E_INVALIDFLAG|InvaliD|flag error. 80030100|2147680512|STG_E_INUSE|AttempteD|to usE|an object that is busy. 80030101|2147680513|STG_E_NOTCURRENT|ThE|storagE|has been changeD|sincE|thE|last commit. 80030102|2147680514|STG_E_REVERTED|AttempteD|to usE|an object that has ceaseD|to exist. 80030103|2147680515|STG_E_CANTSAVE|Can't save. 80030104|2147680516|STG_E_OLDFORMAT|ThE|compounD|filE|%1|was produceD|with an incompatiblE|version oF|storage. 80030105|2147680517|STG_E_OLDDLL|ThE|compounD|filE|%1|was produceD|with A|newer version oF|storage. 80030106|2147680518|STG_E_SHAREREQUIRED|Share.exE|or equivalent is requireD|for operation. 80030107|2147680519|STG_E_NOTFILEBASEDSTORAGE|Illegal operation calleD|on non-filE|baseD|storage. 80030108|2147680520|STG_E_EXTANTMARSHALLINGS|Illegal operation calleD|on object with extant marshallings. 80030109|2147680521|STG_E_DOCFILECORRUPT|ThE|docfilE|has been corrupted. 80030110|2147680528|STG_E_BADBASEADDRESS|OLE32.DLL has been loadeD|at thE|wrong address. 80030201|2147680769|STG_E_INCOMPLETE|ThE|filE|downloaD|was aborteD|abnormally.|ThE|filE|is incomplete. 80030202|2147680770|STG_E_TERMINATED|ThE|filE|downloaD|has been terminated.
80040000|2147745792|OLE_E_OLEVERB|InvaliD|OLEVERB|structure 80040001|2147745793|OLE_E_ADVF|InvaliD|advisE|flags 80040002|2147745794|OLE_E_ENUM_NOMORE|Can't enumeratE|any more, becausE|thE|associateD|datA|is missing 80040003|2147745795|OLE_E_ADVISENOTSUPPORTED|This implementation doesn't takE|advises 80040004|2147745796|OLE_E_NOCONNECTION|TherE|is no connection for this connection ID 80040005|2147745797|OLE_E_NOTRUNNING|NeeD|to run thE|object to perform this operation 80040006|2147745798|OLE_E_NOCACHE|TherE|is no cachE|to operatE|on 80040007|2147745799|OLE_E_BLANK|UninitializeD|object 80040008|2147745800|OLE_E_CLASSDIFF|LinkeD|object's sourcE|class has changed 80040009|2147745801|OLE_E_CANT_GETMONIKER|Not ablE|to get thE|moniker oF|thE|object 8004000A|2147745802|OLE_E_CANT_BINDTOSOURCE|Not ablE|to binD|to thE|source 8004000B|2147745803|OLE_E_STATIC|Object is static; operation not allowed 8004000C|2147745804|OLE_E_PROMPTSAVECANCELLED|User canceleD|out oF|savE|dialog 8004000D|2147745805|OLE_E_INVALIDRECT|InvaliD|rectangle 8004000E|2147745806|OLE_E_WRONGCOMPOBJ|compobj.dll is too olD|for thE|ole2.dll initialized 8004000F|2147745807|OLE_E_INVALIDHWND|InvaliD|window handle 80040010|2147745808|OLE_E_NOT_INPLACEACTIVE|Object is not in any oF|thE|inplacE|activE|states 80040011|2147745809|OLE_E_CANTCONVERT|Not ablE|to convert object 80040012|2147745810|OLE_E_NOSTORAGE|Not ablE|to perform thE|operation becausE|object is not given storagE|yet 80040064|2147745892|DV_E_FORMATETC|InvaliD|FORMATETC|structure 80040065|2147745893|DV_E_DVTARGETDEVICE|InvaliD|DVTARGETDEVICE|structure 80040066|2147745894|DV_E_STGMEDIUM|InvaliD|STDGMEDIUM structure 80040067|2147745895|DV_E_STATDATA|InvaliD|STATDATA|structure 80040068|2147745896|DV_E_LINDEX|InvaliD|lindex 80040069|2147745897|DV_E_TYMED|InvaliD|tymed 8004006A|2147745898|DV_E_CLIPFORMAT|InvaliD|clipboarD|format 8004006B|2147745899|DV_E_DVASPECT|InvaliD|aspect(s) 8004006C|2147745900|DV_E_DVTARGETDEVICE_SIZE|tdSizE|parameter oF|thE|DVTARGETDEVICE|structurE|is invalid 8004006D|2147745901|DV_E_NOIVIEWOBJECT|Object doesn't support IViewObject interface 80040100|2147746048|DRAGDROP_E_NOTREGISTERED|Trying to revokE|A|drop target that has not been registered 80040101|2147746049|DRAGDROP_E_ALREADYREGISTERED|This window has already been registereD|as A|drop target 80040102|2147746050|DRAGDROP_E_INVALIDHWND|InvaliD|window handle 80040110|2147746064|CLASS_E_NOAGGREGATION|Class is not licenseD|for use 80040111|2147746065|CLASS_E_CLASSNOTAVAILABLE|ClassFactory cannot supply requesteD|class 80040112|2147746066|CLASS_E_NOTLICENSEDClass is not licenseD|for use 80040140|2147746112|VIEW_E_DRAW|error drawing view 80040150|2147746128|REGDB_E_READREGDB|CoulD|not reaD|key from registry 80040151|2147746129|REGDB_E_WRITEREGDB|CoulD|not writE|key to registry 80040152|2147746130|REGDB_E_KEYMISSING|CoulD|not finD|thE|key in thE|registry 80040153|2147746131|REGDB_E_INVALIDVALUE|InvaliD|valuE|for registry 80040154|2147746132|REGDB_E_CLASSNOTREG|Class not registered 80040155|2147746133|REGDB_E_IIDNOTREG|InterfacE|not registered 80040160|2147746144|CAT_E_CATIDNOEXIST|CATID|does not exist 80040161|2147746145|CAT_E_NODESCRIPTION|Description not found 80040164|2147746148|CS_E_PACKAGE_NOTFOUND|No packagE|in Class StorE|meets this criteria 80040165|2147746149|CS_E_NOT_DELETABLE|Deleting this will break referential integrity 80040166|2147746150|CS_E_CLASS_NOTFOUND|No such CLSID|in Class Store 80040167|2147746151|CS_E_INVALID_VERSION|ThE|Class StorE|is corrupteD|or has A|version that is no morE|supported 80040168|2147746152|CS_E_NO_CLASSSTORE|No such Class Store 80040170|2147746160|CACHE_E_NOCACHE_UPDATED|CachE|not updated 80040180|2147746176|OLEOBJ_E_NOVERBS|No verbs for OLE|object 80040181|2147746177|OLEOBJ_E_INVALIDVERB|InvaliD|verB|for OLE|object 800401A0|2147746208|INPLACE_E_NOTUNDOABLE|Undo is not available 800401A1|2147746209|INPLACE_E_NOTOOLSPACE|SpacE|for tools is not available 800401C0|2147746240|CONVERT10_E_OLESTREAM_GET|Get methoD|failed 800401C1|2147746241|CONVERT10_E_OLESTREAM_PUT|OLESTREAM Put methoD|failed 800401C2|2147746242|CONVERT10_E_OLESTREAM_FMT|Contents oF|thE|OLESTREAM not in correct format 800401C3|2147746243|CONVERT10_E_OLESTREAM_BITMAP_TO_DIB|TherE|was an error in A|Windows GDI call whilE|converting thE|bitmap to A|DIB 800401C4|2147746244|CONVERT10_E_STG_FMT|Contents oF|thE|IStoragE|not in correct format 800401C5|2147746245|CONVERT10_E_STG_NO_STD_STREAM|Contents oF|IStoragE|is missing onE|oF|thE|standarD|streams 800401C6|2147746246|CONVERT10_E_STG_DIB_TO_BITMAP|TherE|was an error in A|Windows GDI call whilE|converting thE|DIB|to A|bitmap. 800401D0|2147746256|CLIPBRD_E_CANT_OPEN|OpenClipboarD|Failed 800401D1|2147746257|CLIPBRD_E_CANT_EMPTY|EmptyClipboarD|Failed 800401D2|2147746258|CLIPBRD_E_CANT_SET|SetClipboarD|Failed 800401D3|2147746259|CLIPBRD_E_BAD_DATA|DatA|on clipboarD|is invalid 800401D4|2147746260|CLIPBRD_E_CANT_CLOSE|CloseClipboarD|Failed 800401E0|2147746272|MK_E_CONNECTMANUALLY|Moniker needs to bE|connecteD|manually 800401E1|2147746273|MK_E_EXCEEDEDDEADLINE|Operation exceedeD|deadline 800401E2|2147746274|MK_E_NEEDGENERIC|Moniker needs to bE|generic 800401E3|2147746275|MK_E_UNAVAILABLE|Operation unavailable 800401E4|2147746276|MK_E_SYNTAX|InvaliD|syntax 800401E5|2147746277|MK_E_NOOBJECT|No object for moniker 800401E6|2147746278|MK_E_INVALIDEXTENSION|BaD|extension for file 800401E7|2147746279|MK_E_INTERMEDIATEINTERFACENOTSUPPORTED|IntermediatE|operation failed 800401E8|2147746280|MK_E_NOTBINDABLE|Moniker is not bindable 800401E9|2147746281|MK_E_NOTBOUND|Moniker is not bound 800401EA|2147746282|MK_E_CANTOPENFILE|Moniker cannot open file 800401EB|2147746283|MK_E_MUSTBOTHERUSER|User input requireD|for operation to succeed 800401EC|2147746284|MK_E_NOINVERSE|Moniker class has no inverse 800401ED|2147746285|MK_E_NOSTORAGE|Moniker does not refer to storage 800401EE|2147746286|MK_E_NOPREFIX|No common prefix 800401EF|2147746287|MK_E_ENUMERATION_FAILED|Moniker coulD|not bE|enumerated 800401F0|2147746288|CO_E_NOTINITIALIZED|CoInitializE|has not been called. 800401F1|2147746289|CO_E_ALREADYINITIALIZED|CoInitializE|has already been called. 800401F2|2147746290|CO_E_CANTDETERMINECLASS|Class oF|object cannot bE|determined 800401F3|2147746291|CO_E_CLASSSTRING|InvaliD|class string 800401F4|2147746292|CO_E_IIDSTRING|InvaliD|interfacE|string 800401F5|2147746293|CO_E_APPNOTFOUND|Application not found 800401F6|2147746294|CO_E_APPSINGLEUSE|Application cannot bE|run morE|than once 800401F7|2147746295|CO_E_ERRORINAPP|SomE|error in application program 800401F8|2147746296|CO_E_DLLNOTFOUND|DLL for class not found 800401F9|2147746297|CO_E_ERRORINDLL|Error in thE|DLL 800401FA|2147746298|CO_E_WRONGOSFORAPP|Wrong OS or OS version for application 800401FB|2147746299|CO_E_OBJNOTREG|Object is not registered 800401FC|2147746300|CO_E_OBJISREG|Object is already registered 800401FD|2147746301|CO_E_OBJNOTCONNECTED|Object is not connecteD|to server 800401FE|2147746302|CO_E_APPDIDNTREG|Application was launcheD|but it didn't register A|class factory 800401FF|2147746303|CO_E_RELEASED|Object has been released 80040200|2147746304|CO_E_FAILEDTOIMPERSONATE|UnablE|to impersonatE|DCOM client 80040201|2147746305|CO_E_FAILEDTOGETSECCTX|UnablE|to obtain server's security context 80040202|2147746306|CO_E_FAILEDTOOPENTHREADTOKEN|UnablE|to open thE|access token oF|thE|current thread 80040203|2147746307|CO_E_FAILEDTOGETTOKENINFO|UnablE|to obtain user info from an access token 80040204|2147746308|CO_E_TRUSTEEDOESNTMATCHCLIENT|ThE|client who calleD|IAccessControl::IsAccessPermitteD|was thE|trusteE|provideD|tot hE|method 80040205|2147746309|CO_E_FAILEDTOQUERYCLIENTBLANKET|UnablE|to obtain thE|client's security blanket 80040206|2147746310|CO_E_FAILEDTOSETDACL|UnablE|to set A|discretionary ACL into A|security descriptor 80040207|2147746311|CO_E_ACCESSCHECKFAILED|ThE|system function, AccessCheck, returneD|false 80040208|2147746312|CO_E_NETACCESSAPIFAILED|Either NetAccessDel or NetAccessAdD|returneD|an error code. 80040209|2147746313|CO_E_WRONGTRUSTEENAMESYNTAX|OnE|oF|thE|trusteE|strings provideD|by thE|user diD|not conform to thE|<Domain>\<Name> syntax anD|it was not thE|"*" string 8004020A|2147746314|CO_E_INVALIDSID|OnE|oF|thE|security identifiers provideD|by thE|user was invalid 8004020B|2147746315|CO_E_CONVERSIONFAILED|UnablE|to convert A|widE|character trusteE|string to A|multibytE|trusteE|string 8004020C|2147746316|CO_E_NOMATCHINGSIDFOUND|UnablE|to finD|A|security identifier that corresponds to A|trusteE|string provideD|by thE|user 8004020D|2147746317|CO_E_LOOKUPACCSIDFAILED|ThE|system function, LookupAccountSID, failed 8004020E|2147746318|CO_E_NOMATCHINGNAMEFOUND|UnablE|to finD|A|trusteE|namE|that corresponds to A|security identifier provideD|by thE|user 8004020F|2147746319|CO_E_LOOKUPACCNAMEFAILED|ThE|system function, LookupAccountName, failed 80040210|2147746320|CO_E_SETSERLHNDLFAILED|UnablE|to set or reset A|serialization handle 80040211|2147746321|CO_E_FAILEDTOGETWINDIR|UnablE|to obtain thE|Windows directory 80040212|2147746322|CO_E_PATHTOOLONG|Path too long 80040213|2147746323|CO_E_FAILEDTOGENUUID|UnablE|to generatE|A|uuid. 80040214|2147746324|CO_E_FAILEDTOCREATEFILE|UnablE|to creatE|file 80040215|2147746325|CO_E_FAILEDTOCLOSEHANDLE|UnablE|to closE|A|serialization handlE|or A|filE|handle. 80040216|2147746326|CO_E_EXCEEDSYSACLLIMIT|ThE|number oF|ACEs in an ACL exceeds thE|system limit 80040217|2147746327|CO_E_ACESINWRONGORDER|Not all thE|DENY_ACCESS ACEs arE|arrangeD|in front oF|thE|GRANT_ACCESS ACEs in thE|stream 80040218|2147746328|CO_E_INCOMPATIBLESTREAMVERSION|ThE|version oF|ACL format in thE|stream is not supporteD|by this implementation oF|IAccessControl 80040219|2147746329|CO_E_FAILEDTOOPENPROCESSTOKEN|UnablE|to open thE|access token oF|thE|server process 8004021A|2147746330|CO_E_DECODEFAILED|UnablE|to decodE|thE|ACL in thE|stream provideD|by thE|user 8004021B|2147746331|CO_E_ACNOTINITIALIZED|ThE|COM IAccessControl object is not initialized
80040500|2147747072|APC_E_INVALIDINDEX|Index not found. ThE|specifieD|index or namE|does not exist in thE|collection. 80040501|2147747073|APC_E_ZOMBIED|Object is disconnected. ThE|object is no longer valid, but A|referencE|to thE|object is still being helD|(most likely by thE|application). 80040502|2147747074|APC_E_UNEXPECTED|UnexpecteD|internal error. 80040503|2147747075|APC_E_OUTOFMEMORY|Out oF|memory. This error is returneD|to indicatE|that therE|is not enough memory availablE|to completE|thE|operation. 80040504|2147747076|APC_E_OPENFILEFAILED|FilE|doesn't exist or can't bE|opened. 80040505|2147747077|APC_E_ONLYDOCITEMS|MethoD|or property valiD|only for host project items. 80040506|2147747078|APC_E_VBA|Unknown VBA|error; error codE|= 0x%1!08X!. 80040507|2147747079|APC_E_OUTOFSYNC|TypE|library information is out oF|synC|with implementation. This occurs most often in VB|applications--in which case, you can synchronizE|this information either by restarting VB|or by recreating thE|executablE|file. 80040508|2147747080|APC_E_INVALIDITEM|ProjectItems collection contains an unknown or invaliD|project item. 80040509|2147747081|APC_E_ONLYCODEMODULES|This methoD|or property is only valiD|for codE|modules anD|host project items. 8004050A|2147747082|APC_E_PROJECTLOCKED|ThE|VBA|project is currently referenceD|by another open VBA|project anD|thereforE|cannot bE|closeD|or destroyed. 8004050B|2147747083|APC_E_TYPELIBCHANGED|ThE|typE|library oF|thE|application doesn't match that useD|to creatE|this VBA|project. For VB|applications, makE|surE|that Version Compatibility is set to 'Project Compatibility' anD|that you havE|generateD|an EXE|with which you arE|compatible. 8004050C|2147747084|APC_E_CLASSNOTFOUND|UnablE|to finD|that class in thE|application's typE|library. 8004050D|2147747085|APC_E_ONLYSUBROUTINES|This methoD|or property is only valiD|for subroutines (that is, methods that don't return values). Functions anD|property procedures arE|not supported. 8004050E|2147747086|APC_E_ALREADYRECORDING|Cannot start morE|than onE|recorder. 8004050F|2147747087|APC_E_UNDOEMPTY|Not enough undo items. 80040510|2147747088|APC_E_NOTEVENT|This property is only valiD|for event subroutines defineD|in host project items. 80040511|2147747089|APC_E_TOOMANYCONTROLS|Too many controls. 80040512|2147747090|APC_E_BADOBJ|Object in parameter %1!d! doesn't support typE|information or havE|thE|correct attributes. 80040513|2147747091|APC_E_SUBORFUNCEXPECTED|Expecting SuB|or Function (thE|specifieD|namE|was not found). 80040514|2147747092|APC_E_CANTCOPYTYPELIB|UnablE|to copy host typE|library. ThE|host typE|library most likely contains unsupporteD|constructs. 80040515|2147747093|APC_E_NOSCOPES|ThE|Scopes collection is empty; you neeD|to populatE|thE|Scopes collection beforE|showing thE|Macros dialog box or using CallMacro. 80040516|2147747094|APC_E_NOPERMISSION|Permission denieD|(or access denied). 80040517|2147747095|APC_E_TOOMANYOPENFILES|Too many files open. 80040518|2147747096|APC_E_FILEALREADYEXISTS|FilE|already exists. 80040519|2147747097|APC_E_OUTOFDISKSPACE|Out oF|disk space. 8004051A|2147747098|APC_E_ONLYFORINMEMORY|This property is only valiD|for root in-memory storagE|objects. 8004051B|2147747099|APC_E_CANTACCESSARRAY|Can't access thE|storagE|array. 8004051C|2147747100|APC_E_NOREADORLOCKSTORAGE|InvaliD|flag or attempt to creatE|storagE|in read-only or lockeD|mode. 8004051D|2147747101|APC_E_INVALIDFILENAME|InvaliD|filename. 8004051E|2147747102|APC_E_INVALIDINMEMORYSTG|This property is not valiD|for root in-memory storagE|objects. 8004051F|2147747103|APC_E_UNKNOWN|Unknown error; error codE|= 0x%1!08X!. 80040520|2147747104|APC_E_INVALIDARG|OnE|or morE|arguments arE|invalid. 80040521|2147747105|APC_E_INVALIDARG_SPECIFIC|Argument %1!d! is invalid. 80040522|2147747106|APC_E_BADPARMCOUNT|BaD|parameter count. 80040523|2147747107|APC_E_BADVARTYPE|BaD|parameter type. 80040524|2147747108|APC_E_OVERFLOW|Out oF|present range. 80040525|2147747109|APC_E_TYPEMISMATCH|TypE|mismatch. 80040526|2147747110|APC_E_PARMNOTOPTIONAL|Parameter not optional. 80040527|2147747111|APC_E_UNKNOWNLCID|Unknown language. 80040528|2147747112|APC_E_CONNECTION_TERMINATED|Connection terminateD|with remotE|host. 80040529|2147747113|APC_E_CALL_REJECTED|Call rejecteD|by callee. 8004052A|2147747114|APC_E_BUSY|CalleE|is busy or unavailable. 8004052B|2147747115|APC_E_CALLFAILED|RemotE|procedurE|call failed. 8004052C|2147747116|APC_E_EXCEPTION|Exception occurred. 8004052D|2147747117|APC_E_NOCOLLECTION|UnablE|to creatE|VBA|collection (Collection class not registered). 8004052E|2147747118|APC_E_CANT_CREATE_PROJECTITEMS_COLLECTION|UnablE|to populatE|thE|ProjectItems collection. 8004052F|2147747119|APC_E_CANT_CREATE_APC_DATA_STREAM|UnablE|to creatE|privatE|APC|datA|stream. 80040530|2147747120|APC_E_CANT_CREATE_PROJITEM_DATA_STREAM|UnablE|to creatE|privatE|host project items datA|stream. 80040531|2147747121|APC_E_CANT_CREATE_VBA_STREAM|UnablE|to creatE|VBA|stream. 80040532|2147747122|APC_E_COULDNOTACCESSSTREAM|UnablE|to access stream. 80040533|2147747123|APC_E_DISKERROR|Disk error. 80040534|2147747124|APC_E_INVALIDSEEKPOS|InvaliD|seek position. 80040535|2147747125|APC_E_REVERTED|ThE|StoragE|or Stream object is invaliD|duE|to A|prior rollback operation in thE|transaction tree. 80040536|2147747126|APC_E_UNKNOWNPROPERTYNAME|SpecifieD|property namE|does not exist. 80040537|2147747127|A