1cd0310458ab40c87762e2b37460734fda1c1506
[reactos.git] / sdk / include / reactos / mc / errcodes.mc
1
2 ;
3 ; IMPORTANT: When a new language is added, all messages in this file need to be
4 ; either translated or at least duplicated for the new language.
5 ; This is a new requirement by MS mc.exe
6 ; To do this, start with a regex replace:
7 ; - In VS IDE: "Language=English\r\n(?<String>(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}"
8 ;
9
10 MessageIdTypedef=ULONG
11
12 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
13 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
14 Warning=0x2:STATUS_SEVERITY_WARNING
15 Error=0x3:STATUS_SEVERITY_ERROR
16 )
17
18 FacilityNames=(System=0x0:FACILITY_SYSTEM
19 ITF=0x4:FACILITY_ITF
20 WIN32=0x7:FACILITY_GENERAL
21 )
22
23 LanguageNames=(English=0x409:MSG00409
24 Russian=0x419:MSG00419
25 Polish=0x415:MSG00415)
26
27 MessageId=0
28 Severity=Success
29 Facility=System
30 SymbolicName=ERROR_SUCCESS
31 Language=English
32 ERROR_SUCCESS - The operation completed successfully.
33 .
34 Language=Russian
35 ERROR_SUCCESS - Операция успешно завершена.
36 .
37 Language=Polish
38 ERROR_SUCCESS - Operacja ukończona pomyślnie.
39 .
40
41 MessageId=1
42 Severity=Success
43 Facility=System
44 SymbolicName=ERROR_INVALID_FUNCTION
45 Language=English
46 ERROR_INVALID_FUNCTION - Incorrect function.
47 .
48 Language=Russian
49 ERROR_INVALID_FUNCTION - Неверная функция.
50 .
51 Language=Polish
52 ERROR_INVALID_FUNCTION - Niepoprawna funkcja.
53 .
54
55 MessageId=2
56 Severity=Success
57 Facility=System
58 SymbolicName=ERROR_FILE_NOT_FOUND
59 Language=English
60 ERROR_FILE_NOT_FOUND - The system cannot find the file specified.
61 .
62 Language=Russian
63 ERROR_FILE_NOT_FOUND - Не удается найти указанный файл.
64 .
65 Language=Polish
66 ERROR_FILE_NOT_FOUND - Nie można odnaleźć określonego pliku.
67 .
68
69 MessageId=3
70 Severity=Success
71 Facility=System
72 SymbolicName=ERROR_PATH_NOT_FOUND
73 Language=English
74 ERROR_PATH_NOT_FOUND - The system cannot find the path specified.
75 .
76 Language=Russian
77 ERROR_PATH_NOT_FOUND - Системе не удается найти указанный путь.
78 .
79 Language=Polish
80 ERROR_PATH_NOT_FOUND - System nie może odnaleźć określonej ścieżki.
81 .
82
83 MessageId=4
84 Severity=Success
85 Facility=System
86 SymbolicName=ERROR_TOO_MANY_OPEN_FILES
87 Language=English
88 ERROR_TOO_MANY_OPEN_FILES - The system cannot open the file.
89 .
90 Language=Russian
91 ERROR_TOO_MANY_OPEN_FILES - Системе не удается открыть файл.
92 .
93 Language=Polish
94 ERROR_TOO_MANY_OPEN_FILES - System nie może otworzyć tego pliku.
95 .
96
97 MessageId=5
98 Severity=Success
99 Facility=System
100 SymbolicName=ERROR_ACCESS_DENIED
101 Language=English
102 ERROR_ACCESS_DENIED - Access is denied.
103 .
104 Language=Russian
105 ERROR_ACCESS_DENIED - Отказано в доступе.
106 .
107 Language=Polish
108 ERROR_ACCESS_DENIED - Odmowa dostępu.
109 .
110
111 MessageId=6
112 Severity=Success
113 Facility=System
114 SymbolicName=ERROR_INVALID_HANDLE
115 Language=English
116 ERROR_INVALID_HANDLE - The handle is invalid.
117 .
118 Language=Russian
119 ERROR_INVALID_HANDLE - Неверный дескриптор.
120 .
121 Language=Polish
122 ERROR_INVALID_HANDLE - Nieprawidłowe dojście.
123 .
124
125 MessageId=7
126 Severity=Success
127 Facility=System
128 SymbolicName=ERROR_ARENA_TRASHED
129 Language=English
130 ERROR_ARENA_TRASHED - The storage control blocks were destroyed.
131 .
132 Language=Russian
133 ERROR_ARENA_TRASHED - Повреждены управляющие блоки памяти.
134 .
135 Language=Polish
136 ERROR_ARENA_TRASHED - Bloki kontroli magazynu zostały zniszczone.
137 .
138
139 MessageId=8
140 Severity=Success
141 Facility=System
142 SymbolicName=ERROR_NOT_ENOUGH_MEMORY
143 Language=English
144 ERROR_NOT_ENOUGH_MEMORY - Not enough storage is available to process this command.
145 .
146 Language=Russian
147 ERROR_NOT_ENOUGH_MEMORY - Недостаточно памяти для обработки команды.
148 .
149 Language=Polish
150 ERROR_NOT_ENOUGH_MEMORY - W magazynie brak miejsca dla wykonania tego polecenia.
151 .
152
153 MessageId=9
154 Severity=Success
155 Facility=System
156 SymbolicName=ERROR_INVALID_BLOCK
157 Language=English
158 ERROR_INVALID_BLOCK - The storage control block address is invalid.
159 .
160 Language=Russian
161 ERROR_INVALID_BLOCK - Неверный адрес управляющего блока памяти.
162 .
163 Language=Polish
164 ERROR_INVALID_BLOCK - Adres bloku kontroli magazynu jest nieprawidłowy.
165 .
166
167 MessageId=10
168 Severity=Success
169 Facility=System
170 SymbolicName=ERROR_BAD_ENVIRONMENT
171 Language=English
172 ERROR_BAD_ENVIRONMENT - The environment is incorrect.
173 .
174 Language=Russian
175 ERROR_BAD_ENVIRONMENT - Недопустимая среда.
176 .
177 Language=Polish
178 ERROR_BAD_ENVIRONMENT - Środowisko jest niepoprawne.
179 .
180
181 MessageId=11
182 Severity=Success
183 Facility=System
184 SymbolicName=ERROR_BAD_FORMAT
185 Language=English
186 ERROR_BAD_FORMAT - An attempt was made to load a program with an incorrect format.
187 .
188 Language=Russian
189 ERROR_BAD_FORMAT - Попытка запустить программу с недопустимым форматом.
190 .
191 Language=Polish
192 ERROR_BAD_FORMAT - Próbowano załadować program w niepoprawnym formacie.
193 .
194
195 MessageId=12
196 Severity=Success
197 Facility=System
198 SymbolicName=ERROR_INVALID_ACCESS
199 Language=English
200 ERROR_INVALID_ACCESS - The access code is invalid.
201 .
202 Language=Russian
203 ERROR_INVALID_ACCESS - Неверный код доступа.
204 .
205 Language=Polish
206 ERROR_INVALID_ACCESS - Nieprawidłowy kod dostępu.
207 .
208
209 MessageId=13
210 Severity=Success
211 Facility=System
212 SymbolicName=ERROR_INVALID_DATA
213 Language=English
214 ERROR_INVALID_DATA - The data is invalid.
215 .
216 Language=Russian
217 ERROR_INVALID_DATA - Недопустимые данные.
218 .
219 Language=Polish
220 ERROR_INVALID_DATA - Nieprawidłowe dane.
221 .
222
223 MessageId=14
224 Severity=Success
225 Facility=System
226 SymbolicName=ERROR_OUTOFMEMORY
227 Language=English
228 ERROR_OUTOFMEMORY - Not enough storage is available to complete this operation.
229 .
230 Language=Russian
231 ERROR_OUTOFMEMORY - Недостаточно памяти для завершения операции.
232 .
233 Language=Polish
234 ERROR_OUTOFMEMORY - W magazynie brak miejsca dla wykonania tej operacji.
235 .
236
237 MessageId=15
238 Severity=Success
239 Facility=System
240 SymbolicName=ERROR_INVALID_DRIVE
241 Language=English
242 ERROR_INVALID_DRIVE - The system cannot find the drive specified.
243 .
244 Language=Russian
245 ERROR_INVALID_DRIVE - Система не может найти указанное устройство.
246 .
247 Language=Polish
248 ERROR_INVALID_DRIVE - Nie można odnaleźć dysku.
249 .
250
251 MessageId=16
252 Severity=Success
253 Facility=System
254 SymbolicName=ERROR_CURRENT_DIRECTORY
255 Language=English
256 ERROR_CURRENT_DIRECTORY - The directory cannot be removed.
257 .
258 Language=Russian
259 ERROR_CURRENT_DIRECTORY - Этот каталог не может быть удален.
260 .
261 Language=Polish
262 ERROR_CURRENT_DIRECTORY - Nie można usunąć katalogu.
263 .
264
265 MessageId=17
266 Severity=Success
267 Facility=System
268 SymbolicName=ERROR_NOT_SAME_DEVICE
269 Language=English
270 ERROR_NOT_SAME_DEVICE - The system cannot move the file to a different disk drive.
271 .
272 Language=Russian
273 ERROR_NOT_SAME_DEVICE - Система не может переместить файл на другое дисковое устройство.
274 .
275 Language=Polish
276 ERROR_NOT_SAME_DEVICE - Nie można przenieść pliku na inny dysk.
277 .
278
279 MessageId=18
280 Severity=Success
281 Facility=System
282 SymbolicName=ERROR_NO_MORE_FILES
283 Language=English
284 ERROR_NO_MORE_FILES - There are no more files.
285 .
286 Language=Russian
287 ERROR_NO_MORE_FILES - Файлов больше нет.
288 .
289 Language=Polish
290 ERROR_NO_MORE_FILES - Brak dalszych plików.
291 .
292
293 MessageId=19
294 Severity=Success
295 Facility=System
296 SymbolicName=ERROR_WRITE_PROTECT
297 Language=English
298 ERROR_WRITE_PROTECT - The media is write protected.
299 .
300 Language=Russian
301 ERROR_WRITE_PROTECT - Носитель защищен от записи.
302 .
303 Language=Polish
304 ERROR_WRITE_PROTECT - Nośnik jest zabezpieczony przed zapisem.
305 .
306
307 MessageId=20
308 Severity=Success
309 Facility=System
310 SymbolicName=ERROR_BAD_UNIT
311 Language=English
312 ERROR_BAD_UNIT - The system cannot find the device specified.
313 .
314 Language=Russian
315 ERROR_BAD_UNIT - Система не может найти указанное устройство.
316 .
317 Language=Polish
318 ERROR_BAD_UNIT - Nie można odnaleźć urządzenia.
319 .
320
321 MessageId=21
322 Severity=Success
323 Facility=System
324 SymbolicName=ERROR_NOT_READY
325 Language=English
326 ERROR_NOT_READY - The device is not ready.
327 .
328 Language=Russian
329 ERROR_NOT_READY - Устройство не готово.
330 .
331 Language=Polish
332 ERROR_NOT_READY - Urządzenie nie jest gotowe.
333 .
334
335 MessageId=22
336 Severity=Success
337 Facility=System
338 SymbolicName=ERROR_BAD_COMMAND
339 Language=English
340 ERROR_BAD_COMMAND - The device does not recognize the command.
341 .
342 Language=Russian
343 ERROR_BAD_COMMAND - Устройство не распознает команду.
344 .
345 Language=Polish
346 ERROR_BAD_COMMAND - Urządzenie nie rozpoznaje polecenia.
347 .
348
349 MessageId=23
350 Severity=Success
351 Facility=System
352 SymbolicName=ERROR_CRC
353 Language=English
354 ERROR_CRC - Data error (cyclic redundancy check).
355 .
356 Language=Russian
357 ERROR_CRC - Ошибка в данных (циклический код с избыточностью).
358 .
359 Language=Polish
360 ERROR_CRC - Błąd danych (CRC).
361 .
362
363 MessageId=24
364 Severity=Success
365 Facility=System
366 SymbolicName=ERROR_BAD_LENGTH
367 Language=English
368 ERROR_BAD_LENGTH - The program issued a command but the command length is incorrect.
369 .
370 Language=Russian
371 ERROR_BAD_LENGTH - Программа выдала команду с недопустимой длиной.
372 .
373 Language=Polish
374 ERROR_BAD_LENGTH - Program wydał polecenie, ale długość polecenia jest niepoprawna.
375 .
376
377 MessageId=25
378 Severity=Success
379 Facility=System
380 SymbolicName=ERROR_SEEK
381 Language=English
382 ERROR_SEEK - The drive cannot locate a specific area or track on the disk.
383 .
384 Language=Russian
385 ERROR_SEEK - Дисковое устройство не может обнаружить указанную область или дорожку.
386 .
387 Language=Polish
388 ERROR_SEEK - Nie można odnaleźć na dysku określonego obszaru lub ścieżki.
389 .
390
391 MessageId=26
392 Severity=Success
393 Facility=System
394 SymbolicName=ERROR_NOT_DOS_DISK
395 Language=English
396 ERROR_NOT_DOS_DISK - The specified disk or diskette cannot be accessed.
397 .
398 Language=Russian
399 ERROR_NOT_DOS_DISK - Нет доступа к диску или дискете.
400 .
401 Language=Polish
402 ERROR_NOT_DOS_DISK - Nie można uzyskać dostępu do określonego dysku lub dyskietki.
403 .
404
405 MessageId=27
406 Severity=Success
407 Facility=System
408 SymbolicName=ERROR_SECTOR_NOT_FOUND
409 Language=English
410 ERROR_SECTOR_NOT_FOUND - The drive cannot find the sector requested.
411 .
412 Language=Russian
413 ERROR_SECTOR_NOT_FOUND - Дисковое устройство не может обнаружить указанную область или дорожку.
414 .
415 Language=Polish
416 ERROR_SECTOR_NOT_FOUND - Nie można odnaleźć na dysku żądanego sektora.
417 .
418
419 MessageId=28
420 Severity=Success
421 Facility=System
422 SymbolicName=ERROR_OUT_OF_PAPER
423 Language=English
424 ERROR_OUT_OF_PAPER - The printer is out of paper.
425 .
426 Language=Russian
427 ERROR_OUT_OF_PAPER - В принтере закончилась бумага.
428 .
429 Language=Polish
430 ERROR_OUT_OF_PAPER - Brak papieru w drukarce.
431 .
432
433 MessageId=29
434 Severity=Success
435 Facility=System
436 SymbolicName=ERROR_WRITE_FAULT
437 Language=English
438 ERROR_WRITE_FAULT - The system cannot write to the specified device.
439 .
440 Language=Russian
441 ERROR_WRITE_FAULT - Система не может выполнить запись на указанное устройство.
442 .
443 Language=Polish
444 ERROR_WRITE_FAULT - System nie może zapisywać do określonego urządzenia.
445 .
446
447 MessageId=30
448 Severity=Success
449 Facility=System
450 SymbolicName=ERROR_READ_FAULT
451 Language=English
452 ERROR_READ_FAULT - The system cannot read from the specified device.
453 .
454 Language=Russian
455 ERROR_READ_FAULT - Системе не может выполнить чтение с указанного устройства.
456 .
457 Language=Polish
458 ERROR_READ_FAULT - System nie może czytać z określonego urządzenia.
459 .
460
461 MessageId=31
462 Severity=Success
463 Facility=System
464 SymbolicName=ERROR_GEN_FAILURE
465 Language=English
466 ERROR_GEN_FAILURE - A device attached to the system is not functioning.
467 .
468 Language=Russian
469 ERROR_GEN_FAILURE - Устройство, подключенное к системе, не работает.
470 .
471 Language=Polish
472 ERROR_GEN_FAILURE - Urządzenie dołączone do komputera nie działa.
473 .
474
475 MessageId=32
476 Severity=Success
477 Facility=System
478 SymbolicName=ERROR_SHARING_VIOLATION
479 Language=English
480 ERROR_SHARING_VIOLATION - The process cannot access the file because it is being used by another process.
481 .
482 Language=Russian
483 ERROR_SHARING_VIOLATION - Процесс не имеет доступа к файлу, поскольку файл используется другим процессом.
484 .
485 Language=Polish
486 ERROR_SHARING_VIOLATION - Proces nie może uzyskać dostępu do pliku, ponieważ jest on używany przez inny proces.
487 .
488
489 MessageId=33
490 Severity=Success
491 Facility=System
492 SymbolicName=ERROR_LOCK_VIOLATION
493 Language=English
494 ERROR_LOCK_VIOLATION - The process cannot access the file because another process has locked a portion of the file.
495 .
496 Language=Russian
497 ERROR_LOCK_VIOLATION - Процесс не имеет доступа к файлу, поскольку другой процесс заблокировал часть файла.
498 .
499 Language=Polish
500 ERROR_LOCK_VIOLATION - Proces nie może uzyskać dostępu do pliku, ponieważ inny proces zablokował jego część.
501 .
502
503 MessageId=34
504 Severity=Success
505 Facility=System
506 SymbolicName=ERROR_WRONG_DISK
507 Language=English
508 ERROR_WRONG_DISK - The wrong diskette is in the drive. Insert %2 (Volume Serial Number: %3) into drive %1.
509 .
510 Language=Russian
511 ERROR_WRONG_DISK - Вставте другую дискету. Вставьте %2 (серийный номер тома: %3) в дисковод %1.
512 .
513 Language=Polish
514 ERROR_WRONG_DISK - W stacji umieszczono niewłaściwą dyskietkę. Włóż dysk %2 (numer seryjny woluminu: %3) do stacji: %1.
515 .
516
517 MessageId=36
518 Severity=Success
519 Facility=System
520 SymbolicName=ERROR_SHARING_BUFFER_EXCEEDED
521 Language=English
522 ERROR_SHARING_BUFFER_EXCEEDED - Too many files opened for sharing.
523 .
524 Language=Russian
525 ERROR_SHARING_BUFFER_EXCEEDED - Слишком много файлов открыто для совместного использования.
526 .
527 Language=Polish
528 ERROR_SHARING_BUFFER_EXCEEDED - Za dużo plików otwartych do udostępniania.
529 .
530
531 MessageId=38
532 Severity=Success
533 Facility=System
534 SymbolicName=ERROR_HANDLE_EOF
535 Language=English
536 ERROR_HANDLE_EOF - Reached the end of the file.
537 .
538 Language=Russian
539 ERROR_HANDLE_EOF - Достигнут конец файла.
540 .
541 Language=Polish
542 ERROR_HANDLE_EOF - Osiągnięto koniec pliku.
543 .
544
545 MessageId=39
546 Severity=Success
547 Facility=System
548 SymbolicName=ERROR_HANDLE_DISK_FULL
549 Language=English
550 ERROR_HANDLE_DISK_FULL - The disk is full.
551 .
552 Language=Russian
553 ERROR_HANDLE_DISK_FULL - Отсутствует место на диске.
554 .
555 Language=Polish
556 ERROR_HANDLE_DISK_FULL - Dysk jest zapełniony.
557 .
558
559 MessageId=50
560 Severity=Success
561 Facility=System
562 SymbolicName=ERROR_NOT_SUPPORTED
563 Language=English
564 ERROR_NOT_SUPPORTED - The request is not supported.
565 .
566 Language=Russian
567 ERROR_NOT_SUPPORTED - Запрос не поддерживается.
568 .
569 Language=Polish
570 ERROR_NOT_SUPPORTED - Żądanie nie jest obsługiwane.
571 .
572
573 MessageId=51
574 Severity=Success
575 Facility=System
576 SymbolicName=ERROR_REM_NOT_LIST
577 Language=English
578 ERROR_REM_NOT_LIST - ReactOS cannot find the network path. Verify that the network path is correct and the destination computer is not busy or turned off. If ReactOS still cannot find the network path, contact your network administrator.
579 .
580 Language=Russian
581 ERROR_REM_NOT_LIST - Невозможно найти сетевой путь. Убедитесь, что сетевой путь указан верно, а конечный компьютер включен и не занят. Если система вновь не сможет найти путь, обратитесь к сетевому администратору.
582 .
583 Language=Polish
584 ERROR_REM_NOT_LIST - System ReactOS nie może odnaleźć ścieżki sieciowej. Sprawdź, czy ścieżka sieciowa jest poprawna i czy komputer docelowy nie jest zajęty lub wyłączony. Jeśli system ReactOS nadal nie będzie mógł odnaleźć ścieżki sieciowej, skontaktuj się z administratorem sieci.
585 .
586
587 MessageId=52
588 Severity=Success
589 Facility=System
590 SymbolicName=ERROR_DUP_NAME
591 Language=English
592 ERROR_DUP_NAME - You were not connected because a duplicate name exists on the network. Go to System in the Control Panel to change the computer name and try again.
593 .
594 Language=Russian
595 ERROR_DUP_NAME - Вы не подключены, поскольку такое же имя уже существует в этой сети. Для присоединения к домену откройте компонент панели управления "Система", измените имя компьютера и повторите попытку. Для присоединения к рабочей группе выберите другое имя рабочей группы.
596 .
597 Language=Polish
598 ERROR_DUP_NAME - Połączenie nie zostało nawiązane, ponieważ w sieci istnieje duplikat nazwy. Jeśli przyłączasz się do domeny, przejdź do apletu System w Panelu sterowania, aby zmienić nazwę komputera, i spróbuj ponownie. Jeśli przyłączasz się do grupy roboczej, wybierz inną nazwę grupy.
599 .
600
601 MessageId=53
602 Severity=Success
603 Facility=System
604 SymbolicName=ERROR_BAD_NETPATH
605 Language=English
606 ERROR_BAD_NETPATH - The network path was not found.
607 .
608 Language=Russian
609 ERROR_BAD_NETPATH - Не найден сетевой путь.
610 .
611 Language=Polish
612 ERROR_BAD_NETPATH - Nie można odnaleźć ścieżki sieciowej.
613 .
614
615 MessageId=54
616 Severity=Success
617 Facility=System
618 SymbolicName=ERROR_NETWORK_BUSY
619 Language=English
620 ERROR_NETWORK_BUSY - The network is busy.
621 .
622 Language=Russian
623 ERROR_NETWORK_BUSY - Сеть занята.
624 .
625 Language=Polish
626 ERROR_NETWORK_BUSY - Sieć jest zajęta.
627 .
628
629 MessageId=55
630 Severity=Success
631 Facility=System
632 SymbolicName=ERROR_DEV_NOT_EXIST
633 Language=English
634 ERROR_DEV_NOT_EXIST - The specified network resource or device is no longer available.
635 .
636 Language=Russian
637 ERROR_DEV_NOT_EXIST - Сетевой ресурс или устройство более недоступно.
638 .
639 Language=Polish
640 ERROR_DEV_NOT_EXIST - Określone zasoby sieciowe lub urządzenie są już niedostępne.
641 .
642
643 MessageId=56
644 Severity=Success
645 Facility=System
646 SymbolicName=ERROR_TOO_MANY_CMDS
647 Language=English
648 ERROR_TOO_MANY_CMDS - The network BIOS command limit has been reached.
649 .
650 Language=Russian
651 ERROR_TOO_MANY_CMDS - Достигнут предел числа команд NetBIOS.
652 .
653 Language=Polish
654 ERROR_TOO_MANY_CMDS - Osiągnięto limit poleceń systemu BIOS dla sieci.
655 .
656
657 MessageId=57
658 Severity=Success
659 Facility=System
660 SymbolicName=ERROR_ADAP_HDW_ERR
661 Language=English
662 ERROR_ADAP_HDW_ERR - A network adapter hardware error occurred.
663 .
664 Language=Russian
665 ERROR_ADAP_HDW_ERR - Аппаратная ошибка сетевой платы.
666 .
667 Language=Polish
668 ERROR_ADAP_HDW_ERR - Wystąpił błąd sprzętowy karty sieciowej.
669 .
670
671 MessageId=58
672 Severity=Success
673 Facility=System
674 SymbolicName=ERROR_BAD_NET_RESP
675 Language=English
676 ERROR_BAD_NET_RESP - The specified server cannot perform the requested operation.
677 .
678 Language=Russian
679 ERROR_BAD_NET_RESP - Указанный сервер не может выполнить требуемую операцию.
680 .
681 Language=Polish
682 ERROR_BAD_NET_RESP - Określony serwer nie może wykonać żądanej operacji.
683 .
684
685 MessageId=59
686 Severity=Success
687 Facility=System
688 SymbolicName=ERROR_UNEXP_NET_ERR
689 Language=English
690 ERROR_UNEXP_NET_ERR - An unexpected network error occurred.
691 .
692 Language=Russian
693 ERROR_UNEXP_NET_ERR - Непредвиденная сетевая ошибка.
694 .
695 Language=Polish
696 ERROR_UNEXP_NET_ERR - Wystąpił nieoczekiwany błąd sieciowy.
697 .
698
699 MessageId=60
700 Severity=Success
701 Facility=System
702 SymbolicName=ERROR_BAD_REM_ADAP
703 Language=English
704 ERROR_BAD_REM_ADAP - The remote adapter is not compatible.
705 .
706 Language=Russian
707 ERROR_BAD_REM_ADAP - Несовместимый удаленный контроллер.
708 .
709 Language=Polish
710 ERROR_BAD_REM_ADAP - Zdalna karta sieciowa jest niezgodna.
711 .
712
713 MessageId=61
714 Severity=Success
715 Facility=System
716 SymbolicName=ERROR_PRINTQ_FULL
717 Language=English
718 ERROR_PRINTQ_FULL - The printer queue is full.
719 .
720 Language=Russian
721 ERROR_PRINTQ_FULL - Очередь печати переполнена.
722 .
723 Language=Polish
724 ERROR_PRINTQ_FULL - Kolejka wydruku jest zapełniona.
725 .
726
727 MessageId=62
728 Severity=Success
729 Facility=System
730 SymbolicName=ERROR_NO_SPOOL_SPACE
731 Language=English
732 ERROR_NO_SPOOL_SPACE - Space to store the file waiting to be printed is not available on the server.
733 .
734 Language=Russian
735 ERROR_NO_SPOOL_SPACE - На сервере нет места для хранения ожидающего печати файла.
736 .
737 Language=Polish
738 ERROR_NO_SPOOL_SPACE - Na serwerze nie ma miejsca na przechowywanie pliku oczekującego na wydruk.
739 .
740
741 MessageId=63
742 Severity=Success
743 Facility=System
744 SymbolicName=ERROR_PRINT_CANCELLED
745 Language=English
746 ERROR_PRINT_CANCELLED - Your file waiting to be printed was deleted.
747 .
748 Language=Russian
749 ERROR_PRINT_CANCELLED - Ваш файл, находившийся в очереди вывода на печать, был удален.
750 .
751 Language=Polish
752 ERROR_PRINT_CANCELLED - Plik oczekujący na wydruk został usunięty.
753 .
754
755 MessageId=64
756 Severity=Success
757 Facility=System
758 SymbolicName=ERROR_NETNAME_DELETED
759 Language=English
760 ERROR_NETNAME_DELETED - The specified network name is no longer available.
761 .
762 Language=Russian
763 ERROR_NETNAME_DELETED - Указанное сетевое имя более недоступно.
764 .
765 Language=Polish
766 ERROR_NETNAME_DELETED - Określona nazwa sieciowa już jest niedostępna.
767 .
768
769 MessageId=65
770 Severity=Success
771 Facility=System
772 SymbolicName=ERROR_NETWORK_ACCESS_DENIED
773 Language=English
774 ERROR_NETWORK_ACCESS_DENIED - Network access is denied.
775 .
776 Language=Russian
777 ERROR_NETWORK_ACCESS_DENIED - Нет доступа к сети.
778 .
779 Language=Polish
780 ERROR_NETWORK_ACCESS_DENIED - Odmowa dostępu do sieci.
781 .
782
783 MessageId=66
784 Severity=Success
785 Facility=System
786 SymbolicName=ERROR_BAD_DEV_TYPE
787 Language=English
788 ERROR_BAD_DEV_TYPE - The network resource type is not correct.
789 .
790 Language=Russian
791 ERROR_BAD_DEV_TYPE - Неверно указан тип сетевого ресурса.
792 .
793 Language=Polish
794 ERROR_BAD_DEV_TYPE - Typ zasobu sieciowego jest niepoprawny.
795 .
796
797 MessageId=67
798 Severity=Success
799 Facility=System
800 SymbolicName=ERROR_BAD_NET_NAME
801 Language=English
802 ERROR_BAD_NET_NAME - The network name cannot be found.
803 .
804 Language=Russian
805 ERROR_BAD_NET_NAME - Не найдено сетевое имя.
806 .
807 Language=Polish
808 ERROR_BAD_NET_NAME - Nie można odnaleźć nazwy sieciowej.
809 .
810
811 MessageId=68
812 Severity=Success
813 Facility=System
814 SymbolicName=ERROR_TOO_MANY_NAMES
815 Language=English
816 ERROR_TOO_MANY_NAMES - The name limit for the local computer network adapter card was exceeded.
817 .
818 Language=Russian
819 ERROR_TOO_MANY_NAMES - Превышен предел числа имен для сетевого адаптера локального компьютера.
820 .
821 Language=Polish
822 ERROR_TOO_MANY_NAMES - Przekroczono ograniczenie nazwy dla karty sieci lokalnej komputera.
823 .
824
825 MessageId=69
826 Severity=Success
827 Facility=System
828 SymbolicName=ERROR_TOO_MANY_SESS
829 Language=English
830 ERROR_TOO_MANY_SESS - The network BIOS session limit was exceeded.
831 .
832 Language=Russian
833 ERROR_TOO_MANY_SESS - Превышен предел по числу сеансов NetBIOS.
834 .
835 Language=Polish
836 ERROR_TOO_MANY_SESS - Przekroczono limit sesji systemu BIOS dla sieci.
837 .
838
839 MessageId=70
840 Severity=Success
841 Facility=System
842 SymbolicName=ERROR_SHARING_PAUSED
843 Language=English
844 ERROR_SHARING_PAUSED - The remote server has been paused or is in the process of being started.
845 .
846 Language=Russian
847 ERROR_SHARING_PAUSED - Сервер сети был остановлен или находится в процессе запуска.
848 .
849 Language=Polish
850 ERROR_SHARING_PAUSED - Zdalny serwer przerwał pracę lub jest w trakcie procesu uruchamiania.
851 .
852
853 MessageId=71
854 Severity=Success
855 Facility=System
856 SymbolicName=ERROR_REQ_NOT_ACCEP
857 Language=English
858 ERROR_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.
859 .
860 Language=Russian
861 ERROR_REQ_NOT_ACCEP - Дополнительные подключения к этому удаленному компьютеру сейчас невозможны, так как их число достигло предела.
862 .
863 Language=Polish
864 ERROR_REQ_NOT_ACCEP - Do tego komputera zdalnego nie można obecnie uzyskać więcej połączeń, ponieważ istnieje już maksymalna akceptowalna liczba połączeń.
865 .
866
867 MessageId=72
868 Severity=Success
869 Facility=System
870 SymbolicName=ERROR_REDIR_PAUSED
871 Language=English
872 ERROR_REDIR_PAUSED - The specified printer or disk device has been paused.
873 .
874 Language=Russian
875 ERROR_REDIR_PAUSED - Работа указанного принтера или дискового накопителя была остановлена.
876 .
877 Language=Polish
878 ERROR_REDIR_PAUSED - Określona drukarka lub urządzenie przerwały pracę.
879 .
880
881 MessageId=80
882 Severity=Success
883 Facility=System
884 SymbolicName=ERROR_FILE_EXISTS
885 Language=English
886 ERROR_FILE_EXISTS - The file exists.
887 .
888 Language=Russian
889 ERROR_FILE_EXISTS - Файл существует.
890 .
891 Language=Polish
892 ERROR_FILE_EXISTS - Plik istnieje.
893 .
894
895 MessageId=82
896 Severity=Success
897 Facility=System
898 SymbolicName=ERROR_CANNOT_MAKE
899 Language=English
900 ERROR_CANNOT_MAKE - The directory or file cannot be created.
901 .
902 Language=Russian
903 ERROR_CANNOT_MAKE - Не удается создать файл или папку.
904 .
905 Language=Polish
906 ERROR_CANNOT_MAKE - Nie można utworzyć katalogu lub pliku.
907 .
908
909 MessageId=83
910 Severity=Success
911 Facility=System
912 SymbolicName=ERROR_FAIL_I24
913 Language=English
914 ERROR_FAIL_I24 - Fail on INT 24.
915 .
916 Language=Russian
917 ERROR_FAIL_I24 - Сбой прерывания INT 24.
918 .
919 Language=Polish
920 ERROR_FAIL_I24 - Błąd przerwania INT 24.
921 .
922
923 MessageId=84
924 Severity=Success
925 Facility=System
926 SymbolicName=ERROR_OUT_OF_STRUCTURES
927 Language=English
928 ERROR_OUT_OF_STRUCTURES - Storage to process this request is not available.
929 .
930 Language=Russian
931 ERROR_OUT_OF_STRUCTURES - Недостаточно памяти для обработки запроса.
932 .
933 Language=Polish
934 ERROR_OUT_OF_STRUCTURES - Pamięć do przetworzenia tego żądania jest niedostępna.
935 .
936
937 MessageId=85
938 Severity=Success
939 Facility=System
940 SymbolicName=ERROR_ALREADY_ASSIGNED
941 Language=English
942 ERROR_ALREADY_ASSIGNED - The local device name is already in use.
943 .
944 Language=Russian
945 ERROR_ALREADY_ASSIGNED - Имя локального устройства уже используется.
946 .
947 Language=Polish
948 ERROR_ALREADY_ASSIGNED - Nazwa lokalnego urządzenia jest już w użyciu.
949 .
950
951 MessageId=86
952 Severity=Success
953 Facility=System
954 SymbolicName=ERROR_INVALID_PASSWORD
955 Language=English
956 ERROR_INVALID_PASSWORD - The specified network password is not correct.
957 .
958 Language=Russian
959 ERROR_INVALID_PASSWORD - Сетевой пароль указан неверно.
960 .
961 Language=Polish
962 ERROR_INVALID_PASSWORD - Określone hasło sieciowe jest niepoprawne.
963 .
964
965 MessageId=87
966 Severity=Success
967 Facility=System
968 SymbolicName=ERROR_INVALID_PARAMETER
969 Language=English
970 ERROR_INVALID_PARAMETER - The parameter is incorrect.
971 .
972 Language=Russian
973 ERROR_INVALID_PARAMETER - Параметр задан неверно.
974 .
975 Language=Polish
976 ERROR_INVALID_PARAMETER - Parametr jest niepoprawny.
977 .
978
979 MessageId=88
980 Severity=Success
981 Facility=System
982 SymbolicName=ERROR_NET_WRITE_FAULT
983 Language=English
984 ERROR_NET_WRITE_FAULT - A write fault occurred on the network.
985 .
986 Language=Russian
987 ERROR_NET_WRITE_FAULT - Ошибка записи в сети.
988 .
989 Language=Polish
990 ERROR_NET_WRITE_FAULT - Wystąpił błąd zapisu w sieci.
991 .
992
993 MessageId=89
994 Severity=Success
995 Facility=System
996 SymbolicName=ERROR_NO_PROC_SLOTS
997 Language=English
998 ERROR_NO_PROC_SLOTS - The system cannot start another process at this time.
999 .
1000 Language=Russian
1001 ERROR_NO_PROC_SLOTS - В настоящее время системе не удается запустить другой процесс.
1002 .
1003 Language=Polish
1004 ERROR_NO_PROC_SLOTS - System nie może teraz uruchomić innego procesu.
1005 .
1006
1007 MessageId=100
1008 Severity=Success
1009 Facility=System
1010 SymbolicName=ERROR_TOO_MANY_SEMAPHORES
1011 Language=English
1012 ERROR_TOO_MANY_SEMAPHORES - Cannot create another system semaphore.
1013 .
1014 Language=Russian
1015 ERROR_TOO_MANY_SEMAPHORES - Не удается создать еще один системный семафор.
1016 .
1017 Language=Polish
1018 ERROR_TOO_MANY_SEMAPHORES - Nie można utworzyć innego semafora systemowego.
1019 .
1020
1021 MessageId=101
1022 Severity=Success
1023 Facility=System
1024 SymbolicName=ERROR_EXCL_SEM_ALREADY_OWNED
1025 Language=English
1026 ERROR_EXCL_SEM_ALREADY_OWNED - The exclusive semaphore is owned by another process.
1027 .
1028 Language=Russian
1029 ERROR_EXCL_SEM_ALREADY_OWNED - Семафор эксклюзивного доступа занят другим процессом.
1030 .
1031 Language=Polish
1032 ERROR_EXCL_SEM_ALREADY_OWNED - Semafor wyłączny jest własnością innego procesu.
1033 .
1034
1035 MessageId=102
1036 Severity=Success
1037 Facility=System
1038 SymbolicName=ERROR_SEM_IS_SET
1039 Language=English
1040 ERROR_SEM_IS_SET - The semaphore is set and cannot be closed.
1041 .
1042 Language=Russian
1043 ERROR_SEM_IS_SET - Семафор установлен и не может быть закрыт.
1044 .
1045 Language=Polish
1046 ERROR_SEM_IS_SET - Semafor jest ustawiony i nie można go zamknąć.
1047 .
1048
1049 MessageId=103
1050 Severity=Success
1051 Facility=System
1052 SymbolicName=ERROR_TOO_MANY_SEM_REQUESTS
1053 Language=English
1054 ERROR_TOO_MANY_SEM_REQUESTS - The semaphore cannot be set again.
1055 .
1056 Language=Russian
1057 ERROR_TOO_MANY_SEM_REQUESTS - Семафор не может быть установлен повторно.
1058 .
1059 Language=Polish
1060 ERROR_TOO_MANY_SEM_REQUESTS - Nie można ponownie zamknąć semafora.
1061 .
1062
1063 MessageId=104
1064 Severity=Success
1065 Facility=System
1066 SymbolicName=ERROR_INVALID_AT_INTERRUPT_TIME
1067 Language=English
1068 ERROR_INVALID_AT_INTERRUPT_TIME - Cannot request exclusive semaphores at interrupt time.
1069 .
1070 Language=Russian
1071 ERROR_INVALID_AT_INTERRUPT_TIME - Запросы к семафорам эксклюзивного доступа на время выполнения прерываний не допускаются.
1072 .
1073 Language=Polish
1074 ERROR_INVALID_AT_INTERRUPT_TIME - Nie można żądać semaforów wyłącznych w czasie przerwania.
1075 .
1076
1077 MessageId=105
1078 Severity=Success
1079 Facility=System
1080 SymbolicName=ERROR_SEM_OWNER_DIED
1081 Language=English
1082 ERROR_SEM_OWNER_DIED - The previous ownership of this semaphore has ended.
1083 .
1084 Language=Russian
1085 ERROR_SEM_OWNER_DIED - Этот семафор более не принадлежит использовавшему его процессу.
1086 .
1087 Language=Polish
1088 ERROR_SEM_OWNER_DIED - Poprzednia przynależność tego semafora skończyła się.
1089 .
1090
1091 MessageId=106
1092 Severity=Success
1093 Facility=System
1094 SymbolicName=ERROR_SEM_USER_LIMIT
1095 Language=English
1096 ERROR_SEM_USER_LIMIT - Insert the diskette for drive %1.
1097 .
1098 Language=Russian
1099 ERROR_SEM_USER_LIMIT - Вставте дискету в дисковод %1.
1100 .
1101 Language=Polish
1102 ERROR_SEM_USER_LIMIT - Włóż dyskietkę do stacji dysków %1.
1103 .
1104
1105 MessageId=107
1106 Severity=Success
1107 Facility=System
1108 SymbolicName=ERROR_DISK_CHANGE
1109 Language=English
1110 ERROR_DISK_CHANGE - The program stopped because an alternate diskette was not inserted.
1111 .
1112 Language=Russian
1113 ERROR_DISK_CHANGE - Программа была остановлена, так как нужный диск вставлен не был.
1114 .
1115 Language=Polish
1116 ERROR_DISK_CHANGE - Program przestał działać, ponieważ nie włożono innej dyskietki.
1117 .
1118
1119 MessageId=108
1120 Severity=Success
1121 Facility=System
1122 SymbolicName=ERROR_DRIVE_LOCKED
1123 Language=English
1124 ERROR_DRIVE_LOCKED - The disk is in use or locked by another process.
1125 .
1126 Language=Russian
1127 ERROR_DRIVE_LOCKED - Диск занят или заблокирован другим процессом.
1128 .
1129 Language=Polish
1130 ERROR_DRIVE_LOCKED - Dysk jest w użyciu lub zablokowany przez inny proces.
1131 .
1132
1133 MessageId=109
1134 Severity=Success
1135 Facility=System
1136 SymbolicName=ERROR_BROKEN_PIPE
1137 Language=English
1138 ERROR_BROKEN_PIPE - The pipe has been ended.
1139 .
1140 Language=Russian
1141 ERROR_BROKEN_PIPE - Канал был закрыт.
1142 .
1143 Language=Polish
1144 ERROR_BROKEN_PIPE - Potok został zakończony.
1145 .
1146
1147 MessageId=110
1148 Severity=Success
1149 Facility=System
1150 SymbolicName=ERROR_OPEN_FAILED
1151 Language=English
1152 ERROR_OPEN_FAILED - The system cannot open the device or file specified.
1153 .
1154 Language=Russian
1155 ERROR_OPEN_FAILED - Системе не удается открыть указанное устройство или файл.
1156 .
1157 Language=Polish
1158 ERROR_OPEN_FAILED - System nie może otworzyć określonego urządzenia lub pliku.
1159 .
1160
1161 MessageId=111
1162 Severity=Success
1163 Facility=System
1164 SymbolicName=ERROR_BUFFER_OVERFLOW
1165 Language=English
1166 ERROR_BUFFER_OVERFLOW - The file name is too long.
1167 .
1168 Language=Russian
1169 ERROR_BUFFER_OVERFLOW - Указано слишком длинное имя файла.
1170 .
1171 Language=Polish
1172 ERROR_BUFFER_OVERFLOW - Nazwa pliku jest za długa.
1173 .
1174
1175 MessageId=112
1176 Severity=Success
1177 Facility=System
1178 SymbolicName=ERROR_DISK_FULL
1179 Language=English
1180 ERROR_DISK_FULL - There is not enough space on the disk.
1181 .
1182 Language=Russian
1183 ERROR_DISK_FULL - Недостаточно места на диске.
1184 .
1185 Language=Polish
1186 ERROR_DISK_FULL - Za mało miejsca na dysku.
1187 .
1188
1189 MessageId=113
1190 Severity=Success
1191 Facility=System
1192 SymbolicName=ERROR_NO_MORE_SEARCH_HANDLES
1193 Language=English
1194 ERROR_NO_MORE_SEARCH_HANDLES - No more internal file identifiers available.
1195 .
1196 Language=Russian
1197 ERROR_NO_MORE_SEARCH_HANDLES - Исчерпаны внутренние идентификаторы файлов.
1198 .
1199 Language=Polish
1200 ERROR_NO_MORE_SEARCH_HANDLES - Brak dostępnych wewnętrznych identyfikatorów plików.
1201 .
1202
1203 MessageId=114
1204 Severity=Success
1205 Facility=System
1206 SymbolicName=ERROR_INVALID_TARGET_HANDLE
1207 Language=English
1208 ERROR_INVALID_TARGET_HANDLE - The target internal file identifier is incorrect.
1209 .
1210 Language=Russian
1211 ERROR_INVALID_TARGET_HANDLE - Результирующий внутренний идентификатор файла неправилен.
1212 .
1213 Language=Polish
1214 ERROR_INVALID_TARGET_HANDLE - Wewnętrzny identyfikator pliku docelowego jest niepoprawny.
1215 .
1216
1217 MessageId=117
1218 Severity=Success
1219 Facility=System
1220 SymbolicName=ERROR_INVALID_CATEGORY
1221 Language=English
1222 ERROR_INVALID_CATEGORY - The IOCTL call made by the application program is not correct.
1223 .
1224 Language=Russian
1225 ERROR_INVALID_CATEGORY - Вызов IOCTL приложением произведен неверно.
1226 .
1227 Language=Polish
1228 ERROR_INVALID_CATEGORY - Wywołanie IOCTL wykonane przez program aplikacji jest niepoprawne.
1229 .
1230
1231 MessageId=118
1232 Severity=Success
1233 Facility=System
1234 SymbolicName=ERROR_INVALID_VERIFY_SWITCH
1235 Language=English
1236 ERROR_INVALID_VERIFY_SWITCH - The verify-on-write switch parameter value is not correct.
1237 .
1238 Language=Russian
1239 ERROR_INVALID_VERIFY_SWITCH - Параметр проверки записи данных имеет неверное значение.
1240 .
1241 Language=Polish
1242 ERROR_INVALID_VERIFY_SWITCH - Wartość parametru przełącznika sprawdź-przy-zapisie jest niepoprawna.
1243 .
1244
1245 MessageId=119
1246 Severity=Success
1247 Facility=System
1248 SymbolicName=ERROR_BAD_DRIVER_LEVEL
1249 Language=English
1250 ERROR_BAD_DRIVER_LEVEL - The system does not support the command requested.
1251 .
1252 Language=Russian
1253 ERROR_BAD_DRIVER_LEVEL - Система не может обработать полученную команду.
1254 .
1255 Language=Polish
1256 ERROR_BAD_DRIVER_LEVEL - System nie obsługuje żądanego polecenia.
1257 .
1258
1259 MessageId=120
1260 Severity=Success
1261 Facility=System
1262 SymbolicName=ERROR_CALL_NOT_IMPLEMENTED
1263 Language=English
1264 ERROR_CALL_NOT_IMPLEMENTED - This function is not supported on this system.
1265 .
1266 Language=Russian
1267 ERROR_CALL_NOT_IMPLEMENTED - Эта функция не поддерживается для этой системы.
1268 .
1269 Language=Polish
1270 ERROR_CALL_NOT_IMPLEMENTED - Ta funkcja nie jest obsługiwana w tym systemie.
1271 .
1272
1273 MessageId=121
1274 Severity=Success
1275 Facility=System
1276 SymbolicName=ERROR_SEM_TIMEOUT
1277 Language=English
1278 ERROR_SEM_TIMEOUT - The semaphore timeout period has expired.
1279 .
1280 Language=Russian
1281 ERROR_SEM_TIMEOUT - Превышен таймаут семафора.
1282 .
1283 Language=Polish
1284 ERROR_SEM_TIMEOUT - Przekroczono limit czasu semafora.
1285 .
1286
1287 MessageId=122
1288 Severity=Success
1289 Facility=System
1290 SymbolicName=ERROR_INSUFFICIENT_BUFFER
1291 Language=English
1292 ERROR_INSUFFICIENT_BUFFER - The data area passed to a system call is too small.
1293 .
1294 Language=Russian
1295 ERROR_INSUFFICIENT_BUFFER - Область данных, переданная по системному вызову, слишком мала.
1296 .
1297 Language=Polish
1298 ERROR_INSUFFICIENT_BUFFER - Obszar danych przekazany do wywołania systemowego jest za mały.
1299 .
1300
1301 MessageId=123
1302 Severity=Success
1303 Facility=System
1304 SymbolicName=ERROR_INVALID_NAME
1305 Language=English
1306 ERROR_INVALID_NAME - The filename, directory name, or volume label syntax is incorrect.
1307 .
1308 Language=Russian
1309 ERROR_INVALID_NAME - Синтаксическая ошибка в имени файла, имени папки или метке тома.
1310 .
1311 Language=Polish
1312 ERROR_INVALID_NAME - Nazwa pliku, nazwa katalogu lub składnia etykiety woluminu jest niepoprawna.
1313 .
1314
1315 MessageId=124
1316 Severity=Success
1317 Facility=System
1318 SymbolicName=ERROR_INVALID_LEVEL
1319 Language=English
1320 ERROR_INVALID_LEVEL - The system call level is not correct.
1321 .
1322 Language=Russian
1323 ERROR_INVALID_LEVEL - Неверный уровень системного вызова.
1324 .
1325 Language=Polish
1326 ERROR_INVALID_LEVEL - Poziom wywołania systemowego jest niepoprawny.
1327 .
1328
1329 MessageId=125
1330 Severity=Success
1331 Facility=System
1332 SymbolicName=ERROR_NO_VOLUME_LABEL
1333 Language=English
1334 ERROR_NO_VOLUME_LABEL - The disk has no volume label.
1335 .
1336 Language=Russian
1337 ERROR_NO_VOLUME_LABEL - У диска отсутствует метка тома.
1338 .
1339 Language=Polish
1340 ERROR_NO_VOLUME_LABEL - Dysk nie ma etykiety woluminu.
1341 .
1342
1343 MessageId=126
1344 Severity=Success
1345 Facility=System
1346 SymbolicName=ERROR_MOD_NOT_FOUND
1347 Language=English
1348 ERROR_MOD_NOT_FOUND - The specified module could not be found.
1349 .
1350 Language=Russian
1351 ERROR_MOD_NOT_FOUND - Не найден указанный модуль.
1352 .
1353 Language=Polish
1354 ERROR_MOD_NOT_FOUND - Nie można odnaleźć określonego modułu.
1355 .
1356
1357 MessageId=127
1358 Severity=Success
1359 Facility=System
1360 SymbolicName=ERROR_PROC_NOT_FOUND
1361 Language=English
1362 ERROR_PROC_NOT_FOUND - The specified procedure could not be found.
1363 .
1364 Language=Russian
1365 ERROR_PROC_NOT_FOUND - Не найдена указанная процедура.
1366 .
1367 Language=Polish
1368 ERROR_PROC_NOT_FOUND - Nie można odnaleźć określonej procedury.
1369 .
1370
1371 MessageId=128
1372 Severity=Success
1373 Facility=System
1374 SymbolicName=ERROR_WAIT_NO_CHILDREN
1375 Language=English
1376 ERROR_WAIT_NO_CHILDREN - There are no child processes to wait for.
1377 .
1378 Language=Russian
1379 ERROR_WAIT_NO_CHILDREN - Дочерние процессы, окончания которых требуется ожидать, отсутствуют.
1380 .
1381 Language=Polish
1382 ERROR_WAIT_NO_CHILDREN - Nie ma procesów podrzędnych, na które trzeba by czekać.
1383 .
1384
1385 MessageId=129
1386 Severity=Success
1387 Facility=System
1388 SymbolicName=ERROR_CHILD_NOT_COMPLETE
1389 Language=English
1390 ERROR_CHILD_NOT_COMPLETE - The %1 application cannot be run in Win32 mode.
1391 .
1392 Language=Russian
1393 ERROR_CHILD_NOT_COMPLETE - Приложение "%1" не может быть запущено в режиме Win32.
1394 .
1395 Language=Polish
1396 ERROR_CHILD_NOT_COMPLETE - Nie można uruchomić %1 w trybie Win32.
1397 .
1398
1399 MessageId=130
1400 Severity=Success
1401 Facility=System
1402 SymbolicName=ERROR_DIRECT_ACCESS_HANDLE
1403 Language=English
1404 ERROR_DIRECT_ACCESS_HANDLE - Attempt to use a file handle to an open disk partition for an operation other than raw disk I/O.
1405 .
1406 Language=Russian
1407 ERROR_DIRECT_ACCESS_HANDLE - Попытка использовать дескриптор файла для открытия раздела диска и выполнения операции, отличающейся от ввода/вывода нижнего уровня.
1408 .
1409 Language=Polish
1410 ERROR_DIRECT_ACCESS_HANDLE - Próbowano użyć dojścia do pliku do otwarcia partycji dysku dla operacji innej niż czysta dyskowa operacja We/Wy.
1411 .
1412
1413 MessageId=131
1414 Severity=Success
1415 Facility=System
1416 SymbolicName=ERROR_NEGATIVE_SEEK
1417 Language=English
1418 ERROR_NEGATIVE_SEEK - An attempt was made to move the file pointer before the beginning of the file.
1419 .
1420 Language=Russian
1421 ERROR_NEGATIVE_SEEK - Попытка поместить указатель на файл перед началом файла.
1422 .
1423 Language=Polish
1424 ERROR_NEGATIVE_SEEK - Wykonano próbę przesunięcia wskaźnika pliku przed początek pliku.
1425 .
1426
1427 MessageId=132
1428 Severity=Success
1429 Facility=System
1430 SymbolicName=ERROR_SEEK_ON_DEVICE
1431 Language=English
1432 ERROR_SEEK_ON_DEVICE - The file pointer cannot be set on the specified device or file.
1433 .
1434 Language=Russian
1435 ERROR_SEEK_ON_DEVICE - Указатель на файл не может быть установлен на заданное устройство или файл.
1436 .
1437 Language=Polish
1438 ERROR_SEEK_ON_DEVICE - Wskaźnik plików nie może być ustawiony na określonym urządzeniu lub pliku.
1439 .
1440
1441 MessageId=133
1442 Severity=Success
1443 Facility=System
1444 SymbolicName=ERROR_IS_JOIN_TARGET
1445 Language=English
1446 ERROR_IS_JOIN_TARGET - A JOIN or SUBST command cannot be used for a drive that contains previously joined drives.
1447 .
1448 Language=Russian
1449 ERROR_IS_JOIN_TARGET - Команды JOIN и SUBST не могут быть использованы для дисков, содержащих уже объединенные диски.
1450 .
1451 Language=Polish
1452 ERROR_IS_JOIN_TARGET - Polecenia JOIN lub SUBST nie mogą być użyte na dysku zawierającym poprzednio sprzężone dyski.
1453 .
1454
1455 MessageId=134
1456 Severity=Success
1457 Facility=System
1458 SymbolicName=ERROR_IS_JOINED
1459 Language=English
1460 ERROR_IS_JOINED - An attempt was made to use a JOIN or SUBST command on a drive that has already been joined.
1461 .
1462 Language=Russian
1463 ERROR_IS_JOINED - Попытка использовать команду JOIN или SUBST для диска, уже включенного в набор объединенных дисков.
1464 .
1465 Language=Polish
1466 ERROR_IS_JOINED - Wykonano próbę użycia polecenia JOIN lub SUBST dla dysku, który został już sprzęgnięty.
1467 .
1468
1469 MessageId=135
1470 Severity=Success
1471 Facility=System
1472 SymbolicName=ERROR_IS_SUBSTED
1473 Language=English
1474 ERROR_IS_SUBSTED - An attempt was made to use a JOIN or SUBST command on a drive that has already been substituted.
1475 .
1476 Language=Russian
1477 ERROR_IS_SUBSTED - Попытка использовать команду JOIN или SUBST для диска, который уже был отображен.
1478 .
1479 Language=Polish
1480 ERROR_IS_SUBSTED - Wykonano próbę użycia polecenia JOIN lub SUBST na dysku, który uległ już podstawieniu.
1481 .
1482
1483 MessageId=136
1484 Severity=Success
1485 Facility=System
1486 SymbolicName=ERROR_NOT_JOINED
1487 Language=English
1488 ERROR_NOT_JOINED - The system tried to delete the JOIN of a drive that is not joined.
1489 .
1490 Language=Russian
1491 ERROR_NOT_JOINED - Попытка снять признак объединения с диска, для которого команда JOIN не выполнялась.
1492 .
1493 Language=Polish
1494 ERROR_NOT_JOINED - System próbował usunąć stan JOIN dysku, który nie jest sprzęgnięty (JOIN).
1495 .
1496
1497 MessageId=137
1498 Severity=Success
1499 Facility=System
1500 SymbolicName=ERROR_NOT_SUBSTED
1501 Language=English
1502 ERROR_NOT_SUBSTED - The system tried to delete the substitution of a drive that is not substituted.
1503 .
1504 Language=Russian
1505 ERROR_NOT_SUBSTED - Попытка снять признак отображения с диска, для которого команда SUBST не выполнялась.
1506 .
1507 Language=Polish
1508 ERROR_NOT_SUBSTED - System próbował usunąć podstawienie dysku, który nie uległ podstawieniu.
1509 .
1510
1511 MessageId=138
1512 Severity=Success
1513 Facility=System
1514 SymbolicName=ERROR_JOIN_TO_JOIN
1515 Language=English
1516 ERROR_JOIN_TO_JOIN - The system tried to join a drive to a directory on a joined drive.
1517 .
1518 Language=Russian
1519 ERROR_JOIN_TO_JOIN - Попытка объединить диск с папкой на объединенном диске.
1520 .
1521 Language=Polish
1522 ERROR_JOIN_TO_JOIN - System próbował sprzęgnąć dysk z katalogiem na dysku sprzęgniętym.
1523 .
1524
1525 MessageId=139
1526 Severity=Success
1527 Facility=System
1528 SymbolicName=ERROR_SUBST_TO_SUBST
1529 Language=English
1530 ERROR_SUBST_TO_SUBST - The system tried to substitute a drive to a directory on a substituted drive.
1531 .
1532 Language=Russian
1533 ERROR_SUBST_TO_SUBST - Попытка отобразить диск на папку, находящуюся на отображенном диске.
1534 .
1535 Language=Polish
1536 ERROR_SUBST_TO_SUBST - System próbował dokonać podstawienia dysku przez katalog na dysku poddanym podstawieniu.
1537 .
1538
1539 MessageId=140
1540 Severity=Success
1541 Facility=System
1542 SymbolicName=ERROR_JOIN_TO_SUBST
1543 Language=English
1544 ERROR_JOIN_TO_SUBST - The system tried to join a drive to a directory on a substituted drive.
1545 .
1546 Language=Russian
1547 ERROR_JOIN_TO_SUBST - Попытка объединить диск с папкой на отображенном диске.
1548 .
1549 Language=Polish
1550 ERROR_JOIN_TO_SUBST - System próbował sprzęgnąć dysk z katalogiem na dysku poddanym podstawieniu.
1551 .
1552
1553 MessageId=141
1554 Severity=Success
1555 Facility=System
1556 SymbolicName=ERROR_SUBST_TO_JOIN
1557 Language=English
1558 ERROR_SUBST_TO_JOIN - The system tried to SUBST a drive to a directory on a joined drive.
1559 .
1560 Language=Russian
1561 ERROR_SUBST_TO_JOIN - Попытка отобразить диск на папку, находящуюся на объединенном диске.
1562 .
1563 Language=Polish
1564 ERROR_SUBST_TO_JOIN - System próbował dokonać podstawienia dysku przez katalog na dysku sprzęgniętym.
1565 .
1566
1567 MessageId=142
1568 Severity=Success
1569 Facility=System
1570 SymbolicName=ERROR_BUSY_DRIVE
1571 Language=English
1572 ERROR_BUSY_DRIVE - The system cannot perform a JOIN or SUBST at this time.
1573 .
1574 Language=Russian
1575 ERROR_BUSY_DRIVE - В настоящее время выполнить команду JOIN или SUBST невозможно.
1576 .
1577 Language=Polish
1578 ERROR_BUSY_DRIVE - System nie może teraz wykonać polecenia JOIN ani SUBST.
1579 .
1580
1581 MessageId=143
1582 Severity=Success
1583 Facility=System
1584 SymbolicName=ERROR_SAME_DRIVE
1585 Language=English
1586 ERROR_SAME_DRIVE - The system cannot join or substitute a drive to or for a directory on the same drive.
1587 .
1588 Language=Russian
1589 ERROR_SAME_DRIVE - Невозможно объединить (или отобразить) диск с папкой (или на папку) этого же диска.
1590 .
1591 Language=Polish
1592 ERROR_SAME_DRIVE - System nie może sprzęgnąć lub dokonać podstawienia dysku (JOIN lub SUBST) przy użyciu katalogu na tym samym dysku.
1593 .
1594
1595 MessageId=144
1596 Severity=Success
1597 Facility=System
1598 SymbolicName=ERROR_DIR_NOT_ROOT
1599 Language=English
1600 ERROR_DIR_NOT_ROOT - The directory is not a subdirectory of the root directory.
1601 .
1602 Language=Russian
1603 ERROR_DIR_NOT_ROOT - Эта папка не является подпапкой корневой папки.
1604 .
1605 Language=Polish
1606 ERROR_DIR_NOT_ROOT - Katalog nie jest podkatalogiem katalogu głównego.
1607 .
1608
1609 MessageId=145
1610 Severity=Success
1611 Facility=System
1612 SymbolicName=ERROR_DIR_NOT_EMPTY
1613 Language=English
1614 ERROR_DIR_NOT_EMPTY - The directory is not empty.
1615 .
1616 Language=Russian
1617 ERROR_DIR_NOT_EMPTY - Папка не пуста.
1618 .
1619 Language=Polish
1620 ERROR_DIR_NOT_EMPTY - Katalog nie jest pusty.
1621 .
1622
1623 MessageId=146
1624 Severity=Success
1625 Facility=System
1626 SymbolicName=ERROR_IS_SUBST_PATH
1627 Language=English
1628 ERROR_IS_SUBST_PATH - The path specified is being used in a substitute.
1629 .
1630 Language=Russian
1631 ERROR_IS_SUBST_PATH - Указанный путь используется для отображенного диска.
1632 .
1633 Language=Polish
1634 ERROR_IS_SUBST_PATH - Określona ścieżka jest używana w podstawieniu.
1635 .
1636
1637 MessageId=147
1638 Severity=Success
1639 Facility=System
1640 SymbolicName=ERROR_IS_JOIN_PATH
1641 Language=English
1642 ERROR_IS_JOIN_PATH - Not enough resources are available to process this command.
1643 .
1644 Language=Russian
1645 ERROR_IS_JOIN_PATH - Недостаточно ресурсов для обработки команды.
1646 .
1647 Language=Polish
1648 ERROR_IS_JOIN_PATH - Za mało zasobów do przetworzenia tego polecenia.
1649 .
1650
1651 MessageId=148
1652 Severity=Success
1653 Facility=System
1654 SymbolicName=ERROR_PATH_BUSY
1655 Language=English
1656 ERROR_PATH_BUSY - The path specified cannot be used at this time.
1657 .
1658 Language=Russian
1659 ERROR_PATH_BUSY - Указанный путь невозможно использовать сейчас.
1660 .
1661 Language=Polish
1662 ERROR_PATH_BUSY - Nie można teraz użyć określonej ścieżki.
1663 .
1664
1665 MessageId=149
1666 Severity=Success
1667 Facility=System
1668 SymbolicName=ERROR_IS_SUBST_TARGET
1669 Language=English
1670 ERROR_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.
1671 .
1672 Language=Russian
1673 ERROR_IS_SUBST_TARGET - Попытка объединить или отобразить диск, папка на котором уже используется для отображения.
1674 .
1675 Language=Polish
1676 ERROR_IS_SUBST_TARGET - Wykonano próbę sprzęgnięcia (JOIN) lub podstawienia (SUBST) dysku, dla którego katalog na dysku jest katalogiem docelowym poprzedniego podstawienia.
1677 .
1678
1679 MessageId=150
1680 Severity=Success
1681 Facility=System
1682 SymbolicName=ERROR_SYSTEM_TRACE
1683 Language=English
1684 ERROR_SYSTEM_TRACE - System trace information was not specified in your CONFIG.SYS file, or tracing is disallowed.
1685 .
1686 Language=Russian
1687 ERROR_SYSTEM_TRACE - Сведения о трассировке в файле CONFIG.SYS не найдены, либо трассировка запрещена.
1688 .
1689 Language=Polish
1690 ERROR_SYSTEM_TRACE - СInformacje o śledzeniu systemu nie zostały określone w pliku CONFIG.SYS lub śledzenie jest niedozwolone.
1691 .
1692
1693 MessageId=151
1694 Severity=Success
1695 Facility=System
1696 SymbolicName=ERROR_INVALID_EVENT_COUNT
1697 Language=English
1698 ERROR_INVALID_EVENT_COUNT - The number of specified semaphore events for DosMuxSemWait is not correct.
1699 .
1700 Language=Russian
1701 ERROR_INVALID_EVENT_COUNT - Число семафоров для DosMuxSemWait задано неверно.
1702 .
1703 Language=Polish
1704 ERROR_INVALID_EVENT_COUNT - Liczba określonych zdarzeń semafora dla DosMuxSemWait jest niepoprawna.
1705 .
1706
1707 MessageId=152
1708 Severity=Success
1709 Facility=System
1710 SymbolicName=ERROR_TOO_MANY_MUXWAITERS
1711 Language=English
1712 ERROR_TOO_MANY_MUXWAITERS - DosMuxSemWait did not execute; too many semaphores are already set.
1713 .
1714 Language=Russian
1715 ERROR_TOO_MANY_MUXWAITERS - Не выполнен вызов DosMuxSemWait. Установлено слишком много семафоров.
1716 .
1717 Language=Polish
1718 ERROR_TOO_MANY_MUXWAITERS - Nie wykonano funkcji DosMuxSemWait; za dużo semaforów jest już ustawionych.
1719 .
1720
1721 MessageId=153
1722 Severity=Success
1723 Facility=System
1724 SymbolicName=ERROR_INVALID_LIST_FORMAT
1725 Language=English
1726 ERROR_INVALID_LIST_FORMAT - The DosMuxSemWait list is not correct.
1727 .
1728 Language=Russian
1729 ERROR_INVALID_LIST_FORMAT - Некорректный вызов DosMuxSemWait.
1730 .
1731 Language=Polish
1732 ERROR_INVALID_LIST_FORMAT - Lista DosMuxSemWait jest niepoprawna.
1733 .
1734
1735 MessageId=154
1736 Severity=Success
1737 Facility=System
1738 SymbolicName=ERROR_LABEL_TOO_LONG
1739 Language=English
1740 ERROR_LABEL_TOO_LONG - The volume label you entered exceeds the label character limit of the target file system.
1741 .
1742 Language=Russian
1743 ERROR_LABEL_TOO_LONG - Длина метки тома превосходит предел, установленный для файловой системы.
1744 .
1745 Language=Polish
1746 ERROR_LABEL_TOO_LONG - Wprowadzona etykieta woluminu przekracza limit znaków etykiety docelowego systemu plików.
1747 .
1748
1749 MessageId=155
1750 Severity=Success
1751 Facility=System
1752 SymbolicName=ERROR_TOO_MANY_TCBS
1753 Language=English
1754 ERROR_TOO_MANY_TCBS - Cannot create another thread.
1755 .
1756 Language=Russian
1757 ERROR_TOO_MANY_TCBS - Не удается создать еще один поток команд.
1758 .
1759 Language=Polish
1760 ERROR_TOO_MANY_TCBS - Nie można utworzyć innego wątku.
1761 .
1762
1763 MessageId=156
1764 Severity=Success
1765 Facility=System
1766 SymbolicName=ERROR_SIGNAL_REFUSED
1767 Language=English
1768 ERROR_SIGNAL_REFUSED - The recipient process has refused the signal.
1769 .
1770 Language=Russian
1771 ERROR_SIGNAL_REFUSED - Принимающий процесс отклонил сигнал.
1772 .
1773 Language=Polish
1774 ERROR_SIGNAL_REFUSED - Proces odbiorczy odrzucił sygnał.
1775 .
1776
1777 MessageId=157
1778 Severity=Success
1779 Facility=System
1780 SymbolicName=ERROR_DISCARDED
1781 Language=English
1782 ERROR_DISCARDED - The segment is already discarded and cannot be locked.
1783 .
1784 Language=Russian
1785 ERROR_DISCARDED - Сегмент уже освобожден и не может быть заблокирован.
1786 .
1787 Language=Polish
1788 ERROR_DISCARDED - Segment jest już zarzucony i nie można go zablokować.
1789 .
1790
1791 MessageId=158
1792 Severity=Success
1793 Facility=System
1794 SymbolicName=ERROR_NOT_LOCKED
1795 Language=English
1796 ERROR_NOT_LOCKED - The segment is already unlocked.
1797 .
1798 Language=Russian
1799 ERROR_NOT_LOCKED - Блокировка с сегмента уже снята.
1800 .
1801 Language=Polish
1802 ERROR_NOT_LOCKED - Segment jest już odblokowany.
1803 .
1804
1805 MessageId=159
1806 Severity=Success
1807 Facility=System
1808 SymbolicName=ERROR_BAD_THREADID_ADDR
1809 Language=English
1810 ERROR_BAD_THREADID_ADDR - The address for the thread ID is not correct.
1811 .
1812 Language=Russian
1813 ERROR_BAD_THREADID_ADDR - Адрес идентификатора потока команд задан неверно.
1814 .
1815 Language=Polish
1816 ERROR_BAD_THREADID_ADDR - Adres identyfikatora wątku jest niepoprawny.
1817 .
1818
1819 MessageId=160
1820 Severity=Success
1821 Facility=System
1822 SymbolicName=ERROR_BAD_ARGUMENTS
1823 Language=English
1824 ERROR_BAD_ARGUMENTS - The argument string passed to DosExecPgm is not correct.
1825 .
1826 Language=Russian
1827 ERROR_BAD_ARGUMENTS - Неверны один или несколько аргументов.
1828 .
1829 Language=Polish
1830 ERROR_BAD_ARGUMENTS - Co najmniej jeden argument jest niepoprawny.
1831 .
1832
1833 MessageId=161
1834 Severity=Success
1835 Facility=System
1836 SymbolicName=ERROR_BAD_PATHNAME
1837 Language=English
1838 ERROR_BAD_PATHNAME - The specified path is invalid.
1839 .
1840 Language=Russian
1841 ERROR_BAD_PATHNAME - Указан недопустимый путь.
1842 .
1843 Language=Polish
1844 ERROR_BAD_PATHNAME - Określona ścieżka jest nieprawidłowa.
1845 .
1846
1847 MessageId=162
1848 Severity=Success
1849 Facility=System
1850 SymbolicName=ERROR_SIGNAL_PENDING
1851 Language=English
1852 ERROR_SIGNAL_PENDING - A signal is already pending.
1853 .
1854 Language=Russian
1855 ERROR_SIGNAL_PENDING - Сигнал уже находится в состоянии обработки.
1856 .
1857 Language=Polish
1858 ERROR_SIGNAL_PENDING - Sygnał jest już w stanie oczekiwania.
1859 .
1860
1861 MessageId=164
1862 Severity=Success
1863 Facility=System
1864 SymbolicName=ERROR_MAX_THRDS_REACHED
1865 Language=English
1866 ERROR_MAX_THRDS_REACHED - No more threads can be created in the system.
1867 .
1868 Language=Russian
1869 ERROR_MAX_THRDS_REACHED - Создание дополнительных потоков команд невозможно.
1870 .
1871 Language=Polish
1872 ERROR_MAX_THRDS_REACHED - W systemie nie można utworzyć dalszych wątków.
1873 .
1874
1875 MessageId=167
1876 Severity=Success
1877 Facility=System
1878 SymbolicName=ERROR_LOCK_FAILED
1879 Language=English
1880 ERROR_LOCK_FAILED - Unable to lock a region of a file.
1881 .
1882 Language=Russian
1883 ERROR_LOCK_FAILED - Не удается снять блокировку с области файла.
1884 .
1885 Language=Polish
1886 ERROR_LOCK_FAILED - Nie można zablokować regionu pliku.
1887 .
1888
1889 MessageId=170
1890 Severity=Success
1891 Facility=System
1892 SymbolicName=ERROR_BUSY
1893 Language=English
1894 ERROR_BUSY - The requested resource is in use.
1895 .
1896 Language=Russian
1897 ERROR_BUSY - Требуемый ресурс занят.
1898 .
1899 Language=Polish
1900 ERROR_BUSY - Żądane zasoby są w użyciu.
1901 .
1902
1903 MessageId=173
1904 Severity=Success
1905 Facility=System
1906 SymbolicName=ERROR_CANCEL_VIOLATION
1907 Language=English
1908 ERROR_CANCEL_VIOLATION - A lock request was not outstanding for the supplied cancel region.
1909 .
1910 Language=Russian
1911 ERROR_CANCEL_VIOLATION - Запрос на блокировку соответствует определенной области.
1912 .
1913 Language=Polish
1914 ERROR_CANCEL_VIOLATION - Żądanie zablokowania nie było zaległe dla podanego regionu anulowania.
1915 .
1916
1917 MessageId=174
1918 Severity=Success
1919 Facility=System
1920 SymbolicName=ERROR_ATOMIC_LOCKS_NOT_SUPPORTED
1921 Language=English
1922 ERROR_ATOMIC_LOCKS_NOT_SUPPORTED - The file system does not support atomic changes to the lock type.
1923 .
1924 Language=Russian
1925 ERROR_ATOMIC_LOCKS_NOT_SUPPORTED - Файловая система не поддерживает указанные изменения типа блокировки.
1926 .
1927 Language=Polish
1928 ERROR_ATOMIC_LOCKS_NOT_SUPPORTED - System plików nie obsługuje zmian częściowych dotyczących typu blokady.
1929 .
1930
1931 MessageId=180
1932 Severity=Success
1933 Facility=System
1934 SymbolicName=ERROR_INVALID_SEGMENT_NUMBER
1935 Language=English
1936 ERROR_INVALID_SEGMENT_NUMBER - The system detected a segment number that was not correct.
1937 .
1938 Language=Russian
1939 ERROR_INVALID_SEGMENT_NUMBER - Система обнаружила неверный номер сегмента.
1940 .
1941 Language=Polish
1942 ERROR_INVALID_SEGMENT_NUMBER - System wykrył niepoprawny numer segmentu.
1943 .
1944
1945 MessageId=182
1946 Severity=Success
1947 Facility=System
1948 SymbolicName=ERROR_INVALID_ORDINAL
1949 Language=English
1950 ERROR_INVALID_ORDINAL - The operating system cannot run %1.
1951 .
1952 Language=Russian
1953 ERROR_INVALID_ORDINAL - Операционная система не может выполнить "%1".
1954 .
1955 Language=Polish
1956 ERROR_INVALID_ORDINAL - System operacyjny nie może uruchomić %1.
1957 .
1958
1959 MessageId=183
1960 Severity=Success
1961 Facility=System
1962 SymbolicName=ERROR_ALREADY_EXISTS
1963 Language=English
1964 ERROR_ALREADY_EXISTS - Cannot create a file when that file already exists.
1965 .
1966 Language=Russian
1967 ERROR_ALREADY_EXISTS - Невозможно создать файл, так как он уже существует.
1968 .
1969 Language=Polish
1970 ERROR_ALREADY_EXISTS - Nie można utworzyć pliku, który już istnieje.
1971 .
1972
1973 MessageId=186
1974 Severity=Success
1975 Facility=System
1976 SymbolicName=ERROR_INVALID_FLAG_NUMBER
1977 Language=English
1978 ERROR_INVALID_FLAG_NUMBER - The flag passed is not correct.
1979 .
1980 Language=Russian
1981 ERROR_INVALID_FLAG_NUMBER - Передан неверный флаг.
1982 .
1983 Language=Polish
1984 ERROR_INVALID_FLAG_NUMBER - Przekazana flaga jest niepoprawna.
1985 .
1986
1987 MessageId=187
1988 Severity=Success
1989 Facility=System
1990 SymbolicName=ERROR_SEM_NOT_FOUND
1991 Language=English
1992 ERROR_SEM_NOT_FOUND - The specified system semaphore name was not found.
1993 .
1994 Language=Russian
1995 ERROR_SEM_NOT_FOUND - Не найдено указанное имя системного семафора.
1996 .
1997 Language=Polish
1998 ERROR_SEM_NOT_FOUND - Nie odnaleziono określonej nazwy semafora systemowego.
1999 .
2000
2001 MessageId=188
2002 Severity=Success
2003 Facility=System
2004 SymbolicName=ERROR_INVALID_STARTING_CODESEG
2005 Language=English
2006 ERROR_INVALID_STARTING_CODESEG - The operating system cannot run %1.
2007 .
2008 Language=Russian
2009 ERROR_INVALID_STARTING_CODESEG - Операционная система не может выполнить "%1".
2010 .
2011 Language=Polish
2012 ERROR_INVALID_STARTING_CODESEG - System operacyjny nie może uruchomić %1.
2013 .
2014
2015 MessageId=189
2016 Severity=Success
2017 Facility=System
2018 SymbolicName=ERROR_INVALID_STACKSEG
2019 Language=English
2020 ERROR_INVALID_STACKSEG - The operating system cannot run %1.
2021 .
2022 Language=Russian
2023 ERROR_INVALID_STACKSEG - Операционная система не может выполнить "%1".
2024 .
2025 Language=Polish
2026 ERROR_INVALID_STACKSEG - System operacyjny nie może uruchomić %1.
2027 .
2028
2029 MessageId=190
2030 Severity=Success
2031 Facility=System
2032 SymbolicName=ERROR_INVALID_MODULETYPE
2033 Language=English
2034 ERROR_INVALID_MODULETYPE - The operating system cannot run %1.
2035 .
2036 Language=Russian
2037 ERROR_INVALID_MODULETYPE - Операционная система не может выполнить "%1".
2038 .
2039 Language=Polish
2040 ERROR_INVALID_MODULETYPE - System operacyjny nie może uruchomić %1.
2041 .
2042
2043 MessageId=191
2044 Severity=Success
2045 Facility=System
2046 SymbolicName=ERROR_INVALID_EXE_SIGNATURE
2047 Language=English
2048 ERROR_INVALID_EXE_SIGNATURE - Cannot run %1 in Win32 mode.
2049 .
2050 Language=Russian
2051 ERROR_INVALID_EXE_SIGNATURE - Невозможно запустить "%1" в режиме Win32.
2052 .
2053 Language=Polish
2054 ERROR_INVALID_EXE_SIGNATURE - Nie można uruchomić %1 w trybie Win32.
2055 .
2056
2057 MessageId=192
2058 Severity=Success
2059 Facility=System
2060 SymbolicName=ERROR_EXE_MARKED_INVALID
2061 Language=English
2062 ERROR_EXE_MARKED_INVALID - The operating system cannot run %1.
2063 .
2064 Language=Russian
2065 ERROR_EXE_MARKED_INVALID - Операционная система не может выполнить "%1".
2066 .
2067 Language=Polish
2068 ERROR_EXE_MARKED_INVALID - System operacyjny nie może uruchomić %1.
2069 .
2070
2071 MessageId=193
2072 Severity=Success
2073 Facility=System
2074 SymbolicName=ERROR_BAD_EXE_FORMAT
2075 Language=English
2076 ERROR_BAD_EXE_FORMAT - %1 is not a valid Win32 application.
2077 .
2078 Language=Russian
2079 ERROR_BAD_EXE_FORMAT - "%1" не является приложением Win32.
2080 .
2081 Language=Polish
2082 ERROR_BAD_EXE_FORMAT - %1 nie jest prawidłową aplikacją systemu Win32.
2083 .
2084
2085 MessageId=194
2086 Severity=Success
2087 Facility=System
2088 SymbolicName=ERROR_ITERATED_DATA_EXCEEDS_64k
2089 Language=English
2090 ERROR_ITERATED_DATA_EXCEEDS_64k - The operating system cannot run %1.
2091 .
2092 Language=Russian
2093 ERROR_ITERATED_DATA_EXCEEDS_64k - Операционная система не может выполнить "%1".
2094 .
2095 Language=Polish
2096 ERROR_ITERATED_DATA_EXCEEDS_64k - System operacyjny nie może uruchomić %1.
2097 .
2098
2099 MessageId=195
2100 Severity=Success
2101 Facility=System
2102 SymbolicName=ERROR_INVALID_MINALLOCSIZE
2103 Language=English
2104 ERROR_INVALID_MINALLOCSIZE - The operating system cannot run %1.
2105 .
2106 Language=Russian
2107 ERROR_INVALID_MINALLOCSIZE - Операционная система не может выполнить "%1".
2108 .
2109 Language=Polish
2110 ERROR_INVALID_MINALLOCSIZE - System operacyjny nie może uruchomić %1.
2111 .
2112
2113 MessageId=196
2114 Severity=Success
2115 Facility=System
2116 SymbolicName=ERROR_DYNLINK_FROM_INVALID_RING
2117 Language=English
2118 ERROR_DYNLINK_FROM_INVALID_RING - The operating system cannot run this application program.
2119 .
2120 Language=Russian
2121 ERROR_DYNLINK_FROM_INVALID_RING - Операционная система не может запустить это приложение.
2122 .
2123 Language=Polish
2124 ERROR_DYNLINK_FROM_INVALID_RING - System operacyjny nie może uruchomić tej aplikacji programu.
2125 .
2126
2127 MessageId=197
2128 Severity=Success
2129 Facility=System
2130 SymbolicName=ERROR_IOPL_NOT_ENABLED
2131 Language=English
2132 ERROR_IOPL_NOT_ENABLED - The operating system is not presently configured to run this application.
2133 .
2134 Language=Russian
2135 ERROR_IOPL_NOT_ENABLED - Конфигурация операционной системы не рассчитана на запуск этого приложения.
2136 .
2137 Language=Polish
2138 ERROR_IOPL_NOT_ENABLED - System operacyjny nie jest obecnie skonfigurowany do uruchomienia tej aplikacji.
2139 .
2140
2141 MessageId=198
2142 Severity=Success
2143 Facility=System
2144 SymbolicName=ERROR_INVALID_SEGDPL
2145 Language=English
2146 ERROR_INVALID_SEGDPL - The operating system cannot run %1.
2147 .
2148 Language=Russian
2149 ERROR_INVALID_SEGDPL - Операционная система не может выполнить "%1".
2150 .
2151 Language=Polish
2152 ERROR_INVALID_SEGDPL - System operacyjny nie może uruchomić %1.
2153 .
2154
2155 MessageId=199
2156 Severity=Success
2157 Facility=System
2158 SymbolicName=ERROR_AUTODATASEG_EXCEEDS_64k
2159 Language=English
2160 ERROR_AUTODATASEG_EXCEEDS_64k - The operating system cannot run this application program.
2161 .
2162 Language=Russian
2163 ERROR_AUTODATASEG_EXCEEDS_64k - Операционная система не может запустить это приложение.
2164 .
2165 Language=Polish
2166 ERROR_AUTODATASEG_EXCEEDS_64k - System operacyjny nie może uruchomić tej aplikacji programu.
2167 .
2168
2169 MessageId=200
2170 Severity=Success
2171 Facility=System
2172 SymbolicName=ERROR_RING2SEG_MUST_BE_MOVABLE
2173 Language=English
2174 ERROR_RING2SEG_MUST_BE_MOVABLE - The code segment cannot be greater than or equal to 64K.
2175 .
2176 Language=Russian
2177 ERROR_RING2SEG_MUST_BE_MOVABLE - Сегмент кода должен быть меньше 64 КБ.
2178 .
2179 Language=Polish
2180 ERROR_RING2SEG_MUST_BE_MOVABLE - Segment kodu nie może być większy niż lub równy 64 KB.
2181 .
2182
2183 MessageId=201
2184 Severity=Success
2185 Facility=System
2186 SymbolicName=ERROR_RELOC_CHAIN_XEEDS_SEGLIM
2187 Language=English
2188 ERROR_RELOC_CHAIN_XEEDS_SEGLIM - The operating system cannot run %1.
2189 .
2190 Language=Russian
2191 ERROR_RELOC_CHAIN_XEEDS_SEGLIM - Операционная система не может выполнить "%1".
2192 .
2193 Language=Polish
2194 ERROR_RELOC_CHAIN_XEEDS_SEGLIM - System operacyjny nie może uruchomić %1.
2195 .
2196
2197 MessageId=202
2198 Severity=Success
2199 Facility=System
2200 SymbolicName=ERROR_INFLOOP_IN_RELOC_CHAIN
2201 Language=English
2202 ERROR_INFLOOP_IN_RELOC_CHAIN - The operating system cannot run %1.
2203 .
2204 Language=Russian
2205 ERROR_INFLOOP_IN_RELOC_CHAIN - Операционная система не может выполнить "%1".
2206 .
2207 Language=Polish
2208 ERROR_INFLOOP_IN_RELOC_CHAIN - System operacyjny nie może uruchomić %1.
2209 .
2210
2211 MessageId=203
2212 Severity=Success
2213 Facility=System
2214 SymbolicName=ERROR_ENVVAR_NOT_FOUND
2215 Language=English
2216 ERROR_ENVVAR_NOT_FOUND - The system could not find the environment option that was entered.
2217 .
2218 Language=Russian
2219 ERROR_ENVVAR_NOT_FOUND - Системе не удается найти указанный параметр среды.
2220 .
2221 Language=Polish
2222 ERROR_ENVVAR_NOT_FOUND - System nie mógł znaleźć opcji środowiska, która została wprowadzona.
2223 .
2224
2225 MessageId=205
2226 Severity=Success
2227 Facility=System
2228 SymbolicName=ERROR_NO_SIGNAL_SENT
2229 Language=English
2230 ERROR_NO_SIGNAL_SENT - No process in the command subtree has a signal handler.
2231 .
2232 Language=Russian
2233 ERROR_NO_SIGNAL_SENT - Ни один из процессов в дереве команды не имеет обработчика сигналов.
2234 .
2235 Language=Polish
2236 ERROR_NO_SIGNAL_SENT - Żaden proces w poddrzewie polecenia nie ma obsługi sygnałów.
2237 .
2238
2239 MessageId=206
2240 Severity=Success
2241 Facility=System
2242 SymbolicName=ERROR_FILENAME_EXCED_RANGE
2243 Language=English
2244 ERROR_FILENAME_EXCED_RANGE - The filename or extension is too long.
2245 .
2246 Language=Russian
2247 ERROR_FILENAME_EXCED_RANGE - Имя файла или его расширение имеет слишком большую длину.
2248 .
2249 Language=Polish
2250 ERROR_FILENAME_EXCED_RANGE - Nazwa pliku lub jej rozszerzenie są za długie.
2251 .
2252
2253 MessageId=207
2254 Severity=Success
2255 Facility=System
2256 SymbolicName=ERROR_RING2_STACK_IN_USE
2257 Language=English
2258 ERROR_RING2_STACK_IN_USE - The ring 2 stack is in use.
2259 .
2260 Language=Russian
2261 ERROR_RING2_STACK_IN_USE - Кольцо 2 стека занято.
2262 .
2263 Language=Polish
2264 ERROR_RING2_STACK_IN_USE - Stos ring 2 jest w użyciu.
2265 .
2266
2267 MessageId=208
2268 Severity=Success
2269 Facility=System
2270 SymbolicName=ERROR_META_EXPANSION_TOO_LONG
2271 Language=English
2272 ERROR_META_EXPANSION_TOO_LONG - The global filename characters, * or ?, are entered incorrectly or too many global filename characters are specified.
2273 .
2274 Language=Russian
2275 ERROR_META_EXPANSION_TOO_LONG - Подстановочные знаки * и/или ? заданы неверно или образуют неверный шаблон имени.
2276 .
2277 Language=Polish
2278 ERROR_META_EXPANSION_TOO_LONG - Znaki globalne w nazwach plików, * lub ?, są niepoprawnie wprowadzone lub określono za dużo znaków globalnych.
2279 .
2280
2281 MessageId=209
2282 Severity=Success
2283 Facility=System
2284 SymbolicName=ERROR_INVALID_SIGNAL_NUMBER
2285 Language=English
2286 ERROR_INVALID_SIGNAL_NUMBER - The signal being posted is not correct.
2287 .
2288 Language=Russian
2289 ERROR_INVALID_SIGNAL_NUMBER - Отправляемый сигнал неверен.
2290 .
2291 Language=Polish
2292 ERROR_INVALID_SIGNAL_NUMBER - Ogłaszany sygnał jest nieprawidłowy.
2293 .
2294
2295 MessageId=210
2296 Severity=Success
2297 Facility=System
2298 SymbolicName=ERROR_THREAD_1_INACTIVE
2299 Language=English
2300 ERROR_THREAD_1_INACTIVE - The signal handler cannot be set.
2301 .
2302 Language=Russian
2303 ERROR_THREAD_1_INACTIVE - Не удается установить обработчик сигналов.
2304 .
2305 Language=Polish
2306 ERROR_THREAD_1_INACTIVE - Nie można ustawić programu obsługi sygnałów.
2307 .
2308
2309 MessageId=212
2310 Severity=Success
2311 Facility=System
2312 SymbolicName=ERROR_LOCKED
2313 Language=English
2314 ERROR_LOCKED - The segment is locked and cannot be reallocated.
2315 .
2316 Language=Russian
2317 ERROR_LOCKED - Сегмент заблокирован и не может быть перемещен.
2318 .
2319 Language=Polish
2320 ERROR_LOCKED - Segment jest zablokowany i nie można przydzielić go ponownie.
2321 .
2322
2323 MessageId=214
2324 Severity=Success
2325 Facility=System
2326 SymbolicName=ERROR_TOO_MANY_MODULES
2327 Language=English
2328 ERROR_TOO_MANY_MODULES - Too many dynamic-link modules are attached to this program or dynamic-link module.
2329 .
2330 Language=Russian
2331 ERROR_TOO_MANY_MODULES - К этой программе или модулю присоединено слишком много динамически подключаемых модулей.
2332 .
2333 Language=Polish
2334 ERROR_TOO_MANY_MODULES - Do tego programu lub modułu dołączono za dużo modułów dołączanych dynamicznie.
2335 .
2336
2337 MessageId=215
2338 Severity=Success
2339 Facility=System
2340 SymbolicName=ERROR_NESTING_NOT_ALLOWED
2341 Language=English
2342 ERROR_NESTING_NOT_ALLOWED - Cannot nest calls to LoadModule.
2343 .
2344 Language=Russian
2345 ERROR_NESTING_NOT_ALLOWED - Вызовы LoadModule не могут быть вложены.
2346 .
2347 Language=Polish
2348 ERROR_NESTING_NOT_ALLOWED - Nie można zagnieżdżać wywołań funkcji LoadModule.
2349 .
2350
2351 MessageId=216
2352 Severity=Success
2353 Facility=System
2354 SymbolicName=ERROR_EXE_MACHINE_TYPE_MISMATCH
2355 Language=English
2356 ERROR_EXE_MACHINE_TYPE_MISMATCH - The image file %1 is valid, but is for a machine type other than the current machine.
2357 .
2358 Language=Russian
2359 ERROR_EXE_MACHINE_TYPE_MISMATCH - The image file %1 is valid, but is for a machine type other than the current machine.
2360 .
2361 Language=Polish
2362 ERROR_EXE_MACHINE_TYPE_MISMATCH - Plik obrazu %1 jest prawidłowy, ale jest przeznaczony na komputer innego typu niż obecny.
2363 .
2364
2365 MessageId=217
2366 Severity=Success
2367 Facility=System
2368 SymbolicName=ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY
2369 Language=English
2370 ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY - The image file %1 is signed, unable to modify.
2371 .
2372 Language=Russian
2373 ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY - The image file %1 is signed, unable to modify.
2374 .
2375 Language=Polish
2376 ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY - Plik obrazu %1 jest podpisany, nie można go zmodyfikować.
2377 .
2378
2379 MessageId=218
2380 Severity=Success
2381 Facility=System
2382 SymbolicName=ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY
2383 Language=English
2384 ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY - The image file %1 is strong signed, unable to modify.
2385 .
2386 Language=Russian
2387 ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY - The image file %1 is strong signed, unable to modify.
2388 .
2389 Language=Polish
2390 ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY - Plik obrazu %1 ma silny podpis, nie można go zmodyfikować.
2391 .
2392
2393 MessageId=230
2394 Severity=Success
2395 Facility=System
2396 SymbolicName=ERROR_BAD_PIPE
2397 Language=English
2398 ERROR_BAD_PIPE - The pipe state is invalid.
2399 .
2400 Language=Russian
2401 ERROR_BAD_PIPE - The pipe state is invalid.
2402 .
2403 Language=Polish
2404 ERROR_BAD_PIPE - Stan potoku jest nieprawidłowy.
2405 .
2406
2407 MessageId=231
2408 Severity=Success
2409 Facility=System
2410 SymbolicName=ERROR_PIPE_BUSY
2411 Language=English
2412 ERROR_PIPE_BUSY - All pipe instances are busy.
2413 .
2414 Language=Russian
2415 ERROR_PIPE_BUSY - All pipe instances are busy.
2416 .
2417 Language=Polish
2418 ERROR_PIPE_BUSY - Wszystkie wystąpienia potoku są zajęte.
2419 .
2420
2421 MessageId=232
2422 Severity=Success
2423 Facility=System
2424 SymbolicName=ERROR_NO_DATA
2425 Language=English
2426 ERROR_NO_DATA - The pipe is being closed.
2427 .
2428 Language=Russian
2429 ERROR_NO_DATA - The pipe is being closed.
2430 .
2431 Language=Polish
2432 ERROR_NO_DATA - Trwa zamykanie potoku.
2433 .
2434
2435 MessageId=233
2436 Severity=Success
2437 Facility=System
2438 SymbolicName=ERROR_PIPE_NOT_CONNECTED
2439 Language=English
2440 ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe.
2441 .
2442 Language=Russian
2443 ERROR_PIPE_NOT_CONNECTED - No process is on the other end of the pipe.
2444 .
2445 Language=Polish
2446 ERROR_PIPE_NOT_CONNECTED - Na drugim końcu potoku nie ma żadnego procesu.
2447 .
2448
2449 MessageId=234
2450 Severity=Success
2451 Facility=System
2452 SymbolicName=ERROR_MORE_DATA
2453 Language=English
2454 ERROR_MORE_DATA - More data is available.
2455 .
2456 Language=Russian
2457 ERROR_MORE_DATA - More data is available.
2458 .
2459 Language=Polish
2460 ERROR_MORE_DATA - Dostępnych jest więcej danych.
2461 .
2462
2463 MessageId=240
2464 Severity=Success
2465 Facility=System
2466 SymbolicName=ERROR_VC_DISCONNECTED
2467 Language=English
2468 ERROR_VC_DISCONNECTED - The session was canceled.
2469 .
2470 Language=Russian
2471 ERROR_VC_DISCONNECTED - The session was canceled.
2472 .
2473 Language=Polish
2474 ERROR_VC_DISCONNECTED - Sesja została anulowana.
2475 .
2476
2477 MessageId=254
2478 Severity=Success
2479 Facility=System
2480 SymbolicName=ERROR_INVALID_EA_NAME
2481 Language=English
2482 ERROR_INVALID_EA_NAME - The specified extended attribute name was invalid.
2483 .
2484 Language=Russian
2485 ERROR_INVALID_EA_NAME - The specified extended attribute name was invalid.
2486 .
2487 Language=Polish
2488 ERROR_INVALID_EA_NAME - Określona nazwa atrybutu rozszerzonego jest nieprawidłowa.
2489 .
2490
2491 MessageId=255
2492 Severity=Success
2493 Facility=System
2494 SymbolicName=ERROR_EA_LIST_INCONSISTENT
2495 Language=English
2496 ERROR_EA_LIST_INCONSISTENT - The extended attributes are inconsistent.
2497 .
2498 Language=Russian
2499 ERROR_EA_LIST_INCONSISTENT - The extended attributes are inconsistent.
2500 .
2501 Language=Polish
2502 ERROR_EA_LIST_INCONSISTENT - Atrybuty rozszerzone są niezgodne.
2503 .
2504
2505 MessageId=258
2506 Severity=Success
2507 Facility=System
2508 SymbolicName=WAIT_TIMEOUT
2509 Language=English
2510 WAIT_TIMEOUT - The wait operation timed out.
2511 .
2512 Language=Russian
2513 WAIT_TIMEOUT - The wait operation timed out.
2514 .
2515 Language=Polish
2516 WAIT_TIMEOUT - Upłynął limit czasu operacji oczekiwania.
2517 .
2518
2519 MessageId=259
2520 Severity=Success
2521 Facility=System
2522 SymbolicName=ERROR_NO_MORE_ITEMS
2523 Language=English
2524 ERROR_NO_MORE_ITEMS - No more data is available.
2525 .
2526 Language=Russian
2527 ERROR_NO_MORE_ITEMS - No more data is available.
2528 .
2529 Language=Polish
2530 ERROR_NO_MORE_ITEMS - Brak dalszych danych.
2531 .
2532
2533 MessageId=266
2534 Severity=Success
2535 Facility=System
2536 SymbolicName=ERROR_CANNOT_COPY
2537 Language=English
2538 ERROR_CANNOT_COPY - The copy functions cannot be used.
2539 .
2540 Language=Russian
2541 ERROR_CANNOT_COPY - The copy functions cannot be used.
2542 .
2543 Language=Polish
2544 ERROR_CANNOT_COPY - Nie można używać funkcji kopiowania.
2545 .
2546
2547 MessageId=267
2548 Severity=Success
2549 Facility=System
2550 SymbolicName=ERROR_DIRECTORY
2551 Language=English
2552 ERROR_DIRECTORY - The directory name is invalid.
2553 .
2554 Language=Russian
2555 ERROR_DIRECTORY - The directory name is invalid.
2556 .
2557 Language=Polish
2558 ERROR_DIRECTORY - Nazwa katalogu jest nieprawidłowa.
2559 .
2560
2561 MessageId=275
2562 Severity=Success
2563 Facility=System
2564 SymbolicName=ERROR_EAS_DIDNT_FIT
2565 Language=English
2566 ERROR_EAS_DIDNT_FIT - The extended attributes did not fit in the buffer.
2567 .
2568 Language=Russian
2569 ERROR_EAS_DIDNT_FIT - The extended attributes did not fit in the buffer.
2570 .
2571 Language=Polish
2572 ERROR_EAS_DIDNT_FIT - Atrybuty rozszerzone nie zmieściły się w buforze.
2573 .
2574
2575 MessageId=276
2576 Severity=Success
2577 Facility=System
2578 SymbolicName=ERROR_EA_FILE_CORRUPT
2579 Language=English
2580 ERROR_EA_FILE_CORRUPT - The extended attribute file on the mounted file system is corrupt.
2581 .
2582 Language=Russian
2583 ERROR_EA_FILE_CORRUPT - The extended attribute file on the mounted file system is corrupt.
2584 .
2585 Language=Polish
2586 ERROR_EA_FILE_CORRUPT - Plik atrybutów rozszerzonych w zainstalowanym systemie plików jest uszkodzony.
2587 .
2588
2589 MessageId=277
2590 Severity=Success
2591 Facility=System
2592 SymbolicName=ERROR_EA_TABLE_FULL
2593 Language=English
2594 ERROR_EA_TABLE_FULL - The extended attribute table file is full.
2595 .
2596 Language=Russian
2597 ERROR_EA_TABLE_FULL - The extended attribute table file is full.
2598 .
2599 Language=Polish
2600 ERROR_EA_TABLE_FULL - Tabela atrybutów rozszerzonych jest zapełniona.
2601 .
2602
2603 MessageId=278
2604 Severity=Success
2605 Facility=System
2606 SymbolicName=ERROR_INVALID_EA_HANDLE
2607 Language=English
2608 ERROR_INVALID_EA_HANDLE - The specified extended attribute handle is invalid.
2609 .
2610 Language=Russian
2611 ERROR_INVALID_EA_HANDLE - The specified extended attribute handle is invalid.
2612 .
2613 Language=Polish
2614 ERROR_INVALID_EA_HANDLE - Określone dojście atrybutu rozszerzonego jest nieprawidłowe.
2615 .
2616
2617 MessageId=282
2618 Severity=Success
2619 Facility=System
2620 SymbolicName=ERROR_EAS_NOT_SUPPORTED
2621 Language=English
2622 ERROR_EAS_NOT_SUPPORTED - The mounted file system does not support extended attributes.
2623 .
2624 Language=Russian
2625 ERROR_EAS_NOT_SUPPORTED - The mounted file system does not support extended attributes.
2626 .
2627 Language=Polish
2628 ERROR_EAS_NOT_SUPPORTED - Zainstalowany system plików nie obsługuje atrybutów rozszerzonych.
2629 .
2630
2631 MessageId=288
2632 Severity=Success
2633 Facility=System
2634 SymbolicName=ERROR_NOT_OWNER
2635 Language=English
2636 ERROR_NOT_OWNER - Attempt to release mutex not owned by caller.
2637 .
2638 Language=Russian
2639 ERROR_NOT_OWNER - Attempt to release mutex not owned by caller.
2640 .
2641 Language=Polish
2642 ERROR_NOT_OWNER - Próbowano zwolnić mutex nie będący własnością wywołującego.
2643 .
2644
2645 MessageId=298
2646 Severity=Success
2647 Facility=System
2648 SymbolicName=ERROR_TOO_MANY_POSTS
2649 Language=English
2650 ERROR_TOO_MANY_POSTS - Too many posts were made to a semaphore.
2651 .
2652 Language=Russian
2653 ERROR_TOO_MANY_POSTS - Too many posts were made to a semaphore.
2654 .
2655 Language=Polish
2656 ERROR_TOO_MANY_POSTS - Wykonano za dużo przesłań do semafora.
2657 .
2658
2659 MessageId=299
2660 Severity=Success
2661 Facility=System
2662 SymbolicName=ERROR_PARTIAL_COPY
2663 Language=English
2664 ERROR_PARTIAL_COPY - Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
2665 .
2666 Language=Russian
2667 ERROR_PARTIAL_COPY - Only part of a ReadProcessMemory or WriteProcessMemory request was completed.
2668 .
2669 Language=Polish
2670 ERROR_PARTIAL_COPY - Ukończono tylko część żądania ReadProcessMemory lub WriteProcessMemory.
2671 .
2672
2673 MessageId=300
2674 Severity=Success
2675 Facility=System
2676 SymbolicName=ERROR_OPLOCK_NOT_GRANTED
2677 Language=English
2678 ERROR_OPLOCK_NOT_GRANTED - The oplock request is denied.
2679 .
2680 Language=Russian
2681 ERROR_OPLOCK_NOT_GRANTED - The oplock request is denied.
2682 .
2683 Language=Polish
2684 ERROR_OPLOCK_NOT_GRANTED - Odmowa żądania operacji oplock.
2685 .
2686
2687 MessageId=301
2688 Severity=Success
2689 Facility=System
2690 SymbolicName=ERROR_INVALID_OPLOCK_PROTOCOL
2691 Language=English
2692 ERROR_INVALID_OPLOCK_PROTOCOL - An invalid oplock acknowledgment was received by the system.
2693 .
2694 Language=Russian
2695 ERROR_INVALID_OPLOCK_PROTOCOL - An invalid oplock acknowledgment was received by the system.
2696 .
2697 Language=Polish
2698 ERROR_INVALID_OPLOCK_PROTOCOL - System odebrał nieprawidłowe potwierdzenie zablokowania operacji.
2699 .
2700
2701 MessageId=302
2702 Severity=Success
2703 Facility=System
2704 SymbolicName=ERROR_DISK_TOO_FRAGMENTED
2705 Language=English
2706 ERROR_DISK_TOO_FRAGMENTED - The volume is too fragmented to complete this operation.
2707 .
2708 Language=Russian
2709 ERROR_DISK_TOO_FRAGMENTED - The volume is too fragmented to complete this operation.
2710 .
2711 Language=Polish
2712 ERROR_DISK_TOO_FRAGMENTED - Wolumin jest zbyt pofragmentowany, aby ukończyć tę operację.
2713 .
2714
2715 MessageId=303
2716 Severity=Success
2717 Facility=System
2718 SymbolicName=ERROR_DELETE_PENDING
2719 Language=English
2720 ERROR_DELETE_PENDING - The file cannot be opened because it is in the process of being deleted.
2721 .
2722 Language=Russian
2723 ERROR_DELETE_PENDING - The file cannot be opened because it is in the process of being deleted.
2724 .
2725 Language=Polish
2726 ERROR_DELETE_PENDING - Nie można otworzyć pliku, ponieważ trwa proces jego usuwania.
2727 .
2728
2729 MessageId=317
2730 Severity=Success
2731 Facility=System
2732 SymbolicName=ERROR_MR_MID_NOT_FOUND
2733 Language=English
2734 ERROR_MR_MID_NOT_FOUND - The system cannot find message text for message number 0x%1 in the message file for %2.
2735 .
2736 Language=Russian
2737 ERROR_MR_MID_NOT_FOUND - The system cannot find message text for message number 0x%1 in the message file for %2.
2738 .
2739 Language=Polish
2740 ERROR_MR_MID_NOT_FOUND - System nie może znaleźć komunikatu dla numeru komunikatu 0x%1 w pliku komunikatów dla %2.
2741 .
2742
2743 MessageId=318
2744 Severity=Success
2745 Facility=System
2746 SymbolicName=ERROR_SCOPE_NOT_FOUND
2747 Language=English
2748 ERROR_SCOPE_NOT_FOUND - The scope specified was not found.
2749 .
2750 Language=Russian
2751 ERROR_SCOPE_NOT_FOUND - The scope specified was not found.
2752 .
2753 Language=Polish
2754 ERROR_SCOPE_NOT_FOUND - Nie można odnaleźć określonego zakresu.
2755 .
2756
2757 MessageId=487
2758 Severity=Success
2759 Facility=System
2760 SymbolicName=ERROR_INVALID_ADDRESS
2761 Language=English
2762 ERROR_INVALID_ADDRESS - Attempt to access invalid address.
2763 .
2764 Language=Russian
2765 ERROR_INVALID_ADDRESS - Attempt to access invalid address.
2766 .
2767 Language=Polish
2768 ERROR_INVALID_ADDRESS - Próbowano uzyskać dostęp do nieprawidłowego adresu.
2769 .
2770
2771 MessageId=534
2772 Severity=Success
2773 Facility=System
2774 SymbolicName=ERROR_ARITHMETIC_OVERFLOW
2775 Language=English
2776 ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits.
2777 .
2778 Language=Russian
2779 ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits.
2780 .
2781 Language=Polish
2782 ERROR_ARITHMETIC_OVERFLOW - Arithmetic result exceeded 32 bits.
2783 .
2784
2785 MessageId=535
2786 Severity=Success
2787 Facility=System
2788 SymbolicName=ERROR_PIPE_CONNECTED
2789 Language=English
2790 ERROR_PIPE_CONNECTED - There is a process on other end of the pipe.
2791 .
2792 Language=Russian
2793 ERROR_PIPE_CONNECTED - There is a process on other end of the pipe.
2794 .
2795 Language=Polish
2796 ERROR_PIPE_CONNECTED - There is a process on other end of the pipe.
2797 .
2798
2799 MessageId=536
2800 Severity=Success
2801 Facility=System
2802 SymbolicName=ERROR_PIPE_LISTENING
2803 Language=English
2804 ERROR_PIPE_LISTENING - Waiting for a process to open the other end of the pipe.
2805 .
2806 Language=Russian
2807 ERROR_PIPE_LISTENING - Waiting for a process to open the other end of the pipe.
2808 .
2809 Language=Polish
2810 ERROR_PIPE_LISTENING - Waiting for a process to open the other end of the pipe.
2811 .
2812
2813 MessageId=537
2814 Severity=Success
2815 Facility=System
2816 SymbolicName=ERROR_ACPI_ERROR
2817 Language=English
2818 ERROR_ACPI_ERROR - An error occurred in the ACPI subsystem.
2819 .
2820 Language=Russian
2821 ERROR_ACPI_ERROR - An error occurred in the ACPI subsystem.
2822 .
2823 Language=Polish
2824 ERROR_ACPI_ERROR - An error occurred in the ACPI subsystem.
2825 .
2826
2827 MessageId=538
2828 Severity=Success
2829 Facility=System
2830 SymbolicName=ERROR_ABIOS_ERROR
2831 Language=English
2832 ERROR_ABIOS_ERROR - An error occurred in the ABIOS subsystem
2833 .
2834 Language=Russian
2835 ERROR_ABIOS_ERROR - An error occurred in the ABIOS subsystem
2836 .
2837 Language=Polish
2838 ERROR_ABIOS_ERROR - An error occurred in the ABIOS subsystem
2839 .
2840
2841 MessageId=539
2842 Severity=Success
2843 Facility=System
2844 SymbolicName=ERROR_WX86_WARNING
2845 Language=English
2846 ERROR_WX86_WARNING - A warning occurred in the WX86 subsystem.
2847 .
2848 Language=Russian
2849 ERROR_WX86_WARNING - A warning occurred in the WX86 subsystem.
2850 .
2851 Language=Polish
2852 ERROR_WX86_WARNING - A warning occurred in the WX86 subsystem.
2853 .
2854
2855 MessageId=540
2856 Severity=Success
2857 Facility=System
2858 SymbolicName=ERROR_WX86_ERROR
2859 Language=English
2860 ERROR_WX86_ERROR - An error occurred in the WX86 subsystem.
2861 .
2862 Language=Russian
2863 ERROR_WX86_ERROR - An error occurred in the WX86 subsystem.
2864 .
2865 Language=Polish
2866 ERROR_WX86_ERROR - An error occurred in the WX86 subsystem.
2867 .
2868
2869 MessageId=541
2870 Severity=Success
2871 Facility=System
2872 SymbolicName=ERROR_TIMER_NOT_CANCELED
2873 Language=English
2874 ERROR_TIMER_NOT_CANCELED - An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
2875 .
2876 Language=Russian
2877 ERROR_TIMER_NOT_CANCELED - An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
2878 .
2879 Language=Polish
2880 ERROR_TIMER_NOT_CANCELED - An attempt was made to cancel or set a timer that has an associated APC and the subject thread is not the thread that originally set the timer with an associated APC routine.
2881 .
2882
2883 MessageId=542
2884 Severity=Success
2885 Facility=System
2886 SymbolicName=ERROR_UNWIND
2887 Language=English
2888 ERROR_UNWIND - Unwind exception code.
2889 .
2890 Language=Russian
2891 ERROR_UNWIND - Unwind exception code.
2892 .
2893 Language=Polish
2894 ERROR_UNWIND - Unwind exception code.
2895 .
2896
2897 MessageId=543
2898 Severity=Success
2899 Facility=System
2900 SymbolicName=ERROR_BAD_STACK
2901 Language=English
2902 ERROR_BAD_STACK - An invalid or unaligned stack was encountered during an unwind operation.
2903 .
2904 Language=Russian
2905 ERROR_BAD_STACK - An invalid or unaligned stack was encountered during an unwind operation.
2906 .
2907 Language=Polish
2908 ERROR_BAD_STACK - An invalid or unaligned stack was encountered during an unwind operation.
2909 .
2910
2911 MessageId=544
2912 Severity=Success
2913 Facility=System
2914 SymbolicName=ERROR_INVALID_UNWIND_TARGET
2915 Language=English
2916 ERROR_INVALID_UNWIND_TARGET - An invalid unwind target was encountered during an unwind operation.
2917 .
2918 Language=Russian
2919 ERROR_INVALID_UNWIND_TARGET - An invalid unwind target was encountered during an unwind operation.
2920 .
2921 Language=Polish
2922 ERROR_INVALID_UNWIND_TARGET - An invalid unwind target was encountered during an unwind operation.
2923 .
2924
2925 MessageId=545
2926 Severity=Success
2927 Facility=System
2928 SymbolicName=ERROR_INVALID_PORT_ATTRIBUTES
2929 Language=English
2930 ERROR_INVALID_PORT_ATTRIBUTES - Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
2931 .
2932 Language=Russian
2933 ERROR_INVALID_PORT_ATTRIBUTES - Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
2934 .
2935 Language=Polish
2936 ERROR_INVALID_PORT_ATTRIBUTES - Invalid Object Attributes specified to NtCreatePort or invalid Port Attributes specified to NtConnectPort
2937 .
2938
2939 MessageId=546
2940 Severity=Success
2941 Facility=System
2942 SymbolicName=ERROR_PORT_MESSAGE_TOO_LONG
2943 Language=English
2944 ERROR_PORT_MESSAGE_TOO_LONG - Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
2945 .
2946 Language=Russian
2947 ERROR_PORT_MESSAGE_TOO_LONG - Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
2948 .
2949 Language=Polish
2950 ERROR_PORT_MESSAGE_TOO_LONG - Length of message passed to NtRequestPort or NtRequestWaitReplyPort was longer than the maximum message allowed by the port.
2951 .
2952
2953 MessageId=547
2954 Severity=Success
2955 Facility=System
2956 SymbolicName=ERROR_INVALID_QUOTA_LOWER
2957 Language=English
2958 ERROR_INVALID_QUOTA_LOWER - An attempt was made to lower a quota limit below the current usage.
2959 .
2960 Language=Russian
2961 ERROR_INVALID_QUOTA_LOWER - An attempt was made to lower a quota limit below the current usage.
2962 .
2963 Language=Polish
2964 ERROR_INVALID_QUOTA_LOWER - An attempt was made to lower a quota limit below the current usage.
2965 .
2966
2967 MessageId=548
2968 Severity=Success
2969 Facility=System
2970 SymbolicName=ERROR_DEVICE_ALREADY_ATTACHED
2971 Language=English
2972 ERROR_DEVICE_ALREADY_ATTACHED - An attempt was made to attach to a device that was already attached to another device.
2973 .
2974 Language=Russian
2975 ERROR_DEVICE_ALREADY_ATTACHED - An attempt was made to attach to a device that was already attached to another device.
2976 .
2977 Language=Polish
2978 ERROR_DEVICE_ALREADY_ATTACHED - An attempt was made to attach to a device that was already attached to another device.
2979 .
2980
2981 MessageId=549
2982 Severity=Success
2983 Facility=System
2984 SymbolicName=ERROR_INSTRUCTION_MISALIGNMENT
2985 Language=English
2986 ERROR_INSTRUCTION_MISALIGNMENT - An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
2987 .
2988 Language=Russian
2989 ERROR_INSTRUCTION_MISALIGNMENT - An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
2990 .
2991 Language=Polish
2992 ERROR_INSTRUCTION_MISALIGNMENT - An attempt was made to execute an instruction at an unaligned address and the host system does not support unaligned instruction references.
2993 .
2994
2995 MessageId=550
2996 Severity=Success
2997 Facility=System
2998 SymbolicName=ERROR_PROFILING_NOT_STARTED
2999 Language=English
3000 ERROR_PROFILING_NOT_STARTED - Profiling not started.
3001 .
3002 Language=Russian
3003 ERROR_PROFILING_NOT_STARTED - Profiling not started.
3004 .
3005 Language=Polish
3006 ERROR_PROFILING_NOT_STARTED - Profiling not started.
3007 .
3008
3009 MessageId=551
3010 Severity=Success
3011 Facility=System
3012 SymbolicName=ERROR_PROFILING_NOT_STOPPED
3013 Language=English
3014 ERROR_PROFILING_NOT_STOPPED - Profiling not stopped.
3015 .
3016 Language=Russian
3017 ERROR_PROFILING_NOT_STOPPED - Profiling not stopped.
3018 .
3019 Language=Polish
3020 ERROR_PROFILING_NOT_STOPPED - Profiling not stopped.
3021 .
3022
3023 MessageId=552
3024 Severity=Success
3025 Facility=System
3026 SymbolicName=ERROR_COULD_NOT_INTERPRET
3027 Language=English
3028 ERROR_COULD_NOT_INTERPRET - The passed ACL did not contain the minimum required information.
3029 .
3030 Language=Russian
3031 ERROR_COULD_NOT_INTERPRET - The passed ACL did not contain the minimum required information.
3032 .
3033 Language=Polish
3034 ERROR_COULD_NOT_INTERPRET - The passed ACL did not contain the minimum required information.
3035 .
3036
3037 MessageId=553
3038 Severity=Success
3039 Facility=System
3040 SymbolicName=ERROR_PROFILING_AT_LIMIT
3041 Language=English
3042 ERROR_PROFILING_AT_LIMIT - The number of active profiling objects is at the maximum and no more may be started.
3043 .
3044 Language=Russian
3045 ERROR_PROFILING_AT_LIMIT - The number of active profiling objects is at the maximum and no more may be started.
3046 .
3047 Language=Polish
3048 ERROR_PROFILING_AT_LIMIT - The number of active profiling objects is at the maximum and no more may be started.
3049 .
3050
3051 MessageId=554
3052 Severity=Success
3053 Facility=System
3054 SymbolicName=ERROR_CANT_WAIT
3055 Language=English
3056 ERROR_CANT_WAIT - Used to indicate that an operation cannot continue without blocking for I/O.
3057 .
3058 Language=Russian
3059 ERROR_CANT_WAIT - Used to indicate that an operation cannot continue without blocking for I/O.
3060 .
3061 Language=Polish
3062 ERROR_CANT_WAIT - Used to indicate that an operation cannot continue without blocking for I/O.
3063 .
3064
3065 MessageId=555
3066 Severity=Success
3067 Facility=System
3068 SymbolicName=ERROR_CANT_TERMINATE_SELF
3069 Language=English
3070 ERROR_CANT_TERMINATE_SELF - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
3071 .
3072 Language=Russian
3073 ERROR_CANT_TERMINATE_SELF - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
3074 .
3075 Language=Polish
3076 ERROR_CANT_TERMINATE_SELF - Indicates that a thread attempted to terminate itself by default (called NtTerminateThread with NULL) and it was the last thread in the current process.
3077 .
3078
3079 MessageId=556
3080 Severity=Success
3081 Facility=System
3082 SymbolicName=ERROR_UNEXPECTED_MM_CREATE_ERR
3083 Language=English
3084 ERROR_UNEXPECTED_MM_CREATE_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3085 .
3086 Language=Russian
3087 ERROR_UNEXPECTED_MM_CREATE_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3088 .
3089 Language=Polish
3090 ERROR_UNEXPECTED_MM_CREATE_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3091 .
3092
3093 MessageId=557
3094 Severity=Success
3095 Facility=System
3096 SymbolicName=ERROR_UNEXPECTED_MM_MAP_ERROR
3097 Language=English
3098 ERROR_UNEXPECTED_MM_MAP_ERROR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3099 .
3100 Language=Russian
3101 ERROR_UNEXPECTED_MM_MAP_ERROR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3102 .
3103 Language=Polish
3104 ERROR_UNEXPECTED_MM_MAP_ERROR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3105 .
3106
3107 MessageId=558
3108 Severity=Success
3109 Facility=System
3110 SymbolicName=ERROR_UNEXPECTED_MM_EXTEND_ERR
3111 Language=English
3112 ERROR_UNEXPECTED_MM_EXTEND_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3113 .
3114 Language=Russian
3115 ERROR_UNEXPECTED_MM_EXTEND_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3116 .
3117 Language=Polish
3118 ERROR_UNEXPECTED_MM_EXTEND_ERR - If an MM error is returned which is not defined in the standard FsRtl filter, it is converted to one of the following errors which is guaranteed to be in the filter. In this case information is lost, however, the filter correctly handles the exception.
3119 .
3120
3121 MessageId=559
3122 Severity=Success
3123 Facility=System
3124 SymbolicName=ERROR_BAD_FUNCTION_TABLE
3125 Language=English
3126 ERROR_BAD_FUNCTION_TABLE - A malformed function table was encountered during an unwind operation.
3127 .
3128 Language=Russian
3129 ERROR_BAD_FUNCTION_TABLE - A malformed function table was encountered during an unwind operation.
3130 .
3131 Language=Polish
3132 ERROR_BAD_FUNCTION_TABLE - A malformed function table was encountered during an unwind operation.
3133 .
3134
3135 MessageId=560
3136 Severity=Success
3137 Facility=System
3138 SymbolicName=ERROR_NO_GUID_TRANSLATION
3139 Language=English
3140 ERROR_NO_GUID_TRANSLATION - Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
3141 .
3142 Language=Russian
3143 ERROR_NO_GUID_TRANSLATION - Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
3144 .
3145 Language=Polish
3146 ERROR_NO_GUID_TRANSLATION - Indicates that an attempt was made to assign protection to a file system file or directory and one of the SIDs in the security descriptor could not be translated into a GUID that could be stored by the file system. This causes the protection attempt to fail, which may cause a file creation attempt to fail.
3147 .
3148
3149 MessageId=561
3150 Severity=Success
3151 Facility=System
3152 SymbolicName=ERROR_INVALID_LDT_SIZE
3153 Language=English
3154 ERROR_INVALID_LDT_SIZE - Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
3155 .
3156 Language=Russian
3157 ERROR_INVALID_LDT_SIZE - Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
3158 .
3159 Language=Polish
3160 ERROR_INVALID_LDT_SIZE - Indicates that an attempt was made to grow an LDT by setting its size, or that the size was not an even number of selectors.
3161 .
3162
3163 MessageId=563
3164 Severity=Success
3165 Facility=System
3166 SymbolicName=ERROR_INVALID_LDT_OFFSET
3167 Language=English
3168 ERROR_INVALID_LDT_OFFSET - Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
3169 .
3170 Language=Russian
3171 ERROR_INVALID_LDT_OFFSET - Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
3172 .
3173 Language=Polish
3174 ERROR_INVALID_LDT_OFFSET - Indicates that the starting value for the LDT information was not an integral multiple of the selector size.
3175 .
3176
3177 MessageId=564
3178 Severity=Success
3179 Facility=System
3180 SymbolicName=ERROR_INVALID_LDT_DESCRIPTOR
3181 Language=English
3182 ERROR_INVALID_LDT_DESCRIPTOR - Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
3183 .
3184 Language=Russian
3185 ERROR_INVALID_LDT_DESCRIPTOR - Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
3186 .
3187 Language=Polish
3188 ERROR_INVALID_LDT_DESCRIPTOR - Indicates that the user supplied an invalid descriptor when trying to set up Ldt descriptors.
3189 .
3190
3191 MessageId=565
3192 Severity=Success
3193 Facility=System
3194 SymbolicName=ERROR_TOO_MANY_THREADS
3195 Language=English
3196 ERROR_TOO_MANY_THREADS - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
3197 .
3198 Language=Russian
3199 ERROR_TOO_MANY_THREADS - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
3200 .
3201 Language=Polish
3202 ERROR_TOO_MANY_THREADS - Indicates a process has too many threads to perform the requested action. For example, assignment of a primary token may only be performed when a process has zero or one threads.
3203 .
3204
3205 MessageId=566
3206 Severity=Success
3207 Facility=System
3208 SymbolicName=ERROR_THREAD_NOT_IN_PROCESS
3209 Language=English
3210 ERROR_THREAD_NOT_IN_PROCESS - An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
3211 .
3212 Language=Russian
3213 ERROR_THREAD_NOT_IN_PROCESS - An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
3214 .
3215 Language=Polish
3216 ERROR_THREAD_NOT_IN_PROCESS - An attempt was made to operate on a thread within a specific process, but the thread specified is not in the process specified.
3217 .
3218
3219 MessageId=567
3220 Severity=Success
3221 Facility=System
3222 SymbolicName=ERROR_PAGEFILE_QUOTA_EXCEEDED
3223 Language=English
3224 ERROR_PAGEFILE_QUOTA_EXCEEDED - Page file quota was exceeded.
3225 .
3226 Language=Russian
3227 ERROR_PAGEFILE_QUOTA_EXCEEDED - Page file quota was exceeded.
3228 .
3229 Language=Polish
3230 ERROR_PAGEFILE_QUOTA_EXCEEDED - Page file quota was exceeded.
3231 .
3232
3233 MessageId=568
3234 Severity=Success
3235 Facility=System
3236 SymbolicName=ERROR_LOGON_SERVER_CONFLICT
3237 Language=English
3238 ERROR_LOGON_SERVER_CONFLICT - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
3239 .
3240 Language=Russian
3241 ERROR_LOGON_SERVER_CONFLICT - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
3242 .
3243 Language=Polish
3244 ERROR_LOGON_SERVER_CONFLICT - The Netlogon service cannot start because another Netlogon service running in the domain conflicts with the specified role.
3245 .
3246
3247 MessageId=569
3248 Severity=Success
3249 Facility=System
3250 SymbolicName=ERROR_SYNCHRONIZATION_REQUIRED
3251 Language=English
3252 ERROR_SYNCHRONIZATION_REQUIRED - The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
3253 .
3254 Language=Russian
3255 ERROR_SYNCHRONIZATION_REQUIRED - The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
3256 .
3257 Language=Polish
3258 ERROR_SYNCHRONIZATION_REQUIRED - The SAM database on a Windows Server is significantly out of synchronization with the copy on the Domain Controller. A complete synchronization is required.
3259 .
3260
3261 MessageId=570
3262 Severity=Success
3263 Facility=System
3264 SymbolicName=ERROR_NET_OPEN_FAILED
3265 Language=English
3266 ERROR_NET_OPEN_FAILED - The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
3267 .
3268 Language=Russian
3269 ERROR_NET_OPEN_FAILED - The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
3270 .
3271 Language=Polish
3272 ERROR_NET_OPEN_FAILED - The NtCreateFile API failed. This error should never be returned to an application, it is a place holder for the Windows Lan Manager Redirector to use in its internal error mapping routines.
3273 .
3274
3275 MessageId=571
3276 Severity=Success
3277 Facility=System
3278 SymbolicName=ERROR_IO_PRIVILEGE_FAILED
3279 Language=English
3280 ERROR_IO_PRIVILEGE_FAILED - The I/O permissions for the process could not be changed.
3281 .
3282 Language=Russian
3283 ERROR_IO_PRIVILEGE_FAILED - The I/O permissions for the process could not be changed.
3284 .
3285 Language=Polish
3286 ERROR_IO_PRIVILEGE_FAILED - The I/O permissions for the process could not be changed.
3287 .
3288
3289 MessageId=572
3290 Severity=Success
3291 Facility=System
3292 SymbolicName=ERROR_CONTROL_C_EXIT
3293 Language=English
3294 ERROR_CONTROL_C_EXIT - The application terminated as a result of a CTRL+C.
3295 .
3296 Language=Russian
3297 ERROR_CONTROL_C_EXIT - The application terminated as a result of a CTRL+C.
3298 .
3299 Language=Polish
3300 ERROR_CONTROL_C_EXIT - The application terminated as a result of a CTRL+C.
3301 .
3302
3303 MessageId=573
3304 Severity=Success
3305 Facility=System
3306 SymbolicName=ERROR_MISSING_SYSTEMFILE
3307 Language=English
3308 ERROR_MISSING_SYSTEMFILE - The required system file %hs is bad or missing.
3309 .
3310 Language=Russian
3311 ERROR_MISSING_SYSTEMFILE - The required system file %hs is bad or missing.
3312 .
3313 Language=Polish
3314 ERROR_MISSING_SYSTEMFILE - The required system file %hs is bad or missing.
3315 .
3316
3317 MessageId=574
3318 Severity=Success
3319 Facility=System
3320 SymbolicName=ERROR_UNHANDLED_EXCEPTION
3321 Language=English
3322 ERROR_UNHANDLED_EXCEPTION - The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
3323 .
3324 Language=Russian
3325 ERROR_UNHANDLED_EXCEPTION - The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
3326 .
3327 Language=Polish
3328 ERROR_UNHANDLED_EXCEPTION - The exception %s (0x%08lx) occurred in the application at location 0x%08lx.
3329 .
3330
3331 MessageId=575
3332 Severity=Success
3333 Facility=System
3334 SymbolicName=ERROR_APP_INIT_FAILURE
3335 Language=English
3336 ERROR_APP_INIT_FAILURE - The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
3337 .
3338 Language=Russian
3339 ERROR_APP_INIT_FAILURE - The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
3340 .
3341 Language=Polish
3342 ERROR_APP_INIT_FAILURE - The application failed to initialize properly (0x%lx). Click on OK to terminate the application.
3343 .
3344
3345 MessageId=576
3346 Severity=Success
3347 Facility=System
3348 SymbolicName=ERROR_PAGEFILE_CREATE_FAILED
3349 Language=English
3350 ERROR_PAGEFILE_CREATE_FAILED - The creation of the paging file %hs failed (%lx). The requested size was %ld.
3351 .
3352 Language=Russian
3353 ERROR_PAGEFILE_CREATE_FAILED - The creation of the paging file %hs failed (%lx). The requested size was %ld.
3354 .
3355 Language=Polish
3356 ERROR_PAGEFILE_CREATE_FAILED - The creation of the paging file %hs failed (%lx). The requested size was %ld.
3357 .
3358
3359 MessageId=578
3360 Severity=Success
3361 Facility=System
3362 SymbolicName=ERROR_NO_PAGEFILE
3363 Language=English
3364 ERROR_NO_PAGEFILE - No paging file was specified in the system configuration.
3365 .
3366 Language=Russian
3367 ERROR_NO_PAGEFILE - No paging file was specified in the system configuration.
3368 .
3369 Language=Polish
3370 ERROR_NO_PAGEFILE - No paging file was specified in the system configuration.
3371 .
3372
3373 MessageId=579
3374 Severity=Success
3375 Facility=System
3376 SymbolicName=ERROR_ILLEGAL_FLOAT_CONTEXT
3377 Language=English
3378 ERROR_ILLEGAL_FLOAT_CONTEXT - A real-mode application issued a floating-point instruction and floating-point hardware is not present.
3379 .
3380 Language=Russian
3381 ERROR_ILLEGAL_FLOAT_CONTEXT - A real-mode application issued a floating-point instruction and floating-point hardware is not present.
3382 .
3383 Language=Polish
3384 ERROR_ILLEGAL_FLOAT_CONTEXT - A real-mode application issued a floating-point instruction and floating-point hardware is not present.
3385 .
3386
3387 MessageId=580
3388 Severity=Success
3389 Facility=System
3390 SymbolicName=ERROR_NO_EVENT_PAIR
3391 Language=English
3392 ERROR_NO_EVENT_PAIR - An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
3393 .
3394 Language=Russian
3395 ERROR_NO_EVENT_PAIR - An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
3396 .
3397 Language=Polish
3398 ERROR_NO_EVENT_PAIR - An event pair synchronization operation was performed using the thread specific client/server event pair object, but no event pair object was associated with the thread.
3399 .
3400
3401 MessageId=581
3402 Severity=Success
3403 Facility=System
3404 SymbolicName=ERROR_DOMAIN_CTRLR_CONFIG_ERROR
3405 Language=English
3406 ERROR_DOMAIN_CTRLR_CONFIG_ERROR - A Windows Server has an incorrect configuration.
3407 .
3408 Language=Russian
3409 ERROR_DOMAIN_CTRLR_CONFIG_ERROR - A Windows Server has an incorrect configuration.
3410 .
3411 Language=Polish
3412 ERROR_DOMAIN_CTRLR_CONFIG_ERROR - A Windows Server has an incorrect configuration.
3413 .
3414
3415 MessageId=582
3416 Severity=Success
3417 Facility=System
3418 SymbolicName=ERROR_ILLEGAL_CHARACTER
3419 Language=English
3420 ERROR_ILLEGAL_CHARACTER - An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
3421 .
3422 Language=Russian
3423 ERROR_ILLEGAL_CHARACTER - An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
3424 .
3425 Language=Polish
3426 ERROR_ILLEGAL_CHARACTER - An illegal character was encountered. For a multi-byte character set this includes a lead byte without a succeeding trail byte. For the Unicode character set this includes the characters 0xFFFF and 0xFFFE.
3427 .
3428
3429 MessageId=583
3430 Severity=Success
3431 Facility=System
3432 SymbolicName=ERROR_UNDEFINED_CHARACTER
3433 Language=English
3434 ERROR_UNDEFINED_CHARACTER - The Unicode character is not defined in the Unicode character set installed on the system.
3435 .
3436 Language=Russian
3437 ERROR_UNDEFINED_CHARACTER - The Unicode character is not defined in the Unicode character set installed on the system.
3438 .
3439 Language=Polish
3440 ERROR_UNDEFINED_CHARACTER - The Unicode character is not defined in the Unicode character set installed on the system.
3441 .
3442
3443 MessageId=584
3444 Severity=Success
3445 Facility=System
3446 SymbolicName=ERROR_FLOPPY_VOLUME
3447 Language=English
3448 ERROR_FLOPPY_VOLUME - The paging file cannot be created on a floppy diskette.
3449 .
3450 Language=Russian
3451 ERROR_FLOPPY_VOLUME - The paging file cannot be created on a floppy diskette.
3452 .
3453 Language=Polish
3454 ERROR_FLOPPY_VOLUME - The paging file cannot be created on a floppy diskette.
3455 .
3456
3457 MessageId=585
3458 Severity=Success
3459 Facility=System
3460 SymbolicName=ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT
3461 Language=English
3462 ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT - The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
3463 .
3464 Language=Russian
3465 ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT - The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
3466 .
3467 Language=Polish
3468 ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT - The system bios failed to connect a system interrupt to the device or bus for which the device is connected.
3469 .
3470
3471 MessageId=586
3472 Severity=Success
3473 Facility=System
3474 SymbolicName=ERROR_BACKUP_CONTROLLER
3475 Language=English
3476 ERROR_BACKUP_CONTROLLER - This operation is only allowed for the Primary Domain Controller of the domain.
3477 .
3478 Language=Russian
3479 ERROR_BACKUP_CONTROLLER - This operation is only allowed for the Primary Domain Controller of the domain.
3480 .
3481 Language=Polish
3482 ERROR_BACKUP_CONTROLLER - This operation is only allowed for the Primary Domain Controller of the domain.
3483 .
3484
3485 MessageId=587
3486 Severity=Success
3487 Facility=System
3488 SymbolicName=ERROR_MUTANT_LIMIT_EXCEEDED
3489 Language=English
3490 ERROR_MUTANT_LIMIT_EXCEEDED - An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
3491 .
3492 Language=Russian
3493 ERROR_MUTANT_LIMIT_EXCEEDED - An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
3494 .
3495 Language=Polish
3496 ERROR_MUTANT_LIMIT_EXCEEDED - An attempt was made to acquire a mutant such that its maximum count would have been exceeded.
3497 .
3498
3499 MessageId=588
3500 Severity=Success
3501 Facility=System
3502 SymbolicName=ERROR_FS_DRIVER_REQUIRED
3503 Language=English
3504 ERROR_FS_DRIVER_REQUIRED - A volume has been accessed for which a file system driver is required that has not yet been loaded.
3505 .
3506 Language=Russian
3507 ERROR_FS_DRIVER_REQUIRED - A volume has been accessed for which a file system driver is required that has not yet been loaded.
3508 .
3509 Language=Polish
3510 ERROR_FS_DRIVER_REQUIRED - A volume has been accessed for which a file system driver is required that has not yet been loaded.
3511 .
3512
3513 MessageId=589
3514 Severity=Success
3515 Facility=System
3516 SymbolicName=ERROR_CANNOT_LOAD_REGISTRY_FILE
3517 Language=English
3518 ERROR_CANNOT_LOAD_REGISTRY_FILE - The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
3519 .
3520 Language=Russian
3521 ERROR_CANNOT_LOAD_REGISTRY_FILE - The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
3522 .
3523 Language=Polish
3524 ERROR_CANNOT_LOAD_REGISTRY_FILE - The registry cannot load the hive (file): %hs or its log or alternate. It is corrupt, absent, or not writable.
3525 .
3526
3527 MessageId=590
3528 Severity=Success
3529 Facility=System
3530 SymbolicName=ERROR_DEBUG_ATTACH_FAILED
3531 Language=English
3532 ERROR_DEBUG_ATTACH_FAILED - An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
3533 .
3534 Language=Russian
3535 ERROR_DEBUG_ATTACH_FAILED - An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
3536 .
3537 Language=Polish
3538 ERROR_DEBUG_ATTACH_FAILED - An unexpected failure occurred while processing a DebugActiveProcess API request. You may choose OK to terminate the process, or Cancel to ignore the error.
3539 .
3540
3541 MessageId=591
3542 Severity=Success
3543 Facility=System
3544 SymbolicName=ERROR_SYSTEM_PROCESS_TERMINATED
3545 Language=English
3546 ERROR_SYSTEM_PROCESS_TERMINATED - The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
3547 .
3548 Language=Russian
3549 ERROR_SYSTEM_PROCESS_TERMINATED - The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
3550 .
3551 Language=Polish
3552 ERROR_SYSTEM_PROCESS_TERMINATED - The %hs system process terminated unexpectedly with a status of 0x%08x (0x%08x 0x%08x). The system has been shut down.
3553 .
3554
3555 MessageId=592
3556 Severity=Success
3557 Facility=System
3558 SymbolicName=ERROR_DATA_NOT_ACCEPTED
3559 Language=English
3560 ERROR_DATA_NOT_ACCEPTED - The TDI client could not handle the data received during an indication.
3561 .
3562 Language=Russian
3563 ERROR_DATA_NOT_ACCEPTED - The TDI client could not handle the data received during an indication.
3564 .
3565 Language=Polish
3566 ERROR_DATA_NOT_ACCEPTED - The TDI client could not handle the data received during an indication.
3567 .
3568
3569 MessageId=593
3570 Severity=Success
3571 Facility=System
3572 SymbolicName=ERROR_VDM_HARD_ERROR
3573 Language=English
3574 ERROR_VDM_HARD_ERROR - NTVDM encountered a hard error.
3575 .
3576 Language=Russian
3577 ERROR_VDM_HARD_ERROR - NTVDM encountered a hard error.
3578 .
3579 Language=Polish
3580 ERROR_VDM_HARD_ERROR - NTVDM encountered a hard error.
3581 .
3582
3583 MessageId=594
3584 Severity=Success
3585 Facility=System
3586 SymbolicName=ERROR_DRIVER_CANCEL_TIMEOUT
3587 Language=English
3588 ERROR_DRIVER_CANCEL_TIMEOUT - The driver %hs failed to complete a cancelled I/O request in the allotted time.
3589 .
3590 Language=Russian
3591 ERROR_DRIVER_CANCEL_TIMEOUT - The driver %hs failed to complete a cancelled I/O request in the allotted time.
3592 .
3593 Language=Polish
3594 ERROR_DRIVER_CANCEL_TIMEOUT - The driver %hs failed to complete a cancelled I/O request in the allotted time.
3595 .
3596
3597 MessageId=595
3598 Severity=Success
3599 Facility=System
3600 SymbolicName=ERROR_REPLY_MESSAGE_MISMATCH
3601 Language=English
3602 ERROR_REPLY_MESSAGE_MISMATCH - An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
3603 .
3604 Language=Russian
3605 ERROR_REPLY_MESSAGE_MISMATCH - An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
3606 .
3607 Language=Polish
3608 ERROR_REPLY_MESSAGE_MISMATCH - An attempt was made to reply to an LPC message, but the thread specified by the client ID in the message was not waiting on that message.
3609 .
3610
3611 MessageId=596
3612 Severity=Success
3613 Facility=System
3614 SymbolicName=ERROR_LOST_WRITEBEHIND_DATA
3615 Language=English
3616 ERROR_LOST_WRITEBEHIND_DATA - Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
3617 .
3618 Language=Russian
3619 ERROR_LOST_WRITEBEHIND_DATA - Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
3620 .
3621 Language=Polish
3622 ERROR_LOST_WRITEBEHIND_DATA - Windows was unable to save all the data for the file %hs. The data has been lost. This error may be caused by a failure of your computer hardware or network connection. Please try to save this file elsewhere.
3623 .
3624
3625 MessageId=597
3626 Severity=Success
3627 Facility=System
3628 SymbolicName=ERROR_CLIENT_SERVER_PARAMETERS_INVALID
3629 Language=English
3630 ERROR_CLIENT_SERVER_PARAMETERS_INVALID - The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
3631 .
3632 Language=Russian
3633 ERROR_CLIENT_SERVER_PARAMETERS_INVALID - The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
3634 .
3635 Language=Polish
3636 ERROR_CLIENT_SERVER_PARAMETERS_INVALID - The parameter(s) passed to the server in the client/server shared memory window were invalid. Too much data may have been put in the shared memory window.
3637 .
3638
3639 MessageId=598
3640 Severity=Success
3641 Facility=System
3642 SymbolicName=ERROR_NOT_TINY_STREAM
3643 Language=English
3644 ERROR_NOT_TINY_STREAM - The stream is not a tiny stream.
3645 .
3646 Language=Russian
3647 ERROR_NOT_TINY_STREAM - The stream is not a tiny stream.
3648 .
3649 Language=Polish
3650 ERROR_NOT_TINY_STREAM - The stream is not a tiny stream.
3651 .
3652
3653 MessageId=599
3654 Severity=Success
3655 Facility=System
3656 SymbolicName=ERROR_STACK_OVERFLOW_READ
3657 Language=English
3658 ERROR_STACK_OVERFLOW_READ - The request must be handled by the stack overflow code.
3659 .
3660 Language=Russian
3661 ERROR_STACK_OVERFLOW_READ - The request must be handled by the stack overflow code.
3662 .
3663 Language=Polish
3664 ERROR_STACK_OVERFLOW_READ - The request must be handled by the stack overflow code.
3665 .
3666
3667 MessageId=600
3668 Severity=Success
3669 Facility=System
3670 SymbolicName=ERROR_CONVERT_TO_LARGE
3671 Language=English
3672 ERROR_CONVERT_TO_LARGE - Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
3673 .
3674 Language=Russian
3675 ERROR_CONVERT_TO_LARGE - Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
3676 .
3677 Language=Polish
3678 ERROR_CONVERT_TO_LARGE - Internal OFS status codes indicating how an allocation operation is handled. Either it is retried after the containing onode is moved or the extent stream is converted to a large stream.
3679 .
3680
3681 MessageId=601
3682 Severity=Success
3683 Facility=System
3684 SymbolicName=ERROR_FOUND_OUT_OF_SCOPE
3685 Language=English
3686 ERROR_FOUND_OUT_OF_SCOPE - The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
3687 .
3688 Language=Russian
3689 ERROR_FOUND_OUT_OF_SCOPE - The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
3690 .
3691 Language=Polish
3692 ERROR_FOUND_OUT_OF_SCOPE - The attempt to find the object found an object matching by ID on the volume but it is out of the scope of the handle used for the operation.
3693 .
3694
3695 MessageId=602
3696 Severity=Success
3697 Facility=System
3698 SymbolicName=ERROR_ALLOCATE_BUCKET
3699 Language=English
3700 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.
3701 .
3702 Language=Russian
3703 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.
3704 .
3705 Language=Polish
3706 ERROR_ALLOCATE_BUCKET - The bucket array must be grown. Retry transaction after doing so.
3707 .
3708
3709 MessageId=603
3710 Severity=Success
3711 Facility=System
3712 SymbolicName=ERROR_MARSHALL_OVERFLOW
3713 Language=English
3714 ERROR_MARSHALL_OVERFLOW - The user/kernel marshalling buffer has overflowed.
3715 .
3716 Language=Russian
3717 ERROR_MARSHALL_OVERFLOW - The user/kernel marshalling buffer has overflowed.
3718 .
3719 Language=Polish
3720 ERROR_MARSHALL_OVERFLOW - The user/kernel marshalling buffer has overflowed.
3721 .
3722
3723 MessageId=604
3724 Severity=Success
3725 Facility=System
3726 SymbolicName=ERROR_INVALID_VARIANT
3727 Language=English
3728 ERROR_INVALID_VARIANT - The supplied variant structure contains invalid data.
3729 .
3730 Language=Russian
3731 ERROR_INVALID_VARIANT - The supplied variant structure contains invalid data.
3732 .
3733 Language=Polish
3734 ERROR_INVALID_VARIANT - The supplied variant structure contains invalid data.
3735 .
3736
3737 MessageId=605
3738 Severity=Success
3739 Facility=System
3740 SymbolicName=ERROR_BAD_COMPRESSION_BUFFER
3741 Language=English
3742 ERROR_BAD_COMPRESSION_BUFFER - The specified buffer contains ill-formed data.
3743 .
3744 Language=Russian
3745 ERROR_BAD_COMPRESSION_BUFFER - The specified buffer contains ill-formed data.
3746 .
3747 Language=Polish
3748 ERROR_BAD_COMPRESSION_BUFFER - The specified buffer contains ill-formed data.
3749 .
3750
3751 MessageId=606
3752 Severity=Success
3753 Facility=System
3754 SymbolicName=ERROR_AUDIT_FAILED
3755 Language=English
3756 ERROR_AUDIT_FAILED - An attempt to generate a security audit failed.
3757 .
3758 Language=Russian
3759 ERROR_AUDIT_FAILED - An attempt to generate a security audit failed.
3760 .
3761 Language=Polish
3762 ERROR_AUDIT_FAILED - An attempt to generate a security audit failed.
3763 .
3764
3765 MessageId=607
3766 Severity=Success
3767 Facility=System
3768 SymbolicName=ERROR_TIMER_RESOLUTION_NOT_SET
3769 Language=English
3770 ERROR_TIMER_RESOLUTION_NOT_SET - The timer resolution was not previously set by the current process.
3771 .
3772 Language=Russian
3773 ERROR_TIMER_RESOLUTION_NOT_SET - The timer resolution was not previously set by the current process.
3774 .
3775 Language=Polish
3776 ERROR_TIMER_RESOLUTION_NOT_SET - The timer resolution was not previously set by the current process.
3777 .
3778
3779 MessageId=608
3780 Severity=Success
3781 Facility=System
3782 SymbolicName=ERROR_INSUFFICIENT_LOGON_INFO
3783 Language=English
3784 ERROR_INSUFFICIENT_LOGON_INFO - There is insufficient account information to log you on.
3785 .
3786 Language=Russian
3787 ERROR_INSUFFICIENT_LOGON_INFO - There is insufficient account information to log you on.
3788 .
3789 Language=Polish
3790 ERROR_INSUFFICIENT_LOGON_INFO - There is insufficient account information to log you on.
3791 .
3792
3793 MessageId=609
3794 Severity=Success
3795 Facility=System
3796 SymbolicName=ERROR_BAD_DLL_ENTRYPOINT
3797 Language=English
3798 ERROR_BAD_DLL_ENTRYPOINT - The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
3799 .
3800 Language=Russian
3801 ERROR_BAD_DLL_ENTRYPOINT - The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
3802 .
3803 Language=Polish
3804 ERROR_BAD_DLL_ENTRYPOINT - The dynamic link library %hs is not written correctly. The stack pointer has been left in an inconsistent state. The entrypoint should be declared as WINAPI or STDCALL. Select YES to fail the DLL load. Select NO to continue execution. Selecting NO may cause the application to operate incorrectly.
3805 .
3806
3807 MessageId=610
3808 Severity=Success
3809 Facility=System
3810 SymbolicName=ERROR_BAD_SERVICE_ENTRYPOINT
3811 Language=English
3812 ERROR_BAD_SERVICE_ENTRYPOINT - The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
3813 .
3814 Language=Russian
3815 ERROR_BAD_SERVICE_ENTRYPOINT - The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
3816 .
3817 Language=Polish
3818 ERROR_BAD_SERVICE_ENTRYPOINT - The %hs service is not written correctly. The stack pointer has been left in an inconsistent state. The callback entrypoint should be declared as WINAPI or STDCALL. Selecting OK will cause the service to continue operation. However, the service process may operate incorrectly.
3819 .
3820
3821 MessageId=611
3822 Severity=Success
3823 Facility=System
3824 SymbolicName=ERROR_IP_ADDRESS_CONFLICT1
3825 Language=English
3826 ERROR_IP_ADDRESS_CONFLICT1 - There is an IP address conflict with another system on the network
3827 .
3828 Language=Russian
3829 ERROR_IP_ADDRESS_CONFLICT1 - There is an IP address conflict with another system on the network
3830 .
3831 Language=Polish
3832 ERROR_IP_ADDRESS_CONFLICT1 - There is an IP address conflict with another system on the network
3833 .
3834
3835 MessageId=612
3836 Severity=Success
3837 Facility=System
3838 SymbolicName=ERROR_IP_ADDRESS_CONFLICT2
3839 Language=English
3840 ERROR_IP_ADDRESS_CONFLICT2 - There is an IP address conflict with another system on the network
3841 .
3842 Language=Russian
3843 ERROR_IP_ADDRESS_CONFLICT2 - There is an IP address conflict with another system on the network
3844 .
3845 Language=Polish
3846 ERROR_IP_ADDRESS_CONFLICT2 - There is an IP address conflict with another system on the network
3847 .
3848
3849 MessageId=613
3850 Severity=Success
3851 Facility=System
3852 SymbolicName=ERROR_REGISTRY_QUOTA_LIMIT
3853 Language=English
3854 ERROR_REGISTRY_QUOTA_LIMIT - The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
3855 .
3856 Language=Russian
3857 ERROR_REGISTRY_QUOTA_LIMIT - The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
3858 .
3859 Language=Polish
3860 ERROR_REGISTRY_QUOTA_LIMIT - The system has reached the maximum size allowed for the system part of the registry. Additional storage requests will be ignored.
3861 .
3862
3863 MessageId=614
3864 Severity=Success
3865 Facility=System
3866 SymbolicName=ERROR_NO_CALLBACK_ACTIVE
3867 Language=English
3868 ERROR_NO_CALLBACK_ACTIVE - A callback return system service cannot be executed when no callback is active.
3869 .
3870 Language=Russian
3871 ERROR_NO_CALLBACK_ACTIVE - A callback return system service cannot be executed when no callback is active.
3872 .
3873 Language=Polish
3874 ERROR_NO_CALLBACK_ACTIVE - A callback return system service cannot be executed when no callback is active.
3875 .
3876
3877 MessageId=615
3878 Severity=Success
3879 Facility=System
3880 SymbolicName=ERROR_PWD_TOO_SHORT
3881 Language=English
3882 ERROR_PWD_TOO_SHORT - The password provided is too short to meet the policy of your user account. Please choose a longer password.
3883 .
3884 Language=Russian
3885 ERROR_PWD_TOO_SHORT - The password provided is too short to meet the policy of your user account. Please choose a longer password.
3886 .
3887 Language=Polish
3888 ERROR_PWD_TOO_SHORT - The password provided is too short to meet the policy of your user account. Please choose a longer password.
3889 .
3890
3891 MessageId=616
3892 Severity=Success
3893 Facility=System
3894 SymbolicName=ERROR_PWD_TOO_RECENT
3895 Language=English
3896 ERROR_PWD_TOO_RECENT - The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
3897 .
3898 Language=Russian
3899 ERROR_PWD_TOO_RECENT - The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
3900 .
3901 Language=Polish
3902 ERROR_PWD_TOO_RECENT - The policy of your user account does not allow you to change passwords too frequently. This is done to prevent users from changing back to a familiar, but potentially discovered, password. If you feel your password has been compromised then please contact your administrator immediately to have a new one assigned.
3903 .
3904
3905 MessageId=617
3906 Severity=Success
3907 Facility=System
3908 SymbolicName=ERROR_PWD_HISTORY_CONFLICT
3909 Language=English
3910 ERROR_PWD_HISTORY_CONFLICT - You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
3911 .
3912 Language=Russian
3913 ERROR_PWD_HISTORY_CONFLICT - You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
3914 .
3915 Language=Polish
3916 ERROR_PWD_HISTORY_CONFLICT - You have attempted to change your password to one that you have used in the past. The policy of your user account does not allow this. Please select a password that you have not previously used.
3917 .
3918
3919 MessageId=618
3920 Severity=Success
3921 Facility=System
3922 SymbolicName=ERROR_UNSUPPORTED_COMPRESSION
3923 Language=English
3924 ERROR_UNSUPPORTED_COMPRESSION - The specified compression format is unsupported.
3925 .
3926 Language=Russian
3927 ERROR_UNSUPPORTED_COMPRESSION - The specified compression format is unsupported.
3928 .
3929 Language=Polish
3930 ERROR_UNSUPPORTED_COMPRESSION - The specified compression format is unsupported.
3931 .
3932
3933 MessageId=619
3934 Severity=Success
3935 Facility=System
3936 SymbolicName=ERROR_INVALID_HW_PROFILE
3937 Language=English
3938 ERROR_INVALID_HW_PROFILE - The specified hardware profile configuration is invalid.
3939 .
3940 Language=Russian
3941 ERROR_INVALID_HW_PROFILE - The specified hardware profile configuration is invalid.
3942 .
3943 Language=Polish
3944 ERROR_INVALID_HW_PROFILE - The specified hardware profile configuration is invalid.
3945 .
3946
3947 MessageId=620
3948 Severity=Success
3949 Facility=System
3950 SymbolicName=ERROR_INVALID_PLUGPLAY_DEVICE_PATH
3951 Language=English
3952 ERROR_INVALID_PLUGPLAY_DEVICE_PATH - The specified Plug and Play registry device path is invalid.
3953 .
3954 Language=Russian
3955 ERROR_INVALID_PLUGPLAY_DEVICE_PATH - The specified Plug and Play registry device path is invalid.
3956 .
3957 Language=Polish
3958 ERROR_INVALID_PLUGPLAY_DEVICE_PATH - The specified Plug and Play registry device path is invalid.
3959 .
3960
3961 MessageId=621
3962 Severity=Success
3963 Facility=System
3964 SymbolicName=ERROR_QUOTA_LIST_INCONSISTENT
3965 Language=English
3966 ERROR_QUOTA_LIST_INCONSISTENT - The specified quota list is internally inconsistent with its descriptor.
3967 .
3968 Language=Russian
3969 ERROR_QUOTA_LIST_INCONSISTENT - The specified quota list is internally inconsistent with its descriptor.
3970 .
3971 Language=Polish
3972 ERROR_QUOTA_LIST_INCONSISTENT - The specified quota list is internally inconsistent with its descriptor.
3973 .
3974
3975 MessageId=622
3976 Severity=Success
3977 Facility=System
3978 SymbolicName=ERROR_EVALUATION_EXPIRATION
3979 Language=English
3980 ERROR_EVALUATION_EXPIRATION - The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
3981 .
3982 Language=Russian
3983 ERROR_EVALUATION_EXPIRATION - The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
3984 .
3985 Language=Polish
3986 ERROR_EVALUATION_EXPIRATION - The evaluation period for this installation of Windows has expired. This system will shutdown in 1 hour. To restore access to this installation of Windows, please upgrade this installation using a licensed distribution of this product.
3987 .
3988
3989 MessageId=623
3990 Severity=Success
3991 Facility=System
3992 SymbolicName=ERROR_ILLEGAL_DLL_RELOCATION
3993 Language=English
3994 ERROR_ILLEGAL_DLL_RELOCATION - The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
3995 .
3996 Language=Russian
3997 ERROR_ILLEGAL_DLL_RELOCATION - The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
3998 .
3999 Language=Polish
4000 ERROR_ILLEGAL_DLL_RELOCATION - The system DLL %hs was relocated in memory. The application will not run properly. The relocation occurred because the DLL %hs occupied an address range reserved for Windows system DLLs. The vendor supplying the DLL should be contacted for a new DLL.
4001 .
4002
4003 MessageId=624
4004 Severity=Success
4005 Facility=System
4006 SymbolicName=ERROR_DLL_INIT_FAILED_LOGOFF
4007 Language=English
4008 ERROR_DLL_INIT_FAILED_LOGOFF - The application failed to initialize because the window station is shutting down.
4009 .
4010 Language=Russian
4011 ERROR_DLL_INIT_FAILED_LOGOFF - The application failed to initialize because the window station is shutting down.
4012 .
4013 Language=Polish
4014 ERROR_DLL_INIT_FAILED_LOGOFF - The application failed to initialize because the window station is shutting down.
4015 .
4016
4017 MessageId=625
4018 Severity=Success
4019 Facility=System
4020 SymbolicName=ERROR_VALIDATE_CONTINUE
4021 Language=English
4022 ERROR_VALIDATE_CONTINUE - The validation process needs to continue on to the next step.
4023 .
4024 Language=Russian
4025 ERROR_VALIDATE_CONTINUE - The validation process needs to continue on to the next step.
4026 .
4027 Language=Polish
4028 ERROR_VALIDATE_CONTINUE - The validation process needs to continue on to the next step.
4029 .
4030
4031 MessageId=626
4032 Severity=Success
4033 Facility=System
4034 SymbolicName=ERROR_NO_MORE_MATCHES
4035 Language=English
4036 ERROR_NO_MORE_MATCHES - There are no more matches for the current index enumeration.
4037 .
4038 Language=Russian
4039 ERROR_NO_MORE_MATCHES - There are no more matches for the current index enumeration.
4040 .
4041 Language=Polish
4042 ERROR_NO_MORE_MATCHES - There are no more matches for the current index enumeration.
4043 .
4044
4045 MessageId=627
4046 Severity=Success
4047 Facility=System
4048 SymbolicName=ERROR_RANGE_LIST_CONFLICT
4049 Language=English
4050 ERROR_RANGE_LIST_CONFLICT - The range could not be added to the range list because of a conflict.
4051 .
4052 Language=Russian
4053 ERROR_RANGE_LIST_CONFLICT - The range could not be added to the range list because of a conflict.
4054 .
4055 Language=Polish
4056 ERROR_RANGE_LIST_CONFLICT - The range could not be added to the range list because of a conflict.
4057 .
4058
4059 MessageId=628
4060 Severity=Success
4061 Facility=System
4062 SymbolicName=ERROR_SERVER_SID_MISMATCH
4063 Language=English
4064 ERROR_SERVER_SID_MISMATCH - The server process is running under a SID different than that required by client.
4065 .
4066 Language=Russian
4067 ERROR_SERVER_SID_MISMATCH - The server process is running under a SID different than that required by client.
4068 .
4069 Language=Polish
4070 ERROR_SERVER_SID_MISMATCH - The server process is running under a SID different than that required by client.
4071 .
4072
4073 MessageId=629
4074 Severity=Success
4075 Facility=System
4076 SymbolicName=ERROR_CANT_ENABLE_DENY_ONLY
4077 Language=English
4078 ERROR_CANT_ENABLE_DENY_ONLY - A group marked use for deny only cannot be enabled.
4079 .
4080 Language=Russian
4081 ERROR_CANT_ENABLE_DENY_ONLY - A group marked use for deny only cannot be enabled.
4082 .
4083 Language=Polish
4084 ERROR_CANT_ENABLE_DENY_ONLY - A group marked use for deny only cannot be enabled.
4085 .
4086
4087 MessageId=630
4088 Severity=Success
4089 Facility=System
4090 SymbolicName=ERROR_FLOAT_MULTIPLE_FAULTS
4091 Language=English
4092 ERROR_FLOAT_MULTIPLE_FAULTS - Multiple floating point faults.
4093 .
4094 Language=Russian
4095 ERROR_FLOAT_MULTIPLE_FAULTS - Multiple floating point faults.
4096 .
4097 Language=Polish
4098 ERROR_FLOAT_MULTIPLE_FAULTS - Multiple floating point faults.
4099 .
4100
4101 MessageId=631
4102 Severity=Success
4103 Facility=System
4104 SymbolicName=ERROR_FLOAT_MULTIPLE_TRAPS
4105 Language=English
4106 ERROR_FLOAT_MULTIPLE_TRAPS - Multiple floating point traps.
4107 .
4108 Language=Russian
4109 ERROR_FLOAT_MULTIPLE_TRAPS - Multiple floating point traps.
4110 .
4111 Language=Polish
4112 ERROR_FLOAT_MULTIPLE_TRAPS - Multiple floating point traps.
4113 .
4114
4115 MessageId=632
4116 Severity=Success
4117 Facility=System
4118 SymbolicName=ERROR_NOINTERFACE
4119 Language=English
4120 ERROR_NOINTERFACE - The requested interface is not supported.
4121 .
4122 Language=Russian
4123 ERROR_NOINTERFACE - The requested interface is not supported.
4124 .
4125 Language=Polish
4126 ERROR_NOINTERFACE - The requested interface is not supported.
4127 .
4128
4129 MessageId=633
4130 Severity=Success
4131 Facility=System
4132 SymbolicName=ERROR_DRIVER_FAILED_SLEEP
4133 Language=English
4134 ERROR_DRIVER_FAILED_SLEEP - The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
4135 .
4136 Language=Russian
4137 ERROR_DRIVER_FAILED_SLEEP - The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
4138 .
4139 Language=Polish
4140 ERROR_DRIVER_FAILED_SLEEP - The driver %hs does not support standby mode. Updating this driver may allow the system to go to standby mode.
4141 .
4142
4143 MessageId=634
4144 Severity=Success
4145 Facility=System
4146 SymbolicName=ERROR_CORRUPT_SYSTEM_FILE
4147 Language=English
4148 ERROR_CORRUPT_SYSTEM_FILE - The system file %1 has become corrupt and has been replaced.
4149 .
4150 Language=Russian
4151 ERROR_CORRUPT_SYSTEM_FILE - The system file %1 has become corrupt and has been replaced.
4152 .
4153 Language=Polish
4154 ERROR_CORRUPT_SYSTEM_FILE - The system file %1 has become corrupt and has been replaced.
4155 .
4156
4157 MessageId=635
4158 Severity=Success
4159 Facility=System
4160 SymbolicName=ERROR_COMMITMENT_MINIMUM
4161 Language=English
4162 ERROR_COMMITMENT_MINIMUM - Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
4163 .
4164 Language=Russian
4165 ERROR_COMMITMENT_MINIMUM - Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
4166 .
4167 Language=Polish
4168 ERROR_COMMITMENT_MINIMUM - Your system is low on virtual memory. Windows is increasing the size of your virtual memory paging file. During this process, memory requests for some applications may be denied. For more information, see Help.
4169 .
4170
4171 MessageId=636
4172 Severity=Success
4173 Facility=System
4174 SymbolicName=ERROR_PNP_RESTART_ENUMERATION
4175 Language=English
4176 ERROR_PNP_RESTART_ENUMERATION - A device was removed so enumeration must be restarted.
4177 .
4178 Language=Russian
4179 ERROR_PNP_RESTART_ENUMERATION - A device was removed so enumeration must be restarted.
4180 .
4181 Language=Polish
4182 ERROR_PNP_RESTART_ENUMERATION - A device was removed so enumeration must be restarted.
4183 .
4184
4185 MessageId=637
4186 Severity=Success
4187 Facility=System
4188 SymbolicName=ERROR_SYSTEM_IMAGE_BAD_SIGNATURE
4189 Language=English
4190 ERROR_SYSTEM_IMAGE_BAD_SIGNATURE - The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
4191 .
4192 Language=Russian
4193 ERROR_SYSTEM_IMAGE_BAD_SIGNATURE - The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
4194 .
4195 Language=Polish
4196 ERROR_SYSTEM_IMAGE_BAD_SIGNATURE - The system image %s is not properly signed. The file has been replaced with the signed file. The system has been shut down.
4197 .
4198
4199 MessageId=638
4200 Severity=Success
4201 Facility=System
4202 SymbolicName=ERROR_PNP_REBOOT_REQUIRED
4203 Language=English
4204 ERROR_PNP_REBOOT_REQUIRED - Device will not start without a reboot.
4205 .
4206 Language=Russian
4207 ERROR_PNP_REBOOT_REQUIRED - Device will not start without a reboot.
4208 .
4209 Language=Polish
4210 ERROR_PNP_REBOOT_REQUIRED - Device will not start without a reboot.
4211 .
4212
4213 MessageId=639
4214 Severity=Success
4215 Facility=System
4216 SymbolicName=ERROR_INSUFFICIENT_POWER
4217 Language=English
4218 ERROR_INSUFFICIENT_POWER - There is not enough power to complete the requested operation.
4219 .
4220 Language=Russian
4221 ERROR_INSUFFICIENT_POWER - There is not enough power to complete the requested operation.
4222 .
4223 Language=Polish
4224 ERROR_INSUFFICIENT_POWER - There is not enough power to complete the requested operation.
4225 .
4226
4227 MessageId=641
4228 Severity=Success
4229 Facility=System
4230 SymbolicName=ERROR_SYSTEM_SHUTDOWN
4231 Language=English
4232 ERROR_SYSTEM_SHUTDOWN - The system is in the process of shutting down.
4233 .
4234 Language=Russian
4235 ERROR_SYSTEM_SHUTDOWN - The system is in the process of shutting down.
4236 .
4237 Language=Polish
4238 ERROR_SYSTEM_SHUTDOWN - The system is in the process of shutting down.
4239 .
4240
4241 MessageId=642
4242 Severity=Success
4243 Facility=System
4244 SymbolicName=ERROR_PORT_NOT_SET
4245 Language=English
4246 ERROR_PORT_NOT_SET - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
4247 .
4248 Language=Russian
4249 ERROR_PORT_NOT_SET - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
4250 .
4251 Language=Polish
4252 ERROR_PORT_NOT_SET - An attempt to remove a processes DebugPort was made, but a port was not already associated with the process.
4253 .
4254
4255 MessageId=643
4256 Severity=Success
4257 Facility=System
4258 SymbolicName=ERROR_DS_VERSION_CHECK_FAILURE
4259 Language=English
4260 ERROR_DS_VERSION_CHECK_FAILURE - This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
4261 .
4262 Language=Russian
4263 ERROR_DS_VERSION_CHECK_FAILURE - This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
4264 .
4265 Language=Polish
4266 ERROR_DS_VERSION_CHECK_FAILURE - This version of Windows is not compatible with the behavior version of directory forest, domain or domain controller.
4267 .
4268
4269 MessageId=644
4270 Severity=Success
4271 Facility=System
4272 SymbolicName=ERROR_RANGE_NOT_FOUND
4273 Language=English
4274 ERROR_RANGE_NOT_FOUND - The specified range could not be found in the range list.
4275 .
4276 Language=Russian
4277 ERROR_RANGE_NOT_FOUND - The specified range could not be found in the range list.
4278 .
4279 Language=Polish
4280 ERROR_RANGE_NOT_FOUND - The specified range could not be found in the range list.
4281 .
4282
4283 MessageId=646
4284 Severity=Success
4285 Facility=System
4286 SymbolicName=ERROR_NOT_SAFE_MODE_DRIVER
4287 Language=English
4288 ERROR_NOT_SAFE_MODE_DRIVER - The driver was not loaded because the system is booting into safe mode.
4289 .
4290 Language=Russian
4291 ERROR_NOT_SAFE_MODE_DRIVER - The driver was not loaded because the system is booting into safe mode.
4292 .
4293 Language=Polish
4294 ERROR_NOT_SAFE_MODE_DRIVER - The driver was not loaded because the system is booting into safe mode.
4295 .
4296
4297 MessageId=647
4298 Severity=Success
4299 Facility=System
4300 SymbolicName=ERROR_FAILED_DRIVER_ENTRY
4301 Language=English
4302 ERROR_FAILED_DRIVER_ENTRY - The driver was not loaded because it failed it's initialization call.
4303 .
4304 Language=Russian
4305 ERROR_FAILED_DRIVER_ENTRY - The driver was not loaded because it failed it's initialization call.
4306 .
4307 Language=Polish
4308 ERROR_FAILED_DRIVER_ENTRY - The driver was not loaded because it failed it's initialization call.
4309 .
4310
4311 MessageId=648
4312 Severity=Success
4313 Facility=System
4314 SymbolicName=ERROR_DEVICE_ENUMERATION_ERROR
4315 Language=English
4316 ERROR_DEVICE_ENUMERATION_ERROR - The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
4317 .
4318 Language=Russian
4319 ERROR_DEVICE_ENUMERATION_ERROR - The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
4320 .
4321 Language=Polish
4322 ERROR_DEVICE_ENUMERATION_ERROR - The \"%hs\" encountered an error while applying power or reading the device configuration. This may be caused by a failure of your hardware or by a poor connection.
4323 .
4324
4325 MessageId=649
4326 Severity=Success
4327 Facility=System
4328 SymbolicName=ERROR_MOUNT_POINT_NOT_RESOLVED
4329 Language=English
4330 ERROR_MOUNT_POINT_NOT_RESOLVED - The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
4331 .
4332 Language=Russian
4333 ERROR_MOUNT_POINT_NOT_RESOLVED - The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
4334 .
4335 Language=Polish
4336 ERROR_MOUNT_POINT_NOT_RESOLVED - The create operation failed because the name contained at least one mount point which resolves to a volume to which the specified device object is not attached.
4337 .
4338
4339 MessageId=650
4340 Severity=Success
4341 Facility=System
4342 SymbolicName=ERROR_INVALID_DEVICE_OBJECT_PARAMETER
4343 Language=English
4344 ERROR_INVALID_DEVICE_OBJECT_PARAMETER - The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
4345 .
4346 Language=Russian
4347 ERROR_INVALID_DEVICE_OBJECT_PARAMETER - The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
4348 .
4349 Language=Polish
4350 ERROR_INVALID_DEVICE_OBJECT_PARAMETER - The device object parameter is either not a valid device object or is not attached to the volume specified by the file name.
4351 .
4352
4353 MessageId=651
4354 Severity=Success
4355 Facility=System
4356 SymbolicName=ERROR_MCA_OCCURED
4357 Language=English
4358 ERROR_MCA_OCCURED - A Machine Check Error has occurred. Please check the system eventlog for additional information.
4359 .
4360 Language=Russian
4361 ERROR_MCA_OCCURED - A Machine Check Error has occurred. Please check the system eventlog for additional information.
4362 .
4363 Language=Polish
4364 ERROR_MCA_OCCURED - A Machine Check Error has occurred. Please check the system eventlog for additional information.
4365 .
4366
4367 MessageId=652
4368 Severity=Success
4369 Facility=System
4370 SymbolicName=ERROR_DRIVER_DATABASE_ERROR
4371 Language=English
4372 ERROR_DRIVER_DATABASE_ERROR - There was error [%2] processing the driver database.
4373 .
4374 Language=Russian
4375 ERROR_DRIVER_DATABASE_ERROR - There was error [%2] processing the driver database.
4376 .
4377 Language=Polish
4378 ERROR_DRIVER_DATABASE_ERROR - There was error [%2] processing the driver database.
4379 .
4380
4381 MessageId=653
4382 Severity=Success
4383 Facility=System
4384 SymbolicName=ERROR_SYSTEM_HIVE_TOO_LARGE
4385 Language=English
4386 ERROR_SYSTEM_HIVE_TOO_LARGE - System hive size has exceeded its limit.
4387 .
4388 Language=Russian
4389 ERROR_SYSTEM_HIVE_TOO_LARGE - System hive size has exceeded its limit.
4390 .
4391 Language=Polish
4392 ERROR_SYSTEM_HIVE_TOO_LARGE - System hive size has exceeded its limit.
4393 .
4394
4395 MessageId=654
4396 Severity=Success
4397 Facility=System
4398 SymbolicName=ERROR_DRIVER_FAILED_PRIOR_UNLOAD
4399 Language=English
4400 ERROR_DRIVER_FAILED_PRIOR_UNLOAD - The driver could not be loaded because a previous version of the driver is still in memory.
4401 .
4402 Language=Russian
4403 ERROR_DRIVER_FAILED_PRIOR_UNLOAD - The driver could not be loaded because a previous version of the driver is still in memory.
4404 .
4405 Language=Polish
4406 ERROR_DRIVER_FAILED_PRIOR_UNLOAD - The driver could not be loaded because a previous version of the driver is still in memory.
4407 .
4408
4409 MessageId=655
4410 Severity=Success
4411 Facility=System
4412 SymbolicName=ERROR_VOLSNAP_PREPARE_HIBERNATE
4413 Language=English
4414 ERROR_VOLSNAP_PREPARE_HIBERNATE - Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
4415 .
4416 Language=Russian
4417 ERROR_VOLSNAP_PREPARE_HIBERNATE - Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
4418 .
4419 Language=Polish
4420 ERROR_VOLSNAP_PREPARE_HIBERNATE - Please wait while the Volume Shadow Copy Service prepares volume %hs for hibernation.
4421 .
4422
4423 MessageId=656
4424 Severity=Success
4425 Facility=System
4426 SymbolicName=ERROR_HIBERNATION_FAILURE
4427 Language=English
4428 ERROR_HIBERNATION_FAILURE - The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
4429 .
4430 Language=Russian
4431 ERROR_HIBERNATION_FAILURE - The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
4432 .
4433 Language=Polish
4434 ERROR_HIBERNATION_FAILURE - The system has failed to hibernate (The error code is %hs). Hibernation will be disabled until the system is restarted.
4435 .
4436
4437 MessageId=657
4438 Severity=Success
4439 Facility=System
4440 SymbolicName=ERROR_HUNG_DISPLAY_DRIVER_THREAD
4441 Language=English
4442 ERROR_HUNG_DISPLAY_DRIVER_THREAD - The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
4443 .
4444 Language=Russian
4445 ERROR_HUNG_DISPLAY_DRIVER_THREAD - The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
4446 .
4447 Language=Polish
4448 ERROR_HUNG_DISPLAY_DRIVER_THREAD - The %hs display driver has stopped working normally. Save your work and reboot the system to restore full display functionality. The next time you reboot the machine a dialog will be displayed giving you a chance to report this failure to Microsoft.
4449 .
4450
4451 MessageId=665
4452 Severity=Success
4453 Facility=System
4454 SymbolicName=ERROR_FILE_SYSTEM_LIMITATION
4455 Language=English
4456 ERROR_FILE_SYSTEM_LIMITATION - The requested operation could not be completed due to a file system limitation.
4457 .
4458 Language=Russian
4459 ERROR_FILE_SYSTEM_LIMITATION - The requested operation could not be completed due to a file system limitation.
4460 .
4461 Language=Polish
4462 ERROR_FILE_SYSTEM_LIMITATION - The requested operation could not be completed due to a file system limitation.
4463 .
4464
4465 MessageId=668
4466 Severity=Success
4467 Facility=System
4468 SymbolicName=ERROR_ASSERTION_FAILURE
4469 Language=English
4470 ERROR_ASSERTION_FAILURE - An assertion failure has occurred.
4471 .
4472 Language=Russian
4473 ERROR_ASSERTION_FAILURE - An assertion failure has occurred.
4474 .
4475 Language=Polish
4476 ERROR_ASSERTION_FAILURE - An assertion failure has occurred.
4477 .
4478
4479 MessageId=669
4480 Severity=Success
4481 Facility=System
4482 SymbolicName=ERROR_VERIFIER_STOP
4483 Language=English
4484 ERROR_VERIFIER_STOP - Application verifier has found an error in the current process.
4485 .
4486 Language=Russian
4487 ERROR_VERIFIER_STOP - Application verifier has found an error in the current process.
4488 .
4489 Language=Polish
4490 ERROR_VERIFIER_STOP - Application verifier has found an error in the current process.
4491 .
4492
4493 MessageId=670
4494 Severity=Success
4495 Facility=System
4496 SymbolicName=ERROR_WOW_ASSERTION
4497 Language=English
4498 ERROR_WOW_ASSERTION - WOW Assertion Error.
4499 .
4500 Language=Russian
4501 ERROR_WOW_ASSERTION - WOW Assertion Error.
4502 .
4503 Language=Polish
4504 ERROR_WOW_ASSERTION - WOW Assertion Error.
4505 .
4506
4507 MessageId=671
4508 Severity=Success
4509 Facility=System
4510 SymbolicName=ERROR_PNP_BAD_MPS_TABLE
4511 Language=English
4512 ERROR_PNP_BAD_MPS_TABLE - A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
4513 .
4514 Language=Russian
4515 ERROR_PNP_BAD_MPS_TABLE - A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
4516 .
4517 Language=Polish
4518 ERROR_PNP_BAD_MPS_TABLE - A device is missing in the system BIOS MPS table. This device will not be used. Please contact your system vendor for system BIOS update.
4519 .
4520
4521 MessageId=672
4522 Severity=Success
4523 Facility=System
4524 SymbolicName=ERROR_PNP_TRANSLATION_FAILED
4525 Language=English
4526 ERROR_PNP_TRANSLATION_FAILED - A translator failed to translate resources.
4527 .
4528 Language=Russian
4529 ERROR_PNP_TRANSLATION_FAILED - A translator failed to translate resources.
4530 .
4531 Language=Polish
4532 ERROR_PNP_TRANSLATION_FAILED - A translator failed to translate resources.
4533 .
4534
4535 MessageId=673
4536 Severity=Success
4537 Facility=System
4538 SymbolicName=ERROR_PNP_IRQ_TRANSLATION_FAILED
4539 Language=English
4540 ERROR_PNP_IRQ_TRANSLATION_FAILED - A IRQ translator failed to translate resources.
4541 .
4542 Language=Russian
4543 ERROR_PNP_IRQ_TRANSLATION_FAILED - A IRQ translator failed to translate resources.
4544 .
4545 Language=Polish
4546 ERROR_PNP_IRQ_TRANSLATION_FAILED - A IRQ translator failed to translate resources.
4547 .
4548
4549 MessageId=674
4550 Severity=Success
4551 Facility=System
4552 SymbolicName=ERROR_PNP_INVALID_ID
4553 Language=English
4554 ERROR_PNP_INVALID_ID - Driver %2 returned invalid ID for a child device (%3).
4555 .
4556 Language=Russian
4557 ERROR_PNP_INVALID_ID - Driver %2 returned invalid ID for a child device (%3).
4558 .
4559 Language=Polish
4560 ERROR_PNP_INVALID_ID - Driver %2 returned invalid ID for a child device (%3).
4561 .
4562
4563 MessageId=675
4564 Severity=Success
4565 Facility=System
4566 SymbolicName=ERROR_WAKE_SYSTEM_DEBUGGER
4567 Language=English
4568 ERROR_WAKE_SYSTEM_DEBUGGER - The system debugger was awakened by an interrupt.
4569 .
4570 Language=Russian
4571 ERROR_WAKE_SYSTEM_DEBUGGER - The system debugger was awakened by an interrupt.
4572 .
4573 Language=Polish
4574 ERROR_WAKE_SYSTEM_DEBUGGER - The system debugger was awakened by an interrupt.
4575 .
4576
4577 MessageId=676
4578 Severity=Success
4579 Facility=System
4580 SymbolicName=ERROR_HANDLES_CLOSED
4581 Language=English
4582 ERROR_HANDLES_CLOSED - Handles to objects have been automatically closed as a result of the requested operation.
4583 .
4584 Language=Russian
4585 ERROR_HANDLES_CLOSED - Handles to objects have been automatically closed as a result of the requested operation.
4586 .
4587 Language=Polish
4588 ERROR_HANDLES_CLOSED - Handles to objects have been automatically closed as a result of the requested operation.
4589 .
4590
4591 MessageId=677
4592 Severity=Success
4593 Facility=System
4594 SymbolicName=ERROR_EXTRANEOUS_INFORMATION
4595 Language=English
4596 ERROR_EXTRANEOUS_INFORMATION - he specified access control list (ACL) contained more information than was expected.
4597 .
4598 Language=Russian
4599 ERROR_EXTRANEOUS_INFORMATION - he specified access control list (ACL) contained more information than was expected.
4600 .
4601 Language=Polish
4602 ERROR_EXTRANEOUS_INFORMATION - he specified access control list (ACL) contained more information than was expected.
4603 .
4604
4605 MessageId=678
4606 Severity=Success
4607 Facility=System
4608 SymbolicName=ERROR_RXACT_COMMIT_NECESSARY
4609 Language=English
4610 ERROR_RXACT_COMMIT_NECESSARY - This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
4611 .
4612 Language=Russian
4613 ERROR_RXACT_COMMIT_NECESSARY - This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
4614 .
4615 Language=Polish
4616 ERROR_RXACT_COMMIT_NECESSARY - This warning level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has NOT been completed, but has not been rolled back either (so it may still be committed if desired).
4617 .
4618
4619 MessageId=679
4620 Severity=Success
4621 Facility=System
4622 SymbolicName=ERROR_MEDIA_CHECK
4623 Language=English
4624 ERROR_MEDIA_CHECK - The media may have changed.
4625 .
4626 Language=Russian
4627 ERROR_MEDIA_CHECK - The media may have changed.
4628 .
4629 Language=Polish
4630 ERROR_MEDIA_CHECK - The media may have changed.
4631 .
4632
4633 MessageId=680
4634 Severity=Success
4635 Facility=System
4636 SymbolicName=ERROR_GUID_SUBSTITUTION_MADE
4637 Language=English
4638 ERROR_GUID_SUBSTITUTION_MADE - During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
4639 .
4640 Language=Russian
4641 ERROR_GUID_SUBSTITUTION_MADE - During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
4642 .
4643 Language=Polish
4644 ERROR_GUID_SUBSTITUTION_MADE - During the translation of a global identifier (GUID) to a Windows security ID (SID), no administratively-defined GUID prefix was found. A substitute prefix was used, which will not compromise system security. However, this may provide a more restrictive access than intended.
4645 .
4646
4647 MessageId=681
4648 Severity=Success
4649 Facility=System
4650 SymbolicName=ERROR_STOPPED_ON_SYMLINK
4651 Language=English
4652 ERROR_STOPPED_ON_SYMLINK - The create operation stopped after reaching a symbolic link.
4653 .
4654 Language=Russian
4655 ERROR_STOPPED_ON_SYMLINK - The create operation stopped after reaching a symbolic link.
4656 .
4657 Language=Polish
4658 ERROR_STOPPED_ON_SYMLINK - The create operation stopped after reaching a symbolic link.
4659 .
4660
4661 MessageId=682
4662 Severity=Success
4663 Facility=System
4664 SymbolicName=ERROR_LONGJUMP
4665 Language=English
4666 ERROR_LONGJUMP - A long jump has been executed.
4667 .
4668 Language=Russian
4669 ERROR_LONGJUMP - A long jump has been executed.
4670 .
4671 Language=Polish
4672 ERROR_LONGJUMP - A long jump has been executed.
4673 .
4674
4675 MessageId=683
4676 Severity=Success
4677 Facility=System
4678 SymbolicName=ERROR_PLUGPLAY_QUERY_VETOED
4679 Language=English
4680 ERROR_PLUGPLAY_QUERY_VETOED - The Plug and Play query operation was not successful.
4681 .
4682 Language=Russian
4683 ERROR_PLUGPLAY_QUERY_VETOED - The Plug and Play query operation was not successful.
4684 .
4685 Language=Polish
4686 ERROR_PLUGPLAY_QUERY_VETOED - The Plug and Play query operation was not successful.
4687 .
4688
4689 MessageId=684
4690 Severity=Success
4691 Facility=System
4692 SymbolicName=ERROR_UNWIND_CONSOLIDATE
4693 Language=English
4694 ERROR_UNWIND_CONSOLIDATE - A frame consolidation has been executed.
4695 .
4696 Language=Russian
4697 ERROR_UNWIND_CONSOLIDATE - A frame consolidation has been executed.
4698 .
4699 Language=Polish
4700 ERROR_UNWIND_CONSOLIDATE - A frame consolidation has been executed.
4701 .
4702
4703 MessageId=685
4704 Severity=Success
4705 Facility=System
4706 SymbolicName=ERROR_REGISTRY_HIVE_RECOVERED
4707 Language=English
4708 ERROR_REGISTRY_HIVE_RECOVERED - Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
4709 .
4710 Language=Russian
4711 ERROR_REGISTRY_HIVE_RECOVERED - Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
4712 .
4713 Language=Polish
4714 ERROR_REGISTRY_HIVE_RECOVERED - Registry hive (file): %hs was corrupted and it has been recovered. Some data might have been lost.
4715 .
4716
4717 MessageId=686
4718 Severity=Success
4719 Facility=System
4720 SymbolicName=ERROR_DLL_MIGHT_BE_INSECURE
4721 Language=English
4722 ERROR_DLL_MIGHT_BE_INSECURE - The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
4723 .
4724 Language=Russian
4725 ERROR_DLL_MIGHT_BE_INSECURE - The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
4726 .
4727 Language=Polish
4728 ERROR_DLL_MIGHT_BE_INSECURE - The application is attempting to run executable code from the module %hs. This may be insecure. An alternative, %hs, is available. Should the application use the secure module %hs?
4729 .
4730
4731 MessageId=687
4732 Severity=Success
4733 Facility=System
4734 SymbolicName=ERROR_DLL_MIGHT_BE_INCOMPATIBLE
4735 Language=English
4736 ERROR_DLL_MIGHT_BE_INCOMPATIBLE - The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
4737 .
4738 Language=Russian
4739 ERROR_DLL_MIGHT_BE_INCOMPATIBLE - The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
4740 .
4741 Language=Polish
4742 ERROR_DLL_MIGHT_BE_INCOMPATIBLE - The application is loading executable code from the module %hs. This is secure, but may be incompatible with previous releases of the operating system. An alternative, %hs, is available. Should the application use the secure module %hs?
4743 .
4744
4745 MessageId=688
4746 Severity=Success
4747 Facility=System
4748 SymbolicName=ERROR_DBG_EXCEPTION_NOT_HANDLED
4749 Language=English
4750 ERROR_DBG_EXCEPTION_NOT_HANDLED - Debugger did not handle the exception.
4751 .
4752 Language=Russian
4753 ERROR_DBG_EXCEPTION_NOT_HANDLED - Debugger did not handle the exception.
4754 .
4755 Language=Polish
4756 ERROR_DBG_EXCEPTION_NOT_HANDLED - Debugger did not handle the exception.
4757 .
4758
4759 MessageId=689
4760 Severity=Success
4761 Facility=System
4762 SymbolicName=ERROR_DBG_REPLY_LATER
4763 Language=English
4764 ERROR_DBG_REPLY_LATER - Debugger will reply later.
4765 .
4766 Language=Russian
4767 ERROR_DBG_REPLY_LATER - Debugger will reply later.
4768 .
4769 Language=Polish
4770 ERROR_DBG_REPLY_LATER - Debugger will reply later.
4771 .
4772
4773 MessageId=690
4774 Severity=Success
4775 Facility=System
4776 SymbolicName=ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE
4777 Language=English
4778 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE - Debugger can not provide handle.
4779 .
4780 Language=Russian
4781 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE - Debugger can not provide handle.
4782 .
4783 Language=Polish
4784 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE - Debugger can not provide handle.
4785 .
4786
4787 MessageId=691
4788 Severity=Success
4789 Facility=System
4790 SymbolicName=ERROR_DBG_TERMINATE_THREAD
4791 Language=English
4792 ERROR_DBG_TERMINATE_THREAD - Debugger terminated thread.
4793 .
4794 Language=Russian
4795 ERROR_DBG_TERMINATE_THREAD - Debugger terminated thread.
4796 .
4797 Language=Polish
4798 ERROR_DBG_TERMINATE_THREAD - Debugger terminated thread.
4799 .
4800
4801 MessageId=692
4802 Severity=Success
4803 Facility=System
4804 SymbolicName=ERROR_DBG_TERMINATE_PROCESS
4805 Language=English
4806 ERROR_DBG_TERMINATE_PROCESS - Debugger terminated process.
4807 .
4808 Language=Russian
4809 ERROR_DBG_TERMINATE_PROCESS - Debugger terminated process.
4810 .
4811 Language=Polish
4812 ERROR_DBG_TERMINATE_PROCESS - Debugger terminated process.
4813 .
4814
4815 MessageId=693
4816 Severity=Success
4817 Facility=System
4818 SymbolicName=ERROR_DBG_CONTROL_C
4819 Language=English
4820 ERROR_DBG_CONTROL_C - Debugger got control C.
4821 .
4822 Language=Russian
4823 ERROR_DBG_CONTROL_C - Debugger got control C.
4824 .
4825 Language=Polish
4826 ERROR_DBG_CONTROL_C - Debugger got control C.
4827 .
4828
4829 MessageId=694
4830 Severity=Success
4831 Facility=System
4832 SymbolicName=ERROR_DBG_PRINTEXCEPTION_C
4833 Language=English
4834 ERROR_DBG_PRINTEXCEPTION_C - Debugger printed exception on control C.
4835 .
4836 Language=Russian
4837 ERROR_DBG_PRINTEXCEPTION_C - Debugger printed exception on control C.
4838 .
4839 Language=Polish
4840 ERROR_DBG_PRINTEXCEPTION_C - Debugger printed exception on control C.
4841 .
4842
4843 MessageId=695
4844 Severity=Success
4845 Facility=System
4846 SymbolicName=ERROR_DBG_RIPEXCEPTION
4847 Language=English
4848 ERROR_DBG_RIPEXCEPTION - Debugger received RIP exception.
4849 .
4850 Language=Russian
4851 ERROR_DBG_RIPEXCEPTION - Debugger received RIP exception.
4852 .
4853 Language=Polish
4854 ERROR_DBG_RIPEXCEPTION - Debugger received RIP exception.
4855 .
4856
4857 MessageId=696
4858 Severity=Success
4859 Facility=System
4860 SymbolicName=ERROR_DBG_CONTROL_BREAK
4861 Language=English
4862 ERROR_DBG_CONTROL_BREAK - Debugger received control break.
4863 .
4864 Language=Russian
4865 ERROR_DBG_CONTROL_BREAK - Debugger received control break.
4866 .
4867 Language=Polish
4868 ERROR_DBG_CONTROL_BREAK - Debugger received control break.
4869 .
4870
4871 MessageId=697
4872 Severity=Success
4873 Facility=System
4874 SymbolicName=ERROR_DBG_COMMAND_EXCEPTION
4875 Language=English
4876 ERROR_DBG_COMMAND_EXCEPTION - Debugger command communication exception.
4877 .
4878 Language=Russian
4879 ERROR_DBG_COMMAND_EXCEPTION - Debugger command communication exception.
4880 .
4881 Language=Polish
4882 ERROR_DBG_COMMAND_EXCEPTION - Debugger command communication exception.
4883 .
4884
4885 MessageId=698
4886 Severity=Success
4887 Facility=System
4888 SymbolicName=ERROR_OBJECT_NAME_EXISTS
4889 Language=English
4890 ERROR_OBJECT_NAME_EXISTS - An attempt was made to create an object and the object name already existed.
4891 .
4892 Language=Russian
4893 ERROR_OBJECT_NAME_EXISTS - An attempt was made to create an object and the object name already existed.
4894 .
4895 Language=Polish
4896 ERROR_OBJECT_NAME_EXISTS - An attempt was made to create an object and the object name already existed.
4897 .
4898
4899 MessageId=699
4900 Severity=Success
4901 Facility=System
4902 SymbolicName=ERROR_THREAD_WAS_SUSPENDED
4903 Language=English
4904 ERROR_THREAD_WAS_SUSPENDED - A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
4905 .
4906 Language=Russian
4907 ERROR_THREAD_WAS_SUSPENDED - A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
4908 .
4909 Language=Polish
4910 ERROR_THREAD_WAS_SUSPENDED - A thread termination occurred while the thread was suspended. The thread was resumed, and termination proceeded.
4911 .
4912
4913 MessageId=700
4914 Severity=Success
4915 Facility=System
4916 SymbolicName=ERROR_IMAGE_NOT_AT_BASE
4917 Language=English
4918 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
4919 .
4920 Language=Russian
4921 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
4922 .
4923 Language=Polish
4924 ERROR_IMAGE_NOT_AT_BASE - An image file could not be mapped at the address specified in the image file. Local fixups must be performed on this image.
4925 .
4926
4927 MessageId=701
4928 Severity=Success
4929 Facility=System
4930 SymbolicName=ERROR_RXACT_STATE_CREATED
4931 Language=English
4932 ERROR_RXACT_STATE_CREATED - This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
4933 .
4934 Language=Russian
4935 ERROR_RXACT_STATE_CREATED - This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
4936 .
4937 Language=Polish
4938 ERROR_RXACT_STATE_CREATED - This informational level status indicates that a specified registry sub-tree transaction state did not yet exist and had to be created.
4939 .
4940
4941 MessageId=702
4942 Severity=Success
4943 Facility=System
4944 SymbolicName=ERROR_SEGMENT_NOTIFICATION
4945 Language=English
4946 ERROR_SEGMENT_NOTIFICATION - A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
4947 .
4948 Language=Russian
4949 ERROR_SEGMENT_NOTIFICATION - A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
4950 .
4951 Language=Polish
4952 ERROR_SEGMENT_NOTIFICATION - A virtual DOS machine (VDM) is loading, unloading, or moving an MS-DOS or Win16 program segment image. An exception is raised so a debugger can load, unload or track symbols and breakpoints within these 16-bit segments.
4953 .
4954
4955 MessageId=703
4956 Severity=Success
4957 Facility=System
4958 SymbolicName=ERROR_BAD_CURRENT_DIRECTORY
4959 Language=English
4960 ERROR_BAD_CURRENT_DIRECTORY - The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
4961 .
4962 Language=Russian
4963 ERROR_BAD_CURRENT_DIRECTORY - The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
4964 .
4965 Language=Polish
4966 ERROR_BAD_CURRENT_DIRECTORY - The process cannot switch to the startup current directory %hs. Select OK to set current directory to %hs, or select CANCEL to exit.
4967 .
4968
4969 MessageId=704
4970 Severity=Success
4971 Facility=System
4972 SymbolicName=ERROR_FT_READ_RECOVERY_FROM_BACKUP
4973 Language=English
4974 ERROR_FT_READ_RECOVERY_FROM_BACKUP - To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
4975 .
4976 Language=Russian
4977 ERROR_FT_READ_RECOVERY_FROM_BACKUP - To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
4978 .
4979 Language=Polish
4980 ERROR_FT_READ_RECOVERY_FROM_BACKUP - To satisfy a read request, the NT fault-tolerant file system successfully read the requested data from a redundant copy. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was unable to reassign the failing area of the device.
4981 .
4982
4983 MessageId=705
4984 Severity=Success
4985 Facility=System
4986 SymbolicName=ERROR_FT_WRITE_RECOVERY
4987 Language=English
4988 ERROR_FT_WRITE_RECOVERY - To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
4989 .
4990 Language=Russian
4991 ERROR_FT_WRITE_RECOVERY - To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
4992 .
4993 Language=Polish
4994 ERROR_FT_WRITE_RECOVERY - To satisfy a write request, the NT fault-tolerant file system successfully wrote a redundant copy of the information. This was done because the file system encountered a failure on a member of the fault-tolerant volume, but was not able to reassign the failing area of the device.
4995 .
4996
4997 MessageId=706
4998 Severity=Success
4999 Facility=System
5000 SymbolicName=ERROR_IMAGE_MACHINE_TYPE_MISMATCH
5001 Language=English
5002 ERROR_IMAGE_MACHINE_TYPE_MISMATCH - The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
5003 .
5004 Language=Russian
5005 ERROR_IMAGE_MACHINE_TYPE_MISMATCH - The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
5006 .
5007 Language=Polish
5008 ERROR_IMAGE_MACHINE_TYPE_MISMATCH - The image file %hs is valid, but is for a machine type other than the current machine. Select OK to continue, or CANCEL to fail the DLL load.
5009 .
5010
5011 MessageId=707
5012 Severity=Success
5013 Facility=System
5014 SymbolicName=ERROR_RECEIVE_PARTIAL
5015 Language=English
5016 ERROR_RECEIVE_PARTIAL - The network transport returned partial data to its client. The remaining data will be sent later.
5017 .
5018 Language=Russian
5019 ERROR_RECEIVE_PARTIAL - The network transport returned partial data to its client. The remaining data will be sent later.
5020 .
5021 Language=Polish
5022 ERROR_RECEIVE_PARTIAL - The network transport returned partial data to its client. The remaining data will be sent later.
5023 .
5024
5025 MessageId=708
5026 Severity=Success
5027 Facility=System
5028 SymbolicName=ERROR_RECEIVE_EXPEDITED
5029 Language=English
5030 ERROR_RECEIVE_EXPEDITED - The network transport returned data to its client that was marked as expedited by the remote system.
5031 .
5032 Language=Russian
5033 ERROR_RECEIVE_EXPEDITED - The network transport returned data to its client that was marked as expedited by the remote system.
5034 .
5035 Language=Polish
5036 ERROR_RECEIVE_EXPEDITED - The network transport returned data to its client that was marked as expedited by the remote system.
5037 .
5038
5039 MessageId=709
5040 Severity=Success
5041 Facility=System
5042 SymbolicName=ERROR_RECEIVE_PARTIAL_EXPEDITED
5043 Language=English
5044 ERROR_RECEIVE_PARTIAL_EXPEDITED - The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
5045 .
5046 Language=Russian
5047 ERROR_RECEIVE_PARTIAL_EXPEDITED - The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
5048 .
5049 Language=Polish
5050 ERROR_RECEIVE_PARTIAL_EXPEDITED - The network transport returned partial data to its client and this data was marked as expedited by the remote system. The remaining data will be sent later.
5051 .
5052
5053 MessageId=710
5054 Severity=Success
5055 Facility=System
5056 SymbolicName=ERROR_EVENT_DONE
5057 Language=English
5058 ERROR_EVENT_DONE - The TDI indication has completed successfully.
5059 .
5060 Language=Russian
5061 ERROR_EVENT_DONE - The TDI indication has completed successfully.
5062 .
5063 Language=Polish
5064 ERROR_EVENT_DONE - The TDI indication has completed successfully.
5065 .
5066
5067 MessageId=711
5068 Severity=Success
5069 Facility=System
5070 SymbolicName=ERROR_EVENT_PENDING
5071 Language=English
5072 ERROR_EVENT_PENDING - The TDI indication has entered the pending state.
5073 .
5074 Language=Russian
5075 ERROR_EVENT_PENDING - The TDI indication has entered the pending state.
5076 .
5077 Language=Polish
5078 ERROR_EVENT_PENDING - The TDI indication has entered the pending state.
5079 .
5080
5081 MessageId=712
5082 Severity=Success
5083 Facility=System
5084 SymbolicName=ERROR_CHECKING_FILE_SYSTEM
5085 Language=English
5086 ERROR_CHECKING_FILE_SYSTEM - Checking file system on %wZ.
5087 .
5088 Language=Russian
5089 ERROR_CHECKING_FILE_SYSTEM - Checking file system on %wZ.
5090 .
5091 Language=Polish
5092 ERROR_CHECKING_FILE_SYSTEM - Checking file system on %wZ.
5093 .
5094
5095 MessageId=714
5096 Severity=Success
5097 Facility=System
5098 SymbolicName=ERROR_PREDEFINED_HANDLE
5099 Language=English
5100 ERROR_PREDEFINED_HANDLE - The specified registry key is referenced by a predefined handle.
5101 .
5102 Language=Russian
5103 ERROR_PREDEFINED_HANDLE - The specified registry key is referenced by a predefined handle.
5104 .
5105 Language=Polish
5106 ERROR_PREDEFINED_HANDLE - The specified registry key is referenced by a predefined handle.
5107 .
5108
5109 MessageId=715
5110 Severity=Success
5111 Facility=System
5112 SymbolicName=ERROR_WAS_UNLOCKED
5113 Language=English
5114 ERROR_WAS_UNLOCKED - The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
5115 .
5116 Language=Russian
5117 ERROR_WAS_UNLOCKED - The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
5118 .
5119 Language=Polish
5120 ERROR_WAS_UNLOCKED - The page protection of a locked page was changed to 'No Access' and the page was unlocked from memory and from the process.
5121 .
5122
5123 MessageId=717
5124 Severity=Success
5125 Facility=System
5126 SymbolicName=ERROR_WAS_LOCKED
5127 Language=English
5128 ERROR_WAS_LOCKED - One of the pages to lock was already locked.
5129 .
5130 Language=Russian
5131 ERROR_WAS_LOCKED - One of the pages to lock was already locked.
5132 .
5133 Language=Polish
5134 ERROR_WAS_LOCKED - One of the pages to lock was already locked.
5135 .
5136
5137 MessageId=720
5138 Severity=Success
5139 Facility=System
5140 SymbolicName=ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE
5141 Language=English
5142 ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE - The image file %hs is valid, but is for a machine type other than the current machine.
5143 .
5144 Language=Russian
5145 ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE - The image file %hs is valid, but is for a machine type other than the current machine.
5146 .
5147 Language=Polish
5148 ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE - The image file %hs is valid, but is for a machine type other than the current machine.
5149 .
5150
5151 MessageId=721
5152 Severity=Success
5153 Facility=System
5154 SymbolicName=ERROR_NO_YIELD_PERFORMED
5155 Language=English
5156 ERROR_NO_YIELD_PERFORMED - A yield execution was performed and no thread was available to run.
5157 .
5158 Language=Russian
5159 ERROR_NO_YIELD_PERFORMED - A yield execution was performed and no thread was available to run.
5160 .
5161 Language=Polish
5162 ERROR_NO_YIELD_PERFORMED - A yield execution was performed and no thread was available to run.
5163 .
5164
5165 MessageId=722
5166 Severity=Success
5167 Facility=System
5168 SymbolicName=ERROR_TIMER_RESUME_IGNORED
5169 Language=English
5170 ERROR_TIMER_RESUME_IGNORED - The resumable flag to a timer API was ignored.
5171 .
5172 Language=Russian
5173 ERROR_TIMER_RESUME_IGNORED - The resumable flag to a timer API was ignored.
5174 .
5175 Language=Polish
5176 ERROR_TIMER_RESUME_IGNORED - The resumable flag to a timer API was ignored.
5177 .
5178
5179 MessageId=723
5180 Severity=Success
5181 Facility=System
5182 SymbolicName=ERROR_ARBITRATION_UNHANDLED
5183 Language=English
5184 ERROR_ARBITRATION_UNHANDLED - The arbiter has deferred arbitration of these resources to its parent.
5185 .
5186 Language=Russian
5187 ERROR_ARBITRATION_UNHANDLED - The arbiter has deferred arbitration of these resources to its parent.
5188 .
5189 Language=Polish
5190 ERROR_ARBITRATION_UNHANDLED - The arbiter has deferred arbitration of these resources to its parent.
5191 .
5192
5193 MessageId=724
5194 Severity=Success
5195 Facility=System
5196 SymbolicName=ERROR_CARDBUS_NOT_SUPPORTED
5197 Language=English
5198 ERROR_CARDBUS_NOT_SUPPORTED - The device \"%hs\" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
5199 .
5200 Language=Russian
5201 ERROR_CARDBUS_NOT_SUPPORTED - The device \"%hs\" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
5202 .
5203 Language=Polish
5204 ERROR_CARDBUS_NOT_SUPPORTED - The device \"%hs\" has detected a CardBus card in its slot, but the firmware on this system is not configured to allow the CardBus controller to be run in CardBus mode. The operating system will currently accept only 16-bit (R2) pc-cards on this controller.
5205 .
5206
5207 MessageId=725
5208 Severity=Success
5209 Facility=System
5210 SymbolicName=ERROR_MP_PROCESSOR_MISMATCH
5211 Language=English
5212 ERROR_MP_PROCESSOR_MISMATCH - The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
5213 .
5214 Language=Russian
5215 ERROR_MP_PROCESSOR_MISMATCH - The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
5216 .
5217 Language=Polish
5218 ERROR_MP_PROCESSOR_MISMATCH - The CPUs in this multiprocessor system are not all the same revision level. To use all processors the operating system restricts itself to the features of the least capable processor in the system. Should problems occur with this system, contact the CPU manufacturer to see if this mix of processors is supported.
5219 .
5220
5221 MessageId=726
5222 Severity=Success
5223 Facility=System
5224 SymbolicName=ERROR_HIBERNATED
5225 Language=English
5226 ERROR_HIBERNATED - The system was put into hibernation.
5227 .
5228 Language=Russian
5229 ERROR_HIBERNATED - The system was put into hibernation.
5230 .
5231 Language=Polish
5232 ERROR_HIBERNATED - The system was put into hibernation.
5233 .
5234
5235 MessageId=727
5236 Severity=Success
5237 Facility=System
5238 SymbolicName=ERROR_RESUME_HIBERNATION
5239 Language=English
5240 ERROR_RESUME_HIBERNATION - The system was resumed from hibernation.
5241 .
5242 Language=Russian
5243 ERROR_RESUME_HIBERNATION - The system was resumed from hibernation.
5244 .
5245 Language=Polish
5246 ERROR_RESUME_HIBERNATION - The system was resumed from hibernation.
5247 .
5248
5249 MessageId=728
5250 Severity=Success
5251 Facility=System
5252 SymbolicName=ERROR_FIRMWARE_UPDATED
5253 Language=English
5254 ERROR_FIRMWARE_UPDATED - Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
5255 .
5256 Language=Russian
5257 ERROR_FIRMWARE_UPDATED - Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
5258 .
5259 Language=Polish
5260 ERROR_FIRMWARE_UPDATED - Windows has detected that the system firmware (BIOS) was updated [previous firmware date = %2, current firmware date %3].
5261 .
5262
5263 MessageId=729
5264 Severity=Success
5265 Facility=System
5266 SymbolicName=ERROR_DRIVERS_LEAKING_LOCKED_PAGES
5267 Language=English
5268 ERROR_DRIVERS_LEAKING_LOCKED_PAGES - A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
5269 .
5270 Language=Russian
5271 ERROR_DRIVERS_LEAKING_LOCKED_PAGES - A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
5272 .
5273 Language=Polish
5274 ERROR_DRIVERS_LEAKING_LOCKED_PAGES - A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled tracking code in order to try and catch the culprit.
5275 .
5276
5277 MessageId=730
5278 Severity=Success
5279 Facility=System
5280 SymbolicName=ERROR_WAKE_SYSTEM
5281 Language=English
5282 ERROR_WAKE_SYSTEM - The system has awoken
5283 .
5284 Language=Russian
5285 ERROR_WAKE_SYSTEM - The system has awoken
5286 .
5287 Language=Polish
5288 ERROR_WAKE_SYSTEM - The system has awoken
5289 .
5290
5291 MessageId=741
5292 Severity=Success
5293 Facility=System
5294 SymbolicName=ERROR_REPARSE
5295 Language=English
5296 ERROR_REPARSE - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5297 .
5298 Language=Russian
5299 ERROR_REPARSE - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5300 .
5301 Language=Polish
5302 ERROR_REPARSE - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5303 .
5304
5305 MessageId=742
5306 Severity=Success
5307 Facility=System
5308 SymbolicName=ERROR_OPLOCK_BREAK_IN_PROGRESS
5309 Language=English
5310 ERROR_OPLOCK_BREAK_IN_PROGRESS - An open/create operation completed while an oplock break is underway.
5311 .
5312 Language=Russian
5313 ERROR_OPLOCK_BREAK_IN_PROGRESS - An open/create operation completed while an oplock break is underway.
5314 .
5315 Language=Polish
5316 ERROR_OPLOCK_BREAK_IN_PROGRESS - An open/create operation completed while an oplock break is underway.
5317 .
5318
5319 MessageId=743
5320 Severity=Success
5321 Facility=System
5322 SymbolicName=ERROR_VOLUME_MOUNTED
5323 Language=English
5324 ERROR_VOLUME_MOUNTED - A new volume has been mounted by a file system.
5325 .
5326 Language=Russian
5327 ERROR_VOLUME_MOUNTED - A new volume has been mounted by a file system.
5328 .
5329 Language=Polish
5330 ERROR_VOLUME_MOUNTED - A new volume has been mounted by a file system.
5331 .
5332
5333 MessageId=744
5334 Severity=Success
5335 Facility=System
5336 SymbolicName=ERROR_RXACT_COMMITTED
5337 Language=English
5338 ERROR_RXACT_COMMITTED - This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
5339 .
5340 Language=Russian
5341 ERROR_RXACT_COMMITTED - This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
5342 .
5343 Language=Polish
5344 ERROR_RXACT_COMMITTED - This success level status indicates that the transaction state already exists for the registry sub-tree, but that a transaction commit was previously aborted. The commit has now been completed.
5345 .
5346
5347 MessageId=745
5348 Severity=Success
5349 Facility=System
5350 SymbolicName=ERROR_NOTIFY_CLEANUP
5351 Language=English
5352 ERROR_NOTIFY_CLEANUP - This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
5353 .
5354 Language=Russian
5355 ERROR_NOTIFY_CLEANUP - This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
5356 .
5357 Language=Polish
5358 ERROR_NOTIFY_CLEANUP - This indicates that a notify change request has been completed due to closing the handle which made the notify change request.
5359 .
5360
5361 MessageId=746
5362 Severity=Success
5363 Facility=System
5364 SymbolicName=ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED
5365 Language=English
5366 ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED - An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
5367 .
5368 Language=Russian
5369 ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED - An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
5370 .
5371 Language=Polish
5372 ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED - An attempt was made to connect to the remote server %hs on the primary transport, but the connection failed. The computer WAS able to connect on a secondary transport.
5373 .
5374
5375 MessageId=747
5376 Severity=Success
5377 Facility=System
5378 SymbolicName=ERROR_PAGE_FAULT_TRANSITION
5379 Language=English
5380 ERROR_PAGE_FAULT_TRANSITION - Page fault was a transition fault.
5381 .
5382 Language=Russian
5383 ERROR_PAGE_FAULT_TRANSITION - Page fault was a transition fault.
5384 .
5385 Language=Polish
5386 ERROR_PAGE_FAULT_TRANSITION - Page fault was a transition fault.
5387 .
5388
5389 MessageId=748
5390 Severity=Success
5391 Facility=System
5392 SymbolicName=ERROR_PAGE_FAULT_DEMAND_ZERO
5393 Language=English
5394 ERROR_PAGE_FAULT_DEMAND_ZERO - Page fault was a demand zero fault.
5395 .
5396 Language=Russian
5397 ERROR_PAGE_FAULT_DEMAND_ZERO - Page fault was a demand zero fault.
5398 .
5399 Language=Polish
5400 ERROR_PAGE_FAULT_DEMAND_ZERO - Page fault was a demand zero fault.
5401 .
5402
5403 MessageId=749
5404 Severity=Success
5405 Facility=System
5406 SymbolicName=ERROR_PAGE_FAULT_COPY_ON_WRITE
5407 Language=English
5408 ERROR_PAGE_FAULT_COPY_ON_WRITE - Page fault was a demand zero fault.
5409 .
5410 Language=Russian
5411 ERROR_PAGE_FAULT_COPY_ON_WRITE - Page fault was a demand zero fault.
5412 .
5413 Language=Polish
5414 ERROR_PAGE_FAULT_COPY_ON_WRITE - Page fault was a demand zero fault.
5415 .
5416
5417 MessageId=750
5418 Severity=Success
5419 Facility=System
5420 SymbolicName=ERROR_PAGE_FAULT_GUARD_PAGE
5421 Language=English
5422 ERROR_PAGE_FAULT_GUARD_PAGE - Page fault was a demand zero fault.
5423 .
5424 Language=Russian
5425 ERROR_PAGE_FAULT_GUARD_PAGE - Page fault was a demand zero fault.
5426 .
5427 Language=Polish
5428 ERROR_PAGE_FAULT_GUARD_PAGE - Page fault was a demand zero fault.
5429 .
5430
5431 MessageId=751
5432 Severity=Success
5433 Facility=System
5434 SymbolicName=ERROR_PAGE_FAULT_PAGING_FILE
5435 Language=English
5436 ERROR_PAGE_FAULT_PAGING_FILE - Page fault was satisfied by reading from a secondary storage device.
5437 .
5438 Language=Russian
5439 ERROR_PAGE_FAULT_PAGING_FILE - Page fault was satisfied by reading from a secondary storage device.
5440 .
5441 Language=Polish
5442 ERROR_PAGE_FAULT_PAGING_FILE - Page fault was satisfied by reading from a secondary storage device.
5443 .
5444
5445 MessageId=752
5446 Severity=Success
5447 Facility=System
5448 SymbolicName=ERROR_CACHE_PAGE_LOCKED
5449 Language=English
5450 ERROR_CACHE_PAGE_LOCKED - Cached page was locked during operation.
5451 .
5452 Language=Russian
5453 ERROR_CACHE_PAGE_LOCKED - Cached page was locked during operation.
5454 .
5455 Language=Polish
5456 ERROR_CACHE_PAGE_LOCKED - Cached page was locked during operation.
5457 .
5458
5459 MessageId=753
5460 Severity=Success
5461 Facility=System
5462 SymbolicName=ERROR_CRASH_DUMP
5463 Language=English
5464 ERROR_CRASH_DUMP - Crash dump exists in paging file.
5465 .
5466 Language=Russian
5467 ERROR_CRASH_DUMP - Crash dump exists in paging file.
5468 .
5469 Language=Polish
5470 ERROR_CRASH_DUMP - Crash dump exists in paging file.
5471 .
5472
5473 MessageId=754
5474 Severity=Success
5475 Facility=System
5476 SymbolicName=ERROR_BUFFER_ALL_ZEROS
5477 Language=English
5478 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
5479 .
5480 Language=Russian
5481 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
5482 .
5483 Language=Polish
5484 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
5485 .
5486
5487 MessageId=755
5488 Severity=Success
5489 Facility=System
5490 SymbolicName=ERROR_REPARSE_OBJECT
5491 Language=English
5492 ERROR_REPARSE_OBJECT - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5493 .
5494 Language=Russian
5495 ERROR_REPARSE_OBJECT - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5496 .
5497 Language=Polish
5498 ERROR_REPARSE_OBJECT - A reparse should be performed by the Object Manager since the name of the file resulted in a symbolic link.
5499 .
5500
5501 MessageId=756
5502 Severity=Success
5503 Facility=System
5504 SymbolicName=ERROR_RESOURCE_REQUIREMENTS_CHANGED
5505 Language=English
5506 ERROR_RESOURCE_REQUIREMENTS_CHANGED - The device has succeeded a query-stop and its resource requirements have changed.
5507 .
5508 Language=Russian
5509 ERROR_RESOURCE_REQUIREMENTS_CHANGED - The device has succeeded a query-stop and its resource requirements have changed.
5510 .
5511 Language=Polish
5512 ERROR_RESOURCE_REQUIREMENTS_CHANGED - The device has succeeded a query-stop and its resource requirements have changed.
5513 .
5514
5515 MessageId=757
5516 Severity=Success
5517 Facility=System
5518 SymbolicName=ERROR_TRANSLATION_COMPLETE
5519 Language=English
5520 ERROR_TRANSLATION_COMPLETE - The translator has translated these resources into the global space and no further translations should be performed.
5521 .
5522 Language=Russian
5523 ERROR_TRANSLATION_COMPLETE - The translator has translated these resources into the global space and no further translations should be performed.
5524 .
5525 Language=Polish
5526 ERROR_TRANSLATION_COMPLETE - The translator has translated these resources into the global space and no further translations should be performed.
5527 .
5528
5529 MessageId=758
5530 Severity=Success
5531 Facility=System
5532 SymbolicName=ERROR_NOTHING_TO_TERMINATE
5533 Language=English
5534 ERROR_NOTHING_TO_TERMINATE - A process being terminated has no threads to terminate.
5535 .
5536 Language=Russian
5537 ERROR_NOTHING_TO_TERMINATE - A process being terminated has no threads to terminate.
5538 .
5539 Language=Polish
5540 ERROR_NOTHING_TO_TERMINATE - A process being terminated has no threads to terminate.
5541 .
5542
5543 MessageId=759
5544 Severity=Success
5545 Facility=System
5546 SymbolicName=ERROR_PROCESS_NOT_IN_JOB
5547 Language=English
5548 ERROR_PROCESS_NOT_IN_JOB - The specified process is not part of a job.
5549 .
5550 Language=Russian
5551 ERROR_PROCESS_NOT_IN_JOB - The specified process is not part of a job.
5552 .
5553 Language=Polish
5554 ERROR_PROCESS_NOT_IN_JOB - The specified process is not part of a job.
5555 .
5556
5557 MessageId=760
5558 Severity=Success
5559 Facility=System
5560 SymbolicName=ERROR_PROCESS_IN_JOB
5561 Language=English
5562 ERROR_PROCESS_IN_JOB - The specified process is part of a job.
5563 .
5564 Language=Russian
5565 ERROR_PROCESS_IN_JOB - The specified process is part of a job.
5566 .
5567 Language=Polish
5568 ERROR_PROCESS_IN_JOB - The specified process is part of a job.
5569 .
5570
5571 MessageId=761
5572 Severity=Success
5573 Facility=System
5574 SymbolicName=ERROR_VOLSNAP_HIBERNATE_READY
5575 Language=English
5576 ERROR_VOLSNAP_HIBERNATE_READY - The system is now ready for hibernation.
5577 .
5578 Language=Russian
5579 ERROR_VOLSNAP_HIBERNATE_READY - The system is now ready for hibernation.
5580 .
5581 Language=Polish
5582 ERROR_VOLSNAP_HIBERNATE_READY - The system is now ready for hibernation.
5583 .
5584
5585 MessageId=762
5586 Severity=Success
5587 Facility=System
5588 SymbolicName=ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY
5589 Language=English
5590 ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY - A file system or file system filter driver has successfully completed an FsFilter operation.
5591 .
5592 Language=Russian
5593 ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY - A file system or file system filter driver has successfully completed an FsFilter operation.
5594 .
5595 Language=Polish
5596 ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY - A file system or file system filter driver has successfully completed an FsFilter operation.
5597 .
5598
5599 MessageId=763
5600 Severity=Success
5601 Facility=System
5602 SymbolicName=ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED
5603 Language=English
5604 ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED - The specified interrupt vector was already connected.
5605 .
5606 Language=Russian
5607 ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED - The specified interrupt vector was already connected.
5608 .
5609 Language=Polish
5610 ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED - The specified interrupt vector was already connected.
5611 .
5612
5613 MessageId=764
5614 Severity=Success
5615 Facility=System
5616 SymbolicName=ERROR_INTERRUPT_STILL_CONNECTED
5617 Language=English
5618 ERROR_INTERRUPT_STILL_CONNECTED - The specified interrupt vector is still connected.
5619 .
5620 Language=Russian
5621 ERROR_INTERRUPT_STILL_CONNECTED - The specified interrupt vector is still connected.
5622 .
5623 Language=Polish
5624 ERROR_INTERRUPT_STILL_CONNECTED - The specified interrupt vector is still connected.
5625 .
5626
5627 MessageId=765
5628 Severity=Success
5629 Facility=System
5630 SymbolicName=ERROR_WAIT_FOR_OPLOCK
5631 Language=English
5632 ERROR_WAIT_FOR_OPLOCK - An operation is blocked waiting for an oplock.
5633 .
5634 Language=Russian
5635 ERROR_WAIT_FOR_OPLOCK - An operation is blocked waiting for an oplock.
5636 .
5637 Language=Polish
5638 ERROR_WAIT_FOR_OPLOCK - An operation is blocked waiting for an oplock.
5639 .
5640
5641 MessageId=766
5642 Severity=Success
5643 Facility=System
5644 SymbolicName=ERROR_DBG_EXCEPTION_HANDLED
5645 Language=English
5646 ERROR_DBG_EXCEPTION_HANDLED - Debugger handled exception.
5647 .
5648 Language=Russian
5649 ERROR_DBG_EXCEPTION_HANDLED - Debugger handled exception.
5650 .
5651 Language=Polish
5652 ERROR_DBG_EXCEPTION_HANDLED - Debugger handled exception.
5653 .
5654
5655 MessageId=767
5656 Severity=Success
5657 Facility=System
5658 SymbolicName=ERROR_DBG_CONTINUE
5659 Language=English
5660 ERROR_DBG_CONTINUE - Debugger continued
5661 .
5662 Language=Russian
5663 ERROR_DBG_CONTINUE - Debugger continued
5664 .
5665 Language=Polish
5666 ERROR_DBG_CONTINUE - Debugger continued
5667 .
5668
5669 MessageId=768
5670 Severity=Success
5671 Facility=System
5672 SymbolicName=ERROR_CALLBACK_POP_STACK
5673 Language=English
5674 ERROR_CALLBACK_POP_STACK - An exception occurred in a user mode callback and the kernel callback frame should be removed.
5675 .
5676 Language=Russian
5677 ERROR_CALLBACK_POP_STACK - An exception occurred in a user mode callback and the kernel callback frame should be removed.
5678 .
5679 Language=Polish
5680 ERROR_CALLBACK_POP_STACK - An exception occurred in a user mode callback and the kernel callback frame should be removed.
5681 .
5682
5683 MessageId=769
5684 Severity=Success
5685 Facility=System
5686 SymbolicName=ERROR_COMPRESSION_DISABLED
5687 Language=English
5688 ERROR_COMPRESSION_DISABLED - Compression is disabled for this volume.
5689 .
5690 Language=Russian
5691 ERROR_COMPRESSION_DISABLED - Compression is disabled for this volume.
5692 .
5693 Language=Polish
5694 ERROR_COMPRESSION_DISABLED - Compression is disabled for this volume.
5695 .
5696
5697 MessageId=770
5698 Severity=Success
5699 Facility=System
5700 SymbolicName=ERROR_CANTFETCHBACKWARDS
5701 Language=English
5702 ERROR_CANTFETCHBACKWARDS - The data provider cannot fetch backwards through a result set.
5703 .
5704 Language=Russian
5705 ERROR_CANTFETCHBACKWARDS - The data provider cannot fetch backwards through a result set.
5706 .
5707 Language=Polish
5708 ERROR_CANTFETCHBACKWARDS - The data provider cannot fetch backwards through a result set.
5709 .
5710
5711 MessageId=771
5712 Severity=Success
5713 Facility=System
5714 SymbolicName=ERROR_CANTSCROLLBACKWARDS
5715 Language=English
5716 ERROR_CANTSCROLLBACKWARDS - The data provider cannot scroll backwards through a result set.
5717 .
5718 Language=Russian
5719 ERROR_CANTSCROLLBACKWARDS - The data provider cannot scroll backwards through a result set.
5720 .
5721 Language=Polish
5722 ERROR_CANTSCROLLBACKWARDS - The data provider cannot scroll backwards through a result set.
5723 .
5724
5725 MessageId=772
5726 Severity=Success
5727 Facility=System
5728 SymbolicName=ERROR_ROWSNOTRELEASED
5729 Language=English
5730 ERROR_ROWSNOTRELEASED - The data provider requires that previously fetched data is released before asking for more data.
5731 .
5732 Language=Russian
5733 ERROR_ROWSNOTRELEASED - The data provider requires that previously fetched data is released before asking for more data.
5734 .
5735 Language=Polish
5736 ERROR_ROWSNOTRELEASED - The data provider requires that previously fetched data is released before asking for more data.
5737 .
5738
5739 MessageId=773
5740 Severity=Success
5741 Facility=System
5742 SymbolicName=ERROR_BAD_ACCESSOR_FLAGS
5743 Language=English
5744 ERROR_BAD_ACCESSOR_FLAGS - The data provider was not able to interpret the flags set for a column binding in an accessor.
5745 .
5746 Language=Russian
5747 ERROR_BAD_ACCESSOR_FLAGS - The data provider was not able to interpret the flags set for a column binding in an accessor.
5748 .
5749 Language=Polish
5750 ERROR_BAD_ACCESSOR_FLAGS - The data provider was not able to interpret the flags set for a column binding in an accessor.
5751 .
5752
5753 MessageId=774
5754 Severity=Success
5755 Facility=System
5756 SymbolicName=ERROR_ERRORS_ENCOUNTERED
5757 Language=English
5758 ERROR_ERRORS_ENCOUNTERED - One or more errors occurred while processing the request.
5759 .
5760 Language=Russian
5761 ERROR_ERRORS_ENCOUNTERED - One or more errors occurred while processing the request.
5762 .
5763 Language=Polish
5764 ERROR_ERRORS_ENCOUNTERED - One or more errors occurred while processing the request.
5765 .
5766
5767 MessageId=775
5768 Severity=Success
5769 Facility=System
5770 SymbolicName=ERROR_NOT_CAPABLE
5771 Language=English
5772 ERROR_NOT_CAPABLE - The implementation is not capable of performing the request.
5773 .
5774 Language=Russian
5775 ERROR_NOT_CAPABLE - The implementation is not capable of performing the request.
5776 .
5777 Language=Polish
5778 ERROR_NOT_CAPABLE - The implementation is not capable of performing the request.
5779 .
5780
5781 MessageId=776
5782 Severity=Success
5783 Facility=System
5784 SymbolicName=ERROR_REQUEST_OUT_OF_SEQUENCE
5785 Language=English
5786 ERROR_REQUEST_OUT_OF_SEQUENCE - The client of a component requested an operation which is not valid given the state of the component instance.
5787 .
5788 Language=Russian
5789 ERROR_REQUEST_OUT_OF_SEQUENCE - The client of a component requested an operation which is not valid given the state of the component instance.
5790 .
5791 Language=Polish
5792 ERROR_REQUEST_OUT_OF_SEQUENCE - The client of a component requested an operation which is not valid given the state of the component instance.
5793 .
5794
5795 MessageId=777
5796 Severity=Success
5797 Facility=System
5798 SymbolicName=ERROR_VERSION_PARSE_ERROR
5799 Language=English
5800 ERROR_VERSION_PARSE_ERROR - A version number could not be parsed.
5801 .
5802 Language=Russian
5803 ERROR_VERSION_PARSE_ERROR - A version number could not be parsed.
5804 .
5805 Language=Polish
5806 ERROR_VERSION_PARSE_ERROR - A version number could not be parsed.
5807 .
5808
5809 MessageId=778
5810 Severity=Success
5811 Facility=System
5812 SymbolicName=ERROR_BADSTARTPOSITION
5813 Language=English
5814 ERROR_BADSTARTPOSITION - The iterator's start position is invalid.
5815 .
5816 Language=Russian
5817 ERROR_BADSTARTPOSITION - The iterator's start position is invalid.
5818 .
5819 Language=Polish
5820 ERROR_BADSTARTPOSITION - The iterator's start position is invalid.
5821 .
5822
5823 MessageId=994
5824 Severity=Success
5825 Facility=System
5826 SymbolicName=ERROR_EA_ACCESS_DENIED
5827 Language=English
5828 ERROR_EA_ACCESS_DENIED - Access to the extended attribute was denied.
5829 .
5830 Language=Russian
5831 ERROR_EA_ACCESS_DENIED - Access to the extended attribute was denied.
5832 .
5833 Language=Polish
5834 ERROR_EA_ACCESS_DENIED - Access to the extended attribute was denied.
5835 .
5836
5837 MessageId=995
5838 Severity=Success
5839 Facility=System
5840 SymbolicName=ERROR_OPERATION_ABORTED
5841 Language=English
5842 ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request.
5843 .
5844 Language=Russian
5845 ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request.
5846 .
5847 Language=Polish
5848 ERROR_OPERATION_ABORTED - The I/O operation has been aborted because of either a thread exit or an application request.
5849 .
5850
5851 MessageId=996
5852 Severity=Success
5853 Facility=System
5854 SymbolicName=ERROR_IO_INCOMPLETE
5855 Language=English
5856 ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state.
5857 .
5858 Language=Russian
5859 ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state.
5860 .
5861 Language=Polish
5862 ERROR_IO_INCOMPLETE - Overlapped I/O event is not in a signaled state.
5863 .
5864
5865 MessageId=997
5866 Severity=Success
5867 Facility=System
5868 SymbolicName=ERROR_IO_PENDING
5869 Language=English
5870 ERROR_IO_PENDING - Overlapped I/O operation is in progress.
5871 .
5872 Language=Russian
5873 ERROR_IO_PENDING - Overlapped I/O operation is in progress.
5874 .
5875 Language=Polish
5876 ERROR_IO_PENDING - Overlapped I/O operation is in progress.
5877 .
5878
5879 MessageId=998
5880 Severity=Success
5881 Facility=System
5882 SymbolicName=ERROR_NOACCESS
5883 Language=English
5884 ERROR_NOACCESS - Invalid access to memory location.
5885 .
5886 Language=Russian
5887 ERROR_NOACCESS - Invalid access to memory location.
5888 .
5889 Language=Polish
5890 ERROR_NOACCESS - Invalid access to memory location.
5891 .
5892
5893 MessageId=999
5894 Severity=Success
5895 Facility=System
5896 SymbolicName=ERROR_SWAPERROR
5897 Language=English
5898 ERROR_SWAPERROR - Error performing inpage operation.
5899 .
5900 Language=Russian
5901 ERROR_SWAPERROR - Error performing inpage operation.
5902 .
5903 Language=Polish
5904 ERROR_SWAPERROR - Error performing inpage operation.
5905 .
5906
5907 MessageId=1001
5908 Severity=Success
5909 Facility=System
5910 SymbolicName=ERROR_STACK_OVERFLOW
5911 Language=English
5912 ERROR_STACK_OVERFLOW - Recursion too deep; the stack overflowed.
5913 .
5914 Language=Russian
5915 ERROR_STACK_OVERFLOW - Recursion too deep; the stack overflowed.
5916 .
5917 Language=Polish
5918 ERROR_STACK_OVERFLOW - Recursion too deep; the stack overflowed.
5919 .
5920
5921 MessageId=1002
5922 Severity=Success
5923 Facility=System
5924 SymbolicName=ERROR_INVALID_MESSAGE
5925 Language=English
5926 ERROR_INVALID_MESSAGE - The window cannot act on the sent message.
5927 .
5928 Language=Russian
5929 ERROR_INVALID_MESSAGE - The window cannot act on the sent message.
5930 .
5931 Language=Polish
5932 ERROR_INVALID_MESSAGE - The window cannot act on the sent message.
5933 .
5934
5935 MessageId=1003
5936 Severity=Success
5937 Facility=System
5938 SymbolicName=ERROR_CAN_NOT_COMPLETE
5939 Language=English
5940 ERROR_CAN_NOT_COMPLETE - Cannot complete this function.
5941 .
5942 Language=Russian
5943 ERROR_CAN_NOT_COMPLETE - Cannot complete this function.
5944 .
5945 Language=Polish
5946 ERROR_CAN_NOT_COMPLETE - Cannot complete this function.
5947 .
5948
5949 MessageId=1004
5950 Severity=Success
5951 Facility=System
5952 SymbolicName=ERROR_INVALID_FLAGS
5953 Language=English
5954 ERROR_INVALID_FLAGS - Invalid flags.
5955 .
5956 Language=Russian
5957 ERROR_INVALID_FLAGS - Invalid flags.
5958 .
5959 Language=Polish
5960 ERROR_INVALID_FLAGS - Invalid flags.
5961 .
5962
5963 MessageId=1005
5964 Severity=Success
5965 Facility=System
5966 SymbolicName=ERROR_UNRECOGNIZED_VOLUME
5967 Language=English
5968 ERROR_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.
5969 .
5970 Language=Russian
5971 ERROR_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.
5972 .
5973 Language=Polish
5974 ERROR_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.
5975 .
5976
5977 MessageId=1006
5978 Severity=Success
5979 Facility=System
5980 SymbolicName=ERROR_FILE_INVALID
5981 Language=English
5982 ERROR_FILE_INVALID - The volume for a file has been externally altered so that the opened file is no longer valid.
5983 .
5984 Language=Russian
5985 ERROR_FILE_INVALID - The volume for a file has been externally altered so that the opened file is no longer valid.
5986 .
5987 Language=Polish
5988 ERROR_FILE_INVALID - The volume for a file has been externally altered so that the opened file is no longer valid.
5989 .
5990
5991 MessageId=1007
5992 Severity=Success
5993 Facility=System
5994 SymbolicName=ERROR_FULLSCREEN_MODE
5995 Language=English
5996 ERROR_FULLSCREEN_MODE - The requested operation cannot be performed in full-screen mode.
5997 .
5998 Language=Russian
5999 ERROR_FULLSCREEN_MODE - The requested operation cannot be performed in full-screen mode.
6000 .
6001 Language=Polish
6002 ERROR_FULLSCREEN_MODE - The requested operation cannot be performed in full-screen mode.
6003 .
6004
6005 MessageId=1008
6006 Severity=Success
6007 Facility=System
6008 SymbolicName=ERROR_NO_TOKEN
6009 Language=English
6010 ERROR_NO_TOKEN - An attempt was made to reference a token that does not exist.
6011 .
6012 Language=Russian
6013 ERROR_NO_TOKEN - An attempt was made to reference a token that does not exist.
6014 .
6015 Language=Polish
6016 ERROR_NO_TOKEN - An attempt was made to reference a token that does not exist.
6017 .
6018
6019 MessageId=1009
6020 Severity=Success
6021 Facility=System
6022 SymbolicName=ERROR_BADDB
6023 Language=English
6024 ERROR_BADDB - The configuration registry database is corrupt.
6025 .
6026 Language=Russian
6027 ERROR_BADDB - The configuration registry database is corrupt.
6028 .
6029 Language=Polish
6030 ERROR_BADDB - The configuration registry database is corrupt.
6031 .
6032
6033 MessageId=1010
6034 Severity=Success
6035 Facility=System
6036 SymbolicName=ERROR_BADKEY
6037 Language=English
6038 ERROR_BADKEY - The configuration registry key is invalid.
6039 .
6040 Language=Russian
6041 ERROR_BADKEY - The configuration registry key is invalid.
6042 .
6043 Language=Polish
6044 ERROR_BADKEY - The configuration registry key is invalid.
6045 .
6046
6047 MessageId=1011
6048 Severity=Success
6049 Facility=System
6050 SymbolicName=ERROR_CANTOPEN
6051 Language=English
6052 ERROR_CANTOPEN - The configuration registry key could not be opened.
6053 .
6054 Language=Russian
6055 ERROR_CANTOPEN - The configuration registry key could not be opened.
6056 .
6057 Language=Polish
6058 ERROR_CANTOPEN - The configuration registry key could not be opened.
6059 .
6060
6061 MessageId=1012
6062 Severity=Success
6063 Facility=System
6064 SymbolicName=ERROR_CANTREAD
6065 Language=English
6066 ERROR_CANTREAD - The configuration registry key could not be read.
6067 .
6068 Language=Russian
6069 ERROR_CANTREAD - The configuration registry key could not be read.
6070 .
6071 Language=Polish
6072 ERROR_CANTREAD - The configuration registry key could not be read.
6073 .
6074
6075 MessageId=1013
6076 Severity=Success
6077 Facility=System
6078 SymbolicName=ERROR_CANTWRITE
6079 Language=English
6080 ERROR_CANTWRITE - The configuration registry key could not be written.
6081 .
6082 Language=Russian
6083 ERROR_CANTWRITE - The configuration registry key could not be written.
6084 .
6085 Language=Polish
6086 ERROR_CANTWRITE - The configuration registry key could not be written.
6087 .
6088
6089 MessageId=1014
6090 Severity=Success
6091 Facility=System
6092 SymbolicName=ERROR_REGISTRY_RECOVERED
6093 Language=English
6094 ERROR_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.
6095 .
6096 Language=Russian
6097 ERROR_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.
6098 .
6099 Language=Polish
6100 ERROR_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.
6101 .
6102
6103 MessageId=1015
6104 Severity=Success
6105 Facility=System
6106 SymbolicName=ERROR_REGISTRY_CORRUPT
6107 Language=English
6108 ERROR_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.
6109 .
6110 Language=Russian
6111 ERROR_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.
6112 .
6113 Language=Polish
6114 ERROR_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.
6115 .
6116
6117 MessageId=1016
6118 Severity=Success
6119 Facility=System
6120 SymbolicName=ERROR_REGISTRY_IO_FAILED
6121 Language=English
6122 ERROR_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.
6123 .
6124 Language=Russian
6125 ERROR_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.
6126 .
6127 Language=Polish
6128 ERROR_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.
6129 .
6130
6131 MessageId=1017
6132 Severity=Success
6133 Facility=System
6134 SymbolicName=ERROR_NOT_REGISTRY_FILE
6135 Language=English
6136 ERROR_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.
6137 .
6138 Language=Russian
6139 ERROR_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.
6140 .
6141 Language=Polish
6142 ERROR_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.
6143 .
6144
6145 MessageId=1018
6146 Severity=Success
6147 Facility=System
6148 SymbolicName=ERROR_KEY_DELETED
6149 Language=English
6150 ERROR_KEY_DELETED - Illegal operation attempted on a registry key that has been marked for deletion.
6151 .
6152 Language=Russian
6153 ERROR_KEY_DELETED - Illegal operation attempted on a registry key that has been marked for deletion.
6154 .
6155 Language=Polish
6156 ERROR_KEY_DELETED - Illegal operation attempted on a registry key that has been marked for deletion.
6157 .
6158
6159 MessageId=1019
6160 Severity=Success
6161 Facility=System
6162 SymbolicName=ERROR_NO_LOG_SPACE
6163 Language=English
6164 ERROR_NO_LOG_SPACE - System could not allocate the required space in a registry log.
6165 .
6166 Language=Russian
6167 ERROR_NO_LOG_SPACE - System could not allocate the required space in a registry log.
6168 .
6169 Language=Polish
6170 ERROR_NO_LOG_SPACE - System could not allocate the required space in a registry log.
6171 .
6172
6173 MessageId=1020
6174 Severity=Success
6175 Facility=System
6176 SymbolicName=ERROR_KEY_HAS_CHILDREN
6177 Language=English
6178 ERROR_KEY_HAS_CHILDREN - Cannot create a symbolic link in a registry key that already has subkeys or values.
6179 .
6180 Language=Russian
6181 ERROR_KEY_HAS_CHILDREN - Cannot create a symbolic link in a registry key that already has subkeys or values.
6182 .
6183 Language=Polish
6184 ERROR_KEY_HAS_CHILDREN - Cannot create a symbolic link in a registry key that already has subkeys or values.
6185 .
6186
6187 MessageId=1021
6188 Severity=Success
6189 Facility=System
6190 SymbolicName=ERROR_CHILD_MUST_BE_VOLATILE
6191 Language=English
6192 ERROR_CHILD_MUST_BE_VOLATILE - Cannot create a stable subkey under a volatile parent key.
6193 .
6194 Language=Russian
6195 ERROR_CHILD_MUST_BE_VOLATILE - Cannot create a stable subkey under a volatile parent key.
6196 .
6197 Language=Polish
6198 ERROR_CHILD_MUST_BE_VOLATILE - Cannot create a stable subkey under a volatile parent key.
6199 .
6200
6201 MessageId=1022
6202 Severity=Success
6203 Facility=System
6204 SymbolicName=ERROR_NOTIFY_ENUM_DIR
6205 Language=English
6206 ERROR_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.
6207 .
6208 Language=Russian
6209 ERROR_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.
6210 .
6211 Language=Polish
6212 ERROR_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.
6213 .
6214
6215 MessageId=1051
6216 Severity=Success
6217 Facility=System
6218 SymbolicName=ERROR_DEPENDENT_SERVICES_RUNNING
6219 Language=English
6220 ERROR_DEPENDENT_SERVICES_RUNNING - A stop control has been sent to a service that other running services are dependent on.
6221 .
6222 Language=Russian
6223 ERROR_DEPENDENT_SERVICES_RUNNING - A stop control has been sent to a service that other running services are dependent on.
6224 .
6225 Language=Polish
6226 ERROR_DEPENDENT_SERVICES_RUNNING - A stop control has been sent to a service that other running services are dependent on.
6227 .
6228
6229 MessageId=1052
6230 Severity=Success
6231 Facility=System
6232 SymbolicName=ERROR_INVALID_SERVICE_CONTROL
6233 Language=English
6234 ERROR_INVALID_SERVICE_CONTROL - The requested control is not valid for this service.
6235 .
6236 Language=Russian
6237 ERROR_INVALID_SERVICE_CONTROL - The requested control is not valid for this service.
6238 .
6239 Language=Polish
6240 ERROR_INVALID_SERVICE_CONTROL - The requested control is not valid for this service.
6241 .
6242
6243 MessageId=1053
6244 Severity=Success
6245 Facility=System
6246 SymbolicName=ERROR_SERVICE_REQUEST_TIMEOUT
6247 Language=English
6248 ERROR_SERVICE_REQUEST_TIMEOUT - The service did not respond to the start or control request in a timely fashion.
6249 .
6250 Language=Russian
6251 ERROR_SERVICE_REQUEST_TIMEOUT - The service did not respond to the start or control request in a timely fashion.
6252 .
6253 Language=Polish
6254 ERROR_SERVICE_REQUEST_TIMEOUT - The service did not respond to the start or control request in a timely fashion.
6255 .
6256
6257 MessageId=1054
6258 Severity=Success
6259 Facility=System
6260 SymbolicName=ERROR_SERVICE_NO_THREAD
6261 Language=English
6262 ERROR_SERVICE_NO_THREAD - A thread could not be created for the service.
6263 .
6264 Language=Russian
6265 ERROR_SERVICE_NO_THREAD - A thread could not be created for the service.
6266 .
6267 Language=Polish
6268 ERROR_SERVICE_NO_THREAD - A thread could not be created for the service.
6269 .
6270
6271 MessageId=1055
6272 Severity=Success
6273 Facility=System
6274 SymbolicName=ERROR_SERVICE_DATABASE_LOCKED
6275 Language=English
6276 ERROR_SERVICE_DATABASE_LOCKED - The service database is locked.
6277 .
6278 Language=Russian
6279 ERROR_SERVICE_DATABASE_LOCKED - The service database is locked.
6280 .
6281 Language=Polish
6282 ERROR_SERVICE_DATABASE_LOCKED - The service database is locked.
6283 .
6284
6285 MessageId=1056
6286 Severity=Success
6287 Facility=System
6288 SymbolicName=ERROR_SERVICE_ALREADY_RUNNING
6289 Language=English
6290 ERROR_SERVICE_ALREADY_RUNNING - An instance of the service is already running.
6291 .
6292 Language=Russian
6293 ERROR_SERVICE_ALREADY_RUNNING - An instance of the service is already running.
6294 .
6295 Language=Polish
6296 ERROR_SERVICE_ALREADY_RUNNING - An instance of the service is already running.
6297 .
6298
6299 MessageId=1057
6300 Severity=Success
6301 Facility=System
6302 SymbolicName=ERROR_INVALID_SERVICE_ACCOUNT
6303 Language=English
6304 ERROR_INVALID_SERVICE_ACCOUNT - The account name is invalid or does not exist, or the password is invalid for the account name specified.
6305 .
6306 Language=Russian
6307 ERROR_INVALID_SERVICE_ACCOUNT - The account name is invalid or does not exist, or the password is invalid for the account name specified.
6308 .
6309 Language=Polish
6310 ERROR_INVALID_SERVICE_ACCOUNT - The account name is invalid or does not exist, or the password is invalid for the account name specified.
6311 .
6312
6313 MessageId=1058
6314 Severity=Success
6315 Facility=System
6316 SymbolicName=ERROR_SERVICE_DISABLED
6317 Language=English
6318 ERROR_SERVICE_DISABLED - The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
6319 .
6320 Language=Russian
6321 ERROR_SERVICE_DISABLED - The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
6322 .
6323 Language=Polish
6324 ERROR_SERVICE_DISABLED - The service cannot be started, either because it is disabled or because it has no enabled devices associated with it.
6325 .
6326
6327 MessageId=1059
6328 Severity=Success
6329 Facility=System
6330 SymbolicName=ERROR_CIRCULAR_DEPENDENCY
6331 Language=English
6332 ERROR_CIRCULAR_DEPENDENCY - Circular service dependency was specified.
6333 .
6334 Language=Russian
6335 ERROR_CIRCULAR_DEPENDENCY - Circular service dependency was specified.
6336 .
6337 Language=Polish
6338 ERROR_CIRCULAR_DEPENDENCY - Circular service dependency was specified.
6339 .
6340
6341 MessageId=1060
6342 Severity=Success
6343 Facility=System
6344 SymbolicName=ERROR_SERVICE_DOES_NOT_EXIST
6345 Language=English
6346 ERROR_SERVICE_DOES_NOT_EXIST - The specified service does not exist as an installed service.
6347 .
6348 Language=Russian
6349 ERROR_SERVICE_DOES_NOT_EXIST - The specified service does not exist as an installed service.
6350 .
6351 Language=Polish
6352 ERROR_SERVICE_DOES_NOT_EXIST - The specified service does not exist as an installed service.
6353 .
6354
6355 MessageId=1061
6356 Severity=Success
6357 Facility=System
6358 SymbolicName=ERROR_SERVICE_CANNOT_ACCEPT_CTRL
6359 Language=English
6360 ERROR_SERVICE_CANNOT_ACCEPT_CTRL - The service cannot accept control messages at this time.
6361 .
6362 Language=Russian
6363 ERROR_SERVICE_CANNOT_ACCEPT_CTRL - The service cannot accept control messages at this time.
6364 .
6365 Language=Polish
6366 ERROR_SERVICE_CANNOT_ACCEPT_CTRL - The service cannot accept control messages at this time.
6367 .
6368
6369 MessageId=1062
6370 Severity=Success
6371 Facility=System
6372 SymbolicName=ERROR_SERVICE_NOT_ACTIVE
6373 Language=English
6374 ERROR_SERVICE_NOT_ACTIVE - The service has not been started.
6375 .
6376 Language=Russian
6377 ERROR_SERVICE_NOT_ACTIVE - The service has not been started.
6378 .
6379 Language=Polish
6380 ERROR_SERVICE_NOT_ACTIVE - The service has not been started.
6381 .
6382
6383 MessageId=1063
6384 Severity=Success
6385 Facility=System
6386 SymbolicName=ERROR_FAILED_SERVICE_CONTROLLER_CONNECT
6387 Language=English
6388 ERROR_FAILED_SERVICE_CONTROLLER_CONNECT - The service process could not connect to the service controller.
6389 .
6390 Language=Russian
6391 ERROR_FAILED_SERVICE_CONTROLLER_CONNECT - The service process could not connect to the service controller.
6392 .
6393 Language=Polish
6394 ERROR_FAILED_SERVICE_CONTROLLER_CONNECT - The service process could not connect to the service controller.
6395 .
6396
6397 MessageId=1064
6398 Severity=Success
6399 Facility=System
6400 SymbolicName=ERROR_EXCEPTION_IN_SERVICE
6401 Language=English
6402 ERROR_EXCEPTION_IN_SERVICE - An exception occurred in the service when handling the control request.
6403 .
6404 Language=Russian
6405 ERROR_EXCEPTION_IN_SERVICE - An exception occurred in the service when handling the control request.
6406 .
6407 Language=Polish
6408 ERROR_EXCEPTION_IN_SERVICE - An exception occurred in the service when handling the control request.
6409 .
6410
6411 MessageId=1065
6412 Severity=Success
6413 Facility=System
6414 SymbolicName=ERROR_DATABASE_DOES_NOT_EXIST
6415 Language=English
6416 ERROR_DATABASE_DOES_NOT_EXIST - The database specified does not exist.
6417 .
6418 Language=Russian
6419 ERROR_DATABASE_DOES_NOT_EXIST - The database specified does not exist.
6420 .
6421 Language=Polish
6422 ERROR_DATABASE_DOES_NOT_EXIST - The database specified does not exist.
6423 .
6424
6425 MessageId=1066
6426 Severity=Success
6427 Facility=System
6428 SymbolicName=ERROR_SERVICE_SPECIFIC_ERROR
6429 Language=English
6430 ERROR_SERVICE_SPECIFIC_ERROR - The service has returned a service-specific error code.
6431 .
6432 Language=Russian
6433 ERROR_SERVICE_SPECIFIC_ERROR - The service has returned a service-specific error code.
6434 .
6435 Language=Polish
6436 ERROR_SERVICE_SPECIFIC_ERROR - The service has returned a service-specific error code.
6437 .
6438
6439 MessageId=1067
6440 Severity=Success
6441 Facility=System
6442 SymbolicName=ERROR_PROCESS_ABORTED
6443 Language=English
6444 ERROR_PROCESS_ABORTED - The process terminated unexpectedly.
6445 .
6446 Language=Russian
6447 ERROR_PROCESS_ABORTED - The process terminated unexpectedly.
6448 .
6449 Language=Polish
6450 ERROR_PROCESS_ABORTED - The process terminated unexpectedly.
6451 .
6452
6453 MessageId=1068
6454 Severity=Success
6455 Facility=System
6456 SymbolicName=ERROR_SERVICE_DEPENDENCY_FAIL
6457 Language=English
6458 ERROR_SERVICE_DEPENDENCY_FAIL - The dependency service or group failed to start.
6459 .
6460 Language=Russian
6461 ERROR_SERVICE_DEPENDENCY_FAIL - The dependency service or group failed to start.
6462 .
6463 Language=Polish
6464 ERROR_SERVICE_DEPENDENCY_FAIL - The dependency service or group failed to start.
6465 .
6466
6467 MessageId=1069
6468 Severity=Success
6469 Facility=System
6470 SymbolicName=ERROR_SERVICE_LOGON_FAILED
6471 Language=English
6472 ERROR_SERVICE_LOGON_FAILED - The service did not start due to a logon failure.
6473 .
6474 Language=Russian
6475 ERROR_SERVICE_LOGON_FAILED - The service did not start due to a logon failure.
6476 .
6477 Language=Polish
6478 ERROR_SERVICE_LOGON_FAILED - The service did not start due to a logon failure.
6479 .
6480
6481 MessageId=1070
6482 Severity=Success
6483 Facility=System
6484 SymbolicName=ERROR_SERVICE_START_HANG
6485 Language=English
6486 ERROR_SERVICE_START_HANG - After starting, the service hung in a start-pending state.
6487 .
6488 Language=Russian
6489 ERROR_SERVICE_START_HANG - After starting, the service hung in a start-pending state.
6490 .
6491 Language=Polish
6492 ERROR_SERVICE_START_HANG - After starting, the service hung in a start-pending state.
6493 .
6494
6495 MessageId=1071
6496 Severity=Success
6497 Facility=System
6498 SymbolicName=ERROR_INVALID_SERVICE_LOCK
6499 Language=English
6500 ERROR_INVALID_SERVICE_LOCK - The specified service database lock is invalid.
6501 .
6502 Language=Russian
6503 ERROR_INVALID_SERVICE_LOCK - The specified service database lock is invalid.
6504 .
6505 Language=Polish
6506 ERROR_INVALID_SERVICE_LOCK - The specified service database lock is invalid.
6507 .
6508
6509 MessageId=1072
6510 Severity=Success
6511 Facility=System
6512 SymbolicName=ERROR_SERVICE_MARKED_FOR_DELETE
6513 Language=English
6514 ERROR_SERVICE_MARKED_FOR_DELETE - The specified service has been marked for deletion.
6515 .
6516 Language=Russian
6517 ERROR_SERVICE_MARKED_FOR_DELETE - The specified service has been marked for deletion.
6518 .
6519 Language=Polish
6520 ERROR_SERVICE_MARKED_FOR_DELETE - The specified service has been marked for deletion.
6521 .
6522
6523 MessageId=1073
6524 Severity=Success
6525 Facility=System
6526 SymbolicName=ERROR_SERVICE_EXISTS
6527 Language=English
6528 ERROR_SERVICE_EXISTS - The specified service already exists.
6529 .
6530 Language=Russian
6531 ERROR_SERVICE_EXISTS - The specified service already exists.
6532 .
6533 Language=Polish
6534 ERROR_SERVICE_EXISTS - The specified service already exists.
6535 .
6536
6537 MessageId=1074
6538 Severity=Success
6539 Facility=System
6540 SymbolicName=ERROR_ALREADY_RUNNING_LKG
6541 Language=English
6542 ERROR_ALREADY_RUNNING_LKG - The system is currently running with the last-known-good configuration.
6543 .
6544 Language=Russian
6545 ERROR_ALREADY_RUNNING_LKG - The system is currently running with the last-known-good configuration.
6546 .
6547 Language=Polish
6548 ERROR_ALREADY_RUNNING_LKG - The system is currently running with the last-known-good configuration.
6549 .
6550
6551 MessageId=1075
6552 Severity=Success
6553 Facility=System
6554 SymbolicName=ERROR_SERVICE_DEPENDENCY_DELETED
6555 Language=English
6556 ERROR_SERVICE_DEPENDENCY_DELETED - The dependency service does not exist or has been marked for deletion.
6557 .
6558 Language=Russian
6559 ERROR_SERVICE_DEPENDENCY_DELETED - The dependency service does not exist or has been marked for deletion.
6560 .
6561 Language=Polish
6562 ERROR_SERVICE_DEPENDENCY_DELETED - The dependency service does not exist or has been marked for deletion.
6563 .
6564
6565 MessageId=1076
6566 Severity=Success
6567 Facility=System
6568 SymbolicName=ERROR_BOOT_ALREADY_ACCEPTED
6569 Language=English
6570 ERROR_BOOT_ALREADY_ACCEPTED - The current boot has already been accepted for use as the last-known-good control set.
6571 .
6572 Language=Russian
6573 ERROR_BOOT_ALREADY_ACCEPTED - The current boot has already been accepted for use as the last-known-good control set.
6574 .
6575 Language=Polish
6576 ERROR_BOOT_ALREADY_ACCEPTED - The current boot has already been accepted for use as the last-known-good control set.
6577 .
6578
6579 MessageId=1077
6580 Severity=Success
6581 Facility=System
6582 SymbolicName=ERROR_SERVICE_NEVER_STARTED
6583 Language=English
6584 ERROR_SERVICE_NEVER_STARTED - No attempts to start the service have been made since the last boot.
6585 .
6586 Language=Russian
6587 ERROR_SERVICE_NEVER_STARTED - No attempts to start the service have been made since the last boot.
6588 .
6589 Language=Polish
6590 ERROR_SERVICE_NEVER_STARTED - No attempts to start the service have been made since the last boot.
6591 .
6592
6593 MessageId=1078
6594 Severity=Success
6595 Facility=System
6596 SymbolicName=ERROR_DUPLICATE_SERVICE_NAME
6597 Language=English
6598 ERROR_DUPLICATE_SERVICE_NAME - The name is already in use as either a service name or a service display name.
6599 .
6600 Language=Russian
6601 ERROR_DUPLICATE_SERVICE_NAME - The name is already in use as either a service name or a service display name.
6602 .
6603 Language=Polish
6604 ERROR_DUPLICATE_SERVICE_NAME - The name is already in use as either a service name or a service display name.
6605 .
6606
6607 MessageId=1079
6608 Severity=Success
6609 Facility=System
6610 SymbolicName=ERROR_DIFFERENT_SERVICE_ACCOUNT
6611 Language=English
6612 ERROR_DIFFERENT_SERVICE_ACCOUNT - The account specified for this service is different from the account specified for other services running in the same process.
6613 .
6614 Language=Russian
6615 ERROR_DIFFERENT_SERVICE_ACCOUNT - The account specified for this service is different from the account specified for other services running in the same process.
6616 .
6617 Language=Polish
6618 ERROR_DIFFERENT_SERVICE_ACCOUNT - The account specified for this service is different from the account specified for other services running in the same process.
6619 .
6620
6621 MessageId=1080
6622 Severity=Success
6623 Facility=System
6624 SymbolicName=ERROR_CANNOT_DETECT_DRIVER_FAILURE
6625 Language=English
6626 ERROR_CANNOT_DETECT_DRIVER_FAILURE - Failure actions can only be set for Win32 services, not for drivers.
6627 .
6628 Language=Russian
6629 ERROR_CANNOT_DETECT_DRIVER_FAILURE - Failure actions can only be set for Win32 services, not for drivers.
6630 .
6631 Language=Polish
6632 ERROR_CANNOT_DETECT_DRIVER_FAILURE - Failure actions can only be set for Win32 services, not for drivers.
6633 .
6634
6635 MessageId=1081
6636 Severity=Success
6637 Facility=System
6638 SymbolicName=ERROR_CANNOT_DETECT_PROCESS_ABORT
6639 Language=English
6640 ERROR_CANNOT_DETECT_PROCESS_ABORT - 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.
6641 .
6642 Language=Russian
6643 ERROR_CANNOT_DETECT_PROCESS_ABORT - 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.
6644 .
6645 Language=Polish
6646 ERROR_CANNOT_DETECT_PROCESS_ABORT - 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.
6647 .
6648
6649 MessageId=1082
6650 Severity=Success
6651 Facility=System
6652 SymbolicName=ERROR_NO_RECOVERY_PROGRAM
6653 Language=English
6654 ERROR_NO_RECOVERY_PROGRAM - No recovery program has been configured for this service.
6655 .
6656 Language=Russian
6657 ERROR_NO_RECOVERY_PROGRAM - No recovery program has been configured for this service.
6658 .
6659 Language=Polish
6660 ERROR_NO_RECOVERY_PROGRAM - No recovery program has been configured for this service.
6661 .
6662
6663 MessageId=1083
6664 Severity=Success
6665 Facility=System
6666 SymbolicName=ERROR_SERVICE_NOT_IN_EXE
6667 Language=English
6668 ERROR_SERVICE_NOT_IN_EXE - The executable program that this service is configured to run in does not implement the service.
6669 .
6670 Language=Russian
6671 ERROR_SERVICE_NOT_IN_EXE - The executable program that this service is configured to run in does not implement the service.
6672 .
6673 Language=Polish
6674 ERROR_SERVICE_NOT_IN_EXE - The executable program that this service is configured to run in does not implement the service.
6675 .
6676
6677 MessageId=1084
6678 Severity=Success
6679 Facility=System
6680 SymbolicName=ERROR_NOT_SAFEBOOT_SERVICE
6681 Language=English
6682 ERROR_NOT_SAFEBOOT_SERVICE - This service cannot be started in Safe Mode.
6683 .
6684 Language=Russian
6685 ERROR_NOT_SAFEBOOT_SERVICE - This service cannot be started in Safe Mode.
6686 .
6687 Language=Polish
6688 ERROR_NOT_SAFEBOOT_SERVICE - This service cannot be started in Safe Mode.
6689 .
6690
6691 MessageId=1100
6692 Severity=Success
6693 Facility=System
6694 SymbolicName=ERROR_END_OF_MEDIA
6695 Language=English
6696 ERROR_END_OF_MEDIA - The physical end of the tape has been reached.
6697 .
6698 Language=Russian
6699 ERROR_END_OF_MEDIA - The physical end of the tape has been reached.
6700 .
6701 Language=Polish
6702 ERROR_END_OF_MEDIA - The physical end of the tape has been reached.
6703 .
6704
6705 MessageId=1101
6706 Severity=Success
6707 Facility=System
6708 SymbolicName=ERROR_FILEMARK_DETECTED
6709 Language=English
6710 ERROR_FILEMARK_DETECTED - A tape access reached a filemark.
6711 .
6712 Language=Russian
6713 ERROR_FILEMARK_DETECTED - A tape access reached a filemark.
6714 .
6715 Language=Polish
6716 ERROR_FILEMARK_DETECTED - A tape access reached a filemark.
6717 .
6718
6719 MessageId=1102
6720 Severity=Success
6721 Facility=System
6722 SymbolicName=ERROR_BEGINNING_OF_MEDIA
6723 Language=English
6724 ERROR_BEGINNING_OF_MEDIA - The beginning of the tape or a partition was encountered.
6725 .
6726 Language=Russian
6727 ERROR_BEGINNING_OF_MEDIA - The beginning of the tape or a partition was encountered.
6728 .
6729 Language=Polish
6730 ERROR_BEGINNING_OF_MEDIA - The beginning of the tape or a partition was encountered.
6731 .
6732
6733 MessageId=1103
6734 Severity=Success
6735 Facility=System
6736 SymbolicName=ERROR_SETMARK_DETECTED
6737 Language=English
6738 ERROR_SETMARK_DETECTED - A tape access reached the end of a set of files.
6739 .
6740 Language=Russian
6741 ERROR_SETMARK_DETECTED - A tape access reached the end of a set of files.
6742 .
6743 Language=Polish
6744 ERROR_SETMARK_DETECTED - A tape access reached the end of a set of files.
6745 .
6746
6747 MessageId=1104
6748 Severity=Success
6749 Facility=System
6750 SymbolicName=ERROR_NO_DATA_DETECTED
6751 Language=English
6752 ERROR_NO_DATA_DETECTED - No more data is on the tape.
6753 .
6754 Language=Russian
6755 ERROR_NO_DATA_DETECTED - No more data is on the tape.
6756 .
6757 Language=Polish
6758 ERROR_NO_DATA_DETECTED - No more data is on the tape.
6759 .
6760
6761 MessageId=1105
6762 Severity=Success
6763 Facility=System
6764 SymbolicName=ERROR_PARTITION_FAILURE
6765 Language=English
6766 ERROR_PARTITION_FAILURE - Tape could not be partitioned.
6767 .
6768 Language=Russian
6769 ERROR_PARTITION_FAILURE - Tape could not be partitioned.
6770 .
6771 Language=Polish
6772 ERROR_PARTITION_FAILURE - Tape could not be partitioned.
6773 .
6774
6775 MessageId=1106
6776 Severity=Success
6777 Facility=System
6778 SymbolicName=ERROR_INVALID_BLOCK_LENGTH
6779 Language=English
6780 ERROR_INVALID_BLOCK_LENGTH - When accessing a new tape of a multivolume partition, the current block size is incorrect.
6781 .
6782 Language=Russian
6783 ERROR_INVALID_BLOCK_LENGTH - When accessing a new tape of a multivolume partition, the current block size is incorrect.
6784 .
6785 Language=Polish
6786 ERROR_INVALID_BLOCK_LENGTH - When accessing a new tape of a multivolume partition, the current block size is incorrect.
6787 .
6788
6789 MessageId=1107
6790 Severity=Success
6791 Facility=System
6792 SymbolicName=ERROR_DEVICE_NOT_PARTITIONED
6793 Language=English
6794 ERROR_DEVICE_NOT_PARTITIONED - Tape partition information could not be found when loading a tape.
6795 .
6796 Language=Russian
6797 ERROR_DEVICE_NOT_PARTITIONED - Tape partition information could not be found when loading a tape.
6798 .
6799 Language=Polish
6800 ERROR_DEVICE_NOT_PARTITIONED - Tape partition information could not be found when loading a tape.
6801 .
6802
6803 MessageId=1108
6804 Severity=Success
6805 Facility=System
6806 SymbolicName=ERROR_UNABLE_TO_LOCK_MEDIA
6807 Language=English
6808 ERROR_UNABLE_TO_LOCK_MEDIA - Unable to lock the media eject mechanism.
6809 .
6810 Language=Russian
6811 ERROR_UNABLE_TO_LOCK_MEDIA - Unable to lock the media eject mechanism.
6812 .
6813 Language=Polish
6814 ERROR_UNABLE_TO_LOCK_MEDIA - Unable to lock the media eject mechanism.
6815 .
6816
6817 MessageId=1109
6818 Severity=Success
6819 Facility=System
6820 SymbolicName=ERROR_UNABLE_TO_UNLOAD_MEDIA
6821 Language=English
6822 ERROR_UNABLE_TO_UNLOAD_MEDIA - Unable to unload the media.
6823 .
6824 Language=Russian
6825 ERROR_UNABLE_TO_UNLOAD_MEDIA - Unable to unload the media.
6826 .
6827 Language=Polish
6828 ERROR_UNABLE_TO_UNLOAD_MEDIA - Unable to unload the media.
6829 .
6830
6831 MessageId=1110
6832 Severity=Success
6833 Facility=System
6834 SymbolicName=ERROR_MEDIA_CHANGED
6835 Language=English
6836 ERROR_MEDIA_CHANGED - The media in the drive may have changed.
6837 .
6838 Language=Russian
6839 ERROR_MEDIA_CHANGED - The media in the drive may have changed.
6840 .
6841 Language=Polish
6842 ERROR_MEDIA_CHANGED - The media in the drive may have changed.
6843 .
6844
6845 MessageId=1111
6846 Severity=Success
6847 Facility=System
6848 SymbolicName=ERROR_BUS_RESET
6849 Language=English
6850 ERROR_BUS_RESET - The I/O bus was reset.
6851 .
6852 Language=Russian
6853 ERROR_BUS_RESET - The I/O bus was reset.
6854 .
6855 Language=Polish
6856 ERROR_BUS_RESET - The I/O bus was reset.
6857 .
6858
6859 MessageId=1112
6860 Severity=Success
6861 Facility=System
6862 SymbolicName=ERROR_NO_MEDIA_IN_DRIVE
6863 Language=English
6864 ERROR_NO_MEDIA_IN_DRIVE - No media in drive.
6865 .
6866 Language=Russian
6867 ERROR_NO_MEDIA_IN_DRIVE - No media in drive.
6868 .
6869 Language=Polish
6870 ERROR_NO_MEDIA_IN_DRIVE - No media in drive.
6871 .
6872
6873 MessageId=1113
6874 Severity=Success
6875 Facility=System
6876 SymbolicName=ERROR_NO_UNICODE_TRANSLATION
6877 Language=English
6878 ERROR_NO_UNICODE_TRANSLATION - No mapping for the Unicode character exists in the target multi-byte code page.
6879 .
6880 Language=Russian
6881 ERROR_NO_UNICODE_TRANSLATION - No mapping for the Unicode character exists in the target multi-byte code page.
6882 .
6883 Language=Polish
6884 ERROR_NO_UNICODE_TRANSLATION - No mapping for the Unicode character exists in the target multi-byte code page.
6885 .
6886
6887 MessageId=1114
6888 Severity=Success
6889 Facility=System
6890 SymbolicName=ERROR_DLL_INIT_FAILED
6891 Language=English
6892 ERROR_DLL_INIT_FAILED - A dynamic link library (DLL) initialization routine failed.
6893 .
6894 Language=Russian
6895 ERROR_DLL_INIT_FAILED - A dynamic link library (DLL) initialization routine failed.
6896 .
6897 Language=Polish
6898 ERROR_DLL_INIT_FAILED - A dynamic link library (DLL) initialization routine failed.
6899 .
6900
6901 MessageId=1115
6902 Severity=Success
6903 Facility=System
6904 SymbolicName=ERROR_SHUTDOWN_IN_PROGRESS
6905 Language=English
6906 ERROR_SHUTDOWN_IN_PROGRESS - A system shutdown is in progress.
6907 .
6908 Language=Russian
6909 ERROR_SHUTDOWN_IN_PROGRESS - A system shutdown is in progress.
6910 .
6911 Language=Polish
6912 ERROR_SHUTDOWN_IN_PROGRESS - A system shutdown is in progress.
6913 .
6914
6915 MessageId=1116
6916 Severity=Success
6917 Facility=System
6918 SymbolicName=ERROR_NO_SHUTDOWN_IN_PROGRESS
6919 Language=English
6920 ERROR_NO_SHUTDOWN_IN_PROGRESS - Unable to abort the system shutdown because no shutdown was in progress.
6921 .
6922 Language=Russian
6923 ERROR_NO_SHUTDOWN_IN_PROGRESS - Unable to abort the system shutdown because no shutdown was in progress.
6924 .
6925 Language=Polish
6926 ERROR_NO_SHUTDOWN_IN_PROGRESS - Unable to abort the system shutdown because no shutdown was in progress.
6927 .
6928
6929 MessageId=1117
6930 Severity=Success
6931 Facility=System
6932 SymbolicName=ERROR_IO_DEVICE
6933 Language=English
6934 ERROR_IO_DEVICE - The request could not be performed because of an I/O device error.
6935 .
6936 Language=Russian
6937 ERROR_IO_DEVICE - The request could not be performed because of an I/O device error.
6938 .
6939 Language=Polish
6940 ERROR_IO_DEVICE - The request could not be performed because of an I/O device error.
6941 .
6942
6943 MessageId=1118
6944 Severity=Success
6945 Facility=System
6946 SymbolicName=ERROR_SERIAL_NO_DEVICE
6947 Language=English
6948 ERROR_SERIAL_NO_DEVICE - No serial device was successfully initialized. The serial driver will unload.
6949 .
6950 Language=Russian
6951 ERROR_SERIAL_NO_DEVICE - No serial device was successfully initialized. The serial driver will unload.
6952 .
6953 Language=Polish
6954 ERROR_SERIAL_NO_DEVICE - No serial device was successfully initialized. The serial driver will unload.
6955 .
6956
6957 MessageId=1119
6958 Severity=Success
6959 Facility=System
6960 SymbolicName=ERROR_IRQ_BUSY
6961 Language=English
6962 ERROR_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.
6963 .
6964 Language=Russian
6965 ERROR_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.
6966 .
6967 Language=Polish
6968 ERROR_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.
6969 .
6970
6971 MessageId=1120
6972 Severity=Success
6973 Facility=System
6974 SymbolicName=ERROR_MORE_WRITES
6975 Language=English
6976 ERROR_MORE_WRITES - A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
6977 .
6978 Language=Russian
6979 ERROR_MORE_WRITES - A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
6980 .
6981 Language=Polish
6982 ERROR_MORE_WRITES - A serial I/O operation was completed by another write to the serial port. (The IOCTL_SERIAL_XOFF_COUNTER reached zero.)
6983 .
6984
6985 MessageId=1121
6986 Severity=Success
6987 Facility=System
6988 SymbolicName=ERROR_COUNTER_TIMEOUT
6989 Language=English
6990 ERROR_COUNTER_TIMEOUT - A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
6991 .
6992 Language=Russian
6993 ERROR_COUNTER_TIMEOUT - A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
6994 .
6995 Language=Polish
6996 ERROR_COUNTER_TIMEOUT - A serial I/O operation completed because the timeout period expired. (The IOCTL_SERIAL_XOFF_COUNTER did not reach zero.)
6997 .
6998
6999 MessageId=1122
7000 Severity=Success
7001 Facility=System
7002 SymbolicName=ERROR_FLOPPY_ID_MARK_NOT_FOUND
7003 Language=English
7004 ERROR_FLOPPY_ID_MARK_NOT_FOUND - No ID address mark was found on the floppy disk.
7005 .
7006 Language=Russian
7007 ERROR_FLOPPY_ID_MARK_NOT_FOUND - No ID address mark was found on the floppy disk.
7008 .
7009 Language=Polish
7010 ERROR_FLOPPY_ID_MARK_NOT_FOUND - No ID address mark was found on the floppy disk.
7011 .
7012
7013 MessageId=1123
7014 Severity=Success
7015 Facility=System
7016 SymbolicName=ERROR_FLOPPY_WRONG_CYLINDER
7017 Language=English
7018 ERROR_FLOPPY_WRONG_CYLINDER - Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
7019 .
7020 Language=Russian
7021 ERROR_FLOPPY_WRONG_CYLINDER - Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
7022 .
7023 Language=Polish
7024 ERROR_FLOPPY_WRONG_CYLINDER - Mismatch between the floppy disk sector ID field and the floppy disk controller track address.
7025 .
7026
7027 MessageId=1124
7028 Severity=Success
7029 Facility=System
7030 SymbolicName=ERROR_FLOPPY_UNKNOWN_ERROR
7031 Language=English
7032 ERROR_FLOPPY_UNKNOWN_ERROR - The floppy disk controller reported an error that is not recognized by the floppy disk driver.
7033 .
7034 Language=Russian
7035 ERROR_FLOPPY_UNKNOWN_ERROR - The floppy disk controller reported an error that is not recognized by the floppy disk driver.
7036 .
7037 Language=Polish
7038 ERROR_FLOPPY_UNKNOWN_ERROR - The floppy disk controller reported an error that is not recognized by the floppy disk driver.
7039 .
7040
7041 MessageId=1125
7042 Severity=Success
7043 Facility=System
7044 SymbolicName=ERROR_FLOPPY_BAD_REGISTERS
7045 Language=English
7046 ERROR_FLOPPY_BAD_REGISTERS - The floppy disk controller returned inconsistent results in its registers.
7047 .
7048 Language=Russian
7049 ERROR_FLOPPY_BAD_REGISTERS - The floppy disk controller returned inconsistent results in its registers.
7050 .
7051 Language=Polish
7052 ERROR_FLOPPY_BAD_REGISTERS - The floppy disk controller returned inconsistent results in its registers.
7053 .
7054
7055 MessageId=1126
7056 Severity=Success
7057 Facility=System
7058 SymbolicName=ERROR_DISK_RECALIBRATE_FAILED
7059 Language=English
7060 ERROR_DISK_RECALIBRATE_FAILED - While accessing the hard disk, a recalibrate operation failed, even after retries.
7061 .
7062 Language=Russian
7063 ERROR_DISK_RECALIBRATE_FAILED - While accessing the hard disk, a recalibrate operation failed, even after retries.
7064 .
7065 Language=Polish
7066 ERROR_DISK_RECALIBRATE_FAILED - While accessing the hard disk, a recalibrate operation failed, even after retries.
7067 .
7068
7069 MessageId=1127
7070 Severity=Success
7071 Facility=System
7072 SymbolicName=ERROR_DISK_OPERATION_FAILED
7073 Language=English
7074 ERROR_DISK_OPERATION_FAILED - While accessing the hard disk, a disk operation failed even after retries.
7075 .
7076 Language=Russian
7077 ERROR_DISK_OPERATION_FAILED - While accessing the hard disk, a disk operation failed even after retries.
7078 .
7079 Language=Polish
7080 ERROR_DISK_OPERATION_FAILED - While accessing the hard disk, a disk operation failed even after retries.
7081 .
7082
7083 MessageId=1128
7084 Severity=Success
7085 Facility=System
7086 SymbolicName=ERROR_DISK_RESET_FAILED
7087 Language=English
7088 ERROR_DISK_RESET_FAILED - While accessing the hard disk, a disk controller reset was needed, but even that failed.
7089 .
7090 Language=Russian
7091 ERROR_DISK_RESET_FAILED - While accessing the hard disk, a disk controller reset was needed, but even that failed.
7092 .
7093 Language=Polish
7094 ERROR_DISK_RESET_FAILED - While accessing the hard disk, a disk controller reset was needed, but even that failed.
7095 .
7096
7097 MessageId=1129
7098 Severity=Success
7099 Facility=System
7100 SymbolicName=ERROR_EOM_OVERFLOW
7101 Language=English
7102 ERROR_EOM_OVERFLOW - Physical end of tape encountered.
7103 .
7104 Language=Russian
7105 ERROR_EOM_OVERFLOW - Physical end of tape encountered.
7106 .
7107 Language=Polish
7108 ERROR_EOM_OVERFLOW - Physical end of tape encountered.
7109 .
7110
7111 MessageId=1130
7112 Severity=Success
7113 Facility=System
7114 SymbolicName=ERROR_NOT_ENOUGH_SERVER_MEMORY
7115 Language=English
7116 ERROR_NOT_ENOUGH_SERVER_MEMORY - Not enough server storage is available to process this command.
7117 .
7118 Language=Russian
7119 ERROR_NOT_ENOUGH_SERVER_MEMORY - Not enough server storage is available to process this command.
7120 .
7121 Language=Polish
7122 ERROR_NOT_ENOUGH_SERVER_MEMORY - Not enough server storage is available to process this command.
7123 .
7124
7125 MessageId=1131
7126 Severity=Success
7127 Facility=System
7128 SymbolicName=ERROR_POSSIBLE_DEADLOCK
7129 Language=English
7130 ERROR_POSSIBLE_DEADLOCK - A potential deadlock condition has been detected.
7131 .
7132 Language=Russian
7133 ERROR_POSSIBLE_DEADLOCK - A potential deadlock condition has been detected.
7134 .
7135 Language=Polish
7136 ERROR_POSSIBLE_DEADLOCK - A potential deadlock condition has been detected.
7137 .
7138
7139 MessageId=1132
7140 Severity=Success
7141 Facility=System
7142 SymbolicName=ERROR_MAPPED_ALIGNMENT
7143 Language=English
7144 ERROR_MAPPED_ALIGNMENT - The base address or the file offset specified does not have the proper alignment.
7145 .
7146 Language=Russian
7147 ERROR_MAPPED_ALIGNMENT - The base address or the file offset specified does not have the proper alignment.
7148 .
7149 Language=Polish
7150 ERROR_MAPPED_ALIGNMENT - The base address or the file offset specified does not have the proper alignment.
7151 .
7152
7153 MessageId=1140
7154 Severity=Success
7155 Facility=System
7156 SymbolicName=ERROR_SET_POWER_STATE_VETOED
7157 Language=English
7158 ERROR_SET_POWER_STATE_VETOED - An attempt to change the system power state was vetoed by another application or driver.
7159 .
7160 Language=Russian
7161 ERROR_SET_POWER_STATE_VETOED - An attempt to change the system power state was vetoed by another application or driver.
7162 .
7163 Language=Polish
7164 ERROR_SET_POWER_STATE_VETOED - An attempt to change the system power state was vetoed by another application or driver.
7165 .
7166
7167 MessageId=1141
7168 Severity=Success
7169 Facility=System
7170 SymbolicName=ERROR_SET_POWER_STATE_FAILED
7171 Language=English
7172 ERROR_SET_POWER_STATE_FAILED - The system BIOS failed an attempt to change the system power state.
7173 .
7174 Language=Russian
7175 ERROR_SET_POWER_STATE_FAILED - The system BIOS failed an attempt to change the system power state.
7176 .
7177 Language=Polish
7178 ERROR_SET_POWER_STATE_FAILED - The system BIOS failed an attempt to change the system power state.
7179 .
7180
7181 MessageId=1142
7182 Severity=Success
7183 Facility=System
7184 SymbolicName=ERROR_TOO_MANY_LINKS
7185 Language=English
7186 ERROR_TOO_MANY_LINKS - An attempt was made to create more links on a file than the file system supports.
7187 .
7188 Language=Russian
7189 ERROR_TOO_MANY_LINKS - An attempt was made to create more links on a file than the file system supports.
7190 .
7191 Language=Polish
7192 ERROR_TOO_MANY_LINKS - An attempt was made to create more links on a file than the file system supports.
7193 .
7194
7195 MessageId=1150
7196 Severity=Success
7197 Facility=System
7198 SymbolicName=ERROR_OLD_WIN_VERSION
7199 Language=English
7200 ERROR_OLD_WIN_VERSION - The specified program requires a newer version of Windows.
7201 .
7202 Language=Russian
7203 ERROR_OLD_WIN_VERSION - The specified program requires a newer version of Windows.
7204 .
7205 Language=Polish
7206 ERROR_OLD_WIN_VERSION - The specified program requires a newer version of Windows.
7207 .
7208
7209 MessageId=1151
7210 Severity=Success
7211 Facility=System
7212 SymbolicName=ERROR_APP_WRONG_OS
7213 Language=English
7214 ERROR_APP_WRONG_OS - The specified program is not a Windows or MS-DOS program.
7215 .
7216 Language=Russian
7217 ERROR_APP_WRONG_OS - The specified program is not a Windows or MS-DOS program.
7218 .
7219 Language=Polish
7220 ERROR_APP_WRONG_OS - The specified program is not a Windows or MS-DOS program.
7221 .
7222
7223 MessageId=1152
7224 Severity=Success
7225 Facility=System
7226 SymbolicName=ERROR_SINGLE_INSTANCE_APP
7227 Language=English
7228 ERROR_SINGLE_INSTANCE_APP - Cannot start more than one instance of the specified program.
7229 .
7230 Language=Russian
7231 ERROR_SINGLE_INSTANCE_APP - Cannot start more than one instance of the specified program.
7232 .
7233 Language=Polish
7234 ERROR_SINGLE_INSTANCE_APP - Cannot start more than one instance of the specified program.
7235 .
7236
7237 MessageId=1153
7238 Severity=Success
7239 Facility=System
7240 SymbolicName=ERROR_RMODE_APP
7241 Language=English
7242 ERROR_RMODE_APP - The specified program was written for an earlier version of Windows.
7243 .
7244 Language=Russian
7245 ERROR_RMODE_APP - The specified program was written for an earlier version of Windows.
7246 .
7247 Language=Polish
7248 ERROR_RMODE_APP - The specified program was written for an earlier version of Windows.
7249 .
7250
7251 MessageId=1154
7252 Severity=Success
7253 Facility=System
7254 SymbolicName=ERROR_INVALID_DLL
7255 Language=English
7256 ERROR_INVALID_DLL - One of the library files needed to run this application is damaged.
7257 .
7258 Language=Russian
7259 ERROR_INVALID_DLL - One of the library files needed to run this application is damaged.
7260 .
7261 Language=Polish
7262 ERROR_INVALID_DLL - One of the library files needed to run this application is damaged.
7263 .
7264
7265 MessageId=1155
7266 Severity=Success
7267 Facility=System
7268 SymbolicName=ERROR_NO_ASSOCIATION
7269 Language=English
7270 ERROR_NO_ASSOCIATION - No application is associated with the specified file for this operation.
7271 .
7272 Language=Russian
7273 ERROR_NO_ASSOCIATION - No application is associated with the specified file for this operation.
7274 .
7275 Language=Polish
7276 ERROR_NO_ASSOCIATION - No application is associated with the specified file for this operation.
7277 .
7278
7279 MessageId=1156
7280 Severity=Success
7281 Facility=System
7282 SymbolicName=ERROR_DDE_FAIL
7283 Language=English
7284 ERROR_DDE_FAIL - An error occurred in sending the command to the application.
7285 .
7286 Language=Russian
7287 ERROR_DDE_FAIL - Ошибка при пересылке команды приложению.
7288 .
7289 Language=Polish
7290 ERROR_DDE_FAIL - An error occurred in sending the command to the application.
7291 .
7292
7293 MessageId=1157
7294 Severity=Success
7295 Facility=System
7296 SymbolicName=ERROR_DLL_NOT_FOUND
7297 Language=English
7298 ERROR_DLL_NOT_FOUND - One of the library files needed to run this application cannot be found.
7299 .
7300 Language=Russian
7301 ERROR_DLL_NOT_FOUND - Не найден один из файлов библиотек, необходимых для выполнения данного приложения.
7302 .
7303 Language=Polish
7304 ERROR_DLL_NOT_FOUND - One of the library files needed to run this application cannot be found.
7305 .
7306
7307 MessageId=1158
7308 Severity=Success
7309 Facility=System
7310 SymbolicName=ERROR_NO_MORE_USER_HANDLES
7311 Language=English
7312 ERROR_NO_MORE_USER_HANDLES - The current process has used all of its system allowance of handles for Window Manager objects.
7313 .
7314 Language=Russian
7315 ERROR_NO_MORE_USER_HANDLES - Текущий процесс использовал все системные разрешения по управлению объектами диспетчера окон.
7316 .
7317 Language=Polish
7318 ERROR_NO_MORE_USER_HANDLES - The current process has used all of its system allowance of handles for Window Manager objects.
7319 .
7320
7321 MessageId=1159
7322 Severity=Success
7323 Facility=System
7324 SymbolicName=ERROR_MESSAGE_SYNC_ONLY
7325 Language=English
7326 ERROR_MESSAGE_SYNC_ONLY - The message can be used only with synchronous operations.
7327 .
7328 Language=Russian
7329 ERROR_MESSAGE_SYNC_ONLY - Сообщение может быть использовано только с операциями синхронизации.
7330 .
7331 Language=Polish
7332 ERROR_MESSAGE_SYNC_ONLY - The message can be used only with synchronous operations.
7333 .
7334
7335 MessageId=1160
7336 Severity=Success
7337 Facility=System
7338 SymbolicName=ERROR_SOURCE_ELEMENT_EMPTY
7339 Language=English
7340 ERROR_SOURCE_ELEMENT_EMPTY - The indicated source element has no media.
7341 .
7342 Language=Russian
7343 ERROR_SOURCE_ELEMENT_EMPTY - Указанный исходный элемент не имеет носителя.
7344 .
7345 Language=Polish
7346 ERROR_SOURCE_ELEMENT_EMPTY - The indicated source element has no media.
7347 .
7348
7349 MessageId=1161
7350 Severity=Success
7351 Facility=System
7352 SymbolicName=ERROR_DESTINATION_ELEMENT_FULL
7353 Language=English
7354 ERROR_DESTINATION_ELEMENT_FULL - The indicated destination element already contains media.
7355 .
7356 Language=Russian
7357 ERROR_DESTINATION_ELEMENT_FULL - Указанный конечный элемент уже содержит носитель.
7358 .
7359 Language=Polish
7360 ERROR_DESTINATION_ELEMENT_FULL - The indicated destination element already contains media.
7361 .
7362
7363 MessageId=1162
7364 Severity=Success
7365 Facility=System
7366 SymbolicName=ERROR_ILLEGAL_ELEMENT_ADDRESS
7367 Language=English
7368 ERROR_ILLEGAL_ELEMENT_ADDRESS - The indicated element does not exist.
7369 .
7370 Language=Russian
7371 ERROR_ILLEGAL_ELEMENT_ADDRESS - Указанный элемент не существует.
7372 .
7373 Language=Polish
7374 ERROR_ILLEGAL_ELEMENT_ADDRESS - The indicated element does not exist.
7375 .
7376
7377 MessageId=1163
7378 Severity=Success
7379 Facility=System
7380 SymbolicName=ERROR_MAGAZINE_NOT_PRESENT
7381 Language=English
7382 ERROR_MAGAZINE_NOT_PRESENT - The indicated element is part of a magazine that is not present.
7383 .
7384 Language=Russian
7385 ERROR_MAGAZINE_NOT_PRESENT - Указанный элемент является частью отсутствующего журнала.
7386 .
7387 Language=Polish
7388 ERROR_MAGAZINE_NOT_PRESENT - The indicated element is part of a magazine that is not present.
7389 .
7390
7391 MessageId=1164
7392 Severity=Success
7393 Facility=System
7394 SymbolicName=ERROR_DEVICE_REINITIALIZATION_NEEDED
7395 Language=English
7396 ERROR_DEVICE_REINITIALIZATION_NEEDED - The indicated device requires reinitialization due to hardware errors.
7397 .
7398 Language=Russian
7399 ERROR_DEVICE_REINITIALIZATION_NEEDED - Указанный элемент требует повторной инициализации из-за аппаратных ошибок.
7400 .
7401 Language=Polish
7402 ERROR_DEVICE_REINITIALIZATION_NEEDED - The indicated device requires reinitialization due to hardware errors.
7403 .
7404
7405 MessageId=1165
7406 Severity=Success
7407 Facility=System
7408 SymbolicName=ERROR_DEVICE_REQUIRES_CLEANING
7409 Language=English
7410 ERROR_DEVICE_REQUIRES_CLEANING - The device has indicated that cleaning is required before further operations are attempted.
7411 .
7412 Language=Russian
7413 ERROR_DEVICE_REQUIRES_CLEANING - Устройство требует проведение чистки перед его дальнейшим использованием.
7414 .
7415 Language=Polish
7416 ERROR_DEVICE_REQUIRES_CLEANING - The device has indicated that cleaning is required before further operations are attempted.
7417 .
7418
7419 MessageId=1166
7420 Severity=Success
7421 Facility=System
7422 SymbolicName=ERROR_DEVICE_DOOR_OPEN
7423 Language=English
7424 ERROR_DEVICE_DOOR_OPEN - The device has indicated that its door is open.
7425 .
7426 Language=Russian
7427 ERROR_DEVICE_DOOR_OPEN - Устройство сообщает, что открыта дверца.
7428 .
7429 Language=Polish
7430 ERROR_DEVICE_DOOR_OPEN - The device has indicated that its door is open.
7431 .
7432
7433 MessageId=1167
7434 Severity=Success
7435 Facility=System
7436 SymbolicName=ERROR_DEVICE_NOT_CONNECTED
7437 Language=English
7438 ERROR_DEVICE_NOT_CONNECTED - The device is not connected.
7439 .
7440 Language=Russian
7441 ERROR_DEVICE_NOT_CONNECTED - Устройство не подключено.
7442 .
7443 Language=Polish
7444 ERROR_DEVICE_NOT_CONNECTED - The device is not connected.
7445 .
7446
7447 MessageId=1168
7448 Severity=Success
7449 Facility=System
7450 SymbolicName=ERROR_NOT_FOUND
7451 Language=English
7452 ERROR_NOT_FOUND - Element not found.
7453 .
7454 Language=Russian
7455 ERROR_NOT_FOUND - Элемент не найден.
7456 .
7457 Language=Polish
7458 ERROR_NOT_FOUND - Element not found.
7459 .
7460
7461 MessageId=1169
7462 Severity=Success
7463 Facility=System
7464 SymbolicName=ERROR_NO_MATCH
7465 Language=English
7466 ERROR_NO_MATCH - There was no match for the specified key in the index.
7467 .
7468 Language=Russian
7469 ERROR_NO_MATCH - В индексе не найдены соответствия указанному ключу.
7470 .
7471 Language=Polish
7472 ERROR_NO_MATCH - There was no match for the specified key in the index.
7473 .
7474
7475 MessageId=1170
7476 Severity=Success
7477 Facility=System
7478 SymbolicName=ERROR_SET_NOT_FOUND
7479 Language=English
7480 ERROR_SET_NOT_FOUND - The property set specified does not exist on the object.
7481 .
7482 Language=Russian
7483 ERROR_SET_NOT_FOUND - Указанный набор свойств не существует для объекта.
7484 .
7485 Language=Polish
7486 ERROR_SET_NOT_FOUND - The property set specified does not exist on the object.
7487 .
7488
7489 MessageId=1171
7490 Severity=Success
7491 Facility=System
7492 SymbolicName=ERROR_POINT_NOT_FOUND
7493 Language=English
7494 ERROR_POINT_NOT_FOUND - The point passed to GetMouseMovePointsEx is not in the buffer.
7495 .
7496 Language=Russian
7497 ERROR_POINT_NOT_FOUND - Переданная в GetMouseMovePoints точка не находится в буфере.
7498 .
7499 Language=Polish
7500 ERROR_POINT_NOT_FOUND - The point passed to GetMouseMovePointsEx is not in the buffer.
7501 .
7502
7503 MessageId=1172
7504 Severity=Success
7505 Facility=System
7506 SymbolicName=ERROR_NO_TRACKING_SERVICE
7507 Language=English
7508 ERROR_NO_TRACKING_SERVICE - The tracking (workstation) service is not running.
7509 .
7510 Language=Russian
7511 ERROR_NO_TRACKING_SERVICE - Служба слежения (на рабочей станции) не запущена.
7512 .
7513 Language=Polish
7514 ERROR_NO_TRACKING_SERVICE - The tracking (workstation) service is not running.
7515 .
7516
7517 MessageId=1173
7518 Severity=Success
7519 Facility=System
7520 SymbolicName=ERROR_NO_VOLUME_ID
7521 Language=English
7522 ERROR_NO_VOLUME_ID - The Volume ID could not be found.
7523 .
7524 Language=Russian
7525 ERROR_NO_VOLUME_ID - Не удается найти идентификатор тома.
7526 .
7527 Language=Polish
7528 ERROR_NO_VOLUME_ID - The Volume ID could not be found.
7529 .
7530
7531 MessageId=1175
7532 Severity=Success
7533 Facility=System
7534 SymbolicName=ERROR_UNABLE_TO_REMOVE_REPLACED
7535 Language=English
7536 ERROR_UNABLE_TO_REMOVE_REPLACED - Unable to remove the file to be replaced.
7537 .
7538 Language=Russian
7539 ERROR_UNABLE_TO_REMOVE_REPLACED - Не удается удалить заменяемый файл.
7540 .
7541 Language=Polish
7542 ERROR_UNABLE_TO_REMOVE_REPLACED - Unable to remove the file to be replaced.
7543 .
7544
7545 MessageId=1176
7546 Severity=Success
7547 Facility=System
7548 SymbolicName=ERROR_UNABLE_TO_MOVE_REPLACEMENT
7549 Language=English
7550 ERROR_UNABLE_TO_MOVE_REPLACEMENT - Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
7551 .
7552 Language=Russian
7553 ERROR_UNABLE_TO_MOVE_REPLACEMENT - Не удается заместить файл. Замещаемый файл сохранил свое первоначальное имя.
7554 .
7555 Language=Polish
7556 ERROR_UNABLE_TO_MOVE_REPLACEMENT - Unable to move the replacement file to the file to be replaced. The file to be replaced has retained its original name.
7557 .
7558
7559 MessageId=1177
7560 Severity=Success
7561 Facility=System
7562 SymbolicName=ERROR_UNABLE_TO_MOVE_REPLACEMENT_2
7563 Language=English
7564 ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 - Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
7565 .
7566 Language=Russian
7567 ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 - Не удается заместить файл. Замещаемый файл был переименован с использованием резервного имени.
7568 .
7569 Language=Polish
7570 ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 - Unable to move the replacement file to the file to be replaced. The file to be replaced has been renamed using the backup name.
7571 .
7572
7573 MessageId=1178
7574 Severity=Success
7575 Facility=System
7576 SymbolicName=ERROR_JOURNAL_DELETE_IN_PROGRESS
7577 Language=English
7578 ERROR_JOURNAL_DELETE_IN_PROGRESS - The volume change journal is being deleted.
7579 .
7580 Language=Russian
7581 ERROR_JOURNAL_DELETE_IN_PROGRESS - Журнал изменений тома удален.
7582 .
7583 Language=Polish
7584 ERROR_JOURNAL_DELETE_IN_PROGRESS - The volume change journal is being deleted.
7585 .
7586
7587 MessageId=1179
7588 Severity=Success
7589 Facility=System
7590 SymbolicName=ERROR_JOURNAL_NOT_ACTIVE
7591 Language=English
7592 ERROR_JOURNAL_NOT_ACTIVE - The volume change journal is not active.
7593 .
7594 Language=Russian
7595 ERROR_JOURNAL_NOT_ACTIVE - Журнал изменений тома не активен.
7596 .
7597 Language=Polish
7598 ERROR_JOURNAL_NOT_ACTIVE - The volume change journal is not active.
7599 .
7600
7601 MessageId=1180
7602 Severity=Success
7603 Facility=System
7604 SymbolicName=ERROR_POTENTIAL_FILE_FOUND
7605 Language=English
7606 ERROR_POTENTIAL_FILE_FOUND - A file was found, but it may not be the correct file.
7607 .
7608 Language=Russian
7609 ERROR_POTENTIAL_FILE_FOUND - Файл найден, но это может быть неверный файл.
7610 .
7611 Language=Polish
7612 ERROR_POTENTIAL_FILE_FOUND - A file was found, but it may not be the correct file.
7613 .
7614
7615 MessageId=1181
7616 Severity=Success
7617 Facility=System
7618 SymbolicName=ERROR_JOURNAL_ENTRY_DELETED
7619 Language=English
7620 ERROR_JOURNAL_ENTRY_DELETED - The journal entry has been deleted from the journal.
7621 .
7622 Language=Russian
7623 ERROR_JOURNAL_ENTRY_DELETED - Из журнала удалена запись.
7624 .
7625 Language=Polish
7626 ERROR_JOURNAL_ENTRY_DELETED - The journal entry has been deleted from the journal.
7627 .
7628
7629 MessageId=1200
7630 Severity=Success
7631 Facility=System
7632 SymbolicName=ERROR_BAD_DEVICE
7633 Language=English
7634 ERROR_BAD_DEVICE - The specified device name is invalid.
7635 .
7636 Language=Russian
7637 ERROR_BAD_DEVICE - Указано неверное имя устройства.
7638 .
7639 Language=Polish
7640 ERROR_BAD_DEVICE - The specified device name is invalid.
7641 .
7642
7643 MessageId=1201
7644 Severity=Success
7645 Facility=System
7646 SymbolicName=ERROR_CONNECTION_UNAVAIL
7647 Language=English
7648 ERROR_CONNECTION_UNAVAIL - The device is not currently connected but it is a remembered connection.
7649 .
7650 Language=Russian
7651 ERROR_CONNECTION_UNAVAIL - Устройство сейчас не подключено, но сведения о нем в конфигурации присутствуют.
7652 .
7653 Language=Polish
7654 ERROR_CONNECTION_UNAVAIL - The device is not currently connected but it is a remembered connection.
7655 .
7656
7657 MessageId=1202
7658 Severity=Success
7659 Facility=System
7660 SymbolicName=ERROR_DEVICE_ALREADY_REMEMBERED
7661 Language=English
7662 ERROR_DEVICE_ALREADY_REMEMBERED - The local device name has a remembered connection to another network resource.
7663 .
7664 Language=Russian
7665 ERROR_DEVICE_ALREADY_REMEMBERED - Локальное имя устройства уже используется для подключения к другому сетевому ресурсу.
7666 .
7667 Language=Polish
7668 ERROR_DEVICE_ALREADY_REMEMBERED - The local device name has a remembered connection to another network resource.
7669 .
7670
7671 MessageId=1203
7672 Severity=Success
7673 Facility=System
7674 SymbolicName=ERROR_NO_NET_OR_BAD_PATH
7675 Language=English
7676 ERROR_NO_NET_OR_BAD_PATH - The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.
7677 .
7678 Language=Russian
7679 ERROR_NO_NET_OR_BAD_PATH - Сетевой путь введен неправильно, не существует, или сеть сейчас недоступна. Попробуйте ввести путь заново или обратитесь к администратору сети.
7680 .
7681 Language=Polish
7682 ERROR_NO_NET_OR_BAD_PATH - The network path was either typed incorrectly, does not exist, or the network provider is not currently available. Please try retyping the path or contact your network administrator.
7683 .
7684
7685 MessageId=1204
7686 Severity=Success
7687 Facility=System
7688 SymbolicName=ERROR_BAD_PROVIDER
7689 Language=English
7690 ERROR_BAD_PROVIDER - The specified network provider name is invalid.
7691 .
7692 Language=Russian
7693 ERROR_BAD_PROVIDER - Имя службы доступа к сети задано неверно.
7694 .
7695 Language=Polish
7696 ERROR_BAD_PROVIDER - The specified network provider name is invalid.
7697 .
7698
7699 MessageId=1205
7700 Severity=Success
7701 Facility=System
7702 SymbolicName=ERROR_CANNOT_OPEN_PROFILE
7703 Language=English
7704 ERROR_CANNOT_OPEN_PROFILE - Unable to open the network connection profile.
7705 .
7706 Language=Russian
7707 ERROR_CANNOT_OPEN_PROFILE - Не удается открыть конфигурацию подключения к сети.
7708 .
7709 Language=Polish
7710 ERROR_CANNOT_OPEN_PROFILE - Unable to open the network connection profile.
7711 .
7712
7713 MessageId=1206
7714 Severity=Success
7715 Facility=System
7716 SymbolicName=ERROR_BAD_PROFILE
7717 Language=English
7718 ERROR_BAD_PROFILE - The network connection profile is corrupted.
7719 .
7720 Language=Russian
7721 ERROR_BAD_PROFILE - Конфигурация подключения к сети повреждена.
7722 .
7723 Language=Polish
7724 ERROR_BAD_PROFILE - The network connection profile is corrupted.
7725 .
7726
7727 MessageId=1207
7728 Severity=Success
7729 Facility=System
7730 SymbolicName=ERROR_NOT_CONTAINER
7731 Language=English
7732 ERROR_NOT_CONTAINER - Cannot enumerate a noncontainer.
7733 .
7734 Language=Russian
7735 ERROR_NOT_CONTAINER - Перечисление объектов, не являющихся контейнерами, невозможно.
7736 .
7737 Language=Polish
7738 ERROR_NOT_CONTAINER - Cannot enumerate a noncontainer.
7739 .
7740
7741 MessageId=1208
7742 Severity=Success
7743 Facility=System
7744 SymbolicName=ERROR_EXTENDED_ERROR
7745 Language=English
7746 ERROR_EXTENDED_ERROR - An extended error has occurred.
7747 .
7748 Language=Russian
7749 ERROR_EXTENDED_ERROR - Ошибка расширенного типа.
7750 .
7751 Language=Polish
7752 ERROR_EXTENDED_ERROR - An extended error has occurred.
7753 .
7754
7755 MessageId=1209
7756 Severity=Success
7757 Facility=System
7758 SymbolicName=ERROR_INVALID_GROUPNAME
7759 Language=English
7760 ERROR_INVALID_GROUPNAME - The format of the specified group name is invalid.
7761 .
7762 Language=Russian
7763 ERROR_INVALID_GROUPNAME - Неверный формат имени группы.
7764 .
7765 Language=Polish
7766 ERROR_INVALID_GROUPNAME - The format of the specified group name is invalid.
7767 .
7768
7769 MessageId=1210
7770 Severity=Success
7771 Facility=System
7772 SymbolicName=ERROR_INVALID_COMPUTERNAME
7773 Language=English
7774 ERROR_INVALID_COMPUTERNAME - The format of the specified computer name is invalid.
7775 .
7776 Language=Russian
7777 ERROR_INVALID_COMPUTERNAME - Неверный формат имени компьютера.
7778 .
7779 Language=Polish
7780 ERROR_INVALID_COMPUTERNAME - The format of the specified computer name is invalid.
7781 .
7782
7783 MessageId=1211
7784 Severity=Success
7785 Facility=System
7786 SymbolicName=ERROR_INVALID_EVENTNAME
7787 Language=English
7788 ERROR_INVALID_EVENTNAME - The format of the specified event name is invalid.
7789 .
7790 Language=Russian
7791 ERROR_INVALID_EVENTNAME - Неверный формат имени события.
7792 .
7793 Language=Polish
7794 ERROR_INVALID_EVENTNAME - The format of the specified event name is invalid.
7795 .
7796
7797 MessageId=1212
7798 Severity=Success
7799 Facility=System
7800 SymbolicName=ERROR_INVALID_DOMAINNAME
7801 Language=English
7802 ERROR_INVALID_DOMAINNAME - The format of the specified domain name is invalid.
7803 .
7804 Language=Russian
7805 ERROR_INVALID_DOMAINNAME - Неверный формат имени домена.
7806 .
7807 Language=Polish
7808 ERROR_INVALID_DOMAINNAME - The format of the specified domain name is invalid.
7809 .
7810
7811 MessageId=1213
7812 Severity=Success
7813 Facility=System
7814 SymbolicName=ERROR_INVALID_SERVICENAME
7815 Language=English
7816 ERROR_INVALID_SERVICENAME - The format of the specified service name is invalid.
7817 .
7818 Language=Russian
7819 ERROR_INVALID_SERVICENAME - Неверный формат имени службы.
7820 .
7821 Language=Polish
7822 ERROR_INVALID_SERVICENAME - The format of the specified service name is invalid.
7823 .
7824
7825 MessageId=1214
7826 Severity=Success
7827 Facility=System
7828 SymbolicName=ERROR_INVALID_NETNAME
7829 Language=English
7830 ERROR_INVALID_NETNAME - The format of the specified network name is invalid.
7831 .
7832 Language=Russian
7833 ERROR_INVALID_NETNAME - Неверный формат сетевого имени.
7834 .
7835 Language=Polish
7836 ERROR_INVALID_NETNAME - The format of the specified network name is invalid.
7837 .
7838
7839 MessageId=1215
7840 Severity=Success
7841 Facility=System
7842 SymbolicName=ERROR_INVALID_SHARENAME
7843 Language=English
7844 ERROR_INVALID_SHARENAME - The format of the specified share name is invalid.
7845 .
7846 Language=Russian
7847 ERROR_INVALID_SHARENAME - Недопустимый формат имени общего ресурса.
7848 .
7849 Language=Polish
7850 ERROR_INVALID_SHARENAME - The format of the specified share name is invalid.
7851 .
7852
7853 MessageId=1216
7854 Severity=Success
7855 Facility=System
7856 SymbolicName=ERROR_INVALID_PASSWORDNAME
7857 Language=English
7858 ERROR_INVALID_PASSWORDNAME - The format of the specified password is invalid.
7859 .
7860 Language=Russian
7861 ERROR_INVALID_PASSWORDNAME - Неверный формат пароля.
7862 .
7863 Language=Polish
7864 ERROR_INVALID_PASSWORDNAME - The format of the specified password is invalid.
7865 .
7866
7867 MessageId=1217
7868 Severity=Success
7869 Facility=System
7870 SymbolicName=ERROR_INVALID_MESSAGENAME
7871 Language=English
7872 ERROR_INVALID_MESSAGENAME - The format of the specified message name is invalid.
7873 .
7874 Language=Russian
7875 ERROR_INVALID_MESSAGENAME - Неверный формат имени сообщения.
7876 .
7877 Language=Polish
7878 ERROR_INVALID_MESSAGENAME - The format of the specified message name is invalid.
7879 .
7880
7881 MessageId=1218
7882 Severity=Success
7883 Facility=System
7884 SymbolicName=ERROR_INVALID_MESSAGEDEST
7885 Language=English
7886 ERROR_INVALID_MESSAGEDEST - The format of the specified message destination is invalid.
7887 .
7888 Language=Russian
7889 ERROR_INVALID_MESSAGEDEST - Неверный формат задания адреса, по которому отправляется сообщение.
7890 .
7891 Language=Polish
7892 ERROR_INVALID_MESSAGEDEST - The format of the specified message destination is invalid.
7893 .
7894
7895 MessageId=1219
7896 Severity=Success
7897 Facility=System
7898 SymbolicName=ERROR_SESSION_CREDENTIAL_CONFLICT
7899 Language=English
7900 ERROR_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.
7901 .
7902 Language=Russian
7903 ERROR_SESSION_CREDENTIAL_CONFLICT - Множественное подключение к серверу или к общим ресурсам одним пользователем с использованием более одного имени пользователя не разрешено. Отключите все предыдущие подключения к серверу или общим ресурсам и повторите попытку.
7904 .
7905 Language=Polish
7906 ERROR_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.
7907 .
7908
7909 MessageId=1220
7910 Severity=Success
7911 Facility=System
7912 SymbolicName=ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
7913 Language=English
7914 ERROR_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.
7915 .
7916 Language=Russian
7917 ERROR_REMOTE_SESSION_LIMIT_EXCEEDED - Попытка установки сеанса связи с сервером сети, для которого достигнут предел по числу таких сеансов.
7918 .
7919 Language=Polish
7920 ERROR_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.
7921 .
7922
7923 MessageId=1221
7924 Severity=Success
7925 Facility=System
7926 SymbolicName=ERROR_DUP_DOMAINNAME
7927 Language=English
7928 ERROR_DUP_DOMAINNAME - The workgroup or domain name is already in use by another computer on the network.
7929 .
7930 Language=Russian
7931 ERROR_DUP_DOMAINNAME - Имя рабочей группы или домена уже используется другим компьютером в сети.
7932 .
7933 Language=Polish
7934 ERROR_DUP_DOMAINNAME - The workgroup or domain name is already in use by another computer on the network.
7935 .
7936
7937 MessageId=1222
7938 Severity=Success
7939 Facility=System
7940 SymbolicName=ERROR_NO_NETWORK
7941 Language=English
7942 ERROR_NO_NETWORK - The network is not present or not started.
7943 .
7944 Language=Russian
7945 ERROR_NO_NETWORK - Сеть отсутствует или не запущена.
7946 .
7947 Language=Polish
7948 ERROR_NO_NETWORK - The network is not present or not started.
7949 .
7950
7951 MessageId=1223
7952 Severity=Success
7953 Facility=System
7954 SymbolicName=ERROR_CANCELLED
7955 Language=English
7956 ERROR_CANCELLED - The operation was canceled by the user.
7957 .
7958 Language=Russian
7959 ERROR_CANCELLED - Операция была отменена пользователем.
7960 .
7961 Language=Polish
7962 ERROR_CANCELLED - The operation was canceled by the user.
7963 .
7964
7965 MessageId=1224
7966 Severity=Success
7967 Facility=System
7968 SymbolicName=ERROR_USER_MAPPED_FILE
7969 Language=English
7970 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped section open.
7971 .
7972 Language=Russian
7973 ERROR_USER_MAPPED_FILE - Запрошенную операцию нельзя выполнить для файла с открытой пользователем сопоставленной секцией.
7974 .
7975 Language=Polish
7976 ERROR_USER_MAPPED_FILE - The requested operation cannot be performed on a file with a user-mapped section open.
7977 .
7978
7979 MessageId=1225
7980 Severity=Success
7981 Facility=System
7982 SymbolicName=ERROR_CONNECTION_REFUSED
7983 Language=English
7984 ERROR_CONNECTION_REFUSED - The remote system refused the network connection.
7985 .
7986 Language=Russian
7987 ERROR_CONNECTION_REFUSED - Удаленный компьютер отклонил это сетевое подключение.
7988 .
7989 Language=Polish
7990 ERROR_CONNECTION_REFUSED - The remote system refused the network connection.
7991 .
7992
7993 MessageId=1226
7994 Severity=Success
7995 Facility=System
7996 SymbolicName=ERROR_GRACEFUL_DISCONNECT
7997 Language=English
7998 ERROR_GRACEFUL_DISCONNECT - The network connection was gracefully closed.
7999 .
8000 Language=Russian
8001 ERROR_GRACEFUL_DISCONNECT - Сетевое подключение было закрыто.
8002 .
8003 Language=Polish
8004 ERROR_GRACEFUL_DISCONNECT - The network connection was gracefully closed.
8005 .
8006
8007 MessageId=1227
8008 Severity=Success
8009 Facility=System
8010 SymbolicName=ERROR_ADDRESS_ALREADY_ASSOCIATED
8011 Language=English
8012 ERROR_ADDRESS_ALREADY_ASSOCIATED - The network transport endpoint already has an address associated with it.
8013 .
8014 Language=Russian
8015 ERROR_ADDRESS_ALREADY_ASSOCIATED - Конечной точке сетевого транспорта уже сопоставлен адрес.
8016 .
8017 Language=Polish
8018 ERROR_ADDRESS_ALREADY_ASSOCIATED - The network transport endpoint already has an address associated with it.
8019 .
8020
8021 MessageId=1228
8022 Severity=Success
8023 Facility=System
8024 SymbolicName=ERROR_ADDRESS_NOT_ASSOCIATED
8025 Language=English
8026 ERROR_ADDRESS_NOT_ASSOCIATED - An address has not yet been associated with the network endpoint.
8027 .
8028 Language=Russian
8029 ERROR_ADDRESS_NOT_ASSOCIATED - Конечной точке сети еще не сопоставлен адрес.
8030 .
8031 Language=Polish
8032 ERROR_ADDRESS_NOT_ASSOCIATED - An address has not yet been associated with the network endpoint.
8033 .
8034
8035 MessageId=1229
8036 Severity=Success
8037 Facility=System
8038 SymbolicName=ERROR_CONNECTION_INVALID
8039 Language=English
8040 ERROR_CONNECTION_INVALID - An operation was attempted on a nonexistent network connection.
8041 .
8042 Language=Russian
8043 ERROR_CONNECTION_INVALID - Попытка выполнить операцию для несуществующего сетевого подключения.
8044 .
8045 Language=Polish
8046 ERROR_CONNECTION_INVALID - An operation was attempted on a nonexistent network connection.
8047 .
8048
8049 MessageId=1230
8050 Severity=Success
8051 Facility=System
8052 SymbolicName=ERROR_CONNECTION_ACTIVE
8053 Language=English
8054 ERROR_CONNECTION_ACTIVE - An invalid operation was attempted on an active network connection.
8055 .
8056 Language=Russian
8057 ERROR_CONNECTION_ACTIVE - Попытка выполнить недопустимую операцию для активного сетевого подключения.
8058 .
8059 Language=Polish
8060 ERROR_CONNECTION_ACTIVE - An invalid operation was attempted on an active network connection.
8061 .
8062
8063 MessageId=1231
8064 Severity=Success
8065 Facility=System
8066 SymbolicName=ERROR_NETWORK_UNREACHABLE
8067 Language=English
8068 ERROR_NETWORK_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8069 .
8070 Language=Russian
8071 ERROR_NETWORK_UNREACHABLE - Сетевая папка недоступна. За информацией о разрешении проблем в сети обратитесь к справочной системе Windows.
8072 .
8073 Language=Polish
8074 ERROR_NETWORK_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8075 .
8076
8077 MessageId=1232
8078 Severity=Success
8079 Facility=System
8080 SymbolicName=ERROR_HOST_UNREACHABLE
8081 Language=English
8082 ERROR_HOST_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8083 .
8084 Language=Russian
8085 ERROR_HOST_UNREACHABLE - Сетевая папка недоступна. За информацией о разрешении проблем в сети обратитесь к справочной системе Windows.
8086 .
8087 Language=Polish
8088 ERROR_HOST_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8089 .
8090
8091 MessageId=1233
8092 Severity=Success
8093 Facility=System
8094 SymbolicName=ERROR_PROTOCOL_UNREACHABLE
8095 Language=English
8096 ERROR_PROTOCOL_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8097 .
8098 Language=Russian
8099 ERROR_PROTOCOL_UNREACHABLE - Сетевая папка недоступна. За информацией о разрешении проблем в сети обратитесь к справочной системе Windows.
8100 .
8101 Language=Polish
8102 ERROR_PROTOCOL_UNREACHABLE - The network location cannot be reached. For information about network troubleshooting, see Windows Help.
8103 .
8104
8105 MessageId=1234
8106 Severity=Success
8107 Facility=System
8108 SymbolicName=ERROR_PORT_UNREACHABLE
8109 Language=English
8110 ERROR_PORT_UNREACHABLE - No service is operating at the destination network endpoint on the remote system.
8111 .
8112 Language=Russian
8113 ERROR_PORT_UNREACHABLE - На конечном звене нужной сети удаленной системы не запущена ни одна служба.
8114 .
8115 Language=Polish
8116 ERROR_PORT_UNREACHABLE - No service is operating at the destination network endpoint on the remote system.
8117 .
8118
8119 MessageId=1235
8120 Severity=Success
8121 Facility=System
8122 SymbolicName=ERROR_REQUEST_ABORTED
8123 Language=English
8124 ERROR_REQUEST_ABORTED - The request was aborted.
8125 .
8126 Language=Russian
8127 ERROR_REQUEST_ABORTED - Запрос был прерван.
8128 .
8129 Language=Polish
8130 ERROR_REQUEST_ABORTED - The request was aborted.
8131 .
8132
8133 MessageId=1236
8134 Severity=Success
8135 Facility=System
8136 SymbolicName=ERROR_CONNECTION_ABORTED
8137 Language=English
8138 ERROR_CONNECTION_ABORTED - The network connection was aborted by the local system.
8139 .
8140 Language=Russian
8141 ERROR_CONNECTION_ABORTED - Подключение к сети было разорвано локальной системой.
8142 .
8143 Language=Polish
8144 ERROR_CONNECTION_ABORTED - The network connection was aborted by the local system.
8145 .
8146
8147 MessageId=1237
8148 Severity=Success
8149 Facility=System
8150 SymbolicName=ERROR_RETRY
8151 Language=English
8152 ERROR_RETRY - The operation could not be completed. A retry should be performed.
8153 .
8154 Language=Russian
8155 ERROR_RETRY - Не удалось завершить операцию. Следует повторить ее.
8156 .
8157 Language=Polish
8158 ERROR_RETRY - The operation could not be completed. A retry should be performed.
8159 .
8160
8161 MessageId=1238
8162 Severity=Success
8163 Facility=System
8164 SymbolicName=ERROR_CONNECTION_COUNT_LIMIT
8165 Language=English
8166 ERROR_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.
8167 .
8168 Language=Russian
8169 ERROR_CONNECTION_COUNT_LIMIT - Подключение к серверу невозможно, так как для данной учетной записи уже достигнут предел по числу одновременных подключений.
8170 .
8171 Language=Polish
8172 ERROR_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.
8173 .
8174
8175 MessageId=1239
8176 Severity=Success
8177 Facility=System
8178 SymbolicName=ERROR_LOGIN_TIME_RESTRICTION
8179 Language=English
8180 ERROR_LOGIN_TIME_RESTRICTION - Attempting to log in during an unauthorized time of day for this account.
8181 .
8182 Language=Russian
8183 ERROR_LOGIN_TIME_RESTRICTION - Попытка входа в сеть в непредусмотренное для этой учетной записи время дня.
8184 .
8185 Language=Polish
8186 ERROR_LOGIN_TIME_RESTRICTION - Attempting to log in during an unauthorized time of day for this account.
8187 .
8188
8189 MessageId=1240
8190 Severity=Success
8191 Facility=System
8192 SymbolicName=ERROR_LOGIN_WKSTA_RESTRICTION
8193 Language=English
8194 ERROR_LOGIN_WKSTA_RESTRICTION - The account is not authorized to log in from this station.
8195 .
8196 Language=Russian
8197 ERROR_LOGIN_WKSTA_RESTRICTION - Данная учетная запись не может быть использована для входа в сеть с этой станции.
8198 .
8199 Language=Polish
8200 ERROR_LOGIN_WKSTA_RESTRICTION - The account is not authorized to log in from this station.
8201 .
8202
8203 MessageId=1241
8204 Severity=Success
8205 Facility=System
8206 SymbolicName=ERROR_INCORRECT_ADDRESS
8207 Language=English
8208 ERROR_INCORRECT_ADDRESS - The network address could not be used for the operation requested.
8209 .
8210 Language=Russian
8211 ERROR_INCORRECT_ADDRESS - Не удалось использовать сетевой адрес для запрошенной операции.
8212 .
8213 Language=Polish
8214 ERROR_INCORRECT_ADDRESS - The network address could not be used for the operation requested.
8215 .
8216
8217 MessageId=1242
8218 Severity=Success
8219 Facility=System
8220 SymbolicName=ERROR_ALREADY_REGISTERED
8221 Language=English
8222 ERROR_ALREADY_REGISTERED - The service is already registered.
8223 .
8224 Language=Russian
8225 ERROR_ALREADY_REGISTERED - Служба уже зарегистрирована.
8226 .
8227 Language=Polish
8228 ERROR_ALREADY_REGISTERED - The service is already registered.
8229 .
8230
8231 MessageId=1243
8232 Severity=Success
8233 Facility=System
8234 SymbolicName=ERROR_SERVICE_NOT_FOUND
8235 Language=English
8236 ERROR_SERVICE_NOT_FOUND - The specified service does not exist.
8237 .
8238 Language=Russian
8239 ERROR_SERVICE_NOT_FOUND - Указанная служба не существует.
8240 .
8241 Language=Polish
8242 ERROR_SERVICE_NOT_FOUND - The specified service does not exist.
8243 .
8244
8245 MessageId=1244
8246 Severity=Success
8247 Facility=System
8248 SymbolicName=ERROR_NOT_AUTHENTICATED
8249 Language=English
8250 ERROR_NOT_AUTHENTICATED - The operation being requested was not performed because the user has not been authenticated.
8251 .
8252 Language=Russian
8253 ERROR_NOT_AUTHENTICATED - Запрошенная операция не была выполнена, так как пользователь не зарегистрирован.
8254 .
8255 Language=Polish
8256 ERROR_NOT_AUTHENTICATED - The operation being requested was not performed because the user has not been authenticated.
8257 .
8258
8259 MessageId=1245
8260 Severity=Success
8261 Facility=System
8262 SymbolicName=ERROR_NOT_LOGGED_ON
8263 Language=English
8264 ERROR_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.
8265 .
8266 Language=Russian
8267 ERROR_NOT_LOGGED_ON - Запрошенная операция не была выполнена, так как пользователь не выполнил вход в сеть. Указанная служба не существует.
8268 .
8269 Language=Polish
8270 ERROR_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.
8271 .
8272
8273 MessageId=1246
8274 Severity=Success
8275 Facility=System
8276 SymbolicName=ERROR_CONTINUE
8277 Language=English
8278 ERROR_CONTINUE - Continue with work in progress.
8279 .
8280 Language=Russian
8281 ERROR_CONTINUE - Требуется продолжить выполняющуюся операцию.
8282 .
8283 Language=Polish
8284 ERROR_CONTINUE - Continue with work in progress.
8285 .
8286
8287 MessageId=1247
8288 Severity=Success
8289 Facility=System
8290 SymbolicName=ERROR_ALREADY_INITIALIZED
8291 Language=English
8292 ERROR_ALREADY_INITIALIZED - An attempt was made to perform an initialization operation when initialization has already been completed.
8293 .
8294 Language=Russian
8295 ERROR_ALREADY_INITIALIZED - Попытка выполнить операцию инициализации, которая уже проведена.
8296 .
8297 Language=Polish
8298 ERROR_ALREADY_INITIALIZED - An attempt was made to perform an initialization operation when initialization has already been completed.
8299 .
8300
8301 MessageId=1248
8302 Severity=Success
8303 Facility=System
8304 SymbolicName=ERROR_NO_MORE_DEVICES
8305 Language=English
8306 ERROR_NO_MORE_DEVICES - No more local devices.
8307 .
8308 Language=Russian
8309 ERROR_NO_MORE_DEVICES - Больше локальных устройств не найдено.
8310 .
8311 Language=Polish
8312 ERROR_NO_MORE_DEVICES - No more local devices.
8313 .
8314
8315 MessageId=1249
8316 Severity=Success
8317 Facility=System
8318 SymbolicName=ERROR_NO_SUCH_SITE
8319 Language=English
8320 ERROR_NO_SUCH_SITE - The specified site does not exist.
8321 .
8322 Language=Russian
8323 ERROR_NO_SUCH_SITE - Указанный сайт не существует.
8324 .
8325 Language=Polish
8326 ERROR_NO_SUCH_SITE - The specified site does not exist.
8327 .
8328
8329 MessageId=1250
8330 Severity=Success
8331 Facility=System
8332 SymbolicName=ERROR_DOMAIN_CONTROLLER_EXISTS
8333 Language=English
8334 ERROR_DOMAIN_CONTROLLER_EXISTS - A domain controller with the specified name already exists.
8335 .
8336 Language=Russian
8337 ERROR_DOMAIN_CONTROLLER_EXISTS - Контроллер домена с указанным именем уже существует.
8338 .
8339 Language=Polish
8340 ERROR_DOMAIN_CONTROLLER_EXISTS - A domain controller with the specified name already exists.
8341 .
8342
8343 MessageId=1251
8344 Severity=Success
8345 Facility=System
8346 SymbolicName=ERROR_ONLY_IF_CONNECTED
8347 Language=English
8348 ERROR_ONLY_IF_CONNECTED - This operation is supported only when you are connected to the server.
8349 .
8350 Language=Russian
8351 ERROR_ONLY_IF_CONNECTED - Эта операция поддерживается только при наличии подключения к серверу.
8352 .
8353 Language=Polish
8354 ERROR_ONLY_IF_CONNECTED - This operation is supported only when you are connected to the server.
8355 .
8356
8357 MessageId=1252
8358 Severity=Success
8359 Facility=System
8360 SymbolicName=ERROR_OVERRIDE_NOCHANGES
8361 Language=English
8362 ERROR_OVERRIDE_NOCHANGES - The group policy framework should call the extension even if there are no changes.
8363 .
8364 Language=Russian
8365 ERROR_OVERRIDE_NOCHANGES - Основной модуль групповой политики должен вызвать расширение даже в случае отсутствия изменений.
8366 .
8367 Language=Polish
8368 ERROR_OVERRIDE_NOCHANGES - The group policy framework should call the extension even if there are no changes.
8369 .
8370
8371 MessageId=1253
8372 Severity=Success
8373 Facility=System
8374 SymbolicName=ERROR_BAD_USER_PROFILE
8375 Language=English
8376 ERROR_BAD_USER_PROFILE - The specified user does not have a valid profile.
8377 .
8378 Language=Russian
8379 ERROR_BAD_USER_PROFILE - Выбранный пользователь не имеет допустимого профиля.
8380 .
8381 Language=Polish
8382 ERROR_BAD_USER_PROFILE - The specified user does not have a valid profile.
8383 .
8384
8385 MessageId=1254
8386 Severity=Success
8387 Facility=System
8388 SymbolicName=ERROR_NOT_SUPPORTED_ON_SBS
8389 Language=English
8390 ERROR_NOT_SUPPORTED_ON_SBS - This operation is not supported on a computer running Windows Server 2003 for Small Business Server.
8391 .
8392 Language=Russian
8393 ERROR_NOT_SUPPORTED_ON_SBS - Эта операция не поддерживается на Windows Server 2003 for Small Business Server.
8394 .
8395 Language=Polish
8396 ERROR_NOT_SUPPORTED_ON_SBS - This operation is not supported on a computer running Windows Server 2003 for Small Business Server.
8397 .
8398
8399 MessageId=1255
8400 Severity=Success
8401 Facility=System
8402 SymbolicName=ERROR_SERVER_SHUTDOWN_IN_PROGRESS
8403 Language=English
8404 ERROR_SERVER_SHUTDOWN_IN_PROGRESS - The server machine is shutting down.
8405 .
8406 Language=Russian
8407 ERROR_SERVER_SHUTDOWN_IN_PROGRESS - Идет завершение работы компьютера-сервера.
8408 .
8409 Language=Polish
8410 ERROR_SERVER_SHUTDOWN_IN_PROGRESS - The server machine is shutting down.
8411 .
8412
8413 MessageId=1256
8414 Severity=Success
8415 Facility=System
8416 SymbolicName=ERROR_HOST_DOWN
8417 Language=English
8418 ERROR_HOST_DOWN - The remote system is not available. For information about network troubleshooting, see Windows Help.
8419 .
8420 Language=Russian
8421 ERROR_HOST_DOWN - Удаленная система недоступна. За информацией о разрешении проблем в сети, обратитесь к справочной системе Windows.
8422 .
8423 Language=Polish
8424 ERROR_HOST_DOWN - The remote system is not available. For information about network troubleshooting, see Windows Help.
8425 .
8426
8427 MessageId=1257
8428 Severity=Success
8429 Facility=System
8430 SymbolicName=ERROR_NON_ACCOUNT_SID
8431 Language=English
8432 ERROR_NON_ACCOUNT_SID - The security identifier provided is not from an account domain.
8433 .
8434 Language=Russian
8435 ERROR_NON_ACCOUNT_SID - Был указан идентификатор безопасности не из того домена.
8436 .
8437 Language=Polish
8438 ERROR_NON_ACCOUNT_SID - The security identifier provided is not from an account domain.
8439 .
8440
8441 MessageId=1258
8442 Severity=Success
8443 Facility=System
8444 SymbolicName=ERROR_NON_DOMAIN_SID
8445 Language=English
8446 ERROR_NON_DOMAIN_SID - The security identifier provided does not have a domain component.
8447 .
8448 Language=Russian
8449 ERROR_NON_DOMAIN_SID - В указанном идентификаторе безопасности отсутствует компонент для домена.
8450 .
8451 Language=Polish
8452 ERROR_NON_DOMAIN_SID - The security identifier provided does not have a domain component.
8453 .
8454
8455 MessageId=1259
8456 Severity=Success
8457 Facility=System
8458 SymbolicName=ERROR_APPHELP_BLOCK
8459 Language=English
8460 ERROR_APPHELP_BLOCK - AppHelp dialog canceled thus preventing the application from starting.
8461 .
8462 Language=Russian
8463 ERROR_APPHELP_BLOCK - Окно AppHelp закрыто, из-за чего приложение не было запущено.
8464 .
8465 Language=Polish
8466 ERROR_APPHELP_BLOCK - AppHelp dialog canceled thus preventing the application from starting.
8467 .
8468
8469 MessageId=1260
8470 Severity=Success
8471 Facility=System
8472 SymbolicName=ERROR_ACCESS_DISABLED_BY_POLICY
8473 Language=English
8474 ERROR_ACCESS_DISABLED_BY_POLICY - 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.
8475 .
8476 Language=Russian
8477 ERROR_ACCESS_DISABLED_BY_POLICY - Эта программа заблокирована групповой политикой. За дополнительными сведениями обращайтесь к системному администратору.
8478 .
8479 Language=Polish
8480 ERROR_ACCESS_DISABLED_BY_POLICY - 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.
8481 .
8482
8483 MessageId=1261
8484 Severity=Success
8485 Facility=System
8486 SymbolicName=ERROR_REG_NAT_CONSUMPTION
8487 Language=English
8488 ERROR_REG_NAT_CONSUMPTION - A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
8489 .
8490 Language=Russian
8491 ERROR_REG_NAT_CONSUMPTION - Попытка программы использовать неправильное значение регистра. Обычно это вызвано неинициализированным регистром.
8492 .
8493 Language=Polish
8494 ERROR_REG_NAT_CONSUMPTION - A program attempt to use an invalid register value. Normally caused by an uninitialized register. This error is Itanium specific.
8495 .
8496
8497 MessageId=1262
8498 Severity=Success
8499 Facility=System
8500 SymbolicName=ERROR_CSCSHARE_OFFLINE
8501 Language=English
8502 ERROR_CSCSHARE_OFFLINE - The share is currently offline or does not exist.
8503 .
8504 Language=Russian
8505 ERROR_CSCSHARE_OFFLINE - Общий ресурс недоступен или не существует.
8506 .
8507 Language=Polish
8508 ERROR_CSCSHARE_OFFLINE - The share is currently offline or does not exist.
8509 .
8510
8511 MessageId=1263
8512 Severity=Success
8513 Facility=System
8514 SymbolicName=ERROR_PKINIT_FAILURE
8515 Language=English
8516 ERROR_PKINIT_FAILURE - The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon.
8517 .
8518 Language=Russian
8519 ERROR_PKINIT_FAILURE - Ошибка протокола Kerberos при проверке сертификата KDC во время входа в систему со смарт-картой. Дополнительные сведения см. в журнале системных событий.
8520 .
8521 Language=Polish
8522 ERROR_PKINIT_FAILURE - The kerberos protocol encountered an error while validating the KDC certificate during smartcard logon.
8523 .
8524
8525 MessageId=1264
8526 Severity=Success
8527 Facility=System
8528 SymbolicName=ERROR_SMARTCARD_SUBSYSTEM_FAILURE
8529 Language=English
8530 ERROR_SMARTCARD_SUBSYSTEM_FAILURE - The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
8531 .
8532 Language=Russian
8533 ERROR_SMARTCARD_SUBSYSTEM_FAILURE - Ошибка протокола Kerberos при попытке использовать подсистему для смарт-карт.
8534 .
8535 Language=Polish
8536 ERROR_SMARTCARD_SUBSYSTEM_FAILURE - The kerberos protocol encountered an error while attempting to utilize the smartcard subsystem.
8537 .
8538
8539 MessageId=1265
8540 Severity=Success
8541 Facility=System
8542 SymbolicName=ERROR_DOWNGRADE_DETECTED
8543 Language=English
8544 ERROR_DOWNGRADE_DETECTED - The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
8545 .
8546 Language=Russian
8547 ERROR_DOWNGRADE_DETECTED - Системе не удается установить связь с контроллером домена, чтобы обработать запрос на проверку подлинности. Попробуйте еще раз позже.
8548 .
8549 Language=Polish
8550 ERROR_DOWNGRADE_DETECTED - The system detected a possible attempt to compromise security. Please ensure that you can contact the server that authenticated you.
8551 .
8552
8553 MessageId=1266
8554 Severity=Success
8555 Facility=System
8556 SymbolicName=SEC_E_SMARTCARD_CERT_REVOKED
8557 Language=English
8558 SEC_E_SMARTCARD_CERT_REVOKED - The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
8559 .
8560 Language=Russian
8561 SEC_E_SMARTCARD_CERT_REVOKED - The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
8562 .
8563 Language=Polish
8564 SEC_E_SMARTCARD_CERT_REVOKED - The smartcard certificate used for authentication has been revoked. Please contact your system administrator. There may be additional information in the event log.
8565 .
8566
8567 MessageId=1267
8568 Severity=Success
8569 Facility=System
8570 SymbolicName=SEC_E_ISSUING_CA_UNTRUSTED
8571 Language=English
8572 SEC_E_ISSUING_CA_UNTRUSTED - An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
8573 .
8574 Language=Russian
8575 SEC_E_ISSUING_CA_UNTRUSTED - An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
8576 .
8577 Language=Polish
8578 SEC_E_ISSUING_CA_UNTRUSTED - An untrusted certificate authority was detected while processing the smartcard certificate used for authentication. Please contact your system administrator.
8579 .
8580
8581 MessageId=1268
8582 Severity=Success
8583 Facility=System
8584 SymbolicName=SEC_E_REVOCATION_OFFLINE_C
8585 Language=English
8586 SEC_E_REVOCATION_OFFLINE_C - The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
8587 .
8588 Language=Russian
8589 SEC_E_REVOCATION_OFFLINE_C - The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
8590 .
8591 Language=Polish
8592 SEC_E_REVOCATION_OFFLINE_C - The revocation status of the smartcard certificate used for authentication could not be determined. Please contact your system administrator.
8593 .
8594
8595 MessageId=1269
8596 Severity=Success
8597 Facility=System
8598 SymbolicName=SEC_E_PKINIT_CLIENT_FAILUR
8599 Language=English
8600 SEC_E_PKINIT_CLIENT_FAILUR - The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
8601 .
8602 Language=Russian
8603 SEC_E_PKINIT_CLIENT_FAILUR - The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
8604 .
8605 Language=Polish
8606 SEC_E_PKINIT_CLIENT_FAILUR - The smartcard certificate used for authentication was not trusted. Please contact your system administrator.
8607 .
8608
8609 MessageId=1270
8610 Severity=Success
8611 Facility=System
8612 SymbolicName=SEC_E_SMARTCARD_CERT_EXPIRED
8613 Language=English
8614 SEC_E_SMARTCARD_CERT_EXPIRED - The smartcard certificate used for authentication has expired. Please contact your system administrator.
8615 .
8616 Language=Russian
8617 SEC_E_SMARTCARD_CERT_EXPIRED - The smartcard certificate used for authentication has expired. Please contact your system administrator.
8618 .
8619 Language=Polish
8620 SEC_E_SMARTCARD_CERT_EXPIRED - The smartcard certificate used for authentication has expired. Please contact your system administrator.
8621 .
8622
8623 MessageId=1271
8624 Severity=Success
8625 Facility=System
8626 SymbolicName=ERROR_MACHINE_LOCKED
8627 Language=English
8628 ERROR_MACHINE_LOCKED - The machine is locked and cannot be shut down without the force option.
8629 .
8630 Language=Russian
8631 ERROR_MACHINE_LOCKED - Компьютер заблокирован и не может завершить работу без режима принудительного завершения.
8632 .
8633 Language=Polish
8634 ERROR_MACHINE_LOCKED - The machine is locked and cannot be shut down without the force option.
8635 .
8636
8637 MessageId=1273
8638 Severity=Success
8639 Facility=System
8640 SymbolicName=ERROR_CALLBACK_SUPPLIED_INVALID_DATA
8641 Language=English
8642 ERROR_CALLBACK_SUPPLIED_INVALID_DATA - An application-defined callback gave invalid data when called.
8643 .
8644 Language=Russian
8645 ERROR_CALLBACK_SUPPLIED_INVALID_DATA - Определенный в приложении ответный вызов вернул неверные данные.
8646 .
8647 Language=Polish
8648 ERROR_CALLBACK_SUPPLIED_INVALID_DATA - An application-defined callback gave invalid data when called.
8649 .
8650
8651 MessageId=1274
8652 Severity=Success
8653 Facility=System
8654 SymbolicName=ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED
8655 Language=English
8656 ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED - The group policy framework should call the extension in the synchronous foreground policy refresh.
8657 .
8658 Language=Russian
8659 ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED - Система групповой политики должна вызывать расширения в синхронном, не фоновом режиме обновления.
8660 .
8661 Language=Polish
8662 ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED - The group policy framework should call the extension in the synchronous foreground policy refresh.
8663 .
8664
8665 MessageId=1275
8666 Severity=Success
8667 Facility=System
8668 SymbolicName=ERROR_DRIVER_BLOCKED
8669 Language=English
8670 ERROR_DRIVER_BLOCKED - This driver has been blocked from loading.
8671 .
8672 Language=Russian
8673 ERROR_DRIVER_BLOCKED - Загрузка драйвера была заблокирована.
8674 .
8675 Language=Polish
8676 ERROR_DRIVER_BLOCKED - This driver has been blocked from loading.
8677 .
8678
8679 MessageId=1276
8680 Severity=Success
8681 Facility=System
8682 SymbolicName=ERROR_INVALID_IMPORT_OF_NON_DLL
8683 Language=English
8684 ERROR_INVALID_IMPORT_OF_NON_DLL - A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
8685 .
8686 Language=Russian
8687 ERROR_INVALID_IMPORT_OF_NON_DLL - Библиотека, на которую ссылается модуль, не является библиотекой динамической компоновки (DLL) или исполняемым модулем.
8688 .
8689 Language=Polish
8690 ERROR_INVALID_IMPORT_OF_NON_DLL - A dynamic link library (DLL) referenced a module that was neither a DLL nor the process's executable image.
8691 .
8692
8693 MessageId=1277
8694 Severity=Success
8695 Facility=System
8696 SymbolicName=ERROR_ACCESS_DISABLED_WEBBLADE
8697 Language=English
8698 ERROR_ACCESS_DISABLED_WEBBLADE - Windows cannot open this program since it has been disabled.
8699 .
8700 Language=Russian
8701 ERROR_ACCESS_DISABLED_WEBBLADE - Windows не удается запустить эту программу, так как она отключена.
8702 .
8703 Language=Polish
8704 ERROR_ACCESS_DISABLED_WEBBLADE - Windows cannot open this program since it has been disabled.
8705 .
8706
8707 MessageId=1278
8708 Severity=Success
8709 Facility=System
8710 SymbolicName=ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER
8711 Language=English
8712 ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER - Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
8713 .
8714 Language=Russian
8715 ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER - Windows не удается открыть эту программу, так как система учета лицензий изменена или повреждена.
8716 .
8717 Language=Polish
8718 ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER - Windows cannot open this program because the license enforcement system has been tampered with or become corrupted.
8719 .
8720
8721 MessageId=1279
8722 Severity=Success
8723 Facility=System
8724 SymbolicName=ERROR_RECOVERY_FAILURE
8725 Language=English
8726 ERROR_RECOVERY_FAILURE - A transaction recovery failed.
8727 .
8728 Language=Russian
8729 ERROR_RECOVERY_FAILURE - Неудача при восстановлении транзакции.
8730 .
8731 Language=Polish
8732 ERROR_RECOVERY_FAILURE - A transaction recovery failed.
8733 .
8734
8735 MessageId=1280
8736 Severity=Success
8737 Facility=System
8738 SymbolicName=ERROR_ALREADY_FIBER
8739 Language=English
8740 ERROR_ALREADY_FIBER - The current thread has already been converted to a fiber.
8741 .
8742 Language=Russian
8743 ERROR_ALREADY_FIBER - Текущий поток уже преобразован в нить.
8744 .
8745 Language=Polish
8746 ERROR_ALREADY_FIBER - The current thread has already been converted to a fiber.
8747 .
8748
8749 MessageId=1281
8750 Severity=Success
8751 Facility=System
8752 SymbolicName=ERROR_ALREADY_THREAD
8753 Language=English
8754 ERROR_ALREADY_THREAD - The current thread has already been converted from a fiber.
8755 .
8756 Language=Russian
8757 ERROR_ALREADY_THREAD - Текущий поток уже преобразован из нити.
8758 .
8759 Language=Polish
8760 ERROR_ALREADY_THREAD - The current thread has already been converted from a fiber.
8761 .
8762
8763 MessageId=1282
8764 Severity=Success
8765 Facility=System
8766 SymbolicName=ERROR_STACK_BUFFER_OVERRUN
8767 Language=English
8768 ERROR_STACK_BUFFER_OVERRUN - The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
8769 .
8770 Language=Russian
8771 ERROR_STACK_BUFFER_OVERRUN - Обнаружено переполнение стекового буфера в данном приложении. Это переполнение может позволить злоумышленнику получить управление над данным приложением.
8772 .
8773 Language=Polish
8774 ERROR_STACK_BUFFER_OVERRUN - The system detected an overrun of a stack-based buffer in this application. This overrun could potentially allow a malicious user to gain control of this application.
8775 .
8776
8777 MessageId=1283
8778 Severity=Success
8779 Facility=System
8780 SymbolicName=ERROR_PARAMETER_QUOTA_EXCEEDED
8781 Language=English
8782 ERROR_PARAMETER_QUOTA_EXCEEDED - Data present in one of the parameters is more than the function can operate on.
8783 .
8784 Language=Russian
8785 ERROR_PARAMETER_QUOTA_EXCEEDED - В одном из параметров задано больше данных, чем эта функция может обработать.
8786 .
8787 Language=Polish
8788 ERROR_PARAMETER_QUOTA_EXCEEDED - Data present in one of the parameters is more than the function can operate on.
8789 .
8790
8791 MessageId=1284
8792 Severity=Success
8793 Facility=System
8794 SymbolicName=ERROR_DEBUGGER_INACTIVE
8795 Language=English
8796 ERROR_DEBUGGER_INACTIVE - An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
8797 .
8798 Language=Russian
8799 ERROR_DEBUGGER_INACTIVE - Не удалось выполнить операцию над объектом отладки, так как он удаляется.
8800 .
8801 Language=Polish
8802 ERROR_DEBUGGER_INACTIVE - An attempt to do an operation on a debug object failed because the object is in the process of being deleted.
8803 .
8804
8805 MessageId=1285
8806 Severity=Success
8807 Facility=System
8808 SymbolicName=ERROR_DELAY_LOAD_FAILED
8809 Language=English
8810 ERROR_DELAY_LOAD_FAILED - An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
8811 .
8812 Language=Russian
8813 ERROR_DELAY_LOAD_FAILED - Не удалось загрузить с задержкой библиотеку DLL или получить из нее адрес функции.
8814 .
8815 Language=Polish
8816 ERROR_DELAY_LOAD_FAILED - An attempt to delay-load a .dll or get a function address in a delay-loaded .dll failed.
8817 .
8818
8819 MessageId=1286
8820 Severity=Success
8821 Facility=System
8822 SymbolicName=ERROR_VDM_DISALLOWED
8823 Language=English
8824 ERROR_VDM_DISALLOWED - %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
8825 .
8826 Language=Russian
8827 ERROR_VDM_DISALLOWED - "%1" является 16-битным приложением. Вы не имеете прав доступа для выполнения 16-битных приложений. Проверьте ваши права доступа с вашим системным администратором.
8828 .
8829 Language=Polish
8830 ERROR_VDM_DISALLOWED - %1 is a 16-bit application. You do not have permissions to execute 16-bit applications. Check your permissions with your system administrator.
8831 .
8832
8833 MessageId=1287
8834 Severity=Success
8835 Facility=System
8836 SymbolicName=ERROR_UNIDENTIFIED_ERROR
8837 Language=English
8838 ERROR_UNIDENTIFIED_ERROR - Insufficient information exists to identify the cause of failure.
8839 .
8840 Language=Russian
8841 ERROR_UNIDENTIFIED_ERROR - Недостаточно сведений для установки причины сбоя.
8842 .
8843 Language=Polish
8844 ERROR_UNIDENTIFIED_ERROR - Insufficient information exists to identify the cause of failure.
8845 .
8846
8847 MessageId=1288
8848 Severity=Success
8849 Facility=System
8850 SymbolicName=ERROR_INVALID_BANDWIDTH_PARAMETERS
8851 Language=English
8852 ERROR_INVALID_BANDWIDTH_PARAMETERS - An invalid budget or period parameter was specified.
8853 .
8854 Language=Russian
8855 ERROR_INVALID_BANDWIDTH_PARAMETERS - В динамическую функцию C передан неверный параметр.
8856 .
8857 Language=Polish
8858 ERROR_INVALID_BANDWIDTH_PARAMETERS - An invalid budget or period parameter was specified.
8859 .
8860
8861 MessageId=1289
8862 Severity=Success
8863 Facility=System
8864 SymbolicName=ERROR_AFFINITY_NOT_COMPATIBLE
8865 Language=English
8866 ERROR_AFFINITY_NOT_COMPATIBLE - An attempt was made to join a thread to a reserve whose affinity did not intersect the reserve affinity or an attempt was made to associate a process with a reserve whose affinity did not intersect the reserve affinity.
8867 .
8868 Language=Russian
8869 ERROR_AFFINITY_NOT_COMPATIBLE - Операция выполнена за пределами допустимой длины данных файла.
8870 .
8871 Language=Polish
8872 ERROR_AFFINITY_NOT_COMPATIBLE - An attempt was made to join a thread to a reserve whose affinity did not intersect the reserve affinity or an attempt was made to associate a process with a reserve whose affinity did not intersect the reserve affinity.
8873 .
8874
8875 MessageId=1290
8876 Severity=Success
8877 Facility=System
8878 SymbolicName=ERROR_THREAD_ALREADY_IN_RESERVE
8879 Language=English
8880 ERROR_THREAD_ALREADY_IN_RESERVE - An attempt was made to join a thread to a reserve which was already joined to another reserve.
8881 .
8882 Language=Russian
8883 ERROR_THREAD_ALREADY_IN_RESERVE - Не удалось запустить эту службу, так как одна или несколько служб одного процесса имеют несовместимый параметр типа SID службы. Служба с ограниченным типом SID может сосуществовать в одном и том же процессе только с другими службами с ограниченным типом SID. Если тип SID для этой службы только что настроен, необходимо перезапустить хост-процесс, чтобы запустить эту службу.
8884 .
8885 Language=Polish
8886 ERROR_THREAD_ALREADY_IN_RESERVE - An attempt was made to join a thread to a reserve which was already joined to another reserve.
8887 .
8888
8889 MessageId=1291
8890 Severity=Success
8891 Facility=System
8892 SymbolicName=ERROR_THREAD_NOT_IN_RESERVE
8893 Language=English
8894 ERROR_THREAD_NOT_IN_RESERVE - An attempt was made to disjoin a thread from a reserve, but the thread was not joined to the reserve.
8895 .
8896 Language=Russian
8897 ERROR_THREAD_NOT_IN_RESERVE - Процесс, использующий драйвер для этого устройства, прерван.
8898 .
8899 Language=Polish
8900 ERROR_THREAD_NOT_IN_RESERVE - An attempt was made to disjoin a thread from a reserve, but the thread was not joined to the reserve.
8901 .
8902
8903 MessageId=1292
8904 Severity=Success
8905 Facility=System
8906 SymbolicName=ERROR_THREAD_PROCESS_IN_RESERVE
8907 Language=English
8908 ERROR_THREAD_PROCESS_IN_RESERVE - An attempt was made to disjoin a thread from a reserve whose process is associated with a reserve.
8909 .
8910 Language=Russian
8911 ERROR_THREAD_PROCESS_IN_RESERVE - Операция попыталась превысить установленный предел.
8912 .
8913 Language=Polish
8914 ERROR_THREAD_PROCESS_IN_RESERVE - An attempt was made to disjoin a thread from a reserve whose process is associated with a reserve.
8915 .
8916
8917 MessageId=1293
8918 Severity=Success
8919 Facility=System
8920 SymbolicName=ERROR_PROCESS_ALREADY_IN_RESERVE
8921 Language=English
8922 ERROR_PROCESS_ALREADY_IN_RESERVE - An attempt was made to associate a process with a reserve that was already associated with a reserve.
8923 .
8924 Language=Russian
8925 ERROR_PROCESS_ALREADY_IN_RESERVE - Целевой процесс или процесс целевого потока является защищенным.
8926 .
8927 Language=Polish
8928 ERROR_PROCESS_ALREADY_IN_RESERVE - An attempt was made to associate a process with a reserve that was already associated with a reserve.
8929 .
8930
8931 MessageId=1294
8932 Severity=Success
8933 Facility=System
8934 SymbolicName=ERROR_PROCESS_NOT_IN_RESERVE
8935 Language=English
8936 ERROR_PROCESS_NOT_IN_RESERVE - An attempt was made to disassociate a process from a reserve, but the process did not have an associated reserve.
8937 .
8938 Language=Russian
8939 ERROR_PROCESS_NOT_IN_RESERVE - Клиент уведомлений службы значительно отстает от текущего состояния служб в системе.
8940 .
8941 Language=Polish
8942 ERROR_PROCESS_NOT_IN_RESERVE - An attempt was made to disassociate a process from a reserve, but the process did not have an associated reserve.
8943 .
8944
8945 MessageId=1295
8946 Severity=Success
8947 Facility=System
8948 SymbolicName=ERROR_PROCESS_THREADS_IN_RESERVE
8949 Language=English
8950 ERROR_PROCESS_THREADS_IN_RESERVE - An attempt was made to associate a process with a reserve, but the process contained thread joined to a reserve.
8951 .
8952 Language=Russian
8953 ERROR_PROCESS_THREADS_IN_RESERVE - Требуемая операция с файлами завершилась сбоем из-за превышения квоты на использование места на диске. Чтобы освободить место на диске, переместите файлы в другое место или удалите ненужные файлы. За дополнительными сведениями обратитесь к системному администратору.
8954 .
8955 Language=Polish
8956 ERROR_PROCESS_THREADS_IN_RESERVE - An attempt was made to associate a process with a reserve, but the process contained thread joined to a reserve.
8957 .
8958
8959 MessageId=1296
8960 Severity=Success
8961 Facility=System
8962 SymbolicName=ERROR_AFFINITY_NOT_SET_IN_RESERVE
8963 Language=English
8964 ERROR_AFFINITY_NOT_SET_IN_RESERVE - An attempt was made to set the affinity of a thread or a process, but the thread or process was joined or associated with a reserve.
8965 .
8966 Language=Russian
8967 ERROR_AFFINITY_NOT_SET_IN_RESERVE - Требуемая операция с файлами завершилась сбоем, так как политика хранилища блокирует этот тип файлов. За дополнительными сведениями обратитесь к системному администратору.
8968 .
8969 Language=Polish
8970 ERROR_AFFINITY_NOT_SET_IN_RESERVE - An attempt was made to set the affinity of a thread or a process, but the thread or process was joined or associated with a reserve.
8971 .
8972
8973 MessageId=1297
8974 Severity=Success
8975 Facility=System
8976 SymbolicName=ERROR_IMPLEMENTATION_LIMIT
8977 Language=English
8978 ERROR_IMPLEMENTATION_LIMIT - An operation attempted to exceed an implementation-defined limit.
8979 .
8980 Language=Russian
8981 ERROR_IMPLEMENTATION_LIMIT - Права, необходимые службе для правильной работы, не существуют в конфигурации учетной записи службы.
8982 .
8983 Language=Polish
8984 ERROR_IMPLEMENTATION_LIMIT - An operation attempted to exceed an implementation-defined limit.
8985 .
8986
8987 MessageId=1298
8988 Severity=Success
8989 Facility=System
8990 SymbolicName=ERROR_DS_CACHE_ONLY
8991 Language=English
8992 ERROR_DS_CACHE_ONLY - The requested object is for internal DS operations only.
8993 .
8994 Language=Russian
8995 ERROR_DS_CACHE_ONLY - Поток, задействованный в данной операции, не отвечает.
8996 .
8997 Language=Polish
8998 ERROR_DS_CACHE_ONLY - The requested object is for internal DS operations only.
8999 .
9000
9001 MessageId=1300
9002 Severity=Success
9003 Facility=System
9004 SymbolicName=ERROR_NOT_ALL_ASSIGNED
9005 Language=English
9006 ERROR_NOT_ALL_ASSIGNED - Not all privileges referenced are assigned to the caller.
9007 .
9008 Language=Russian
9009 ERROR_NOT_ALL_ASSIGNED - Вызывающая сторона не обладает всеми необходимыми правами доступа.
9010 .
9011 Language=Polish
9012 ERROR_NOT_ALL_ASSIGNED - Not all privileges referenced are assigned to the caller.
9013 .
9014
9015 MessageId=1301
9016 Severity=Success
9017 Facility=System
9018 SymbolicName=ERROR_SOME_NOT_MAPPED
9019 Language=English
9020 ERROR_SOME_NOT_MAPPED - Some mapping between account names and security IDs was not done.
9021 .
9022 Language=Russian
9023 ERROR_SOME_NOT_MAPPED - Некоторые соответствия между именами пользователей и идентификаторами безопасности не были установлены.
9024 .
9025 Language=Polish
9026 ERROR_SOME_NOT_MAPPED - Some mapping between account names and security IDs was not done.
9027 .
9028
9029 MessageId=1302
9030 Severity=Success
9031 Facility=System
9032 SymbolicName=ERROR_NO_QUOTAS_FOR_ACCOUNT
9033 Language=English
9034 ERROR_NO_QUOTAS_FOR_ACCOUNT - No system quota limits are specifically set for this account.
9035 .
9036 Language=Russian
9037 ERROR_NO_QUOTAS_FOR_ACCOUNT - Системные квоты для данной учетной записи не установлены.
9038 .
9039 Language=Polish
9040 ERROR_NO_QUOTAS_FOR_ACCOUNT - No system quota limits are specifically set for this account.
9041 .
9042
9043 MessageId=1303
9044 Severity=Success
9045 Facility=System
9046 SymbolicName=ERROR_LOCAL_USER_SESSION_KEY
9047 Language=English
9048 ERROR_LOCAL_USER_SESSION_KEY - No encryption key is available. A well-known encryption key was returned.
9049 .
9050 Language=Russian
9051 ERROR_LOCAL_USER_SESSION_KEY - Ключ шифрования недоступен. Возвращен общедоступный ключ.
9052 .
9053 Language=Polish
9054 ERROR_LOCAL_USER_SESSION_KEY - No encryption key is available. A well-known encryption key was returned.
9055 .
9056
9057 MessageId=1304
9058 Severity=Success
9059 Facility=System
9060 SymbolicName=ERROR_NULL_LM_PASSWORD
9061 Language=English
9062 ERROR_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.
9063 .
9064 Language=Russian
9065 ERROR_NULL_LM_PASSWORD - Пароль слишком сложен и не может быть преобразован в пароль LAN Manager. Вместо пароля LAN Manager была возвращена пустая строка.
9066 .
9067 Language=Polish
9068 ERROR_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.
9069 .
9070
9071 MessageId=1305
9072 Severity=Success
9073 Facility=System
9074 SymbolicName=ERROR_UNKNOWN_REVISION
9075 Language=English
9076 ERROR_UNKNOWN_REVISION - The revision level is unknown.
9077 .
9078 Language=Russian
9079 ERROR_UNKNOWN_REVISION - Уровень редакции неизвестен.
9080 .
9081 Language=Polish
9082 ERROR_UNKNOWN_REVISION - The revision level is unknown.
9083 .
9084
9085 MessageId=1306
9086 Severity=Success
9087 Facility=System
9088 SymbolicName=ERROR_REVISION_MISMATCH
9089 Language=English
9090 ERROR_REVISION_MISMATCH - Indicates two revision levels are incompatible.
9091 .
9092 Language=Russian
9093 ERROR_REVISION_MISMATCH - Два уровня редакции являются несовместимыми.
9094 .
9095 Language=Polish
9096 ERROR_REVISION_MISMATCH - Indicates two revision levels are incompatible.
9097 .
9098
9099 MessageId=1307
9100 Severity=Success
9101 Facility=System
9102 SymbolicName=ERROR_INVALID_OWNER
9103 Language=English
9104 ERROR_INVALID_OWNER - This security ID may not be assigned as the owner of this object.
9105 .
9106 Language=Russian
9107 ERROR_INVALID_OWNER - Этот идентификатор безопасности не может быть назначен владельцем этого объекта.
9108 .
9109 Language=Polish
9110 ERROR_INVALID_OWNER - This security ID may not be assigned as the owner of this object.
9111 .
9112
9113 MessageId=1308
9114 Severity=Success
9115 Facility=System
9116 SymbolicName=ERROR_INVALID_PRIMARY_GROUP
9117 Language=English
9118 ERROR_INVALID_PRIMARY_GROUP - This security ID may not be assigned as the primary group of an object.
9119 .
9120 Language=Russian
9121 ERROR_INVALID_PRIMARY_GROUP - Этот идентификатор безопасности не может быть назначен основной группой объекта.
9122 .
9123 Language=Polish
9124 ERROR_INVALID_PRIMARY_GROUP - This security ID may not be assigned as the primary group of an object.
9125 .
9126
9127 MessageId=1309
9128 Severity=Success
9129 Facility=System
9130 SymbolicName=ERROR_NO_IMPERSONATION_TOKEN
9131 Language=English
9132 ERROR_NO_IMPERSONATION_TOKEN - An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
9133 .
9134 Language=Russian
9135 ERROR_NO_IMPERSONATION_TOKEN - Предпринята попытка использования элемента олицетворения потоком команд, который в данное время не олицетворяет клиента.
9136 .
9137 Language=Polish
9138 ERROR_NO_IMPERSONATION_TOKEN - An attempt has been made to operate on an impersonation token by a thread that is not currently impersonating a client.
9139 .
9140
9141 MessageId=1310
9142 Severity=Success
9143 Facility=System
9144 SymbolicName=ERROR_CANT_DISABLE_MANDATORY
9145 Language=English
9146 ERROR_CANT_DISABLE_MANDATORY - The group may not be disabled.
9147 .
9148 Language=Russian
9149 ERROR_CANT_DISABLE_MANDATORY - Эту группу невозможно отключить.
9150 .
9151 Language=Polish
9152 ERROR_CANT_DISABLE_MANDATORY - The group may not be disabled.
9153 .
9154
9155 MessageId=1311
9156 Severity=Success
9157 Facility=System
9158 SymbolicName=ERROR_NO_LOGON_SERVERS
9159 Language=English
9160 ERROR_NO_LOGON_SERVERS - There are currently no logon servers available to service the logon request.
9161 .
9162 Language=Russian
9163 ERROR_NO_LOGON_SERVERS - Отсутствуют серверы, которые могли бы обработать запрос на вход в сеть.
9164 .
9165 Language=Polish
9166 ERROR_NO_LOGON_SERVERS - There are currently no logon servers available to service the logon request.
9167 .
9168
9169 MessageId=1312
9170 Severity=Success
9171 Facility=System
9172 SymbolicName=ERROR_NO_SUCH_LOGON_SESSION
9173 Language=English
9174 ERROR_NO_SUCH_LOGON_SESSION - A specified logon session does not exist. It may already have been terminated.
9175 .
9176 Language=Russian
9177 ERROR_NO_SUCH_LOGON_SESSION - Указанный сеанс работы не существует. Возможно, он уже завершен.
9178 .
9179 Language=Polish
9180 ERROR_NO_SUCH_LOGON_SESSION - A specified logon session does not exist. It may already have been terminated.
9181 .
9182
9183 MessageId=1313
9184 Severity=Success
9185 Facility=System
9186 SymbolicName=ERROR_NO_SUCH_PRIVILEGE
9187 Language=English
9188 ERROR_NO_SUCH_PRIVILEGE - A specified privilege does not exist.
9189 .
9190 Language=Russian
9191 ERROR_NO_SUCH_PRIVILEGE - Указанная привилегия не существует.
9192 .
9193 Language=Polish
9194 ERROR_NO_SUCH_PRIVILEGE - A specified privilege does not exist.
9195 .
9196
9197 MessageId=1314
9198 Severity=Success
9199 Facility=System
9200 SymbolicName=ERROR_PRIVILEGE_NOT_HELD
9201 Language=English
9202 ERROR_PRIVILEGE_NOT_HELD - A required privilege is not held by the client.
9203 .
9204 Language=Russian
9205 ERROR_PRIVILEGE_NOT_HELD - Клиент не обладает требуемыми правами.
9206 .
9207 Language=Polish
9208 ERROR_PRIVILEGE_NOT_HELD - A required privilege is not held by the client.
9209 .
9210
9211 MessageId=1315
9212 Severity=Success
9213 Facility=System
9214 SymbolicName=ERROR_INVALID_ACCOUNT_NAME
9215 Language=English
9216 ERROR_INVALID_ACCOUNT_NAME - The name provided is not a properly formed account name.
9217 .
9218 Language=Russian
9219 ERROR_INVALID_ACCOUNT_NAME - Указанное имя не является корректным именем пользователя.
9220 .
9221 Language=Polish
9222 ERROR_INVALID_ACCOUNT_NAME - The name provided is not a properly formed account name.
9223 .
9224
9225 MessageId=1316
9226 Severity=Success
9227 Facility=System
9228 SymbolicName=ERROR_USER_EXISTS
9229 Language=English
9230 ERROR_USER_EXISTS - The specified user already exists.
9231 .
9232 Language=Russian
9233 ERROR_USER_EXISTS - Указанная учетная запись уже существует.
9234 .
9235 Language=Polish
9236 ERROR_USER_EXISTS - The specified user already exists.
9237 .
9238
9239 MessageId=1317
9240 Severity=Success
9241 Facility=System
9242 SymbolicName=ERROR_NO_SUCH_USER
9243 Language=English
9244 ERROR_NO_SUCH_USER - The specified user does not exist.
9245 .
9246 Language=Russian
9247 ERROR_NO_SUCH_USER - Указанная учетная запись не существует.
9248 .
9249 Language=Polish
9250 ERROR_NO_SUCH_USER - The specified user does not exist.
9251 .
9252
9253 MessageId=1318
9254 Severity=Success
9255 Facility=System
9256 SymbolicName=ERROR_GROUP_EXISTS
9257 Language=English
9258 ERROR_GROUP_EXISTS - The specified group already exists.
9259 .
9260 Language=Russian
9261 ERROR_GROUP_EXISTS - Указанная группа уже существует.
9262 .
9263 Language=Polish
9264 ERROR_GROUP_EXISTS - The specified group already exists.
9265 .
9266
9267 MessageId=1319
9268 Severity=Success
9269 Facility=System
9270 SymbolicName=ERROR_NO_SUCH_GROUP
9271 Language=English
9272 ERROR_NO_SUCH_GROUP - The specified group does not exist.
9273 .
9274 Language=Russian
9275 ERROR_NO_SUCH_GROUP - Указанная группа не существует.
9276 .
9277 Language=Polish
9278 ERROR_NO_SUCH_GROUP - The specified group does not exist.
9279 .
9280
9281 MessageId=1320
9282 Severity=Success
9283 Facility=System
9284 SymbolicName=ERROR_MEMBER_IN_GROUP
9285 Language=English
9286 ERROR_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.
9287 .
9288 Language=Russian
9289 ERROR_MEMBER_IN_GROUP - Указанный пользователь уже является членом заданной группы, либо группа не может быть удалена, так как содержит как минимум одного пользователя.
9290 .
9291 Language=Polish
9292 ERROR_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.
9293 .
9294
9295 MessageId=1321
9296 Severity=Success
9297 Facility=System
9298 SymbolicName=ERROR_MEMBER_NOT_IN_GROUP
9299 Language=English
9300 ERROR_MEMBER_NOT_IN_GROUP - The specified user account is not a member of the specified group account.
9301 .
9302 Language=Russian
9303 ERROR_MEMBER_NOT_IN_GROUP - Указанный пользователь не является членом заданной группы.
9304 .
9305 Language=Polish
9306 ERROR_MEMBER_NOT_IN_GROUP - The specified user account is not a member of the specified group account.
9307 .
9308
9309 MessageId=1322
9310 Severity=Success
9311 Facility=System
9312 SymbolicName=ERROR_LAST_ADMIN
9313 Language=English
9314 ERROR_LAST_ADMIN - The last remaining administration account cannot be disabled or deleted.
9315 .
9316 Language=Russian
9317 ERROR_LAST_ADMIN - Эта операция запрещена, так как может привести к отключению, удалению или невозможности входа учетной записи администратора.
9318 .
9319 Language=Polish
9320 ERROR_LAST_ADMIN - The last remaining administration account cannot be disabled or deleted.
9321 .
9322
9323 MessageId=1323
9324 Severity=Success
9325 Facility=System
9326 SymbolicName=ERROR_WRONG_PASSWORD
9327 Language=English
9328 ERROR_WRONG_PASSWORD - Unable to update the password. The value provided as the current password is incorrect.
9329 .
9330 Language=Russian
9331 ERROR_WRONG_PASSWORD - Не удается обновить пароль. Текущий пароль был задан неверно.
9332 .
9333 Language=Polish
9334 ERROR_WRONG_PASSWORD - Unable to update the password. The value provided as the current password is incorrect.
9335 .
9336
9337 MessageId=1324
9338 Severity=Success
9339 Facility=System
9340 SymbolicName=ERROR_ILL_FORMED_PASSWORD
9341 Language=English
9342 ERROR_ILL_FORMED_PASSWORD - Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
9343 .
9344 Language=Russian
9345 ERROR_ILL_FORMED_PASSWORD - Не удается обновить пароль. Новый пароль содержит недопустимые символы.
9346 .
9347 Language=Polish
9348 ERROR_ILL_FORMED_PASSWORD - Unable to update the password. The value provided for the new password contains values that are not allowed in passwords.
9349 .
9350
9351 MessageId=1325
9352 Severity=Success
9353 Facility=System
9354 SymbolicName=ERROR_PASSWORD_RESTRICTION
9355 Language=English
9356 ERROR_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.
9357 .
9358 Language=Russian
9359 ERROR_PASSWORD_RESTRICTION - Не удается обновить пароль. Введенный пароль не обеспечивает требований домена к длине пароля, его сложности или истории обновления.
9360 .
9361 Language=Polish
9362 ERROR_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.
9363 .
9364
9365 MessageId=1326
9366 Severity=Success
9367 Facility=System
9368 SymbolicName=ERROR_LOGON_FAILURE
9369 Language=English
9370 ERROR_LOGON_FAILURE - Logon failure: unknown user name or bad password.
9371 .
9372 Language=Russian
9373 ERROR_LOGON_FAILURE - Неверное имя пользователя или пароль.
9374 .
9375 Language=Polish
9376 ERROR_LOGON_FAILURE - Logon failure: unknown user name or bad password.
9377 .
9378
9379 MessageId=1327
9380 Severity=Success
9381 Facility=System
9382 SymbolicName=ERROR_ACCOUNT_RESTRICTION
9383 Language=English
9384 ERROR_ACCOUNT_RESTRICTION - Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
9385 .
9386 Language=Russian
9387 ERROR_ACCOUNT_RESTRICTION - Вход этого пользователя в систему не выполнен из-за ограничений учетной записи. Например: пустые пароли не разрешены, ограничено число входов или включено ограничение политики.
9388 .
9389 Language=Polish
9390 ERROR_ACCOUNT_RESTRICTION - Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.
9391 .
9392
9393 MessageId=1328
9394 Severity=Success
9395 Facility=System
9396 SymbolicName=ERROR_INVALID_LOGON_HOURS
9397 Language=English
9398 ERROR_INVALID_LOGON_HOURS - Logon failure: account logon time restriction violation.
9399 .
9400 Language=Russian
9401 ERROR_INVALID_LOGON_HOURS - Вы не можете войти в систему сейчас из-за ограничений вашей учетной записи.
9402 .
9403 Language=Polish
9404 ERROR_INVALID_LOGON_HOURS - Logon failure: account logon time restriction violation.
9405 .
9406
9407 MessageId=1329
9408 Severity=Success
9409 Facility=System
9410 SymbolicName=ERROR_INVALID_WORKSTATION
9411 Language=English
9412 ERROR_INVALID_WORKSTATION - Logon failure: user not allowed to log on to this computer.
9413 .
9414 Language=Russian
9415 ERROR_INVALID_WORKSTATION - Этому пользователю не разрешен вход в систему на этом компьютере.
9416 .
9417 Language=Polish
9418 ERROR_INVALID_WORKSTATION - Logon failure: user not allowed to log on to this computer.
9419 .
9420
9421 MessageId=1330
9422 Severity=Success
9423 Facility=System
9424 SymbolicName=ERROR_PASSWORD_EXPIRED
9425 Language=English
9426 ERROR_PASSWORD_EXPIRED - Logon failure: the specified account password has expired.
9427 .
9428 Language=Russian
9429 ERROR_PASSWORD_EXPIRED - Срок действия пароля для этой учетной записи истек.
9430 .
9431 Language=Polish
9432 ERROR_PASSWORD_EXPIRED - Logon failure: the specified account password has expired.
9433 .
9434
9435 MessageId=1331
9436 Severity=Success
9437 Facility=System
9438 SymbolicName=ERROR_ACCOUNT_DISABLED
9439 Language=English
9440 ERROR_ACCOUNT_DISABLED - Logon failure: account currently disabled.
9441 .
9442 Language=Russian
9443 ERROR_ACCOUNT_DISABLED - Вход этого пользователя в систему невозможен, так как эта учетная запись сейчас отключена.
9444 .
9445 Language=Polish
9446 ERROR_ACCOUNT_DISABLED - Logon failure: account currently disabled.
9447 .
9448
9449 MessageId=1332
9450 Severity=Success
9451 Facility=System
9452 SymbolicName=ERROR_NONE_MAPPED
9453 Language=English
9454 ERROR_NONE_MAPPED - No mapping between account names and security IDs was done.
9455 .
9456 Language=Russian
9457 ERROR_NONE_MAPPED - Сопоставление между именами пользователей и идентификаторами безопасности не было произведено.
9458 .
9459 Language=Polish
9460 ERROR_NONE_MAPPED - No mapping between account names and security IDs was done.
9461 .
9462
9463 MessageId=1333
9464 Severity=Success
9465 Facility=System
9466 SymbolicName=ERROR_TOO_MANY_LUIDS_REQUESTED
9467 Language=English
9468 ERROR_TOO_MANY_LUIDS_REQUESTED - Too many local user identifiers (LUIDs) were requested at one time.
9469 .
9470 Language=Russian
9471 ERROR_TOO_MANY_LUIDS_REQUESTED - Одновременно запрошено слишком много локальных кодов пользователей.
9472 .
9473 Language=Polish
9474 ERROR_TOO_MANY_LUIDS_REQUESTED - Too many local user identifiers (LUIDs) were requested at one time.
9475 .
9476
9477 MessageId=1334
9478 Severity=Success
9479 Facility=System
9480 SymbolicName=ERROR_LUIDS_EXHAUSTED
9481 Language=English
9482 ERROR_LUIDS_EXHAUSTED - No more local user identifiers (LUIDs) are available.
9483 .
9484 Language=Russian
9485 ERROR_LUIDS_EXHAUSTED - Дополнительные локальные коды пользователей недоступны.
9486 .
9487 Language=Polish
9488 ERROR_LUIDS_EXHAUSTED - No more local user identifiers (LUIDs) are available.
9489 .
9490
9491 MessageId=1335
9492 Severity=Success
9493 Facility=System
9494 SymbolicName=ERROR_INVALID_SUB_AUTHORITY
9495 Language=English
9496 ERROR_INVALID_SUB_AUTHORITY - The subauthority part of a security ID is invalid for this particular use.
9497 .
9498 Language=Russian
9499 ERROR_INVALID_SUB_AUTHORITY - Часть "subauthority" идентификатора безопасности недействительна для этого конкретного использования.
9500 .
9501 Language=Polish
9502 ERROR_INVALID_SUB_AUTHORITY - The subauthority part of a security ID is invalid for this particular use.
9503 .
9504
9505 MessageId=1336
9506 Severity=Success
9507 Facility=System
9508 SymbolicName=ERROR_INVALID_ACL
9509 Language=English
9510 ERROR_INVALID_ACL - The access control list (ACL) structure is invalid.
9511 .
9512 Language=Russian
9513 ERROR_INVALID_ACL - Список управления доступом (ACL) имеет неверную структуру.
9514 .
9515 Language=Polish
9516 ERROR_INVALID_ACL - The access control list (ACL) structure is invalid.
9517 .
9518
9519 MessageId=1337
9520 Severity=Success
9521 Facility=System
9522 SymbolicName=ERROR_INVALID_SID
9523 Language=English
9524 ERROR_INVALID_SID - The security ID structure is invalid.
9525 .
9526 Language=Russian
9527 ERROR_INVALID_SID - Идентификатор безопасности имеет неверную структуру.
9528 .
9529 Language=Polish
9530 ERROR_INVALID_SID - The security ID structure is invalid.
9531 .
9532
9533 MessageId=1338
9534 Severity=Success
9535 Facility=System
9536 SymbolicName=ERROR_INVALID_SECURITY_DESCR
9537 Language=English
9538 ERROR_INVALID_SECURITY_DESCR - The security descriptor structure is invalid.
9539 .
9540 Language=Russian
9541 ERROR_INVALID_SECURITY_DESCR - Дескриптор защиты данных имеет неверную структуру.
9542 .
9543 Language=Polish
9544 ERROR_INVALID_SECURITY_DESCR - The security descriptor structure is invalid.
9545 .
9546
9547 MessageId=1340
9548 Severity=Success
9549 Facility=System
9550 SymbolicName=ERROR_BAD_INHERITANCE_ACL
9551 Language=English
9552 ERROR_BAD_INHERITANCE_ACL - The inherited access control list (ACL) or access control entry (ACE) could not be built.
9553 .
9554 Language=Russian
9555 ERROR_BAD_INHERITANCE_ACL - Не удается построить список управления доступом (ACL) или элемент этого списка (ACE).
9556 .
9557 Language=Polish
9558 ERROR_BAD_INHERITANCE_ACL - The inherited access control list (ACL) or access control entry (ACE) could not be built.
9559 .
9560
9561 MessageId=1341
9562 Severity=Success
9563 Facility=System
9564 SymbolicName=ERROR_SERVER_DISABLED
9565 Language=English
9566 ERROR_SERVER_DISABLED - The server is currently disabled.
9567 .
9568 Language=Russian
9569 ERROR_SERVER_DISABLED - Сервер в настоящее время отключен.
9570 .
9571 Language=Polish
9572 ERROR_SERVER_DISABLED - The server is currently disabled.
9573 .
9574
9575 MessageId=1342
9576 Severity=Success
9577 Facility=System
9578 SymbolicName=ERROR_SERVER_NOT_DISABLED
9579 Language=English
9580 ERROR_SERVER_NOT_DISABLED - The server is currently enabled.
9581 .
9582 Language=Russian
9583 ERROR_SERVER_NOT_DISABLED - Сервер в настоящее время включен.
9584 .
9585 Language=Polish
9586 ERROR_SERVER_NOT_DISABLED - The server is currently enabled.
9587 .
9588
9589 MessageId=1343
9590 Severity=Success
9591 Facility=System
9592 SymbolicName=ERROR_INVALID_ID_AUTHORITY
9593 Language=English
9594 ERROR_INVALID_ID_AUTHORITY - The value provided was an invalid value for an identifier authority.
9595 .
9596 Language=Russian
9597 ERROR_INVALID_ID_AUTHORITY - Указано недопустимое значение для защитного кода.
9598 .
9599 Language=Polish
9600 ERROR_INVALID_ID_AUTHORITY - The value provided was an invalid value for an identifier authority.
9601 .
9602
9603 MessageId=1344
9604 Severity=Success
9605 Facility=System
9606 SymbolicName=ERROR_ALLOTTED_SPACE_EXCEEDED
9607 Language=English
9608 ERROR_ALLOTTED_SPACE_EXCEEDED - No more memory is available for security information updates.
9609 .
9610 Language=Russian
9611 ERROR_ALLOTTED_SPACE_EXCEEDED - Недостаточно памяти для обновления сведений, относящихся к защите данных.
9612 .
9613 Language=Polish
9614 ERROR_ALLOTTED_SPACE_EXCEEDED - No more memory is available for security information updates.
9615 .
9616
9617 MessageId=1345
9618 Severity=Success
9619 Facility=System
9620 SymbolicName=ERROR_INVALID_GROUP_ATTRIBUTES
9621 Language=English
9622 ERROR_INVALID_GROUP_ATTRIBUTES - The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
9623 .
9624 Language=Russian
9625 ERROR_INVALID_GROUP_ATTRIBUTES - Указанные атрибуты неверны или несовместимы с атрибутами группы в целом.
9626 .
9627 Language=Polish
9628 ERROR_INVALID_GROUP_ATTRIBUTES - The specified attributes are invalid, or incompatible with the attributes for the group as a whole.
9629 .
9630
9631 MessageId=1346
9632 Severity=Success
9633 Facility=System
9634 SymbolicName=ERROR_BAD_IMPERSONATION_LEVEL
9635 Language=English
9636 ERROR_BAD_IMPERSONATION_LEVEL - Either a required impersonation level was not provided, or the provided impersonation level is invalid.
9637 .
9638 Language=Russian
9639 ERROR_BAD_IMPERSONATION_LEVEL - Требуемый уровень олицетворения не обеспечен, или обеспеченный уровень неверен.
9640 .
9641 Language=Polish
9642 ERROR_BAD_IMPERSONATION_LEVEL - Either a required impersonation level was not provided, or the provided impersonation level is invalid.
9643 .
9644
9645 MessageId=1347
9646 Severity=Success
9647 Facility=System
9648 SymbolicName=ERROR_CANT_OPEN_ANONYMOUS
9649 Language=English
9650 ERROR_CANT_OPEN_ANONYMOUS - Cannot open an anonymous level security token.
9651 .
9652 Language=Russian
9653 ERROR_CANT_OPEN_ANONYMOUS - Не удается открыть токен безопасности анонимного уровня.
9654 .
9655 Language=Polish
9656 ERROR_CANT_OPEN_ANONYMOUS - Cannot open an anonymous level security token.
9657 .
9658
9659 MessageId=1348
9660 Severity=Success
9661 Facility=System
9662 SymbolicName=ERROR_BAD_VALIDATION_CLASS
9663 Language=English
9664 ERROR_BAD_VALIDATION_CLASS - The validation information class requested was invalid.
9665 .
9666 Language=Russian
9667 ERROR_BAD_VALIDATION_CLASS - Запрошен неправильный класс сведений для проверки.
9668 .
9669 Language=Polish
9670 ERROR_BAD_VALIDATION_CLASS - The validation information class requested was invalid.
9671 .
9672
9673 MessageId=1349
9674 Severity=Success
9675 Facility=System
9676 SymbolicName=ERROR_BAD_TOKEN_TYPE
9677 Language=English
9678 ERROR_BAD_TOKEN_TYPE - The type of the token is inappropriate for its attempted use.
9679 .
9680 Language=Russian
9681 ERROR_BAD_TOKEN_TYPE - Тип токена не соответствует выполняемой операции.
9682 .
9683 Language=Polish
9684 ERROR_BAD_TOKEN_TYPE - The type of the token is inappropriate for its attempted use.
9685 .
9686
9687 MessageId=1350
9688 Severity=Success
9689 Facility=System
9690 SymbolicName=ERROR_NO_SECURITY_ON_OBJECT
9691 Language=English
9692 ERROR_NO_SECURITY_ON_OBJECT - Unable to perform a security operation on an object that has no associated security.
9693 .
9694 Language=Russian
9695 ERROR_NO_SECURITY_ON_OBJECT - Операция, связанная с защитой данных, не может быть выполнена для незащищенного объекта.
9696 .
9697 Language=Polish
9698 ERROR_NO_SECURITY_ON_OBJECT - Unable to perform a security operation on an object that has no associated security.
9699 .
9700
9701 MessageId=1351
9702 Severity=Success
9703 Facility=System
9704 SymbolicName=ERROR_CANT_ACCESS_DOMAIN_INFO
9705 Language=English
9706 ERROR_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.
9707 .
9708 Language=Russian
9709 ERROR_CANT_ACCESS_DOMAIN_INFO - Не удалось получить данные о конфигурации от контроллера домена. Либо он отключен, либо к нему нет доступа.
9710 .
9711 Language=Polish
9712 ERROR_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.
9713 .
9714
9715 MessageId=1352
9716 Severity=Success
9717 Facility=System
9718 SymbolicName=ERROR_INVALID_SERVER_STATE
9719 Language=English
9720 ERROR_INVALID_SERVER_STATE - The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
9721 .
9722 Language=Russian
9723 ERROR_INVALID_SERVER_STATE - Диспетчер защиты (SAM) или локальный сервер (LSA) не смог выполнить требуемую операцию.
9724 .
9725 Language=Polish
9726 ERROR_INVALID_SERVER_STATE - The security account manager (SAM) or local security authority (LSA) server was in the wrong state to perform the security operation.
9727 .
9728
9729 MessageId=1353
9730 Severity=Success
9731 Facility=System
9732 SymbolicName=ERROR_INVALID_DOMAIN_STATE
9733 Language=English
9734 ERROR_INVALID_DOMAIN_STATE - The domain was in the wrong state to perform the security operation.
9735 .
9736 Language=Russian
9737 ERROR_INVALID_DOMAIN_STATE - Состояние домена не позволило выполнить нужную операцию.
9738 .
9739 Language=Polish
9740 ERROR_INVALID_DOMAIN_STATE - The domain was in the wrong state to perform the security operation.
9741 .
9742
9743 MessageId=1354
9744 Severity=Success
9745 Facility=System
9746 SymbolicName=ERROR_INVALID_DOMAIN_ROLE
9747 Language=English
9748 ERROR_INVALID_DOMAIN_ROLE - This operation is only allowed for the Primary Domain Controller of the domain.
9749 .
9750 Language=Russian
9751 ERROR_INVALID_DOMAIN_ROLE - Операция разрешена только для основного контроллера домена.
9752 .
9753 Language=Polish
9754 ERROR_INVALID_DOMAIN_ROLE - This operation is only allowed for the Primary Domain Controller of the domain.
9755 .
9756
9757 MessageId=1355
9758 Severity=Success
9759 Facility=System
9760 SymbolicName=ERROR_NO_SUCH_DOMAIN
9761 Language=English
9762 ERROR_NO_SUCH_DOMAIN - The specified domain either does not exist or could not be contacted.
9763 .
9764 Language=Russian
9765 ERROR_NO_SUCH_DOMAIN - Указанный домен не существует или к нему невозможно подключиться.
9766 .
9767 Language=Polish
9768 ERROR_NO_SUCH_DOMAIN - The specified domain either does not exist or could not be contacted.
9769 .
9770
9771 MessageId=1356
9772 Severity=Success
9773 Facility=System
9774 SymbolicName=ERROR_DOMAIN_EXISTS
9775 Language=English
9776 ERROR_DOMAIN_EXISTS - The specified domain already exists.
9777 .
9778 Language=Russian
9779 ERROR_DOMAIN_EXISTS - Указанный домен уже существует.
9780 .
9781 Language=Polish
9782 ERROR_DOMAIN_EXISTS - The specified domain already exists.
9783 .
9784
9785 MessageId=1357
9786 Severity=Success
9787 Facility=System
9788 SymbolicName=ERROR_DOMAIN_LIMIT_EXCEEDED
9789 Language=English
9790 ERROR_DOMAIN_LIMIT_EXCEEDED - An attempt was made to exceed the limit on the number of domains per server.
9791 .
9792 Language=Russian
9793 ERROR_DOMAIN_LIMIT_EXCEEDED - Была сделана попытка превысить предел на число доменов, обслуживаемых одним сервером.
9794 .
9795 Language=Polish
9796 ERROR_DOMAIN_LIMIT_EXCEEDED - An attempt was made to exceed the limit on the number of domains per server.
9797 .
9798
9799 MessageId=1358
9800 Severity=Success
9801 Facility=System
9802 SymbolicName=ERROR_INTERNAL_DB_CORRUPTION
9803 Language=English
9804 ERROR_INTERNAL_DB_CORRUPTION - Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
9805 .
9806 Language=Russian
9807 ERROR_INTERNAL_DB_CORRUPTION - Не удается завершить требуемую операцию из-за сбоев в данных на диске или неустранимой ошибки носителя.
9808 .
9809 Language=Polish
9810 ERROR_INTERNAL_DB_CORRUPTION - Unable to complete the requested operation because of either a catastrophic media failure or a data structure corruption on the disk.
9811 .
9812
9813 MessageId=1359
9814 Severity=Success
9815 Facility=System
9816 SymbolicName=ERROR_INTERNAL_ERROR
9817 Language=English
9818 ERROR_INTERNAL_ERROR - An internal error occurred.
9819 .
9820 Language=Russian
9821 ERROR_INTERNAL_ERROR - Внутренняя ошибка.
9822 .
9823 Language=Polish
9824 ERROR_INTERNAL_ERROR - An internal error occurred.
9825 .
9826
9827 MessageId=1360
9828 Severity=Success
9829 Facility=System
9830 SymbolicName=ERROR_GENERIC_NOT_MAPPED
9831 Language=English
9832 ERROR_GENERIC_NOT_MAPPED - Generic access types were contained in an access mask which should already be mapped to nongeneric types.
9833 .
9834 Language=Russian
9835 ERROR_GENERIC_NOT_MAPPED - Универсальные типы доступа содержатся в маске доступа, которая должна была уже быть связана с нестандартными типами.
9836 .
9837 Language=Polish
9838 ERROR_GENERIC_NOT_MAPPED - Generic access types were contained in an access mask which should already be mapped to nongeneric types.
9839 .
9840
9841 MessageId=1361
9842 Severity=Success
9843 Facility=System
9844 SymbolicName=ERROR_BAD_DESCRIPTOR_FORMAT
9845 Language=English
9846 ERROR_BAD_DESCRIPTOR_FORMAT - A security descriptor is not in the right format (absolute or self-relative).
9847 .
9848 Language=Russian
9849 ERROR_BAD_DESCRIPTOR_FORMAT - Дескриптор защиты имеет неверный формат.
9850 .
9851 Language=Polish
9852 ERROR_BAD_DESCRIPTOR_FORMAT - A security descriptor is not in the right format (absolute or self-relative).
9853 .
9854
9855 MessageId=1362
9856 Severity=Success
9857 Facility=System
9858 SymbolicName=ERROR_NOT_LOGON_PROCESS
9859 Language=English
9860 ERROR_NOT_LOGON_PROCESS - The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
9861 .
9862 Language=Russian
9863 ERROR_NOT_LOGON_PROCESS - Выполнение запрошенной операции разрешено только для процессов входа в систему. Вызывающий процесс не зарегистрирован как процесс входа в систему.
9864 .
9865 Language=Polish
9866 ERROR_NOT_LOGON_PROCESS - The requested action is restricted for use by logon processes only. The calling process has not registered as a logon process.
9867 .
9868
9869 MessageId=1363
9870 Severity=Success
9871 Facility=System
9872 SymbolicName=ERROR_LOGON_SESSION_EXISTS
9873 Language=English
9874 ERROR_LOGON_SESSION_EXISTS - Cannot start a new logon session with an ID that is already in use.
9875 .
9876 Language=Russian
9877 ERROR_LOGON_SESSION_EXISTS - Запуск нового сеанса работы с уже использующимся кодом невозможен.
9878 .
9879 Language=Polish
9880 ERROR_LOGON_SESSION_EXISTS - Cannot start a new logon session with an ID that is already in use.
9881 .
9882
9883 MessageId=1364
9884 Severity=Success
9885 Facility=System
9886 SymbolicName=ERROR_NO_SUCH_PACKAGE
9887 Language=English
9888 ERROR_NO_SUCH_PACKAGE - A specified authentication package is unknown.
9889 .
9890 Language=Russian
9891 ERROR_NO_SUCH_PACKAGE - Пакет проверки подлинности не опознан.
9892 .
9893 Language=Polish
9894 ERROR_NO_SUCH_PACKAGE - A specified authentication package is unknown.
9895 .
9896
9897 MessageId=1365
9898 Severity=Success
9899 Facility=System
9900 SymbolicName=ERROR_BAD_LOGON_SESSION_STATE
9901 Language=English
9902 ERROR_BAD_LOGON_SESSION_STATE - The logon session is not in a state that is consistent with the requested operation.
9903 .
9904 Language=Russian
9905 ERROR_BAD_LOGON_SESSION_STATE - Текущее состояние сеанса входа в систему не подходит для запрошенной операции.
9906 .
9907 Language=Polish
9908 ERROR_BAD_LOGON_SESSION_STATE - The logon session is not in a state that is consistent with the requested operation.
9909 .
9910
9911 MessageId=1366
9912 Severity=Success
9913 Facility=System
9914 SymbolicName=ERROR_LOGON_SESSION_COLLISION
9915 Language=English
9916 ERROR_LOGON_SESSION_COLLISION - The logon session ID is already in use.
9917 .
9918 Language=Russian
9919 ERROR_LOGON_SESSION_COLLISION - Код сеанса входа в систему уже используется.
9920 .
9921 Language=Polish
9922 ERROR_LOGON_SESSION_COLLISION - The logon session ID is already in use.
9923 .
9924
9925 MessageId=1367
9926 Severity=Success
9927 Facility=System
9928 SymbolicName=ERROR_INVALID_LOGON_TYPE
9929 Language=English
9930 ERROR_INVALID_LOGON_TYPE - A logon request contained an invalid logon type value.
9931 .
9932 Language=Russian
9933 ERROR_INVALID_LOGON_TYPE - Режим входа в систему задан неверно.
9934 .
9935 Language=Polish
9936 ERROR_INVALID_LOGON_TYPE - A logon request contained an invalid logon type value.
9937 .
9938
9939 MessageId=1368
9940 Severity=Success
9941 Facility=System
9942 SymbolicName=ERROR_CANNOT_IMPERSONATE
9943 Language=English
9944 ERROR_CANNOT_IMPERSONATE - Unable to impersonate using a named pipe until data has been read from that pipe.
9945 .
9946 Language=Russian
9947 ERROR_CANNOT_IMPERSONATE - Невозможно обеспечить олицетворение через именованный канал до тех пор, пока данные не считаны из этого канала.
9948 .
9949 Language=Polish
9950 ERROR_CANNOT_IMPERSONATE - Unable to impersonate using a named pipe until data has been read from that pipe.
9951 .
9952
9953 MessageId=1369
9954 Severity=Success
9955 Facility=System
9956 SymbolicName=ERROR_RXACT_INVALID_STATE
9957 Language=English
9958 ERROR_RXACT_INVALID_STATE - The transaction state of a registry subtree is incompatible with the requested operation.
9959 .
9960 Language=Russian
9961 ERROR_RXACT_INVALID_STATE - Операция несовместима с состоянием транзакции для ветви реестра.
9962 .
9963 Language=Polish
9964 ERROR_RXACT_INVALID_STATE - The transaction state of a registry subtree is incompatible with the requested operation.
9965 .
9966
9967 MessageId=1370
9968 Severity=Success
9969 Facility=System
9970 SymbolicName=ERROR_RXACT_COMMIT_FAILURE
9971 Language=English
9972 ERROR_RXACT_COMMIT_FAILURE - An internal security database corruption has been encountered.
9973 .
9974 Language=Russian
9975 ERROR_RXACT_COMMIT_FAILURE - База данных защиты повреждена.
9976 .
9977 Language=Polish
9978 ERROR_RXACT_COMMIT_FAILURE - An internal security database corruption has been encountered.
9979 .
9980
9981 MessageId=1371
9982 Severity=Success
9983 Facility=System
9984 SymbolicName=ERROR_SPECIAL_ACCOUNT
9985 Language=English
9986 ERROR_SPECIAL_ACCOUNT - Cannot perform this operation on built-in accounts.
9987 .
9988 Language=Russian
9989 ERROR_SPECIAL_ACCOUNT - Операция не предназначена для встроенных учетных записей.
9990 .
9991 Language=Polish
9992 ERROR_SPECIAL_ACCOUNT - Cannot perform this operation on built-in accounts.
9993 .
9994
9995 MessageId=1372
9996 Severity=Success
9997 Facility=System
9998 SymbolicName=ERROR_SPECIAL_GROUP
9999 Language=English
10000 ERROR_SPECIAL_GROUP - Cannot perform this operation on this built-in special group.
10001 .
10002 Language=Russian
10003 ERROR_SPECIAL_GROUP - Операция не предназначена для встроенной специальной группы.
10004 .
10005 Language=Polish
10006 ERROR_SPECIAL_GROUP - Cannot perform this operation on this built-in special group.
10007 .
10008
10009 MessageId=1373
10010 Severity=Success
10011 Facility=System
10012 SymbolicName=ERROR_SPECIAL_USER
10013 Language=English
10014 ERROR_SPECIAL_USER - Cannot perform this operation on this built-in special user.
10015 .
10016 Language=Russian
10017 ERROR_SPECIAL_USER - Операция не предназначена для встроенного специального пользователя.
10018 .
10019 Language=Polish
10020 ERROR_SPECIAL_USER - Cannot perform this operation on this built-in special user.
10021 .
10022
10023 MessageId=1374
10024 Severity=Success
10025 Facility=System
10026 SymbolicName=ERROR_MEMBERS_PRIMARY_GROUP
10027 Language=English
10028 ERROR_MEMBERS_PRIMARY_GROUP - The user cannot be removed from a group because the group is currently the user's primary group.
10029 .
10030 Language=Russian
10031 ERROR_MEMBERS_PRIMARY_GROUP - Невозможно удалить пользователя из группы, так как она является для него основной.
10032 .
10033 Language=Polish
10034 ERROR_MEMBERS_PRIMARY_GROUP - The user cannot be removed from a group because the group is currently the user's primary group.
10035 .
10036
10037 MessageId=1375
10038 Severity=Success
10039 Facility=System
10040 SymbolicName=ERROR_TOKEN_ALREADY_IN_USE
10041 Language=English
10042 ERROR_TOKEN_ALREADY_IN_USE - The token is already in use as a primary token.
10043 .
10044 Language=Russian
10045 ERROR_TOKEN_ALREADY_IN_USE - Токен уже используется в качестве основного токена.
10046 .
10047 Language=Polish
10048 ERROR_TOKEN_ALREADY_IN_USE - The token is already in use as a primary token.
10049 .
10050
10051 MessageId=1376
10052 Severity=Success
10053 Facility=System
10054 SymbolicName=ERROR_NO_SUCH_ALIAS
10055 Language=English
10056 ERROR_NO_SUCH_ALIAS - The specified local group does not exist.
10057 .
10058 Language=Russian
10059 ERROR_NO_SUCH_ALIAS - Указанная локальная группа не существует.
10060 .
10061 Language=Polish
10062 ERROR_NO_SUCH_ALIAS - The specified local group does not exist.
10063 .
10064
10065 MessageId=1377
10066 Severity=Success
10067 Facility=System
10068 SymbolicName=ERROR_MEMBER_NOT_IN_ALIAS
10069 Language=English
10070 ERROR_MEMBER_NOT_IN_ALIAS - The specified account name is not a member of the local group.
10071 .
10072 Language=Russian
10073 ERROR_MEMBER_NOT_IN_ALIAS - Указанная учетная запись не входит в эту группу.
10074 .
10075 Language=Polish
10076 ERROR_MEMBER_NOT_IN_ALIAS - The specified account name is not a member of the local group.
10077 .
10078
10079 MessageId=1378
10080 Severity=Success
10081 Facility=System
10082 SymbolicName=ERROR_MEMBER_IN_ALIAS
10083 Language=English
10084 ERROR_MEMBER_IN_ALIAS - The specified account name is already a member of the local group.
10085 .
10086 Language=Russian
10087 ERROR_MEMBER_IN_ALIAS - Указанная учетная запись уже входит в эту группу.
10088 .
10089 Language=Polish
10090 ERROR_MEMBER_IN_ALIAS - The specified account name is already a member of the local group.
10091 .
10092
10093 MessageId=1379
10094 Severity=Success
10095 Facility=System
10096 SymbolicName=ERROR_ALIAS_EXISTS
10097 Language=English
10098 ERROR_ALIAS_EXISTS - The specified local group already exists.
10099 .
10100 Language=Russian
10101 ERROR_ALIAS_EXISTS - Указанная локальная группа уже существует.
10102 .
10103 Language=Polish
10104 ERROR_ALIAS_EXISTS - The specified local group already exists.
10105 .
10106
10107 MessageId=1380
10108 Severity=Success
10109 Facility=System
10110 SymbolicName=ERROR_LOGON_NOT_GRANTED
10111 Language=English
10112 ERROR_LOGON_NOT_GRANTED - Logon failure: the user has not been granted the requested logon type at this computer.
10113 .
10114 Language=Russian
10115 ERROR_LOGON_NOT_GRANTED - Вход в систему не произведен: выбранный режим входа для данного пользователя на этом компьютере не предусмотрен.
10116 .
10117 Language=Polish
10118 ERROR_LOGON_NOT_GRANTED - Logon failure: the user has not been granted the requested logon type at this computer.
10119 .
10120
10121 MessageId=1381
10122 Severity=Success
10123 Facility=System
10124 SymbolicName=ERROR_TOO_MANY_SECRETS
10125 Language=English
10126 ERROR_TOO_MANY_SECRETS - The maximum number of secrets that may be stored in a single system has been exceeded.
10127 .
10128 Language=Russian
10129 ERROR_TOO_MANY_SECRETS - Достигнут предел по количеству защищенных данных/ресурсов для одной системы.
10130 .
10131 Language=Polish
10132 ERROR_TOO_MANY_SECRETS - The maximum number of secrets that may be stored in a single system has been exceeded.
10133 .
10134
10135 MessageId=1382
10136 Severity=Success
10137 Facility=System
10138 SymbolicName=ERROR_SECRET_TOO_LONG
10139 Language=English
10140 ERROR_SECRET_TOO_LONG - The length of a secret exceeds the maximum length allowed.
10141 .
10142 Language=Russian
10143 ERROR_SECRET_TOO_LONG - Длина защищенных данных превышает максимально возможную.
10144 .
10145 Language=Polish
10146 ERROR_SECRET_TOO_LONG - The length of a secret exceeds the maximum length allowed.
10147 .
10148
10149 MessageId=1383
10150 Severity=Success
10151 Facility=System
10152 SymbolicName=ERROR_INTERNAL_DB_ERROR
10153 Language=English
10154 ERROR_INTERNAL_DB_ERROR - The local security authority database contains an internal inconsistency.
10155 .
10156 Language=Russian
10157 ERROR_INTERNAL_DB_ERROR - Локальная база данных защиты содержит внутренние несоответствия.
10158 .
10159 Language=Polish
10160 ERROR_INTERNAL_DB_ERROR - The local security authority database contains an internal inconsistency.
10161 .
10162
10163 MessageId=1384
10164 Severity=Success
10165 Facility=System
10166 SymbolicName=ERROR_TOO_MANY_CONTEXT_IDS
10167 Language=English
10168 ERROR_TOO_MANY_CONTEXT_IDS - During a logon attempt, the user's security context accumulated too many security IDs.
10169 .
10170 Language=Russian
10171 ERROR_TOO_MANY_CONTEXT_IDS - При попытке входа в систему контекст безопасности пользователя накопил слишком много идентификаторов безопасности.
10172 .
10173 Language=Polish
10174 ERROR_TOO_MANY_CONTEXT_IDS - During a logon attempt, the user's security context accumulated too many security IDs.
10175 .
10176
10177 MessageId=1385
10178 Severity=Success
10179 Facility=System
10180 SymbolicName=ERROR_LOGON_TYPE_NOT_GRANTED
10181 Language=English
10182 ERROR_LOGON_TYPE_NOT_GRANTED - Logon failure: the user has not been granted the requested logon type at this computer.
10183 .
10184 Language=Russian
10185 ERROR_LOGON_TYPE_NOT_GRANTED - Вход в систему не произведен: выбранный режим входа для данного пользователя на этом компьютере не предусмотрен.
10186 .
10187 Language=Polish
10188 ERROR_LOGON_TYPE_NOT_GRANTED - Logon failure: the user has not been granted the requested logon type at this computer.
10189 .
10190
10191 MessageId=1386
10192 Severity=Success
10193 Facility=System
10194 SymbolicName=ERROR_NT_CROSS_ENCRYPTION_REQUIRED
10195 Language=English
10196 ERROR_NT_CROSS_ENCRYPTION_REQUIRED - A cross-encrypted password is necessary to change a user password.
10197 .
10198 Language=Russian
10199 ERROR_NT_CROSS_ENCRYPTION_REQUIRED - Для смены пароля необходим зашифрованный пароль.
10200 .
10201 Language=Polish
10202 ERROR_NT_CROSS_ENCRYPTION_REQUIRED - A cross-encrypted password is necessary to change a user password.
10203 .
10204
10205 MessageId=1387
10206 Severity=Success
10207 Facility=System
10208 SymbolicName=ERROR_NO_SUCH_MEMBER
10209 Language=English
10210 ERROR_NO_SUCH_MEMBER - A new member could not be added to or removed from the local group because the member does not exist.
10211 .
10212 Language=Russian
10213 ERROR_NO_SUCH_MEMBER - Не удалось добавить или удалить члена локальной группы, так как он не существует.
10214 .
10215 Language=Polish
10216 ERROR_NO_SUCH_MEMBER - A new member could not be added to or removed from the local group because the member does not exist.
10217 .
10218
10219 MessageId=1388
10220 Severity=Success
10221 Facility=System
10222 SymbolicName=ERROR_INVALID_MEMBER
10223 Language=English
10224 ERROR_INVALID_MEMBER - A new member could not be added to a local group because the member has the wrong account type.
10225 .
10226 Language=Russian
10227 ERROR_INVALID_MEMBER - Добавление нового члена в локальную группу невозможно, так как он имеет неправильный тип учетной записи.
10228 .
10229 Language=Polish
10230 ERROR_INVALID_MEMBER - A new member could not be added to a local group because the member has the wrong account type.
10231 .
10232
10233 MessageId=1389
10234 Severity=Success
10235 Facility=System
10236 SymbolicName=ERROR_TOO_MANY_SIDS
10237 Language=English
10238 ERROR_TOO_MANY_SIDS - Too many security IDs have been specified.
10239 .
10240 Language=Russian
10241 ERROR_TOO_MANY_SIDS - Задано слишком много идентификаторов безопасности.
10242 .
10243 Language=Polish
10244 ERROR_TOO_MANY_SIDS - Too many security IDs have been specified.
10245 .
10246
10247 MessageId=1390
10248 Severity=Success
10249 Facility=System
10250 SymbolicName=ERROR_LM_CROSS_ENCRYPTION_REQUIRED
10251 Language=English
10252 ERROR_LM_CROSS_ENCRYPTION_REQUIRED - A cross-encrypted password is necessary to change this user password.
10253 .
10254 Language=Russian
10255 ERROR_LM_CROSS_ENCRYPTION_REQUIRED - Для смены пароля необходим зашифрованный пароль.
10256 .
10257 Language=Polish
10258 ERROR_LM_CROSS_ENCRYPTION_REQUIRED - A cross-encrypted password is necessary to change this user password.
10259 .
10260
10261 MessageId=1391
10262 Severity=Success
10263 Facility=System
10264 SymbolicName=ERROR_NO_INHERITANCE
10265 Language=English
10266 ERROR_NO_INHERITANCE - Indicates an ACL contains no inheritable components.
10267 .
10268 Language=Russian
10269 ERROR_NO_INHERITANCE - Список управления доступом (ACL) не содержит наследуемых компонентов.
10270 .
10271 Language=Polish
10272 ERROR_NO_INHERITANCE - Indicates an ACL contains no inheritable components.
10273 .
10274
10275 MessageId=1392
10276 Severity=Success
10277 Facility=System
10278 SymbolicName=ERROR_FILE_CORRUPT
10279 Language=English
10280 ERROR_FILE_CORRUPT - The file or directory is corrupted and unreadable.
10281 .
10282 Language=Russian
10283 ERROR_FILE_CORRUPT - Файл или папка повреждены. Чтение невозможно.
10284 .
10285 Language=Polish
10286 ERROR_FILE_CORRUPT - The file or directory is corrupted and unreadable.
10287 .
10288
10289 MessageId=1393
10290 Severity=Success
10291 Facility=System
10292 SymbolicName=ERROR_DISK_CORRUPT
10293 Language=English
10294 ERROR_DISK_CORRUPT - The disk structure is corrupted and unreadable.
10295 .
10296 Language=Russian
10297 ERROR_DISK_CORRUPT - Структура диска повреждена. Чтение невозможно.
10298 .
10299 Language=Polish
10300 ERROR_DISK_CORRUPT - The disk structure is corrupted and unreadable.
10301 .
10302
10303 MessageId=1394
10304 Severity=Success
10305 Facility=System
10306 SymbolicName=ERROR_NO_USER_SESSION_KEY
10307 Language=English
10308 ERROR_NO_USER_SESSION_KEY - There is no user session key for the specified logon session.
10309 .
10310 Language=Russian
10311 ERROR_NO_USER_SESSION_KEY - Для заданного сеанса входа в систему отсутствует раздел сеанса пользователя.
10312 .
10313 Language=Polish
10314 ERROR_NO_USER_SESSION_KEY - There is no user session key for the specified logon session.
10315 .
10316
10317 MessageId=1395
10318 Severity=Success
10319 Facility=System
10320 SymbolicName=ERROR_LICENSE_QUOTA_EXCEEDED
10321 Language=English
10322 ERROR_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.
10323 .
10324 Language=Russian
10325 ERROR_LICENSE_QUOTA_EXCEEDED - Для вызываемой службы действует лицензия на определенное число подключений. В настоящее время создание дополнительных подключений к службе невозможно, так как уже существует максимально допустимое число подключений.
10326 .
10327 Language=Polish
10328 ERROR_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.
10329 .
10330
10331 MessageId=1396
10332 Severity=Success
10333 Facility=System
10334 SymbolicName=ERROR_WRONG_TARGET_NAME
10335 Language=English
10336 ERROR_WRONG_TARGET_NAME - Logon Failure: The target account name is incorrect.
10337 .
10338 Language=Russian
10339 ERROR_WRONG_TARGET_NAME - Конечная учетная запись указана неверно.
10340 .
10341 Language=Polish
10342 ERROR_WRONG_TARGET_NAME - Logon Failure: The target account name is incorrect.
10343 .
10344
10345 MessageId=1397
10346 Severity=Success
10347 Facility=System
10348 SymbolicName=ERROR_MUTUAL_AUTH_FAILED
10349 Language=English
10350 ERROR_MUTUAL_AUTH_FAILED - Mutual Authentication failed. The server's password is out of date at the domain controller.
10351 .
10352 Language=Russian
10353 ERROR_MUTUAL_AUTH_FAILED - Ошибка взаимной проверки подлинности. Пароль сервера на контроллере домена устарел.
10354 .
10355 Language=Polish
10356 ERROR_MUTUAL_AUTH_FAILED - Mutual Authentication failed. The server's password is out of date at the domain controller.
10357 .
10358
10359 MessageId=1398
10360 Severity=Success
10361 Facility=System
10362 SymbolicName=ERROR_TIME_SKEW
10363 Language=English
10364 ERROR_TIME_SKEW - There is a time and/or date difference between the client and server.
10365 .
10366 Language=Russian
10367 ERROR_TIME_SKEW - Существует разница настройки времени и/или даты между клиентом и сервером.
10368 .
10369 Language=Polish
10370 ERROR_TIME_SKEW - There is a time and/or date difference between the client and server.
10371 .
10372
10373 MessageId=1399
10374 Severity=Success
10375 Facility=System
10376 SymbolicName=ERROR_CURRENT_DOMAIN_NOT_ALLOWED
10377 Language=English
10378 ERROR_CURRENT_DOMAIN_NOT_ALLOWED - This operation cannot be performed on the current domain.
10379 .
10380 Language=Russian
10381 ERROR_CURRENT_DOMAIN_NOT_ALLOWED - Эта операция не может быть выполнена над текущим доменом.
10382 .
10383 Language=Polish
10384 ERROR_CURRENT_DOMAIN_NOT_ALLOWED - This operation cannot be performed on the current domain.
10385 .
10386
10387 MessageId=1400
10388 Severity=Success
10389 Facility=System
10390 SymbolicName=ERROR_INVALID_WINDOW_HANDLE
10391 Language=English
10392 ERROR_INVALID_WINDOW_HANDLE - Invalid window handle.
10393 .
10394 Language=Russian
10395 ERROR_INVALID_WINDOW_HANDLE - Недопустимый дескриптор окна.
10396 .
10397 Language=Polish
10398 ERROR_INVALID_WINDOW_HANDLE - Invalid window handle.
10399 .
10400
10401 MessageId=1401
10402 Severity=Success
10403 Facility=System
10404 SymbolicName=ERROR_INVALID_MENU_HANDLE
10405 Language=English
10406 ERROR_INVALID_MENU_HANDLE - Invalid menu handle.
10407 .
10408 Language=Russian
10409 ERROR_INVALID_MENU_HANDLE - Неверный дескриптор меню.
10410 .
10411 Language=Polish
10412 ERROR_INVALID_MENU_HANDLE - Invalid menu handle.
10413 .
10414
10415 MessageId=1402
10416 Severity=Success
10417 Facility=System
10418 SymbolicName=ERROR_INVALID_CURSOR_HANDLE
10419 Language=English
10420 ERROR_INVALID_CURSOR_HANDLE - Invalid cursor handle.
10421 .
10422 Language=Russian
10423 ERROR_INVALID_CURSOR_HANDLE - Неверный дескриптор указателя.
10424 .
10425 Language=Polish
10426 ERROR_INVALID_CURSOR_HANDLE - Invalid cursor handle.
10427 .
10428
10429 MessageId=1403
10430 Severity=Success
10431 Facility=System
10432 SymbolicName=ERROR_INVALID_ACCEL_HANDLE
10433 Language=English
10434 ERROR_INVALID_ACCEL_HANDLE - Invalid accelerator table handle.
10435 .
10436 Language=Russian
10437 ERROR_INVALID_ACCEL_HANDLE - Неверный дескриптор таблицы сочетаний клавиш.
10438 .
10439 Language=Polish
10440 ERROR_INVALID_ACCEL_HANDLE - Invalid accelerator table handle.
10441 .
10442
10443 MessageId=1404
10444 Severity=Success
10445 Facility=System
10446 SymbolicName=ERROR_INVALID_HOOK_HANDLE
10447 Language=English
10448 ERROR_INVALID_HOOK_HANDLE - Invalid hook handle.
10449 .
10450 Language=Russian
10451 ERROR_INVALID_HOOK_HANDLE - Неверный дескриптор обработчика.
10452 .
10453 Language=Polish
10454 ERROR_INVALID_HOOK_HANDLE - Invalid hook handle.
10455 .
10456
10457 MessageId=1405
10458 Severity=Success
10459 Facility=System
10460 SymbolicName=ERROR_INVALID_DWP_HANDLE
10461 Language=English
10462 ERROR_INVALID_DWP_HANDLE - Invalid handle to a multiple-window position structure.
10463 .
10464 Language=Russian
10465 ERROR_INVALID_DWP_HANDLE - Неверный дескриптор многооконной структуры.
10466 .
10467 Language=Polish
10468 ERROR_INVALID_DWP_HANDLE - Invalid handle to a multiple-window position structure.
10469 .
10470
10471 MessageId=1406
10472 Severity=Success
10473 Facility=System
10474 SymbolicName=ERROR_TLW_WITH_WSCHILD
10475 Language=English
10476 ERROR_TLW_WITH_WSCHILD - Cannot create a top-level child window.
10477 .
10478 Language=Russian
10479 ERROR_TLW_WITH_WSCHILD - Не удается создать дочернее окно верхнего уровня.
10480 .
10481 Language=Polish
10482 ERROR_TLW_WITH_WSCHILD - Cannot create a top-level child window.
10483 .
10484
10485 MessageId=1407
10486 Severity=Success
10487 Facility=System
10488 SymbolicName=ERROR_CANNOT_FIND_WND_CLASS
10489 Language=English
10490 ERROR_CANNOT_FIND_WND_CLASS - Cannot find window class.
10491 .
10492 Language=Russian
10493 ERROR_CANNOT_FIND_WND_CLASS - Не удается найти класс окна.
10494 .
10495 Language=Polish
10496 ERROR_CANNOT_FIND_WND_CLASS - Cannot find window class.
10497 .
10498
10499 MessageId=1408
10500 Severity=Success
10501 Facility=System
10502 SymbolicName=ERROR_WINDOW_OF_OTHER_THREAD
10503 Language=English
10504 ERROR_WINDOW_OF_OTHER_THREAD - Invalid window; it belongs to other thread.
10505 .
10506 Language=Russian
10507 ERROR_WINDOW_OF_OTHER_THREAD - Окно принадлежит другому потоку команд.
10508 .
10509 Language=Polish
10510 ERROR_WINDOW_OF_OTHER_THREAD - Invalid window; it belongs to other thread.
10511 .
10512
10513 MessageId=1409
10514 Severity=Success
10515 Facility=System
10516 SymbolicName=ERROR_HOTKEY_ALREADY_REGISTERED
10517 Language=English
10518 ERROR_HOTKEY_ALREADY_REGISTERED - Hot key is already registered.
10519 .
10520 Language=Russian
10521 ERROR_HOTKEY_ALREADY_REGISTERED - Назначенная клавиша уже зарегистрирована.
10522 .
10523 Language=Polish
10524 ERROR_HOTKEY_ALREADY_REGISTERED - Hot key is already registered.
10525 .
10526
10527 MessageId=1410
10528 Severity=Success
10529 Facility=System
10530 SymbolicName=ERROR_CLASS_ALREADY_EXISTS
10531 Language=English
10532 ERROR_CLASS_ALREADY_EXISTS - Class already exists.
10533 .
10534 Language=Russian
10535 ERROR_CLASS_ALREADY_EXISTS - Класс уже существует.
10536 .
10537 Language=Polish
10538 ERROR_CLASS_ALREADY_EXISTS - Class already exists.
10539 .
10540
10541 MessageId=1411
10542 Severity=Success
10543 Facility=System
10544 SymbolicName=ERROR_CLASS_DOES_NOT_EXIST
10545 Language=English
10546 ERROR_CLASS_DOES_NOT_EXIST - Class does not exist.
10547 .
10548 Language=Russian
10549 ERROR_CLASS_DOES_NOT_EXIST - Класс не существует.
10550 .
10551 Language=Polish
10552 ERROR_CLASS_DOES_NOT_EXIST - Class does not exist.
10553 .
10554
10555 MessageId=1412
10556 Severity=Success
10557 Facility=System
10558 SymbolicName=ERROR_CLASS_HAS_WINDOWS
10559 Language=English
10560 ERROR_CLASS_HAS_WINDOWS - Class still has open windows.
10561 .
10562 Language=Russian
10563 ERROR_CLASS_HAS_WINDOWS - Class still has open windows.
10564 .
10565 Language=Polish
10566 ERROR_CLASS_HAS_WINDOWS - Class still has open windows.
10567 .
10568
10569 MessageId=1413
10570 Severity=Success
10571 Facility=System
10572 SymbolicName=ERROR_INVALID_INDEX
10573 Language=English
10574 ERROR_INVALID_INDEX - Invalid index.
10575 .
10576 Language=Russian
10577 ERROR_INVALID_INDEX - Invalid index.
10578 .
10579 Language=Polish
10580 ERROR_INVALID_INDEX - Invalid index.
10581 .
10582
10583 MessageId=1414
10584 Severity=Success
10585 Facility=System
10586 SymbolicName=ERROR_INVALID_ICON_HANDLE
10587 Language=English
10588 ERROR_INVALID_ICON_HANDLE - Invalid icon handle.
10589 .
10590 Language=Russian
10591 ERROR_INVALID_ICON_HANDLE - Invalid icon handle.
10592 .
10593 Language=Polish
10594 ERROR_INVALID_ICON_HANDLE - Invalid icon handle.
10595 .
10596
10597 MessageId=1415
10598 Severity=Success
10599 Facility=System
10600 SymbolicName=ERROR_PRIVATE_DIALOG_INDEX
10601 Language=English
10602 ERROR_PRIVATE_DIALOG_INDEX - Using private DIALOG window words.
10603 .
10604 Language=Russian
10605 ERROR_PRIVATE_DIALOG_INDEX - Using private DIALOG window words.
10606 .
10607 Language=Polish
10608 ERROR_PRIVATE_DIALOG_INDEX - Using private DIALOG window words.
10609 .
10610
10611 MessageId=1416
10612 Severity=Success
10613 Facility=System
10614 SymbolicName=ERROR_LISTBOX_ID_NOT_FOUND
10615 Language=English
10616 ERROR_LISTBOX_ID_NOT_FOUND - The list box identifier was not found.
10617 .
10618 Language=Russian
10619 ERROR_LISTBOX_ID_NOT_FOUND - The list box identifier was not found.
10620 .
10621 Language=Polish
10622 ERROR_LISTBOX_ID_NOT_FOUND - The list box identifier was not found.
10623 .
10624
10625 MessageId=1417
10626 Severity=Success
10627 Facility=System
10628 SymbolicName=ERROR_NO_WILDCARD_CHARACTERS
10629 Language=English
10630 ERROR_NO_WILDCARD_CHARACTERS - No wildcards were found.
10631 .
10632 Language=Russian
10633 ERROR_NO_WILDCARD_CHARACTERS - No wildcards were found.
10634 .
10635 Language=Polish
10636 ERROR_NO_WILDCARD_CHARACTERS - No wildcards were found.
10637 .
10638
10639 MessageId=1418
10640 Severity=Success
10641 Facility=System
10642 SymbolicName=ERROR_CLIPBOARD_NOT_OPEN
10643 Language=English
10644 ERROR_CLIPBOARD_NOT_OPEN - Thread does not have a clipboard open.
10645 .
10646 Language=Russian
10647 ERROR_CLIPBOARD_NOT_OPEN - Thread does not have a clipboard open.
10648 .
10649 Language=Polish
10650 ERROR_CLIPBOARD_NOT_OPEN - Thread does not have a clipboard open.
10651 .
10652
10653 MessageId=1419
10654 Severity=Success
10655 Facility=System
10656 SymbolicName=ERROR_HOTKEY_NOT_REGISTERED
10657 Language=English
10658 ERROR_HOTKEY_NOT_REGISTERED - Hot key is not registered.
10659 .
10660 Language=Russian
10661 ERROR_HOTKEY_NOT_REGISTERED - Hot key is not registered.
10662 .
10663 Language=Polish
10664 ERROR_HOTKEY_NOT_REGISTERED - Hot key is not registered.
10665 .
10666
10667 MessageId=1420
10668 Severity=Success
10669 Facility=System
10670 SymbolicName=ERROR_WINDOW_NOT_DIALOG
10671 Language=English
10672 ERROR_WINDOW_NOT_DIALOG - The window is not a valid dialog window.
10673 .
10674 Language=Russian
10675 ERROR_WINDOW_NOT_DIALOG - The window is not a valid dialog window.
10676 .
10677 Language=Polish
10678 ERROR_WINDOW_NOT_DIALOG - The window is not a valid dialog window.
10679 .
10680
10681 MessageId=1421
10682 Severity=Success
10683 Facility=System
10684 SymbolicName=ERROR_CONTROL_ID_NOT_FOUND
10685 Language=English
10686 ERROR_CONTROL_ID_NOT_FOUND - Control ID not found.
10687 .
10688 Language=Russian
10689 ERROR_CONTROL_ID_NOT_FOUND - Control ID not found.
10690 .
10691 Language=Polish
10692 ERROR_CONTROL_ID_NOT_FOUND - Control ID not found.
10693 .
10694
10695 MessageId=1422
10696 Severity=Success
10697 Facility=System
10698 SymbolicName=ERROR_INVALID_COMBOBOX_MESSAGE
10699 Language=English
10700 ERROR_INVALID_COMBOBOX_MESSAGE - Invalid message for a combo box because it does not have an edit control.
10701 .
10702 Language=Russian
10703 ERROR_INVALID_COMBOBOX_MESSAGE - Invalid message for a combo box because it does not have an edit control.
10704 .
10705 Language=Polish
10706 ERROR_INVALID_COMBOBOX_MESSAGE - Invalid message for a combo box because it does not have an edit control.
10707 .
10708
10709 MessageId=1423
10710 Severity=Success
10711 Facility=System
10712 SymbolicName=ERROR_WINDOW_NOT_COMBOBOX
10713 Language=English
10714 ERROR_WINDOW_NOT_COMBOBOX - The window is not a combo box.
10715 .
10716 Language=Russian
10717 ERROR_WINDOW_NOT_COMBOBOX - The window is not a combo box.
10718 .
10719 Language=Polish
10720 ERROR_WINDOW_NOT_COMBOBOX - The window is not a combo box.
10721 .
10722
10723 MessageId=1424
10724 Severity=Success
10725 Facility=System
10726 SymbolicName=ERROR_INVALID_EDIT_HEIGHT
10727 Language=English
10728 ERROR_INVALID_EDIT_HEIGHT - Height must be less than 256.
10729 .
10730 Language=Russian
10731 ERROR_INVALID_EDIT_HEIGHT - Height must be less than 256.
10732 .
10733 Language=Polish
10734 ERROR_INVALID_EDIT_HEIGHT - Height must be less than 256.
10735 .
10736
10737 MessageId=1425
10738 Severity=Success
10739 Facility=System
10740 SymbolicName=ERROR_DC_NOT_FOUND
10741 Language=English
10742 ERROR_DC_NOT_FOUND - Invalid device context (DC) handle.
10743 .
10744 Language=Russian
10745 ERROR_DC_NOT_FOUND - Invalid device context (DC) handle.
10746 .
10747 Language=Polish
10748 ERROR_DC_NOT_FOUND - Invalid device context (DC) handle.
10749 .
10750
10751 MessageId=1426
10752 Severity=Success
10753 Facility=System
10754 SymbolicName=ERROR_INVALID_HOOK_FILTER
10755 Language=English
10756 ERROR_INVALID_HOOK_FILTER - Invalid hook procedure type.
10757 .
10758 Language=Russian
10759 ERROR_INVALID_HOOK_FILTER - Invalid hook procedure type.
10760 .
10761 Language=Polish
10762 ERROR_INVALID_HOOK_FILTER - Invalid hook procedure type.
10763 .
10764
10765 MessageId=1427
10766 Severity=Success
10767 Facility=System
10768 SymbolicName=ERROR_INVALID_FILTER_PROC
10769 Language=English
10770 ERROR_INVALID_FILTER_PROC - Invalid hook procedure.
10771 .
10772 Language=Russian
10773 ERROR_INVALID_FILTER_PROC - Invalid hook procedure.
10774 .
10775 Language=Polish
10776 ERROR_INVALID_FILTER_PROC - Invalid hook procedure.
10777 .
10778
10779 MessageId=1428
10780 Severity=Success
10781 Facility=System
10782 SymbolicName=ERROR_HOOK_NEEDS_HMOD
10783 Language=English
10784 ERROR_HOOK_NEEDS_HMOD - Cannot set nonlocal hook without a module handle.
10785 .
10786 Language=Russian
10787 ERROR_HOOK_NEEDS_HMOD - Cannot set nonlocal hook without a module handle.
10788 .
10789 Language=Polish
10790 ERROR_HOOK_NEEDS_HMOD - Cannot set nonlocal hook without a module handle.
10791 .
10792
10793 MessageId=1429
10794 Severity=Success
10795 Facility=System
10796 SymbolicName=ERROR_GLOBAL_ONLY_HOOK
10797 Language=English
10798 ERROR_GLOBAL_ONLY_HOOK - This hook procedure can only be set globally.
10799 .
10800 Language=Russian
10801 ERROR_GLOBAL_ONLY_HOOK - This hook procedure can only be set globally.
10802 .
10803 Language=Polish
10804 ERROR_GLOBAL_ONLY_HOOK - This hook procedure can only be set globally.
10805 .
10806
10807 MessageId=1430
10808 Severity=Success
10809 Facility=System
10810 SymbolicName=ERROR_JOURNAL_HOOK_SET
10811 Language=English
10812 ERROR_JOURNAL_HOOK_SET - The journal hook procedure is already installed.
10813 .
10814 Language=Russian
10815 ERROR_JOURNAL_HOOK_SET - The journal hook procedure is already installed.
10816 .
10817 Language=Polish
10818 ERROR_JOURNAL_HOOK_SET - The journal hook procedure is already installed.
10819 .
10820
10821 MessageId=1431
10822 Severity=Success
10823 Facility=System
10824 SymbolicName=ERROR_HOOK_NOT_INSTALLED
10825 Language=English
10826 ERROR_HOOK_NOT_INSTALLED - The hook procedure is not installed.
10827 .
10828 Language=Russian
10829 ERROR_HOOK_NOT_INSTALLED - The hook procedure is not installed.
10830 .
10831 Language=Polish
10832 ERROR_HOOK_NOT_INSTALLED - The hook procedure is not installed.
10833 .
10834
10835 MessageId=1432
10836 Severity=Success
10837 Facility=System
10838 SymbolicName=ERROR_INVALID_LB_MESSAGE
10839 Language=English
10840 ERROR_INVALID_LB_MESSAGE - Invalid message for single-selection list box.
10841 .
10842 Language=Russian
10843 ERROR_INVALID_LB_MESSAGE - Invalid message for single-selection list box.
10844 .
10845 Language=Polish
10846 ERROR_INVALID_LB_MESSAGE - Invalid message for single-selection list box.
10847 .
10848
10849 MessageId=1433
10850 Severity=Success
10851 Facility=System
10852 SymbolicName=ERROR_SETCOUNT_ON_BAD_LB
10853 Language=English
10854 ERROR_SETCOUNT_ON_BAD_LB - LB_SETCOUNT sent to non-lazy list box.
10855 .
10856 Language=Russian
10857 ERROR_SETCOUNT_ON_BAD_LB - LB_SETCOUNT sent to non-lazy list box.
10858 .
10859 Language=Polish
10860 ERROR_SETCOUNT_ON_BAD_LB - LB_SETCOUNT sent to non-lazy list box.
10861 .
10862
10863 MessageId=1434
10864 Severity=Success
10865 Facility=System
10866 SymbolicName=ERROR_LB_WITHOUT_TABSTOPS
10867 Language=English
10868 ERROR_LB_WITHOUT_TABSTOPS - This list box does not support tab stops.
10869 .
10870 Language=Russian
10871 ERROR_LB_WITHOUT_TABSTOPS - This list box does not support tab stops.
10872 .
10873 Language=Polish
10874 ERROR_LB_WITHOUT_TABSTOPS - This list box does not support tab stops.
10875 .
10876
10877 MessageId=1435
10878 Severity=Success
10879 Facility=System
10880 SymbolicName=ERROR_DESTROY_OBJECT_OF_OTHER_THREAD
10881 Language=English
10882 ERROR_DESTROY_OBJECT_OF_OTHER_THREAD - Cannot destroy object created by another thread.
10883 .
10884 Language=Russian
10885 ERROR_DESTROY_OBJECT_OF_OTHER_THREAD - Cannot destroy object created by another thread.
10886 .
10887 Language=Polish
10888 ERROR_DESTROY_OBJECT_OF_OTHER_THREAD - Cannot destroy object created by another thread.
10889 .
10890
10891 MessageId=1436
10892 Severity=Success
10893 Facility=System
10894 SymbolicName=ERROR_CHILD_WINDOW_MENU
10895 Language=English
10896 ERROR_CHILD_WINDOW_MENU - Child windows cannot have menus.
10897 .
10898 Language=Russian
10899 ERROR_CHILD_WINDOW_MENU - Child windows cannot have menus.
10900 .
10901 Language=Polish
10902 ERROR_CHILD_WINDOW_MENU - Child windows cannot have menus.
10903 .
10904
10905 MessageId=1437
10906 Severity=Success
10907 Facility=System
10908 SymbolicName=ERROR_NO_SYSTEM_MENU
10909 Language=English
10910 ERROR_NO_SYSTEM_MENU - The window does not have a system menu.
10911 .
10912 Language=Russian
10913 ERROR_NO_SYSTEM_MENU - The window does not have a system menu.
10914 .
10915 Language=Polish
10916 ERROR_NO_SYSTEM_MENU - The window does not have a system menu.
10917 .
10918
10919 MessageId=1438
10920 Severity=Success
10921 Facility=System
10922 SymbolicName=ERROR_INVALID_MSGBOX_STYLE
10923 Language=English
10924 ERROR_INVALID_MSGBOX_STYLE - Invalid message box style.
10925 .
10926 Language=Russian
10927 ERROR_INVALID_MSGBOX_STYLE - Invalid message box style.
10928 .
10929 Language=Polish
10930 ERROR_INVALID_MSGBOX_STYLE - Invalid message box style.
10931 .
10932
10933 MessageId=1439
10934 Severity=Success
10935 Facility=System
10936 SymbolicName=ERROR_INVALID_SPI_VALUE
10937 Language=English
10938 ERROR_INVALID_SPI_VALUE - Invalid system-wide (SPI_*) parameter.
10939 .
10940 Language=Russian
10941 ERROR_INVALID_SPI_VALUE - Invalid system-wide (SPI_*) parameter.
10942 .
10943 Language=Polish
10944 ERROR_INVALID_SPI_VALUE - Invalid system-wide (SPI_*) parameter.
10945 .
10946
10947 MessageId=1440
10948 Severity=Success
10949 Facility=System
10950 SymbolicName=ERROR_SCREEN_ALREADY_LOCKED
10951 Language=English
10952 ERROR_SCREEN_ALREADY_LOCKED - Screen already locked.
10953 .
10954 Language=Russian
10955 ERROR_SCREEN_ALREADY_LOCKED - Screen already locked.
10956 .
10957 Language=Polish
10958 ERROR_SCREEN_ALREADY_LOCKED - Screen already locked.
10959 .
10960
10961 MessageId=1441
10962 Severity=Success
10963 Facility=System
10964 SymbolicName=ERROR_HWNDS_HAVE_DIFF_PARENT
10965 Language=English
10966 ERROR_HWNDS_HAVE_DIFF_PARENT - All handles to windows in a multiple-window position structure must have the same parent.
10967 .
10968 Language=Russian
10969 ERROR_HWNDS_HAVE_DIFF_PARENT - All handles to windows in a multiple-window position structure must have the same parent.
10970 .
10971 Language=Polish
10972 ERROR_HWNDS_HAVE_DIFF_PARENT - All handles to windows in a multiple-window position structure must have the same parent.
10973 .
10974
10975 MessageId=1442
10976 Severity=Success
10977 Facility=System
10978 SymbolicName=ERROR_NOT_CHILD_WINDOW
10979 Language=English
10980 ERROR_NOT_CHILD_WINDOW - The window is not a child window.
10981 .
10982 Language=Russian
10983 ERROR_NOT_CHILD_WINDOW - The window is not a child window.
10984 .
10985 Language=Polish
10986 ERROR_NOT_CHILD_WINDOW - The window is not a child window.
10987 .
10988
10989 MessageId=1443
10990 Severity=Success
10991 Facility=System
10992 SymbolicName=ERROR_INVALID_GW_COMMAND
10993 Language=English
10994 ERROR_INVALID_GW_COMMAND - Invalid GW_* command.
10995 .
10996 Language=Russian
10997 ERROR_INVALID_GW_COMMAND - Invalid GW_* command.
10998 .
10999 Language=Polish
11000 ERROR_INVALID_GW_COMMAND - Invalid GW_* command.
11001 .
11002
11003 MessageId=1444
11004 Severity=Success
11005 Facility=System
11006 SymbolicName=ERROR_INVALID_THREAD_ID
11007 Language=English
11008 ERROR_INVALID_THREAD_ID - Invalid thread identifier.
11009 .
11010 Language=Russian
11011 ERROR_INVALID_THREAD_ID - Invalid thread identifier.
11012 .
11013 Language=Polish
11014 ERROR_INVALID_THREAD_ID - Invalid thread identifier.
11015 .
11016
11017 MessageId=1445
11018 Severity=Success
11019 Facility=System
11020 SymbolicName=ERROR_NON_MDICHILD_WINDOW
11021 Language=English
11022 ERROR_NON_MDICHILD_WINDOW - Cannot process a message from a window that is not a multiple document interface (MDI) window.
11023 .
11024 Language=Russian
11025 ERROR_NON_MDICHILD_WINDOW - Cannot process a message from a window that is not a multiple document interface (MDI) window.
11026 .
11027 Language=Polish
11028 ERROR_NON_MDICHILD_WINDOW - Cannot process a message from a window that is not a multiple document interface (MDI) window.
11029 .
11030
11031 MessageId=1446
11032 Severity=Success
11033 Facility=System
11034 SymbolicName=ERROR_POPUP_ALREADY_ACTIVE
11035 Language=English
11036 ERROR_POPUP_ALREADY_ACTIVE - Popup menu already active.
11037 .
11038 Language=Russian
11039 ERROR_POPUP_ALREADY_ACTIVE - Popup menu already active.
11040 .
11041 Language=Polish
11042 ERROR_POPUP_ALREADY_ACTIVE - Popup menu already active.
11043 .
11044
11045 MessageId=1447
11046 Severity=Success
11047 Facility=System
11048 SymbolicName=ERROR_NO_SCROLLBARS
11049 Language=English
11050 ERROR_NO_SCROLLBARS - The window does not have scroll bars.
11051 .
11052 Language=Russian
11053 ERROR_NO_SCROLLBARS - The window does not have scroll bars.
11054 .
11055 Language=Polish
11056 ERROR_NO_SCROLLBARS - The window does not have scroll bars.
11057 .
11058
11059 MessageId=1448
11060 Severity=Success
11061 Facility=System
11062 SymbolicName=ERROR_INVALID_SCROLLBAR_RANGE
11063 Language=English
11064 ERROR_INVALID_SCROLLBAR_RANGE - Scroll bar range cannot be greater than MAXLONG.
11065 .
11066 Language=Russian
11067 ERROR_INVALID_SCROLLBAR_RANGE - Scroll bar range cannot be greater than MAXLONG.
11068 .
11069 Language=Polish
11070 ERROR_INVALID_SCROLLBAR_RANGE - Scroll bar range cannot be greater than MAXLONG.
11071 .
11072
11073 MessageId=1449
11074 Severity=Success
11075 Facility=System
11076 SymbolicName=ERROR_INVALID_SHOWWIN_COMMAND
11077 Language=English
11078 ERROR_INVALID_SHOWWIN_COMMAND - Cannot show or remove the window in the way specified.
11079 .
11080 Language=Russian
11081 ERROR_INVALID_SHOWWIN_COMMAND - Cannot show or remove the window in the way specified.
11082 .
11083 Language=Polish
11084 ERROR_INVALID_SHOWWIN_COMMAND - Cannot show or remove the window in the way specified.
11085 .
11086
11087 MessageId=1450
11088 Severity=Success
11089 Facility=System
11090 SymbolicName=ERROR_NO_SYSTEM_RESOURCES
11091 Language=English
11092 ERROR_NO_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11093 .
11094 Language=Russian
11095 ERROR_NO_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11096 .
11097 Language=Polish
11098 ERROR_NO_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11099 .
11100
11101 MessageId=1451
11102 Severity=Success
11103 Facility=System
11104 SymbolicName=ERROR_NONPAGED_SYSTEM_RESOURCES
11105 Language=English
11106 ERROR_NONPAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11107 .
11108 Language=Russian
11109 ERROR_NONPAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11110 .
11111 Language=Polish
11112 ERROR_NONPAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11113 .
11114
11115 MessageId=1452
11116 Severity=Success
11117 Facility=System
11118 SymbolicName=ERROR_PAGED_SYSTEM_RESOURCES
11119 Language=English
11120 ERROR_PAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11121 .
11122 Language=Russian
11123 ERROR_PAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11124 .
11125 Language=Polish
11126 ERROR_PAGED_SYSTEM_RESOURCES - Insufficient system resources exist to complete the requested service.
11127 .
11128
11129 MessageId=1453
11130 Severity=Success
11131 Facility=System
11132 SymbolicName=ERROR_WORKING_SET_QUOTA
11133 Language=English
11134 ERROR_WORKING_SET_QUOTA - Insufficient quota to complete the requested service.
11135 .
11136 Language=Russian
11137 ERROR_WORKING_SET_QUOTA - Insufficient quota to complete the requested service.
11138 .
11139 Language=Polish
11140 ERROR_WORKING_SET_QUOTA - Insufficient quota to complete the requested service.
11141 .
11142
11143 MessageId=1454
11144 Severity=Success
11145 Facility=System
11146 SymbolicName=ERROR_PAGEFILE_QUOTA
11147 Language=English
11148 ERROR_PAGEFILE_QUOTA - Insufficient quota to complete the requested service.
11149 .
11150 Language=Russian
11151 ERROR_PAGEFILE_QUOTA - Insufficient quota to complete the requested service.
11152 .
11153 Language=Polish
11154 ERROR_PAGEFILE_QUOTA - Insufficient quota to complete the requested service.
11155 .
11156
11157 MessageId=1455
11158 Severity=Success
11159 Facility=System
11160 SymbolicName=ERROR_COMMITMENT_LIMIT
11161 Language=English
11162 ERROR_COMMITMENT_LIMIT - The paging file is too small for this operation to complete.
11163 .
11164 Language=Russian
11165 ERROR_COMMITMENT_LIMIT - The paging file is too small for this operation to complete.
11166 .
11167 Language=Polish
11168 ERROR_COMMITMENT_LIMIT - The paging file is too small for this operation to complete.
11169 .
11170
11171 MessageId=1456
11172 Severity=Success
11173 Facility=System
11174 SymbolicName=ERROR_MENU_ITEM_NOT_FOUND
11175 Language=English
11176 ERROR_MENU_ITEM_NOT_FOUND - A menu item was not found.
11177 .
11178 Language=Russian
11179 ERROR_MENU_ITEM_NOT_FOUND - A menu item was not found.
11180 .
11181 Language=Polish
11182 ERROR_MENU_ITEM_NOT_FOUND - A menu item was not found.
11183 .
11184
11185 MessageId=1457
11186 Severity=Success
11187 Facility=System
11188 SymbolicName=ERROR_INVALID_KEYBOARD_HANDLE
11189 Language=English
11190 ERROR_INVALID_KEYBOARD_HANDLE - Invalid keyboard layout handle.
11191 .
11192 Language=Russian
11193 ERROR_INVALID_KEYBOARD_HANDLE - Invalid keyboard layout handle.
11194 .
11195 Language=Polish
11196 ERROR_INVALID_KEYBOARD_HANDLE - Invalid keyboard layout handle.
11197 .
11198
11199 MessageId=1458
11200 Severity=Success
11201 Facility=System
11202 SymbolicName=ERROR_HOOK_TYPE_NOT_ALLOWED
11203 Language=English
11204 ERROR_HOOK_TYPE_NOT_ALLOWED - Hook type not allowed.
11205 .
11206 Language=Russian
11207 ERROR_HOOK_TYPE_NOT_ALLOWED - Hook type not allowed.
11208 .
11209 Language=Polish
11210 ERROR_HOOK_TYPE_NOT_ALLOWED - Hook type not allowed.
11211 .
11212
11213 MessageId=1459
11214 Severity=Success
11215 Facility=System
11216 SymbolicName=ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION
11217 Language=English
11218 ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION - This operation requires an interactive window station.
11219 .
11220 Language=Russian
11221 ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION - This operation requires an interactive window station.
11222 .
11223 Language=Polish
11224 ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION - This operation requires an interactive window station.
11225 .
11226
11227 MessageId=1460
11228 Severity=Success
11229 Facility=System
11230 SymbolicName=ERROR_TIMEOUT
11231 Language=English
11232 ERROR_TIMEOUT - This operation returned because the timeout period expired.
11233 .
11234 Language=Russian
11235 ERROR_TIMEOUT - This operation returned because the timeout period expired.
11236 .
11237 Language=Polish
11238 ERROR_TIMEOUT - This operation returned because the timeout period expired.
11239 .
11240
11241 MessageId=1461
11242 Severity=Success
11243 Facility=System
11244 SymbolicName=ERROR_INVALID_MONITOR_HANDLE
11245 Language=English
11246 ERROR_INVALID_MONITOR_HANDLE - Invalid monitor handle.
11247 .
11248 Language=Russian
11249 ERROR_INVALID_MONITOR_HANDLE - Invalid monitor handle.
11250 .
11251 Language=Polish
11252 ERROR_INVALID_MONITOR_HANDLE - Invalid monitor handle.
11253 .
11254
11255 MessageId=1500
11256 Severity=Success
11257 Facility=System
11258 SymbolicName=ERROR_EVENTLOG_FILE_CORRUPT
11259 Language=English
11260 ERROR_EVENTLOG_FILE_CORRUPT - The event log file is corrupted.
11261 .
11262 Language=Russian
11263 ERROR_EVENTLOG_FILE_CORRUPT - The event log file is corrupted.
11264 .
11265 Language=Polish
11266 ERROR_EVENTLOG_FILE_CORRUPT - The event log file is corrupted.
11267 .
11268
11269 MessageId=1501
11270 Severity=Success
11271 Facility=System
11272 SymbolicName=ERROR_EVENTLOG_CANT_START
11273 Language=English
11274 ERROR_EVENTLOG_CANT_START - No event log file could be opened, so the event logging service did not start.
11275 .
11276 Language=Russian
11277 ERROR_EVENTLOG_CANT_START - No event log file could be opened, so the event logging service did not start.
11278 .
11279 Language=Polish
11280 ERROR_EVENTLOG_CANT_START - No event log file could be opened, so the event logging service did not start.
11281 .
11282
11283 MessageId=1502
11284 Severity=Success
11285 Facility=System
11286 SymbolicName=ERROR_LOG_FILE_FULL
11287 Language=English
11288 ERROR_LOG_FILE_FULL - The event log file is full.
11289 .
11290 Language=Russian
11291 ERROR_LOG_FILE_FULL - The event log file is full.
11292 .
11293 Language=Polish
11294 ERROR_LOG_FILE_FULL - The event log file is full.
11295 .
11296
11297 MessageId=1503
11298 Severity=Success
11299 Facility=System
11300 SymbolicName=ERROR_EVENTLOG_FILE_CHANGED
11301 Language=English
11302 ERROR_EVENTLOG_FILE_CHANGED - The event log file has changed between read operations.
11303 .
11304 Language=Russian
11305 ERROR_EVENTLOG_FILE_CHANGED - The event log file has changed between read operations.
11306 .
11307 Language=Polish
11308 ERROR_EVENTLOG_FILE_CHANGED - The event log file has changed between read operations.
11309 .
11310
11311 MessageId=1601
11312 Severity=Success
11313 Facility=System
11314 SymbolicName=ERROR_INSTALL_SERVICE_FAILURE
11315 Language=English
11316 ERROR_INSTALL_SERVICE_FAILURE - 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.
11317 .
11318 Language=Russian
11319 ERROR_INSTALL_SERVICE_FAILURE - 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.
11320 .
11321 Language=Polish
11322 ERROR_INSTALL_SERVICE_FAILURE - 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.
11323 .
11324
11325 MessageId=1602
11326 Severity=Success
11327 Facility=System
11328 SymbolicName=ERROR_INSTALL_USEREXIT
11329 Language=English
11330 ERROR_INSTALL_USEREXIT - User cancelled installation.
11331 .
11332 Language=Russian
11333 ERROR_INSTALL_USEREXIT - User cancelled installation.
11334 .
11335 Language=Polish
11336 ERROR_INSTALL_USEREXIT - User cancelled installation.
11337 .
11338
11339 MessageId=1603
11340 Severity=Success
11341 Facility=System
11342 SymbolicName=ERROR_INSTALL_FAILURE
11343 Language=English
11344 ERROR_INSTALL_FAILURE - Fatal error during installation.
11345 .
11346 Language=Russian
11347 ERROR_INSTALL_FAILURE - Fatal error during installation.
11348 .
11349 Language=Polish
11350 ERROR_INSTALL_FAILURE - Fatal error during installation.
11351 .
11352
11353 MessageId=1604
11354 Severity=Success
11355 Facility=System
11356 SymbolicName=ERROR_INSTALL_SUSPEND
11357 Language=English
11358 ERROR_INSTALL_SUSPEND - Installation suspended, incomplete.
11359 .
11360 Language=Russian
11361 ERROR_INSTALL_SUSPEND - Installation suspended, incomplete.
11362 .
11363 Language=Polish
11364 ERROR_INSTALL_SUSPEND - Installation suspended, incomplete.
11365 .
11366
11367 MessageId=1605
11368 Severity=Success
11369 Facility=System
11370 SymbolicName=ERROR_UNKNOWN_PRODUCT
11371 Language=English
11372 ERROR_UNKNOWN_PRODUCT - This action is only valid for products that are currently installed.
11373 .
11374 Language=Russian
11375 ERROR_UNKNOWN_PRODUCT - This action is only valid for products that are currently installed.
11376 .
11377 Language=Polish
11378 ERROR_UNKNOWN_PRODUCT - This action is only valid for products that are currently installed.
11379 .
11380
11381 MessageId=1606
11382 Severity=Success
11383 Facility=System
11384 SymbolicName=ERROR_UNKNOWN_FEATURE
11385 Language=English
11386 ERROR_UNKNOWN_FEATURE - Feature ID not registered.
11387 .
11388 Language=Russian
11389 ERROR_UNKNOWN_FEATURE - Feature ID not registered.
11390 .
11391 Language=Polish
11392 ERROR_UNKNOWN_FEATURE - Feature ID not registered.
11393 .
11394
11395 MessageId=1607
11396 Severity=Success
11397 Facility=System
11398 SymbolicName=ERROR_UNKNOWN_COMPONENT
11399 Language=English
11400 ERROR_UNKNOWN_COMPONENT - Component ID not registered.
11401 .
11402 Language=Russian
11403 ERROR_UNKNOWN_COMPONENT - Component ID not registered.
11404 .
11405 Language=Polish
11406 ERROR_UNKNOWN_COMPONENT - Component ID not registered.
11407 .
11408
11409 MessageId=1608
11410 Severity=Success
11411 Facility=System
11412 SymbolicName=ERROR_UNKNOWN_PROPERTY
11413 Language=English
11414 ERROR_UNKNOWN_PROPERTY - Unknown property.
11415 .
11416 Language=Russian
11417 ERROR_UNKNOWN_PROPERTY - Unknown property.
11418 .
11419 Language=Polish
11420 ERROR_UNKNOWN_PROPERTY - Unknown property.
11421 .
11422
11423 MessageId=1609
11424 Severity=Success
11425 Facility=System
11426 SymbolicName=ERROR_INVALID_HANDLE_STATE
11427 Language=English
11428 ERROR_INVALID_HANDLE_STATE - Handle is in an invalid state.
11429 .
11430 Language=Russian
11431 ERROR_INVALID_HANDLE_STATE - Handle is in an invalid state.
11432 .
11433 Language=Polish
11434 ERROR_INVALID_HANDLE_STATE - Handle is in an invalid state.
11435 .
11436
11437 MessageId=1610
11438 Severity=Success
11439 Facility=System
11440 SymbolicName=ERROR_BAD_CONFIGURATION
11441 Language=English
11442 ERROR_BAD_CONFIGURATION - The configuration data for this product is corrupt. Contact your support personnel.
11443 .
11444 Language=Russian
11445 ERROR_BAD_CONFIGURATION - The configuration data for this product is corrupt. Contact your support personnel.
11446 .
11447 Language=Polish
11448 ERROR_BAD_CONFIGURATION - The configuration data for this product is corrupt. Contact your support personnel.
11449 .
11450
11451 MessageId=1611
11452 Severity=Success
11453 Facility=System
11454 SymbolicName=ERROR_INDEX_ABSENT
11455 Language=English
11456 ERROR_INDEX_ABSENT - Component qualifier not present.
11457 .
11458 Language=Russian
11459 ERROR_INDEX_ABSENT - Component qualifier not present.
11460 .
11461 Language=Polish
11462 ERROR_INDEX_ABSENT - Component qualifier not present.
11463 .
11464
11465 MessageId=1612
11466 Severity=Success
11467 Facility=System
11468 SymbolicName=ERROR_INSTALL_SOURCE_ABSENT
11469 Language=English
11470 ERROR_INSTALL_SOURCE_ABSENT - The installation source for this product is not available. Verify that the source exists and that you can access it.
11471 .
11472 Language=Russian
11473 ERROR_INSTALL_SOURCE_ABSENT - The installation source for this product is not available. Verify that the source exists and that you can access it.
11474 .
11475 Language=Polish
11476 ERROR_INSTALL_SOURCE_ABSENT - The installation source for this product is not available. Verify that the source exists and that you can access it.
11477 .
11478
11479 MessageId=1613
11480 Severity=Success
11481 Facility=System
11482 SymbolicName=ERROR_INSTALL_PACKAGE_VERSION
11483 Language=English
11484 ERROR_INSTALL_PACKAGE_VERSION - 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.
11485 .
11486 Language=Russian
11487 ERROR_INSTALL_PACKAGE_VERSION - 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.
11488 .
11489 Language=Polish
11490 ERROR_INSTALL_PACKAGE_VERSION - 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.
11491 .
11492
11493 MessageId=1614
11494 Severity=Success
11495 Facility=System
11496 SymbolicName=ERROR_PRODUCT_UNINSTALLED
11497 Language=English
11498 ERROR_PRODUCT_UNINSTALLED - Product is uninstalled.
11499 .
11500 Language=Russian
11501 ERROR_PRODUCT_UNINSTALLED - Product is uninstalled.
11502 .
11503 Language=Polish
11504 ERROR_PRODUCT_UNINSTALLED - Product is uninstalled.
11505 .
11506
11507 MessageId=1615
11508 Severity=Success
11509 Facility=System
11510 SymbolicName=ERROR_BAD_QUERY_SYNTAX
11511 Language=English
11512 ERROR_BAD_QUERY_SYNTAX - SQL query syntax invalid or unsupported.
11513 .
11514 Language=Russian
11515 ERROR_BAD_QUERY_SYNTAX - SQL query syntax invalid or unsupported.
11516 .
11517 Language=Polish
11518 ERROR_BAD_QUERY_SYNTAX - SQL query syntax invalid or unsupported.
11519 .
11520
11521 MessageId=1616
11522 Severity=Success
11523 Facility=System
11524 SymbolicName=ERROR_INVALID_FIELD
11525 Language=English
11526 ERROR_INVALID_FIELD - Record field does not exist.
11527 .
11528 Language=Russian
11529 ERROR_INVALID_FIELD - Record field does not exist.
11530 .
11531 Language=Polish
11532 ERROR_INVALID_FIELD - Record field does not exist.
11533 .
11534
11535 MessageId=1617
11536 Severity=Success
11537 Facility=System
11538 SymbolicName=ERROR_DEVICE_REMOVED
11539 Language=English
11540 ERROR_DEVICE_REMOVED - The device has been removed.
11541 .
11542 Language=Russian
11543 ERROR_DEVICE_REMOVED - The device has been removed.
11544 .
11545 Language=Polish
11546 ERROR_DEVICE_REMOVED - The device has been removed.
11547 .
11548
11549 MessageId=1618
11550 Severity=Success
11551 Facility=System
11552 SymbolicName=ERROR_INSTALL_ALREADY_RUNNING
11553 Language=English
11554 ERROR_INSTALL_ALREADY_RUNNING - Another installation is already in progress. Complete that installation before proceeding with this install.
11555 .
11556 Language=Russian
11557 ERROR_INSTALL_ALREADY_RUNNING - Another installation is already in progress. Complete that installation before proceeding with this install.
11558 .
11559 Language=Polish
11560 ERROR_INSTALL_ALREADY_RUNNING - Another installation is already in progress. Complete that installation before proceeding with this install.
11561 .
11562
11563 MessageId=1619
11564 Severity=Success
11565 Facility=System
11566 SymbolicName=ERROR_INSTALL_PACKAGE_OPEN_FAILED
11567 Language=English
11568 ERROR_INSTALL_PACKAGE_OPEN_FAILED - 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.
11569 .
11570 Language=Russian
11571 ERROR_INSTALL_PACKAGE_OPEN_FAILED - 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.
11572 .
11573 Language=Polish
11574 ERROR_INSTALL_PACKAGE_OPEN_FAILED - 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.
11575 .
11576
11577 MessageId=1620
11578 Severity=Success
11579 Facility=System
11580 SymbolicName=ERROR_INSTALL_PACKAGE_INVALID
11581 Language=English
11582 ERROR_INSTALL_PACKAGE_INVALID - This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
11583 .
11584 Language=Russian
11585 ERROR_INSTALL_PACKAGE_INVALID - This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
11586 .
11587 Language=Polish
11588 ERROR_INSTALL_PACKAGE_INVALID - This installation package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer package.
11589 .
11590
11591 MessageId=1621
11592 Severity=Success
11593 Facility=System
11594 SymbolicName=ERROR_INSTALL_UI_FAILURE
11595 Language=English
11596 ERROR_INSTALL_UI_FAILURE - There was an error starting the Windows Installer service user interface. Contact your support personnel.
11597 .
11598 Language=Russian
11599 ERROR_INSTALL_UI_FAILURE - There was an error starting the Windows Installer service user interface. Contact your support personnel.
11600 .
11601 Language=Polish
11602 ERROR_INSTALL_UI_FAILURE - There was an error starting the Windows Installer service user interface. Contact your support personnel.
11603 .
11604
11605 MessageId=1622
11606 Severity=Success
11607 Facility=System
11608 SymbolicName=ERROR_INSTALL_LOG_FAILURE
11609 Language=English
11610 ERROR_INSTALL_LOG_FAILURE - Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
11611 .
11612 Language=Russian
11613 ERROR_INSTALL_LOG_FAILURE - Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
11614 .
11615 Language=Polish
11616 ERROR_INSTALL_LOG_FAILURE - Error opening installation log file. Verify that the specified log file location exists and that you can write to it.
11617 .
11618
11619 MessageId=1623
11620 Severity=Success
11621 Facility=System
11622 SymbolicName=ERROR_INSTALL_LANGUAGE_UNSUPPORTED
11623 Language=English
11624 ERROR_INSTALL_LANGUAGE_UNSUPPORTED - The language of this installation package is not supported by your system.
11625 .
11626 Language=Russian
11627 ERROR_INSTALL_LANGUAGE_UNSUPPORTED - The language of this installation package is not supported by your system.
11628 .
11629 Language=Polish
11630 ERROR_INSTALL_LANGUAGE_UNSUPPORTED - The language of this installation package is not supported by your system.
11631 .
11632
11633 MessageId=1624
11634 Severity=Success
11635 Facility=System
11636 SymbolicName=ERROR_INSTALL_TRANSFORM_FAILURE
11637 Language=English
11638 ERROR_INSTALL_TRANSFORM_FAILURE - Error applying transforms. Verify that the specified transform paths are valid.
11639 .
11640 Language=Russian
11641 ERROR_INSTALL_TRANSFORM_FAILURE - Error applying transforms. Verify that the specified transform paths are valid.
11642 .
11643 Language=Polish
11644 ERROR_INSTALL_TRANSFORM_FAILURE - Error applying transforms. Verify that the specified transform paths are valid.
11645 .
11646
11647 MessageId=1625
11648 Severity=Success
11649 Facility=System
11650 SymbolicName=ERROR_INSTALL_PACKAGE_REJECTED
11651 Language=English
11652 ERROR_INSTALL_PACKAGE_REJECTED - This installation is forbidden by system policy. Contact your system administrator.
11653 .
11654 Language=Russian
11655 ERROR_INSTALL_PACKAGE_REJECTED - This installation is forbidden by system policy. Contact your system administrator.
11656 .
11657 Language=Polish
11658 ERROR_INSTALL_PACKAGE_REJECTED - This installation is forbidden by system policy. Contact your system administrator.
11659 .
11660
11661 MessageId=1626
11662 Severity=Success
11663 Facility=System
11664 SymbolicName=ERROR_FUNCTION_NOT_CALLED
11665 Language=English
11666 ERROR_FUNCTION_NOT_CALLED - Function could not be executed.
11667 .
11668 Language=Russian
11669 ERROR_FUNCTION_NOT_CALLED - Function could not be executed.
11670 .
11671 Language=Polish
11672 ERROR_FUNCTION_NOT_CALLED - Function could not be executed.
11673 .
11674
11675 MessageId=1627
11676 Severity=Success
11677 Facility=System
11678 SymbolicName=ERROR_FUNCTION_FAILED
11679 Language=English
11680 ERROR_FUNCTION_FAILED - Function failed during execution.
11681 .
11682 Language=Russian
11683 ERROR_FUNCTION_FAILED - Function failed during execution.
11684 .
11685 Language=Polish
11686 ERROR_FUNCTION_FAILED - Function failed during execution.
11687 .
11688
11689 MessageId=1628
11690 Severity=Success
11691 Facility=System
11692 SymbolicName=ERROR_INVALID_TABLE
11693 Language=English
11694 ERROR_INVALID_TABLE - Invalid or unknown table specified.
11695 .
11696 Language=Russian
11697 ERROR_INVALID_TABLE - Invalid or unknown table specified.
11698 .
11699 Language=Polish
11700 ERROR_INVALID_TABLE - Invalid or unknown table specified.
11701 .
11702
11703 MessageId=1629
11704 Severity=Success
11705 Facility=System
11706 SymbolicName=ERROR_DATATYPE_MISMATCH
11707 Language=English
11708 ERROR_DATATYPE_MISMATCH - Data supplied is of wrong type.
11709 .
11710 Language=Russian
11711 ERROR_DATATYPE_MISMATCH - Data supplied is of wrong type.
11712 .
11713 Language=Polish
11714 ERROR_DATATYPE_MISMATCH - Data supplied is of wrong type.
11715 .
11716
11717 MessageId=1630
11718 Severity=Success
11719 Facility=System
11720 SymbolicName=ERROR_UNSUPPORTED_TYPE
11721 Language=English
11722 ERROR_UNSUPPORTED_TYPE - Data of this type is not supported.
11723 .
11724 Language=Russian
11725 ERROR_UNSUPPORTED_TYPE - Data of this type is not supported.
11726 .
11727 Language=Polish
11728 ERROR_UNSUPPORTED_TYPE - Data of this type is not supported.
11729 .
11730
11731 MessageId=1631
11732 Severity=Success
11733 Facility=System
11734 SymbolicName=ERROR_CREATE_FAILED
11735 Language=English
11736 ERROR_CREATE_FAILED - The Windows Installer service failed to start. Contact your support personnel.
11737 .
11738 Language=Russian
11739 ERROR_CREATE_FAILED - The Windows Installer service failed to start. Contact your support personnel.
11740 .
11741 Language=Polish
11742 ERROR_CREATE_FAILED - The Windows Installer service failed to start. Contact your support personnel.
11743 .
11744
11745 MessageId=1632
11746 Severity=Success
11747 Facility=System
11748 SymbolicName=ERROR_INSTALL_TEMP_UNWRITABLE
11749 Language=English
11750 ERROR_INSTALL_TEMP_UNWRITABLE - The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
11751 .
11752 Language=Russian
11753 ERROR_INSTALL_TEMP_UNWRITABLE - The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
11754 .
11755 Language=Polish
11756 ERROR_INSTALL_TEMP_UNWRITABLE - The Temp folder is on a drive that is full or inaccessible. Free up space on the drive or verify that you have write permission on the Temp folder.
11757 .
11758
11759 MessageId=1633
11760 Severity=Success
11761 Facility=System
11762 SymbolicName=ERROR_INSTALL_PLATFORM_UNSUPPORTED
11763 Language=English
11764 ERROR_INSTALL_PLATFORM_UNSUPPORTED - This installation package is not supported by this processor type. Contact your product vendor.
11765 .
11766 Language=Russian
11767 ERROR_INSTALL_PLATFORM_UNSUPPORTED - This installation package is not supported by this processor type. Contact your product vendor.
11768 .
11769 Language=Polish
11770 ERROR_INSTALL_PLATFORM_UNSUPPORTED - This installation package is not supported by this processor type. Contact your product vendor.
11771 .
11772
11773 MessageId=1634
11774 Severity=Success
11775 Facility=System
11776 SymbolicName=ERROR_INSTALL_NOTUSED
11777 Language=English
11778 ERROR_INSTALL_NOTUSED - Component not used on this computer.
11779 .
11780 Language=Russian
11781 ERROR_INSTALL_NOTUSED - Component not used on this computer.
11782 .
11783 Language=Polish
11784 ERROR_INSTALL_NOTUSED - Component not used on this computer.
11785 .
11786
11787 MessageId=1635
11788 Severity=Success
11789 Facility=System
11790 SymbolicName=ERROR_PATCH_PACKAGE_OPEN_FAILED
11791 Language=English
11792 ERROR_PATCH_PACKAGE_OPEN_FAILED - 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.
11793 .
11794 Language=Russian
11795 ERROR_PATCH_PACKAGE_OPEN_FAILED - 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.
11796 .
11797 Language=Polish
11798 ERROR_PATCH_PACKAGE_OPEN_FAILED - 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.
11799 .
11800
11801 MessageId=1636
11802 Severity=Success
11803 Facility=System
11804 SymbolicName=ERROR_PATCH_PACKAGE_INVALID
11805 Language=English
11806 ERROR_PATCH_PACKAGE_INVALID - This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.
11807 .
11808 Language=Russian
11809 ERROR_PATCH_PACKAGE_INVALID - This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.
11810 .
11811 Language=Polish
11812 ERROR_PATCH_PACKAGE_INVALID - This patch package could not be opened. Contact the application vendor to verify that this is a valid Windows Installer patch package.
11813 .
11814
11815 MessageId=1637
11816 Severity=Success
11817 Facility=System
11818 SymbolicName=ERROR_PATCH_PACKAGE_UNSUPPORTED
11819 Language=English
11820 ERROR_PATCH_PACKAGE_UNSUPPORTED - 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.
11821 .
11822 Language=Russian
11823 ERROR_PATCH_PACKAGE_UNSUPPORTED - 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.
11824 .
11825 Language=Polish
11826 ERROR_PATCH_PACKAGE_UNSUPPORTED - 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.
11827 .
11828
11829 MessageId=1638
11830 Severity=Success
11831 Facility=System
11832 SymbolicName=ERROR_PRODUCT_VERSION
11833 Language=English
11834 ERROR_PRODUCT_VERSION - 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.
11835 .
11836 Language=Russian
11837 ERROR_PRODUCT_VERSION - 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.
11838 .
11839 Language=Polish
11840 ERROR_PRODUCT_VERSION - 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.
11841 .
11842
11843 MessageId=1639
11844 Severity=Success
11845 Facility=System
11846 SymbolicName=ERROR_INVALID_COMMAND_LINE
11847 Language=English
11848 ERROR_INVALID_COMMAND_LINE - Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
11849 .
11850 Language=Russian
11851 ERROR_INVALID_COMMAND_LINE - Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
11852 .
11853 Language=Polish
11854 ERROR_INVALID_COMMAND_LINE - Invalid command line argument. Consult the Windows Installer SDK for detailed command line help.
11855 .
11856
11857 MessageId=1640
11858 Severity=Success
11859 Facility=System
11860 SymbolicName=ERROR_INSTALL_REMOTE_DISALLOWED
11861 Language=English
11862 ERROR_INSTALL_REMOTE_DISALLOWED - 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.
11863 .
11864 Language=Russian
11865 ERROR_INSTALL_REMOTE_DISALLOWED - 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.
11866 .
11867 Language=Polish
11868 ERROR_INSTALL_REMOTE_DISALLOWED - 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.
11869 .
11870
11871 MessageId=1641
11872 Severity=Success
11873 Facility=System
11874 SymbolicName=ERROR_SUCCESS_REBOOT_INITIATED
11875 Language=English
11876 ERROR_SUCCESS_REBOOT_INITIATED - The requested operation completed successfully. The system will be restarted so the changes can take effect.
11877 .
11878 Language=Russian
11879 ERROR_SUCCESS_REBOOT_INITIATED - The requested operation completed successfully. The system will be restarted so the changes can take effect.
11880 .
11881 Language=Polish
11882 ERROR_SUCCESS_REBOOT_INITIATED - The requested operation completed successfully. The system will be restarted so the changes can take effect.
11883 .
11884
11885 MessageId=1642
11886 Severity=Success
11887 Facility=System
11888 SymbolicName=ERROR_PATCH_TARGET_NOT_FOUND
11889 Language=English
11890 ERROR_PATCH_TARGET_NOT_FOUND - The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.
11891 .
11892 Language=Russian
11893 ERROR_PATCH_TARGET_NOT_FOUND - The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.
11894 .
11895 Language=Polish
11896 ERROR_PATCH_TARGET_NOT_FOUND - The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade patch.
11897 .
11898
11899 MessageId=1643
11900 Severity=Success
11901 Facility=System
11902 SymbolicName=ERROR_PATCH_PACKAGE_REJECTED
11903 Language=English
11904 ERROR_PATCH_PACKAGE_REJECTED - The patch package is not permitted by software restriction policy.
11905 .
11906 Language=Russian
11907 ERROR_PATCH_PACKAGE_REJECTED - The patch package is not permitted by software restriction policy.
11908 .
11909 Language=Polish
11910 ERROR_PATCH_PACKAGE_REJECTED - The patch package is not permitted by software restriction policy.
11911 .
11912
11913 MessageId=1644
11914 Severity=Success
11915 Facility=System
11916 SymbolicName=ERROR_INSTALL_TRANSFORM_REJECTED
11917 Language=English
11918 ERROR_INSTALL_TRANSFORM_REJECTED - One or more customizations are not permitted by software restriction policy.
11919 .
11920 Language=Russian
11921 ERROR_INSTALL_TRANSFORM_REJECTED - One or more customizations are not permitted by software restriction policy.
11922 .
11923 Language=Polish
11924 ERROR_INSTALL_TRANSFORM_REJECTED - One or more customizations are not permitted by software restriction policy.
11925 .
11926
11927 MessageId=1645
11928 Severity=Success
11929 Facility=System
11930 SymbolicName=ERROR_INSTALL_REMOTE_PROHIBITED
11931 Language=English
11932 ERROR_INSTALL_REMOTE_PROHIBITED - The Windows Installer does not permit installation from a Remote Desktop Connection.
11933 .
11934 Language=Russian
11935 ERROR_INSTALL_REMOTE_PROHIBITED - The Windows Installer does not permit installation from a Remote Desktop Connection.
11936 .
11937 Language=Polish
11938 ERROR_INSTALL_REMOTE_PROHIBITED - The Windows Installer does not permit installation from a Remote Desktop Connection.
11939 .
11940
11941 MessageId=1700
11942 Severity=Success
11943 Facility=System
11944 SymbolicName=RPC_S_INVALID_STRING_BINDING
11945 Language=English
11946 RPC_S_INVALID_STRING_BINDING - The string binding is invalid.
11947 .
11948 Language=Russian
11949 RPC_S_INVALID_STRING_BINDING - The string binding is invalid.
11950 .
11951 Language=Polish
11952 RPC_S_INVALID_STRING_BINDING - The string binding is invalid.
11953 .
11954
11955 MessageId=1701
11956 Severity=Success
11957 Facility=System
11958 SymbolicName=RPC_S_WRONG_KIND_OF_BINDING
11959 Language=English
11960 RPC_S_WRONG_KIND_OF_BINDING - The binding handle is not the correct type.
11961 .
11962 Language=Russian
11963 RPC_S_WRONG_KIND_OF_BINDING - The binding handle is not the correct type.
11964 .
11965 Language=Polish
11966 RPC_S_WRONG_KIND_OF_BINDING - The binding handle is not the correct type.
11967 .
11968
11969 MessageId=1702
11970 Severity=Success
11971 Facility=System
11972 SymbolicName=RPC_S_INVALID_BINDING
11973 Language=English
11974 RPC_S_INVALID_BINDING - The binding handle is invalid.
11975 .
11976 Language=Russian
11977 RPC_S_INVALID_BINDING - The binding handle is invalid.
11978 .
11979 Language=Polish
11980 RPC_S_INVALID_BINDING - The binding handle is invalid.
11981 .
11982
11983 MessageId=1703
11984 Severity=Success
11985 Facility=System
11986 SymbolicName=RPC_S_PROTSEQ_NOT_SUPPORTED
11987 Language=English
11988 RPC_S_PROTSEQ_NOT_SUPPORTED - The RPC protocol sequence is not supported.
11989 .
11990 Language=Russian
11991 RPC_S_PROTSEQ_NOT_SUPPORTED - The RPC protocol sequence is not supported.
11992 .
11993 Language=Polish
11994 RPC_S_PROTSEQ_NOT_SUPPORTED - The RPC protocol sequence is not supported.
11995 .
11996
11997 MessageId=1704
11998 Severity=Success
11999 Facility=System
12000 SymbolicName=RPC_S_INVALID_RPC_PROTSEQ
12001 Language=English
12002 RPC_S_INVALID_RPC_PROTSEQ - The RPC protocol sequence is invalid.
12003 .
12004 Language=Russian
12005 RPC_S_INVALID_RPC_PROTSEQ - The RPC protocol sequence is invalid.
12006 .
12007 Language=Polish
12008 RPC_S_INVALID_RPC_PROTSEQ - The RPC protocol sequence is invalid.
12009 .
12010
12011 MessageId=1705
12012 Severity=Success
12013 Facility=System
12014 SymbolicName=RPC_S_INVALID_STRING_UUID
12015 Language=English
12016 RPC_S_INVALID_STRING_UUID - The string universal unique identifier (UUID) is invalid.
12017 .
12018 Language=Russian
12019 RPC_S_INVALID_STRING_UUID - The string universal unique identifier (UUID) is invalid.
12020 .
12021 Language=Polish
12022 RPC_S_INVALID_STRING_UUID - The string universal unique identifier (UUID) is invalid.
12023 .
12024
12025 MessageId=1706
12026 Severity=Success
12027 Facility=System
12028 SymbolicName=RPC_S_INVALID_ENDPOINT_FORMAT
12029 Language=English
12030 RPC_S_INVALID_ENDPOINT_FORMAT - The endpoint format is invalid.
12031 .
12032 Language=Russian
12033 RPC_S_INVALID_ENDPOINT_FORMAT - The endpoint format is invalid.
12034 .
12035 Language=Polish
12036 RPC_S_INVALID_ENDPOINT_FORMAT - The endpoint format is invalid.
12037 .
12038
12039 MessageId=1707
12040 Severity=Success
12041 Facility=System
12042 SymbolicName=RPC_S_INVALID_NET_ADDR
12043 Language=English
12044 RPC_S_INVALID_NET_ADDR - The network address is invalid.
12045 .
12046 Language=Russian
12047 RPC_S_INVALID_NET_ADDR - The network address is invalid.
12048 .
12049 Language=Polish
12050 RPC_S_INVALID_NET_ADDR - The network address is invalid.
12051 .
12052
12053 MessageId=1708
12054 Severity=Success
12055 Facility=System
12056 SymbolicName=RPC_S_NO_ENDPOINT_FOUND
12057 Language=English
12058 RPC_S_NO_ENDPOINT_FOUND - No endpoint was found.
12059 .
12060 Language=Russian
12061 RPC_S_NO_ENDPOINT_FOUND - No endpoint was found.
12062 .
12063 Language=Polish
12064 RPC_S_NO_ENDPOINT_FOUND - No endpoint was found.
12065 .
12066
12067 MessageId=1709
12068 Severity=Success
12069 Facility=System
12070 SymbolicName=RPC_S_INVALID_TIMEOUT
12071 Language=English
12072 RPC_S_INVALID_TIMEOUT - The timeout value is invalid.
12073 .
12074 Language=Russian
12075 RPC_S_INVALID_TIMEOUT - The timeout value is invalid.
12076 .
12077 Language=Polish
12078 RPC_S_INVALID_TIMEOUT - The timeout value is invalid.
12079 .
12080
12081 MessageId=1710
12082 Severity=Success
12083 Facility=System
12084 SymbolicName=RPC_S_OBJECT_NOT_FOUND
12085 Language=English
12086 RPC_S_OBJECT_NOT_FOUND - The object universal unique identifier (UUID) was not found.
12087 .
12088 Language=Russian
12089 RPC_S_OBJECT_NOT_FOUND - The object universal unique identifier (UUID) was not found.
12090 .
12091 Language=Polish
12092 RPC_S_OBJECT_NOT_FOUND - The object universal unique identifier (UUID) was not found.
12093 .
12094
12095 MessageId=1711
12096 Severity=Success
12097 Facility=System
12098 SymbolicName=RPC_S_ALREADY_REGISTERED
12099 Language=English
12100 RPC_S_ALREADY_REGISTERED - The object universal unique identifier (UUID) has already been registered.
12101 .
12102 Language=Russian
12103 RPC_S_ALREADY_REGISTERED - The object universal unique identifier (UUID) has already been registered.
12104 .
12105 Language=Polish
12106 RPC_S_ALREADY_REGISTERED - The object universal unique identifier (UUID) has already been registered.
12107 .
12108
12109 MessageId=1712
12110 Severity=Success
12111 Facility=System
12112 SymbolicName=RPC_S_TYPE_ALREADY_REGISTERED
12113 Language=English
12114 RPC_S_TYPE_ALREADY_REGISTERED - The type universal unique identifier (UUID) has already been registered.
12115 .
12116 Language=Russian
12117 RPC_S_TYPE_ALREADY_REGISTERED - The type universal unique identifier (UUID) has already been registered.
12118 .
12119 Language=Polish
12120 RPC_S_TYPE_ALREADY_REGISTERED - The type universal unique identifier (UUID) has already been registered.
12121 .
12122
12123 MessageId=1713
12124 Severity=Success
12125 Facility=System
12126 SymbolicName=RPC_S_ALREADY_LISTENING
12127 Language=English
12128 RPC_S_ALREADY_LISTENING - The RPC server is already listening.
12129 .
12130 Language=Russian
12131 RPC_S_ALREADY_LISTENING - The RPC server is already listening.
12132 .
12133 Language=Polish
12134 RPC_S_ALREADY_LISTENING - The RPC server is already listening.
12135 .
12136
12137 MessageId=1714
12138 Severity=Success
12139 Facility=System
12140 SymbolicName=RPC_S_NO_PROTSEQS_REGISTERED
12141 Language=English
12142 RPC_S_NO_PROTSEQS_REGISTERED - No protocol sequences have been registered.
12143 .
12144 Language=Russian
12145 RPC_S_NO_PROTSEQS_REGISTERED - No protocol sequences have been registered.
12146 .
12147 Language=Polish
12148 RPC_S_NO_PROTSEQS_REGISTERED - No protocol sequences have been registered.
12149 .
12150
12151 MessageId=1715
12152 Severity=Success
12153 Facility=System
12154 SymbolicName=RPC_S_NOT_LISTENING
12155 Language=English
12156 RPC_S_NOT_LISTENING - The RPC server is not listening.
12157 .
12158 Language=Russian
12159 RPC_S_NOT_LISTENING - The RPC server is not listening.
12160 .
12161 Language=Polish
12162 RPC_S_NOT_LISTENING - The RPC server is not listening.
12163 .
12164
12165 MessageId=1716
12166 Severity=Success
12167 Facility=System
12168 SymbolicName=RPC_S_UNKNOWN_MGR_TYPE
12169 Language=English
12170 RPC_S_UNKNOWN_MGR_TYPE - The manager type is unknown.
12171 .
12172 Language=Russian
12173 RPC_S_UNKNOWN_MGR_TYPE - The manager type is unknown.
12174 .
12175 Language=Polish
12176 RPC_S_UNKNOWN_MGR_TYPE - The manager type is unknown.
12177 .
12178
12179 MessageId=1717
12180 Severity=Success
12181 Facility=System
12182 SymbolicName=RPC_S_UNKNOWN_IF
12183 Language=English
12184 RPC_S_UNKNOWN_IF - The interface is unknown.
12185 .
12186 Language=Russian
12187 RPC_S_UNKNOWN_IF - The interface is unknown.
12188 .
12189 Language=Polish
12190 RPC_S_UNKNOWN_IF - The interface is unknown.
12191 .
12192
12193 MessageId=1718
12194 Severity=Success
12195 Facility=System
12196 SymbolicName=RPC_S_NO_BINDINGS
12197 Language=English
12198 RPC_S_NO_BINDINGS - There are no bindings.
12199 .
12200 Language=Russian
12201 RPC_S_NO_BINDINGS - There are no bindings.
12202 .
12203 Language=Polish
12204 RPC_S_NO_BINDINGS - There are no bindings.
12205 .
12206
12207 MessageId=1719
12208 Severity=Success
12209 Facility=System
12210 SymbolicName=RPC_S_NO_PROTSEQS
12211 Language=English
12212 RPC_S_NO_PROTSEQS - There are no protocol sequences.
12213 .
12214 Language=Russian
12215 RPC_S_NO_PROTSEQS - There are no protocol sequences.
12216 .
12217 Language=Polish
12218 RPC_S_NO_PROTSEQS - There are no protocol sequences.
12219 .
12220
12221 MessageId=1720
12222 Severity=Success
12223 Facility=System
12224 SymbolicName=RPC_S_CANT_CREATE_ENDPOINT
12225 Language=English
12226 RPC_S_CANT_CREATE_ENDPOINT - The endpoint cannot be created.
12227 .
12228 Language=Russian
12229 RPC_S_CANT_CREATE_ENDPOINT - The endpoint cannot be created.
12230 .
12231 Language=Polish
12232 RPC_S_CANT_CREATE_ENDPOINT - The endpoint cannot be created.
12233 .
12234
12235 MessageId=1721
12236 Severity=Success
12237 Facility=System
12238 SymbolicName=RPC_S_OUT_OF_RESOURCES
12239 Language=English
12240 RPC_S_OUT_OF_RESOURCES - Not enough resources are available to complete this operation.
12241 .
12242 Language=Russian
12243 RPC_S_OUT_OF_RESOURCES - Not enough resources are available to complete this operation.
12244 .
12245 Language=Polish
12246 RPC_S_OUT_OF_RESOURCES - Not enough resources are available to complete this operation.
12247 .
12248
12249 MessageId=1722
12250 Severity=Success
12251 Facility=System
12252 SymbolicName=RPC_S_SERVER_UNAVAILABLE
12253 Language=English
12254 RPC_S_SERVER_UNAVAILABLE - The RPC server is unavailable.
12255 .
12256 Language=Russian
12257 RPC_S_SERVER_UNAVAILABLE - The RPC server is unavailable.
12258 .
12259 Language=Polish
12260 RPC_S_SERVER_UNAVAILABLE - The RPC server is unavailable.
12261 .
12262
12263 MessageId=1723
12264 Severity=Success
12265 Facility=System
12266 SymbolicName=RPC_S_SERVER_TOO_BUSY
12267 Language=English
12268 RPC_S_SERVER_TOO_BUSY - The RPC server is too busy to complete this operation.
12269 .
12270 Language=Russian
12271 RPC_S_SERVER_TOO_BUSY - The RPC server is too busy to complete this operation.
12272 .
12273 Language=Polish
12274 RPC_S_SERVER_TOO_BUSY - The RPC server is too busy to complete this operation.
12275 .
12276
12277 MessageId=1724
12278 Severity=Success
12279 Facility=System
12280 SymbolicName=RPC_S_INVALID_NETWORK_OPTIONS
12281 Language=English
12282 RPC_S_INVALID_NETWORK_OPTIONS - The network options are invalid.
12283 .
12284 Language=Russian
12285 RPC_S_INVALID_NETWORK_OPTIONS - The network options are invalid.
12286 .
12287 Language=Polish
12288 RPC_S_INVALID_NETWORK_OPTIONS - The network options are invalid.
12289 .
12290
12291 MessageId=1725
12292 Severity=Success
12293 Facility=System
12294 SymbolicName=RPC_S_NO_CALL_ACTIVE
12295 Language=English
12296 RPC_S_NO_CALL_ACTIVE - There are no remote procedure calls active on this thread.
12297 .
12298 Language=Russian
12299 RPC_S_NO_CALL_ACTIVE - There are no remote procedure calls active on this thread.
12300 .
12301 Language=Polish
12302 RPC_S_NO_CALL_ACTIVE - There are no remote procedure calls active on this thread.
12303 .
12304
12305 MessageId=1726
12306 Severity=Success
12307 Facility=System
12308 SymbolicName=RPC_S_CALL_FAILED
12309 Language=English
12310 RPC_S_CALL_FAILED - The remote procedure call failed.
12311 .
12312 Language=Russian
12313 RPC_S_CALL_FAILED - The remote procedure call failed.
12314 .
12315 Language=Polish
12316 RPC_S_CALL_FAILED - The remote procedure call failed.
12317 .
12318
12319 MessageId=1727
12320 Severity=Success
12321 Facility=System
12322 SymbolicName=RPC_S_CALL_FAILED_DNE
12323 Language=English
12324 RPC_S_CALL_FAILED_DNE - The remote procedure call failed and did not execute.
12325 .
12326 Language=Russian
12327 RPC_S_CALL_FAILED_DNE - The remote procedure call failed and did not execute.
12328 .
12329 Language=Polish
12330 RPC_S_CALL_FAILED_DNE - The remote procedure call failed and did not execute.
12331 .
12332
12333 MessageId=1728
12334 Severity=Success
12335 Facility=System
12336 SymbolicName=RPC_S_PROTOCOL_ERROR
12337 Language=English
12338 RPC_S_PROTOCOL_ERROR - A remote procedure call (RPC) protocol error occurred.
12339 .
12340 Language=Russian
12341 RPC_S_PROTOCOL_ERROR - A remote procedure call (RPC) protocol error occurred.
12342 .
12343 Language=Polish
12344 RPC_S_PROTOCOL_ERROR - A remote procedure call (RPC) protocol error occurred.
12345 .
12346
12347 MessageId=1730
12348 Severity=Success
12349 Facility=System
12350 SymbolicName=RPC_S_UNSUPPORTED_TRANS_SYN
12351 Language=English
12352 RPC_S_UNSUPPORTED_TRANS_SYN - The transfer syntax is not supported by the RPC server.
12353 .
12354 Language=Russian
12355 RPC_S_UNSUPPORTED_TRANS_SYN - The transfer syntax is not supported by the RPC server.
12356 .
12357 Language=Polish
12358 RPC_S_UNSUPPORTED_TRANS_SYN - The transfer syntax is not supported by the RPC server.
12359 .
12360
12361 MessageId=1732
12362 Severity=Success
12363 Facility=System
12364 SymbolicName=RPC_S_UNSUPPORTED_TYPE
12365 Language=English
12366 RPC_S_UNSUPPORTED_TYPE - The universal unique identifier (UUID) type is not supported.
12367 .
12368 Language=Russian
12369 RPC_S_UNSUPPORTED_TYPE - The universal unique identifier (UUID) type is not supported.
12370 .
12371 Language=Polish
12372 RPC_S_UNSUPPORTED_TYPE - The universal unique identifier (UUID) type is not supported.
12373 .
12374
12375 MessageId=1733
12376 Severity=Success
12377 Facility=System
12378 SymbolicName=RPC_S_INVALID_TAG
12379 Language=English
12380 RPC_S_INVALID_TAG - The tag is invalid.
12381 .
12382 Language=Russian
12383 RPC_S_INVALID_TAG - The tag is invalid.
12384 .
12385 Language=Polish
12386 RPC_S_INVALID_TAG - The tag is invalid.
12387 .
12388
12389 MessageId=1734
12390 Severity=Success
12391 Facility=System
12392 SymbolicName=RPC_S_INVALID_BOUND
12393 Language=English
12394 RPC_S_INVALID_BOUND - The array bounds are invalid.
12395 .
12396 Language=Russian
12397 RPC_S_INVALID_BOUND - The array bounds are invalid.
12398 .
12399 Language=Polish
12400 RPC_S_INVALID_BOUND - The array bounds are invalid.
12401 .
12402
12403 MessageId=1735
12404 Severity=Success
12405 Facility=System
12406 SymbolicName=RPC_S_NO_ENTRY_NAME
12407 Language=English
12408 RPC_S_NO_ENTRY_NAME - The binding does not contain an entry name.
12409 .
12410 Language=Russian
12411 RPC_S_NO_ENTRY_NAME - The binding does not contain an entry name.
12412 .
12413 Language=Polish
12414 RPC_S_NO_ENTRY_NAME - The binding does not contain an entry name.
12415 .
12416
12417 MessageId=1736
12418 Severity=Success
12419 Facility=System
12420 SymbolicName=RPC_S_INVALID_NAME_SYNTAX
12421 Language=English
12422 RPC_S_INVALID_NAME_SYNTAX - The name syntax is invalid.
12423 .
12424 Language=Russian
12425 RPC_S_INVALID_NAME_SYNTAX - The name syntax is invalid.
12426 .
12427 Language=Polish
12428 RPC_S_INVALID_NAME_SYNTAX - The name syntax is invalid.
12429 .
12430
12431 MessageId=1737
12432 Severity=Success
12433 Facility=System
12434 SymbolicName=RPC_S_UNSUPPORTED_NAME_SYNTAX
12435 Language=English
12436 RPC_S_UNSUPPORTED_NAME_SYNTAX - The name syntax is not supported.
12437 .
12438 Language=Russian
12439 RPC_S_UNSUPPORTED_NAME_SYNTAX - The name syntax is not supported.
12440 .
12441 Language=Polish
12442 RPC_S_UNSUPPORTED_NAME_SYNTAX - The name syntax is not supported.
12443 .
12444
12445 MessageId=1739
12446 Severity=Success
12447 Facility=System
12448 SymbolicName=RPC_S_UUID_NO_ADDRESS
12449 Language=English
12450 RPC_S_UUID_NO_ADDRESS - No network address is available to use to construct a universal unique identifier (UUID).
12451 .
12452 Language=Russian
12453 RPC_S_UUID_NO_ADDRESS - No network address is available to use to construct a universal unique identifier (UUID).
12454 .
12455 Language=Polish
12456 RPC_S_UUID_NO_ADDRESS - No network address is available to use to construct a universal unique identifier (UUID).
12457 .
12458
12459 MessageId=1740
12460 Severity=Success
12461 Facility=System
12462 SymbolicName=RPC_S_DUPLICATE_ENDPOINT
12463 Language=English
12464 RPC_S_DUPLICATE_ENDPOINT - The endpoint is a duplicate.
12465 .
12466 Language=Russian
12467 RPC_S_DUPLICATE_ENDPOINT - The endpoint is a duplicate.
12468 .
12469 Language=Polish
12470 RPC_S_DUPLICATE_ENDPOINT - The endpoint is a duplicate.
12471 .
12472
12473 MessageId=1741
12474 Severity=Success
12475 Facility=System
12476 SymbolicName=RPC_S_UNKNOWN_AUTHN_TYPE
12477 Language=English
12478 RPC_S_UNKNOWN_AUTHN_TYPE - The authentication type is unknown.
12479 .
12480 Language=Russian
12481 RPC_S_UNKNOWN_AUTHN_TYPE - The authentication type is unknown.
12482 .
12483 Language=Polish
12484 RPC_S_UNKNOWN_AUTHN_TYPE - The authentication type is unknown.
12485 .
12486
12487 MessageId=1742
12488 Severity=Success
12489 Facility=System
12490 SymbolicName=RPC_S_MAX_CALLS_TOO_SMALL
12491 Language=English
12492 RPC_S_MAX_CALLS_TOO_SMALL - The maximum number of calls is too small.
12493 .
12494 Language=Russian
12495 RPC_S_MAX_CALLS_TOO_SMALL - The maximum number of calls is too small.
12496 .
12497 Language=Polish
12498 RPC_S_MAX_CALLS_TOO_SMALL - The maximum number of calls is too small.
12499 .
12500
12501 MessageId=1743
12502 Severity=Success
12503 Facility=System
12504 SymbolicName=RPC_S_STRING_TOO_LONG
12505 Language=English
12506 RPC_S_STRING_TOO_LONG - The string is too long.
12507 .
12508 Language=Russian
12509 RPC_S_STRING_TOO_LONG - The string is too long.
12510 .
12511 Language=Polish
12512 RPC_S_STRING_TOO_LONG - The string is too long.
12513 .
12514
12515 MessageId=1744
12516 Severity=Success
12517 Facility=System
12518 SymbolicName=RPC_S_PROTSEQ_NOT_FOUND
12519 Language=English
12520 RPC_S_PROTSEQ_NOT_FOUND - The RPC protocol sequence was not found.
12521 .
12522 Language=Russian
12523 RPC_S_PROTSEQ_NOT_FOUND - The RPC protocol sequence was not found.
12524 .
12525 Language=Polish
12526 RPC_S_PROTSEQ_NOT_FOUND - The RPC protocol sequence was not found.
12527 .
12528
12529 MessageId=1745
12530 Severity=Success
12531 Facility=System
12532 SymbolicName=RPC_S_PROCNUM_OUT_OF_RANGE
12533 Language=English
12534 RPC_S_PROCNUM_OUT_OF_RANGE - The procedure number is out of range.
12535 .
12536 Language=Russian
12537 RPC_S_PROCNUM_OUT_OF_RANGE - The procedure number is out of range.
12538 .
12539 Language=Polish
12540 RPC_S_PROCNUM_OUT_OF_RANGE - The procedure number is out of range.
12541 .
12542
12543 MessageId=1746
12544 Severity=Success
12545 Facility=System
12546 SymbolicName=RPC_S_BINDING_HAS_NO_AUTH
12547 Language=English
12548 RPC_S_BINDING_HAS_NO_AUTH - The binding does not contain any authentication information.
12549 .
12550 Language=Russian
12551 RPC_S_BINDING_HAS_NO_AUTH - The binding does not contain any authentication information.
12552 .
12553 Language=Polish
12554 RPC_S_BINDING_HAS_NO_AUTH - The binding does not contain any authentication information.
12555 .
12556
12557 MessageId=1747
12558 Severity=Success
12559 Facility=System
12560 SymbolicName=RPC_S_UNKNOWN_AUTHN_SERVICE
12561 Language=English
12562 RPC_S_UNKNOWN_AUTHN_SERVICE - The authentication service is unknown.
12563 .
12564 Language=Russian
12565 RPC_S_UNKNOWN_AUTHN_SERVICE - The authentication service is unknown.
12566 .
12567 Language=Polish
12568 RPC_S_UNKNOWN_AUTHN_SERVICE - The authentication service is unknown.
12569 .
12570
12571 MessageId=1748
12572 Severity=Success
12573 Facility=System
12574 SymbolicName=RPC_S_UNKNOWN_AUTHN_LEVEL
12575 Language=English
12576 RPC_S_UNKNOWN_AUTHN_LEVEL - The authentication level is unknown.
12577 .
12578 Language=Russian
12579 RPC_S_UNKNOWN_AUTHN_LEVEL - The authentication level is unknown.
12580 .
12581 Language=Polish
12582 RPC_S_UNKNOWN_AUTHN_LEVEL - The authentication level is unknown.
12583 .
12584
12585 MessageId=1749
12586 Severity=Success
12587 Facility=System
12588 SymbolicName=RPC_S_INVALID_AUTH_IDENTITY
12589 Language=English
12590 RPC_S_INVALID_AUTH_IDENTITY - The security context is invalid.
12591 .
12592 Language=Russian
12593 RPC_S_INVALID_AUTH_IDENTITY - The security context is invalid.
12594 .
12595 Language=Polish
12596 RPC_S_INVALID_AUTH_IDENTITY - The security context is invalid.
12597 .
12598
12599 MessageId=1750
12600 Severity=Success
12601 Facility=System
12602 SymbolicName=RPC_S_UNKNOWN_AUTHZ_SERVICE
12603 Language=English
12604 RPC_S_UNKNOWN_AUTHZ_SERVICE - The authorization service is unknown.
12605 .
12606 Language=Russian
12607 RPC_S_UNKNOWN_AUTHZ_SERVICE - The authorization service is unknown.
12608 .
12609 Language=Polish
12610 RPC_S_UNKNOWN_AUTHZ_SERVICE - The authorization service is unknown.
12611 .
12612
12613 MessageId=1751
12614 Severity=Success
12615 Facility=System
12616 SymbolicName=EPT_S_INVALID_ENTRY
12617 Language=English
12618 EPT_S_INVALID_ENTRY - The entry is invalid.
12619 .
12620 Language=Russian
12621 EPT_S_INVALID_ENTRY - The entry is invalid.
12622 .
12623 Language=Polish
12624 EPT_S_INVALID_ENTRY - The entry is invalid.
12625 .
12626
12627 MessageId=1752
12628 Severity=Success
12629 Facility=System
12630 SymbolicName=EPT_S_CANT_PERFORM_OP
12631 Language=English
12632 EPT_S_CANT_PERFORM_OP - The server endpoint cannot perform the operation.
12633 .
12634 Language=Russian
12635 EPT_S_CANT_PERFORM_OP - The server endpoint cannot perform the operation.
12636 .
12637 Language=Polish
12638 EPT_S_CANT_PERFORM_OP - The server endpoint cannot perform the operation.
12639 .
12640
12641 MessageId=1753
12642 Severity=Success
12643 Facility=System
12644 SymbolicName=EPT_S_NOT_REGISTERED
12645 Language=English
12646 EPT_S_NOT_REGISTERED - There are no more endpoints available from the endpoint mapper.
12647 .
12648 Language=Russian
12649 EPT_S_NOT_REGISTERED - There are no more endpoints available from the endpoint mapper.
12650 .
12651 Language=Polish
12652 EPT_S_NOT_REGISTERED - There are no more endpoints available from the endpoint mapper.
12653 .
12654
12655 MessageId=1754
12656 Severity=Success
12657 Facility=System
12658 SymbolicName=RPC_S_NOTHING_TO_EXPORT
12659 Language=English
12660 RPC_S_NOTHING_TO_EXPORT - No interfaces have been exported.
12661 .
12662 Language=Russian
12663 RPC_S_NOTHING_TO_EXPORT - No interfaces have been exported.
12664 .
12665 Language=Polish
12666 RPC_S_NOTHING_TO_EXPORT - No interfaces have been exported.
12667 .
12668
12669 MessageId=1755
12670 Severity=Success
12671 Facility=System
12672 SymbolicName=RPC_S_INCOMPLETE_NAME
12673 Language=English
12674 RPC_S_INCOMPLETE_NAME - The entry name is incomplete.
12675 .
12676 Language=Russian
12677 RPC_S_INCOMPLETE_NAME - The entry name is incomplete.
12678 .
12679 Language=Polish
12680 RPC_S_INCOMPLETE_NAME - The entry name is incomplete.
12681 .
12682
12683 MessageId=1756
12684 Severity=Success
12685 Facility=System
12686 SymbolicName=RPC_S_INVALID_VERS_OPTION
12687 Language=English
12688 RPC_S_INVALID_VERS_OPTION - The version option is invalid.
12689 .
12690 Language=Russian
12691 RPC_S_INVALID_VERS_OPTION - The version option is invalid.
12692 .
12693 Language=Polish
12694 RPC_S_INVALID_VERS_OPTION - The version option is invalid.
12695 .
12696
12697 MessageId=1757
12698 Severity=Success
12699 Facility=System
12700 SymbolicName=RPC_S_NO_MORE_MEMBERS
12701 Language=English
12702 RPC_S_NO_MORE_MEMBERS - There are no more members.
12703 .
12704 Language=Russian
12705 RPC_S_NO_MORE_MEMBERS - There are no more members.
12706 .
12707 Language=Polish
12708 RPC_S_NO_MORE_MEMBERS - There are no more members.
12709 .
12710
12711 MessageId=1758
12712 Severity=Success
12713 Facility=System
12714 SymbolicName=RPC_S_NOT_ALL_OBJS_UNEXPORTED
12715 Language=English
12716 RPC_S_NOT_ALL_OBJS_UNEXPORTED - There is nothing to unexport.
12717 .
12718 Language=Russian
12719 RPC_S_NOT_ALL_OBJS_UNEXPORTED - There is nothing to unexport.
12720 .
12721 Language=Polish
12722 RPC_S_NOT_ALL_OBJS_UNEXPORTED - There is nothing to unexport.
12723 .
12724
12725 MessageId=1759
12726 Severity=Success
12727 Facility=System
12728 SymbolicName=RPC_S_INTERFACE_NOT_FOUND
12729 Language=English
12730 RPC_S_INTERFACE_NOT_FOUND - The interface was not found.
12731 .
12732 Language=Russian
12733 RPC_S_INTERFACE_NOT_FOUND - The interface was not found.
12734 .
12735 Language=Polish
12736 RPC_S_INTERFACE_NOT_FOUND - The interface was not found.
12737 .
12738
12739 MessageId=1760
12740 Severity=Success
12741 Facility=System
12742 SymbolicName=RPC_S_ENTRY_ALREADY_EXISTS
12743 Language=English
12744 RPC_S_ENTRY_ALREADY_EXISTS - The entry already exists.
12745 .
12746 Language=Russian
12747 RPC_S_ENTRY_ALREADY_EXISTS - The entry already exists.
12748 .
12749 Language=Polish
12750 RPC_S_ENTRY_ALREADY_EXISTS - The entry already exists.
12751 .
12752
12753 MessageId=1761
12754 Severity=Success
12755 Facility=System
12756 SymbolicName=RPC_S_ENTRY_NOT_FOUND
12757 Language=English
12758 RPC_S_ENTRY_NOT_FOUND - The entry is not found.
12759 .
12760 Language=Russian
12761 RPC_S_ENTRY_NOT_FOUND - The entry is not found.
12762 .
12763 Language=Polish
12764 RPC_S_ENTRY_NOT_FOUND - The entry is not found.
12765 .
12766
12767 MessageId=1762
12768 Severity=Success
12769 Facility=System
12770 SymbolicName=RPC_S_NAME_SERVICE_UNAVAILABLE
12771 Language=English
12772 RPC_S_NAME_SERVICE_UNAVAILABLE - The name service is unavailable.
12773 .
12774 Language=Russian
12775 RPC_S_NAME_SERVICE_UNAVAILABLE - The name service is unavailable.
12776 .
12777 Language=Polish
12778 RPC_S_NAME_SERVICE_UNAVAILABLE - The name service is unavailable.
12779 .
12780
12781 MessageId=1763
12782 Severity=Success
12783 Facility=System
12784 SymbolicName=RPC_S_INVALID_NAF_ID
12785 Language=English
12786 RPC_S_INVALID_NAF_ID - The network address family is invalid.
12787 .
12788 Language=Russian
12789 RPC_S_INVALID_NAF_ID - The network address family is invalid.
12790 .
12791 Language=Polish
12792 RPC_S_INVALID_NAF_ID - The network address family is invalid.
12793 .
12794
12795 MessageId=1764
12796 Severity=Success
12797 Facility=System
12798 SymbolicName=RPC_S_CANNOT_SUPPORT
12799 Language=English
12800 RPC_S_CANNOT_SUPPORT - The requested operation is not supported.
12801 .
12802 Language=Russian
12803 RPC_S_CANNOT_SUPPORT - The requested operation is not supported.
12804 .
12805 Language=Polish
12806 RPC_S_CANNOT_SUPPORT - The requested operation is not supported.
12807 .
12808
12809 MessageId=1765
12810 Severity=Success
12811 Facility=System
12812 SymbolicName=RPC_S_NO_CONTEXT_AVAILABLE
12813 Language=English
12814 RPC_S_NO_CONTEXT_AVAILABLE - No security context is available to allow impersonation.
12815 .
12816 Language=Russian
12817 RPC_S_NO_CONTEXT_AVAILABLE - No security context is available to allow impersonation.
12818 .
12819 Language=Polish
12820 RPC_S_NO_CONTEXT_AVAILABLE - No security context is available to allow impersonation.
12821 .
12822
12823 MessageId=1766
12824 Severity=Success
12825 Facility=System
12826 SymbolicName=RPC_S_INTERNAL_ERROR
12827 Language=English
12828 RPC_S_INTERNAL_ERROR - An internal error occurred in a remote procedure call (RPC).
12829 .
12830 Language=Russian
12831 RPC_S_INTERNAL_ERROR - An internal error occurred in a remote procedure call (RPC).
12832 .
12833 Language=Polish
12834 RPC_S_INTERNAL_ERROR - An internal error occurred in a remote procedure call (RPC).
12835 .
12836
12837 MessageId=1767
12838 Severity=Success
12839 Facility=System
12840 SymbolicName=RPC_S_ZERO_DIVIDE
12841 Language=English
12842 RPC_S_ZERO_DIVIDE - The RPC server attempted an integer division by zero.
12843 .
12844 Language=Russian
12845 RPC_S_ZERO_DIVIDE - The RPC server attempted an integer division by zero.
12846 .
12847 Language=Polish
12848 RPC_S_ZERO_DIVIDE - The RPC server attempted an integer division by zero.
12849 .
12850
12851 MessageId=1768
12852 Severity=Success
12853 Facility=System
12854 SymbolicName=RPC_S_ADDRESS_ERROR
12855 Language=English
12856 RPC_S_ADDRESS_ERROR - An addressing error occurred in the RPC server.
12857 .
12858 Language=Russian
12859 RPC_S_ADDRESS_ERROR - An addressing error occurred in the RPC server.
12860 .
12861 Language=Polish
12862 RPC_S_ADDRESS_ERROR - An addressing error occurred in the RPC server.
12863 .
12864
12865 MessageId=1769
12866 Severity=Success
12867 Facility=System
12868 SymbolicName=RPC_S_FP_DIV_ZERO
12869 Language=English
12870 RPC_S_FP_DIV_ZERO - A floating-point operation at the RPC server caused a division by zero.
12871 .
12872 Language=Russian
12873 RPC_S_FP_DIV_ZERO - A floating-point operation at the RPC server caused a division by zero.
12874 .
12875 Language=Polish
12876 RPC_S_FP_DIV_ZERO - A floating-point operation at the RPC server caused a division by zero.
12877 .
12878
12879 MessageId=1770
12880 Severity=Success
12881 Facility=System
12882 SymbolicName=RPC_S_FP_UNDERFLOW
12883 Language=English
12884 RPC_S_FP_UNDERFLOW - A floating-point underflow occurred at the RPC server.
12885 .
12886 Language=Russian
12887 RPC_S_FP_UNDERFLOW - A floating-point underflow occurred at the RPC server.
12888 .
12889 Language=Polish
12890 RPC_S_FP_UNDERFLOW - A floating-point underflow occurred at the RPC server.
12891 .
12892
12893 MessageId=1771
12894 Severity=Success
12895 Facility=System
12896 SymbolicName=RPC_S_FP_OVERFLOW
12897 Language=English
12898 RPC_S_FP_OVERFLOW - A floating-point overflow occurred at the RPC server.
12899 .
12900 Language=Russian
12901 RPC_S_FP_OVERFLOW - A floating-point overflow occurred at the RPC server.
12902 .
12903 Language=Polish
12904 RPC_S_FP_OVERFLOW - A floating-point overflow occurred at the RPC server.
12905 .
12906
12907 MessageId=1772
12908 Severity=Success
12909 Facility=System
12910 SymbolicName=RPC_X_NO_MORE_ENTRIES
12911 Language=English
12912 RPC_X_NO_MORE_ENTRIES - The list of RPC servers available for the binding of auto handles has been exhausted.
12913 .
12914 Language=Russian
12915 RPC_X_NO_MORE_ENTRIES - The list of RPC servers available for the binding of auto handles has been exhausted.
12916 .
12917 Language=Polish
12918 RPC_X_NO_MORE_ENTRIES - The list of RPC servers available for the binding of auto handles has been exhausted.
12919 .
12920
12921 MessageId=1773
12922 Severity=Success
12923 Facility=System
12924 SymbolicName=RPC_X_SS_CHAR_TRANS_OPEN_FAIL
12925 Language=English
12926 RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Unable to open the character translation table file.
12927 .
12928 Language=Russian
12929 RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Unable to open the character translation table file.
12930 .
12931 Language=Polish
12932 RPC_X_SS_CHAR_TRANS_OPEN_FAIL - Unable to open the character translation table file.
12933 .
12934
12935 MessageId=1774
12936 Severity=Success
12937 Facility=System
12938 SymbolicName=RPC_X_SS_CHAR_TRANS_SHORT_FILE
12939 Language=English
12940 RPC_X_SS_CHAR_TRANS_SHORT_FILE - The file containing the character translation table has fewer than 512 bytes.
12941 .
12942 Language=Russian
12943 RPC_X_SS_CHAR_TRANS_SHORT_FILE - The file containing the character translation table has fewer than 512 bytes.
12944 .
12945 Language=Polish
12946 RPC_X_SS_CHAR_TRANS_SHORT_FILE - The file containing the character translation table has fewer than 512 bytes.
12947 .
12948
12949 MessageId=1775
12950 Severity=Success
12951 Facility=System
12952 SymbolicName=RPC_X_SS_IN_NULL_CONTEXT
12953 Language=English
12954 RPC_X_SS_IN_NULL_CONTEXT - A null context handle was passed from the client to the host during a remote procedure call.
12955 .
12956 Language=Russian
12957 RPC_X_SS_IN_NULL_CONTEXT - A null context handle was passed from the client to the host during a remote procedure call.
12958 .
12959 Language=Polish
12960 RPC_X_SS_IN_NULL_CONTEXT - A null context handle was passed from the client to the host during a remote procedure call.
12961 .
12962
12963 MessageId=1777
12964 Severity=Success
12965 Facility=System
12966 SymbolicName=RPC_X_SS_CONTEXT_DAMAGED
12967 Language=English
12968 RPC_X_SS_CONTEXT_DAMAGED - The context handle changed during a remote procedure call.
12969 .
12970 Language=Russian
12971 RPC_X_SS_CONTEXT_DAMAGED - The context handle changed during a remote procedure call.
12972 .
12973 Language=Polish
12974 RPC_X_SS_CONTEXT_DAMAGED - The context handle changed during a remote procedure call.
12975 .
12976
12977 MessageId=1778
12978 Severity=Success
12979 Facility=System
12980 SymbolicName=RPC_X_SS_HANDLES_MISMATCH
12981 Language=English
12982 RPC_X_SS_HANDLES_MISMATCH - The binding handles passed to a remote procedure call do not match.
12983 .
12984 Language=Russian
12985 RPC_X_SS_HANDLES_MISMATCH - The binding handles passed to a remote procedure call do not match.
12986 .
12987 Language=Polish
12988 RPC_X_SS_HANDLES_MISMATCH - The binding handles passed to a remote procedure call do not match.
12989 .
12990
12991 MessageId=1779
12992 Severity=Success
12993 Facility=System
12994 SymbolicName=RPC_X_SS_CANNOT_GET_CALL_HANDLE
12995 Language=English
12996 RPC_X_SS_CANNOT_GET_CALL_HANDLE - The stub is unable to get the remote procedure call handle.
12997 .
12998 Language=Russian
12999 RPC_X_SS_CANNOT_GET_CALL_HANDLE - The stub is unable to get the remote procedure call handle.
13000 .
13001 Language=Polish
13002 RPC_X_SS_CANNOT_GET_CALL_HANDLE - The stub is unable to get the remote procedure call handle.
13003 .
13004
13005 MessageId=1780
13006 Severity=Success
13007 Facility=System
13008 SymbolicName=RPC_X_NULL_REF_POINTER
13009 Language=English
13010 RPC_X_NULL_REF_POINTER - A null reference pointer was passed to the stub.
13011 .
13012 Language=Russian
13013 RPC_X_NULL_REF_POINTER - A null reference pointer was passed to the stub.
13014 .
13015 Language=Polish
13016 RPC_X_NULL_REF_POINTER - A null reference pointer was passed to the stub.
13017 .
13018
13019 MessageId=1781
13020 Severity=Success
13021 Facility=System
13022 SymbolicName=RPC_X_ENUM_VALUE_OUT_OF_RANGE
13023 Language=English
13024 RPC_X_ENUM_VALUE_OUT_OF_RANGE - The enumeration value is out of range.
13025 .
13026 Language=Russian
13027 RPC_X_ENUM_VALUE_OUT_OF_RANGE - The enumeration value is out of range.
13028 .
13029 Language=Polish
13030 RPC_X_ENUM_VALUE_OUT_OF_RANGE - The enumeration value is out of range.
13031 .
13032
13033 MessageId=1782
13034 Severity=Success
13035 Facility=System
13036 SymbolicName=RPC_X_BYTE_COUNT_TOO_SMALL
13037 Language=English
13038 RPC_X_BYTE_COUNT_TOO_SMALL - The byte count is too small.
13039 .
13040 Language=Russian
13041 RPC_X_BYTE_COUNT_TOO_SMALL - The byte count is too small.
13042 .
13043 Language=Polish
13044 RPC_X_BYTE_COUNT_TOO_SMALL - The byte count is too small.
13045 .
13046
13047 MessageId=1783
13048 Severity=Success
13049 Facility=System
13050 SymbolicName=RPC_X_BAD_STUB_DATA
13051 Language=English
13052 RPC_X_BAD_STUB_DATA - The stub received bad data.
13053 .
13054 Language=Russian
13055 RPC_X_BAD_STUB_DATA - The stub received bad data.
13056 .
13057 Language=Polish
13058 RPC_X_BAD_STUB_DATA - The stub received bad data.
13059 .
13060
13061 MessageId=1784
13062 Severity=Success
13063 Facility=System
13064 SymbolicName=ERROR_INVALID_USER_BUFFER
13065 Language=English
13066 ERROR_INVALID_USER_BUFFER - The supplied user buffer is not valid for the requested operation.
13067 .
13068 Language=Russian
13069 ERROR_INVALID_USER_BUFFER - The supplied user buffer is not valid for the requested operation.
13070 .
13071 Language=Polish
13072 ERROR_INVALID_USER_BUFFER - The supplied user buffer is not valid for the requested operation.
13073 .
13074
13075 MessageId=1785
13076 Severity=Success
13077 Facility=System
13078 SymbolicName=ERROR_UNRECOGNIZED_MEDIA
13079 Language=English
13080 ERROR_UNRECOGNIZED_MEDIA - The disk media is not recognized. It may not be formatted.
13081 .
13082 Language=Russian
13083 ERROR_UNRECOGNIZED_MEDIA - The disk media is not recognized. It may not be formatted.
13084 .
13085 Language=Polish
13086 ERROR_UNRECOGNIZED_MEDIA - The disk media is not recognized. It may not be formatted.
13087 .
13088
13089 MessageId=1786
13090 Severity=Success
13091 Facility=System
13092 SymbolicName=ERROR_NO_TRUST_LSA_SECRET
13093 Language=English
13094 ERROR_NO_TRUST_LSA_SECRET - The workstation does not have a trust secret.
13095 .
13096 Language=Russian
13097 ERROR_NO_TRUST_LSA_SECRET - The workstation does not have a trust secret.
13098 .
13099 Language=Polish
13100 ERROR_NO_TRUST_LSA_SECRET - The workstation does not have a trust secret.
13101 .
13102
13103 MessageId=1787
13104 Severity=Success
13105 Facility=System
13106 SymbolicName=ERROR_NO_TRUST_SAM_ACCOUNT
13107 Language=English
13108 ERROR_NO_TRUST_SAM_ACCOUNT - The security database on the server does not have a computer account for this workstation trust relationship.
13109 .
13110 Language=Russian
13111 ERROR_NO_TRUST_SAM_ACCOUNT - The security database on the server does not have a computer account for this workstation trust relationship.
13112 .
13113 Language=Polish
13114 ERROR_NO_TRUST_SAM_ACCOUNT - The security database on the server does not have a computer account for this workstation trust relationship.
13115 .
13116
13117 MessageId=1788
13118 Severity=Success
13119 Facility=System
13120 SymbolicName=ERROR_TRUSTED_DOMAIN_FAILURE
13121 Language=English
13122 ERROR_TRUSTED_DOMAIN_FAILURE - The trust relationship between the primary domain and the trusted domain failed.
13123 .
13124 Language=Russian
13125 ERROR_TRUSTED_DOMAIN_FAILURE - The trust relationship between the primary domain and the trusted domain failed.
13126 .
13127 Language=Polish
13128 ERROR_TRUSTED_DOMAIN_FAILURE - The trust relationship between the primary domain and the trusted domain failed.
13129 .
13130
13131 MessageId=1789
13132 Severity=Success
13133 Facility=System
13134 SymbolicName=ERROR_TRUSTED_RELATIONSHIP_FAILURE
13135 Language=English
13136 ERROR_TRUSTED_RELATIONSHIP_FAILURE - The trust relationship between this workstation and the primary domain failed.
13137 .
13138 Language=Russian
13139 ERROR_TRUSTED_RELATIONSHIP_FAILURE - The trust relationship between this workstation and the primary domain failed.
13140 .
13141 Language=Polish
13142 ERROR_TRUSTED_RELATIONSHIP_FAILURE - The trust relationship between this workstation and the primary domain failed.
13143 .
13144
13145 MessageId=1790
13146 Severity=Success
13147 Facility=System
13148 SymbolicName=ERROR_TRUST_FAILURE
13149 Language=English
13150 ERROR_TRUST_FAILURE - The network logon failed.
13151 .
13152 Language=Russian
13153 ERROR_TRUST_FAILURE - The network logon failed.
13154 .
13155 Language=Polish
13156 ERROR_TRUST_FAILURE - The network logon failed.
13157 .
13158
13159 MessageId=1791
13160 Severity=Success
13161 Facility=System
13162 SymbolicName=RPC_S_CALL_IN_PROGRESS
13163 Language=English
13164 RPC_S_CALL_IN_PROGRESS - A remote procedure call is already in progress for this thread.
13165 .
13166 Language=Russian
13167 RPC_S_CALL_IN_PROGRESS - A remote procedure call is already in progress for this thread.
13168 .
13169 Language=Polish
13170 RPC_S_CALL_IN_PROGRESS - A remote procedure call is already in progress for this thread.
13171 .
13172
13173 MessageId=1792
13174 Severity=Success
13175 Facility=System
13176 SymbolicName=ERROR_NETLOGON_NOT_STARTED
13177 Language=English
13178 ERROR_NETLOGON_NOT_STARTED - An attempt was made to logon, but the network logon service was not started.
13179 .
13180 Language=Russian
13181 ERROR_NETLOGON_NOT_STARTED - An attempt was made to logon, but the network logon service was not started.
13182 .
13183 Language=Polish
13184 ERROR_NETLOGON_NOT_STARTED - An attempt was made to logon, but the network logon service was not started.
13185 .
13186
13187 MessageId=1793
13188 Severity=Success
13189 Facility=System
13190 SymbolicName=ERROR_ACCOUNT_EXPIRED
13191 Language=English
13192 ERROR_ACCOUNT_EXPIRED - The user's account has expired.
13193 .
13194 Language=Russian
13195 ERROR_ACCOUNT_EXPIRED - The user's account has expired.
13196 .
13197 Language=Polish
13198 ERROR_ACCOUNT_EXPIRED - The user's account has expired.
13199 .
13200
13201 MessageId=1794
13202 Severity=Success
13203 Facility=System
13204 SymbolicName=ERROR_REDIRECTOR_HAS_OPEN_HANDLES
13205 Language=English
13206 ERROR_REDIRECTOR_HAS_OPEN_HANDLES - The redirector is in use and cannot be unloaded.
13207 .
13208 Language=Russian
13209 ERROR_REDIRECTOR_HAS_OPEN_HANDLES - The redirector is in use and cannot be unloaded.
13210 .
13211 Language=Polish
13212 ERROR_REDIRECTOR_HAS_OPEN_HANDLES - The redirector is in use and cannot be unloaded.
13213 .
13214
13215 MessageId=1795
13216 Severity=Success
13217 Facility=System
13218 SymbolicName=ERROR_PRINTER_DRIVER_ALREADY_INSTALLED
13219 Language=English
13220 ERROR_PRINTER_DRIVER_ALREADY_INSTALLED - The specified printer driver is already installed.
13221 .
13222 Language=Russian
13223 ERROR_PRINTER_DRIVER_ALREADY_INSTALLED - The specified printer driver is already installed.
13224 .
13225 Language=Polish
13226 ERROR_PRINTER_DRIVER_ALREADY_INSTALLED - The specified printer driver is already installed.
13227 .
13228
13229 MessageId=1796
13230 Severity=Success
13231 Facility=System
13232 SymbolicName=ERROR_UNKNOWN_PORT
13233 Language=English
13234 ERROR_UNKNOWN_PORT - The specified port is unknown.
13235 .
13236 Language=Russian
13237 ERROR_UNKNOWN_PORT - The specified port is unknown.
13238 .
13239 Language=Polish
13240 ERROR_UNKNOWN_PORT - The specified port is unknown.
13241 .
13242
13243 MessageId=1797
13244 Severity=Success
13245 Facility=System
13246 SymbolicName=ERROR_UNKNOWN_PRINTER_DRIVER
13247 Language=English
13248 ERROR_UNKNOWN_PRINTER_DRIVER - The printer driver is unknown.
13249 .
13250 Language=Russian
13251 ERROR_UNKNOWN_PRINTER_DRIVER - The printer driver is unknown.
13252 .
13253 Language=Polish
13254 ERROR_UNKNOWN_PRINTER_DRIVER - The printer driver is unknown.
13255 .
13256
13257 MessageId=1798
13258 Severity=Success
13259 Facility=System
13260 SymbolicName=ERROR_UNKNOWN_PRINTPROCESSOR
13261 Language=English
13262 ERROR_UNKNOWN_PRINTPROCESSOR - The print processor is unknown.
13263 .
13264 Language=Russian
13265 ERROR_UNKNOWN_PRINTPROCESSOR - The print processor is unknown.
13266 .
13267 Language=Polish
13268 ERROR_UNKNOWN_PRINTPROCESSOR - The print processor is unknown.
13269 .
13270
13271 MessageId=1799
13272 Severity=Success
13273 Facility=System
13274 SymbolicName=ERROR_INVALID_SEPARATOR_FILE
13275 Language=English
13276 ERROR_INVALID_SEPARATOR_FILE - The specified separator file is invalid.
13277 .
13278 Language=Russian
13279 ERROR_INVALID_SEPARATOR_FILE - The specified separator file is invalid.
13280 .
13281 Language=Polish
13282 ERROR_INVALID_SEPARATOR_FILE - The specified separator file is invalid.
13283 .
13284
13285 MessageId=1800
13286 Severity=Success
13287 Facility=System
13288 SymbolicName=ERROR_INVALID_PRIORITY
13289 Language=English
13290 ERROR_INVALID_PRIORITY - The specified priority is invalid.
13291 .
13292 Language=Russian
13293 ERROR_INVALID_PRIORITY - The specified priority is invalid.
13294 .
13295 Language=Polish
13296 ERROR_INVALID_PRIORITY - The specified priority is invalid.
13297 .
13298
13299 MessageId=1801
13300 Severity=Success
13301 Facility=System
13302 SymbolicName=ERROR_INVALID_PRINTER_NAME
13303 Language=English
13304 ERROR_INVALID_PRINTER_NAME - The printer name is invalid.
13305 .
13306 Language=Russian
13307 ERROR_INVALID_PRINTER_NAME - The printer name is invalid.
13308 .
13309 Language=Polish
13310 ERROR_INVALID_PRINTER_NAME - The printer name is invalid.
13311 .
13312
13313 MessageId=1802
13314 Severity=Success
13315 Facility=System
13316 SymbolicName=ERROR_PRINTER_ALREADY_EXISTS
13317 Language=English
13318 ERROR_PRINTER_ALREADY_EXISTS - The printer already exists.
13319 .
13320 Language=Russian
13321 ERROR_PRINTER_ALREADY_EXISTS - The printer already exists.
13322 .
13323 Language=Polish
13324 ERROR_PRINTER_ALREADY_EXISTS - The printer already exists.
13325 .
13326
13327 MessageId=1803
13328 Severity=Success
13329 Facility=System
13330 SymbolicName=ERROR_INVALID_PRINTER_COMMAND
13331 Language=English
13332 ERROR_INVALID_PRINTER_COMMAND - The printer command is invalid.
13333 .
13334 Language=Russian
13335 ERROR_INVALID_PRINTER_COMMAND - The printer command is invalid.
13336 .
13337 Language=Polish
13338 ERROR_INVALID_PRINTER_COMMAND - The printer command is invalid.
13339 .
13340
13341 MessageId=1804
13342 Severity=Success
13343 Facility=System
13344 SymbolicName=ERROR_INVALID_DATATYPE
13345 Language=English
13346 ERROR_INVALID_DATATYPE - The specified datatype is invalid.
13347 .
13348 Language=Russian
13349 ERROR_INVALID_DATATYPE - The specified datatype is invalid.
13350 .
13351 Language=Polish
13352 ERROR_INVALID_DATATYPE - The specified datatype is invalid.
13353 .
13354
13355 MessageId=1805
13356 Severity=Success
13357 Facility=System
13358 SymbolicName=ERROR_INVALID_ENVIRONMENT
13359 Language=English
13360 ERROR_INVALID_ENVIRONMENT - The environment specified is invalid.
13361 .
13362 Language=Russian
13363 ERROR_INVALID_ENVIRONMENT - The environment specified is invalid.
13364 .
13365 Language=Polish
13366 ERROR_INVALID_ENVIRONMENT - The environment specified is invalid.
13367 .
13368
13369 MessageId=1806
13370 Severity=Success
13371 Facility=System
13372 SymbolicName=RPC_S_NO_MORE_BINDINGS
13373 Language=English
13374 RPC_S_NO_MORE_BINDINGS - There are no more bindings.
13375 .
13376 Language=Russian
13377 RPC_S_NO_MORE_BINDINGS - There are no more bindings.
13378 .
13379 Language=Polish
13380 RPC_S_NO_MORE_BINDINGS - There are no more bindings.
13381 .
13382
13383 MessageId=1807
13384 Severity=Success
13385 Facility=System
13386 SymbolicName=ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT
13387 Language=English
13388 ERROR_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.
13389 .
13390 Language=Russian
13391 ERROR_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.
13392 .
13393 Language=Polish
13394 ERROR_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.
13395 .
13396
13397 MessageId=1808
13398 Severity=Success
13399 Facility=System
13400 SymbolicName=ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT
13401 Language=English
13402 ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - The account used is a computer account. Use your global user account or local user account to access this server.
13403 .
13404 Language=Russian
13405 ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - The account used is a computer account. Use your global user account or local user account to access this server.
13406 .
13407 Language=Polish
13408 ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT - The account used is a computer account. Use your global user account or local user account to access this server.
13409 .
13410
13411 MessageId=1809
13412 Severity=Success
13413 Facility=System
13414 SymbolicName=ERROR_NOLOGON_SERVER_TRUST_ACCOUNT
13415 Language=English
13416 ERROR_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.
13417 .
13418 Language=Russian
13419 ERROR_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.
13420 .
13421 Language=Polish
13422 ERROR_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.
13423 .
13424
13425 MessageId=1810
13426 Severity=Success
13427 Facility=System
13428 SymbolicName=ERROR_DOMAIN_TRUST_INCONSISTENT
13429 Language=English
13430 ERROR_DOMAIN_TRUST_INCONSISTENT - The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
13431 .
13432 Language=Russian
13433 ERROR_DOMAIN_TRUST_INCONSISTENT - The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
13434 .
13435 Language=Polish
13436 ERROR_DOMAIN_TRUST_INCONSISTENT - The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
13437 .
13438
13439 MessageId=1811
13440 Severity=Success
13441 Facility=System
13442 SymbolicName=ERROR_SERVER_HAS_OPEN_HANDLES
13443 Language=English
13444 ERROR_SERVER_HAS_OPEN_HANDLES - The server is in use and cannot be unloaded.
13445 .
13446 Language=Russian
13447 ERROR_SERVER_HAS_OPEN_HANDLES - The server is in use and cannot be unloaded.
13448 .
13449 Language=Polish
13450 ERROR_SERVER_HAS_OPEN_HANDLES - The server is in use and cannot be unloaded.
13451 .
13452
13453 MessageId=1812
13454 Severity=Success
13455 Facility=System
13456 SymbolicName=ERROR_RESOURCE_DATA_NOT_FOUND
13457 Language=English
13458 ERROR_RESOURCE_DATA_NOT_FOUND - The specified image file did not contain a resource section.
13459 .
13460 Language=Russian
13461 ERROR_RESOURCE_DATA_NOT_FOUND - The specified image file did not contain a resource section.
13462 .
13463 Language=Polish
13464 ERROR_RESOURCE_DATA_NOT_FOUND - The specified image file did not contain a resource section.
13465 .
13466
13467 MessageId=1813
13468 Severity=Success
13469 Facility=System
13470 SymbolicName=ERROR_RESOURCE_TYPE_NOT_FOUND
13471 Language=English
13472 ERROR_RESOURCE_TYPE_NOT_FOUND - The specified resource type cannot be found in the image file.
13473 .
13474 Language=Russian
13475 ERROR_RESOURCE_TYPE_NOT_FOUND - The specified resource type cannot be found in the image file.
13476 .
13477 Language=Polish
13478 ERROR_RESOURCE_TYPE_NOT_FOUND - The specified resource type cannot be found in the image file.
13479 .
13480
13481 MessageId=1814
13482 Severity=Success
13483 Facility=System
13484 SymbolicName=ERROR_RESOURCE_NAME_NOT_FOUND
13485 Language=English
13486 ERROR_RESOURCE_NAME_NOT_FOUND - The specified resource name cannot be found in the image file.
13487 .
13488 Language=Russian
13489 ERROR_RESOURCE_NAME_NOT_FOUND - The specified resource name cannot be found in the image file.
13490 .
13491 Language=Polish
13492 ERROR_RESOURCE_NAME_NOT_FOUND - The specified resource name cannot be found in the image file.
13493 .
13494
13495 MessageId=1815
13496 Severity=Success
13497 Facility=System
13498 SymbolicName=ERROR_RESOURCE_LANG_NOT_FOUND
13499 Language=English
13500 ERROR_RESOURCE_LANG_NOT_FOUND - The specified resource language ID cannot be found in the image file.
13501 .
13502 Language=Russian
13503 ERROR_RESOURCE_LANG_NOT_FOUND - The specified resource language ID cannot be found in the image file.
13504 .
13505 Language=Polish
13506 ERROR_RESOURCE_LANG_NOT_FOUND - The specified resource language ID cannot be found in the image file.
13507 .
13508
13509 MessageId=1816
13510 Severity=Success
13511 Facility=System
13512 SymbolicName=ERROR_NOT_ENOUGH_QUOTA
13513 Language=English
13514 ERROR_NOT_ENOUGH_QUOTA - Not enough quota is available to process this command.
13515 .
13516 Language=Russian
13517 ERROR_NOT_ENOUGH_QUOTA - Not enough quota is available to process this command.
13518 .
13519 Language=Polish
13520 ERROR_NOT_ENOUGH_QUOTA - Not enough quota is available to process this command.
13521 .
13522
13523 MessageId=1817
13524 Severity=Success
13525 Facility=System
13526 SymbolicName=RPC_S_NO_INTERFACES
13527 Language=English
13528 RPC_S_NO_INTERFACES - No interfaces have been registered.
13529 .
13530 Language=Russian
13531 RPC_S_NO_INTERFACES - No interfaces have been registered.
13532 .
13533 Language=Polish
13534 RPC_S_NO_INTERFACES - No interfaces have been registered.
13535 .
13536
13537 MessageId=1818
13538 Severity=Success
13539 Facility=System
13540 SymbolicName=RPC_S_CALL_CANCELLED
13541 Language=English
13542 RPC_S_CALL_CANCELLED - The remote procedure call was cancelled.
13543 .
13544 Language=Russian
13545 RPC_S_CALL_CANCELLED - The remote procedure call was cancelled.
13546 .
13547 Language=Polish
13548 RPC_S_CALL_CANCELLED - The remote procedure call was cancelled.
13549 .
13550
13551 MessageId=1819
13552 Severity=Success
13553 Facility=System
13554 SymbolicName=RPC_S_BINDING_INCOMPLETE
13555 Language=English
13556 RPC_S_BINDING_INCOMPLETE - The binding handle does not contain all required information.
13557 .
13558 Language=Russian
13559 RPC_S_BINDING_INCOMPLETE - The binding handle does not contain all required information.
13560 .
13561 Language=Polish
13562 RPC_S_BINDING_INCOMPLETE - The binding handle does not contain all required information.
13563 .
13564
13565 MessageId=1820
13566 Severity=Success
13567 Facility=System
13568 SymbolicName=RPC_S_COMM_FAILURE
13569 Language=English
13570 RPC_S_COMM_FAILURE - A communications failure occurred during a remote procedure call.
13571 .
13572 Language=Russian
13573 RPC_S_COMM_FAILURE - A communications failure occurred during a remote procedure call.
13574 .
13575 Language=Polish
13576 RPC_S_COMM_FAILURE - A communications failure occurred during a remote procedure call.
13577 .
13578
13579 MessageId=1821
13580 Severity=Success
13581 Facility=System
13582 SymbolicName=RPC_S_UNSUPPORTED_AUTHN_LEVEL
13583 Language=English
13584 RPC_S_UNSUPPORTED_AUTHN_LEVEL - The requested authentication level is not supported.
13585 .
13586 Language=Russian
13587 RPC_S_UNSUPPORTED_AUTHN_LEVEL - The requested authentication level is not supported.
13588 .
13589 Language=Polish
13590 RPC_S_UNSUPPORTED_AUTHN_LEVEL - The requested authentication level is not supported.
13591 .
13592
13593 MessageId=1822
13594 Severity=Success
13595 Facility=System
13596 SymbolicName=RPC_S_NO_PRINC_NAME
13597 Language=English
13598 RPC_S_NO_PRINC_NAME - No principal name registered.
13599 .
13600 Language=Russian
13601 RPC_S_NO_PRINC_NAME - No principal name registered.
13602 .
13603 Language=Polish
13604 RPC_S_NO_PRINC_NAME - No principal name registered.
13605 .
13606
13607 MessageId=1823
13608 Severity=Success
13609 Facility=System
13610 SymbolicName=RPC_S_NOT_RPC_ERROR
13611 Language=English
13612 RPC_S_NOT_RPC_ERROR - The error specified is not a valid Windows RPC error code.
13613 .
13614 Language=Russian
13615 RPC_S_NOT_RPC_ERROR - The error specified is not a valid Windows RPC error code.
13616 .
13617 Language=Polish
13618 RPC_S_NOT_RPC_ERROR - The error specified is not a valid Windows RPC error code.
13619 .
13620
13621 MessageId=1824
13622 Severity=Success
13623 Facility=System
13624 SymbolicName=RPC_S_UUID_LOCAL_ONLY
13625 Language=English
13626 RPC_S_UUID_LOCAL_ONLY - A UUID that is valid only on this computer has been allocated.
13627 .
13628 Language=Russian
13629 RPC_S_UUID_LOCAL_ONLY - A UUID that is valid only on this computer has been allocated.
13630 .
13631 Language=Polish
13632 RPC_S_UUID_LOCAL_ONLY - A UUID that is valid only on this computer has been allocated.
13633 .
13634
13635 MessageId=1825
13636 Severity=Success
13637 Facility=System
13638 SymbolicName=RPC_S_SEC_PKG_ERROR
13639 Language=English
13640 RPC_S_SEC_PKG_ERROR - A security package specific error occurred.
13641 .
13642 Language=Russian
13643 RPC_S_SEC_PKG_ERROR - A security package specific error occurred.
13644 .
13645 Language=Polish
13646 RPC_S_SEC_PKG_ERROR - A security package specific error occurred.
13647 .
13648
13649 MessageId=1826
13650 Severity=Success
13651 Facility=System
13652 SymbolicName=RPC_S_NOT_CANCELLED
13653 Language=English
13654 RPC_S_NOT_CANCELLED - Thread is not canceled.
13655 .
13656 Language=Russian
13657 RPC_S_NOT_CANCELLED - Thread is not canceled.
13658 .
13659 Language=Polish
13660 RPC_S_NOT_CANCELLED - Thread is not canceled.
13661 .
13662
13663 MessageId=1827
13664 Severity=Success
13665 Facility=System
13666 SymbolicName=RPC_X_INVALID_ES_ACTION
13667 Language=English
13668 RPC_X_INVALID_ES_ACTION - Invalid operation on the encoding/decoding handle.
13669 .
13670 Language=Russian
13671 RPC_X_INVALID_ES_ACTION - Invalid operation on the encoding/decoding handle.
13672 .
13673 Language=Polish
13674 RPC_X_INVALID_ES_ACTION - Invalid operation on the encoding/decoding handle.
13675 .
13676
13677 MessageId=1828
13678 Severity=Success
13679 Facility=System
13680 SymbolicName=RPC_X_WRONG_ES_VERSION
13681 Language=English
13682 RPC_X_WRONG_ES_VERSION - Incompatible version of the serializing package.
13683 .
13684 Language=Russian
13685 RPC_X_WRONG_ES_VERSION - Incompatible version of the serializing package.
13686 .
13687 Language=Polish
13688 RPC_X_WRONG_ES_VERSION - Incompatible version of the serializing package.
13689 .
13690
13691 MessageId=1829
13692 Severity=Success
13693 Facility=System
13694 SymbolicName=RPC_X_WRONG_STUB_VERSION
13695 Language=English
13696 RPC_X_WRONG_STUB_VERSION - Incompatible version of the RPC stub.
13697 .
13698 Language=Russian
13699 RPC_X_WRONG_STUB_VERSION - Incompatible version of the RPC stub.
13700 .
13701 Language=Polish
13702 RPC_X_WRONG_STUB_VERSION - Incompatible version of the RPC stub.
13703 .
13704
13705 MessageId=1830
13706 Severity=Success
13707 Facility=System
13708 SymbolicName=RPC_X_INVALID_PIPE_OBJECT
13709 Language=English
13710 RPC_X_INVALID_PIPE_OBJECT - The RPC pipe object is invalid or corrupted.
13711 .
13712 Language=Russian
13713 RPC_X_INVALID_PIPE_OBJECT - The RPC pipe object is invalid or corrupted.
13714 .
13715 Language=Polish
13716 RPC_X_INVALID_PIPE_OBJECT - The RPC pipe object is invalid or corrupted.
13717 .
13718
13719 MessageId=1831
13720 Severity=Success
13721 Facility=System
13722 SymbolicName=RPC_X_WRONG_PIPE_ORDER
13723 Language=English
13724 RPC_X_WRONG_PIPE_ORDER - An invalid operation was attempted on an RPC pipe object.
13725 .
13726 Language=Russian
13727 RPC_X_WRONG_PIPE_ORDER - An invalid operation was attempted on an RPC pipe object.
13728 .
13729 Language=Polish
13730 RPC_X_WRONG_PIPE_ORDER - An invalid operation was attempted on an RPC pipe object.
13731 .
13732
13733 MessageId=1832
13734 Severity=Success
13735 Facility=System
13736 SymbolicName=RPC_X_WRONG_PIPE_VERSION
13737 Language=English
13738 RPC_X_WRONG_PIPE_VERSION - Unsupported RPC pipe version.
13739 .
13740 Language=Russian
13741 RPC_X_WRONG_PIPE_VERSION - Unsupported RPC pipe version.
13742 .
13743 Language=Polish
13744 RPC_X_WRONG_PIPE_VERSION - Unsupported RPC pipe version.
13745 .
13746
13747 MessageId=1898
13748 Severity=Success
13749 Facility=System
13750 SymbolicName=RPC_S_GROUP_MEMBER_NOT_FOUND
13751 Language=English
13752 RPC_S_GROUP_MEMBER_NOT_FOUND - The group member was not found.
13753 .
13754 Language=Russian
13755 RPC_S_GROUP_MEMBER_NOT_FOUND - The group member was not found.
13756 .
13757 Language=Polish
13758 RPC_S_GROUP_MEMBER_NOT_FOUND - The group member was not found.
13759 .
13760
13761 MessageId=1899
13762 Severity=Success
13763 Facility=System
13764 SymbolicName=EPT_S_CANT_CREATE
13765 Language=English
13766 EPT_S_CANT_CREATE - The endpoint mapper database entry could not be created.
13767 .
13768 Language=Russian
13769 EPT_S_CANT_CREATE - The endpoint mapper database entry could not be created.
13770 .
13771 Language=Polish
13772 EPT_S_CANT_CREATE - The endpoint mapper database entry could not be created.
13773 .
13774
13775 MessageId=1900
13776 Severity=Success
13777 Facility=System
13778 SymbolicName=RPC_S_INVALID_OBJECT
13779 Language=English
13780 RPC_S_INVALID_OBJECT - The object universal unique identifier (UUID) is the nil UUID.
13781 .
13782 Language=Russian
13783 RPC_S_INVALID_OBJECT - The object universal unique identifier (UUID) is the nil UUID.
13784 .
13785 Language=Polish
13786 RPC_S_INVALID_OBJECT - The object universal unique identifier (UUID) is the nil UUID.
13787 .
13788
13789 MessageId=1901
13790 Severity=Success
13791 Facility=System
13792 SymbolicName=ERROR_INVALID_TIME
13793 Language=English
13794 ERROR_INVALID_TIME - The specified time is invalid.
13795 .
13796 Language=Russian
13797 ERROR_INVALID_TIME - The specified time is invalid.
13798 .
13799 Language=Polish
13800 ERROR_INVALID_TIME - The specified time is invalid.
13801 .
13802
13803 MessageId=1902
13804 Severity=Success
13805 Facility=System
13806 SymbolicName=ERROR_INVALID_FORM_NAME
13807 Language=English
13808 ERROR_INVALID_FORM_NAME - The specified form name is invalid.
13809 .
13810 Language=Russian
13811 ERROR_INVALID_FORM_NAME - The specified form name is invalid.
13812 .
13813 Language=Polish
13814 ERROR_INVALID_FORM_NAME - The specified form name is invalid.
13815 .
13816
13817 MessageId=1903
13818 Severity=Success
13819 Facility=System
13820 SymbolicName=ERROR_INVALID_FORM_SIZE
13821 Language=English
13822 ERROR_INVALID_FORM_SIZE - The specified form size is invalid.
13823 .
13824 Language=Russian
13825 ERROR_INVALID_FORM_SIZE - The specified form size is invalid.
13826 .
13827 Language=Polish
13828 ERROR_INVALID_FORM_SIZE - The specified form size is invalid.
13829 .
13830
13831 MessageId=1904
13832 Severity=Success
13833 Facility=System
13834 SymbolicName=ERROR_ALREADY_WAITING
13835 Language=English
13836 ERROR_ALREADY_WAITING - The specified printer handle is already being waited on
13837 .
13838 Language=Russian
13839 ERROR_ALREADY_WAITING - The specified printer handle is already being waited on
13840 .
13841 Language=Polish
13842 ERROR_ALREADY_WAITING - The specified printer handle is already being waited on
13843 .
13844
13845 MessageId=1905
13846 Severity=Success
13847 Facility=System
13848 SymbolicName=ERROR_PRINTER_DELETED
13849 Language=English
13850 ERROR_PRINTER_DELETED - The specified printer has been deleted.
13851 .
13852 Language=Russian
13853 ERROR_PRINTER_DELETED - The specified printer has been deleted.
13854 .
13855 Language=Polish
13856 ERROR_PRINTER_DELETED - The specified printer has been deleted.
13857 .
13858
13859 MessageId=1906
13860 Severity=Success
13861 Facility=System
13862 SymbolicName=ERROR_INVALID_PRINTER_STATE
13863 Language=English
13864 ERROR_INVALID_PRINTER_STATE - The state of the printer is invalid.
13865 .
13866 Language=Russian
13867 ERROR_INVALID_PRINTER_STATE - The state of the printer is invalid.
13868 .
13869 Language=Polish
13870 ERROR_INVALID_PRINTER_STATE - The state of the printer is invalid.
13871 .
13872
13873 MessageId=1907
13874 Severity=Success
13875 Facility=System
13876 SymbolicName=ERROR_PASSWORD_MUST_CHANGE
13877 Language=English
13878 ERROR_PASSWORD_MUST_CHANGE - The user's password must be changed before logging on the first time.
13879 .
13880 Language=Russian
13881 ERROR_PASSWORD_MUST_CHANGE - The user's password must be changed before logging on the first time.
13882 .
13883 Language=Polish
13884 ERROR_PASSWORD_MUST_CHANGE - The user's password must be changed before logging on the first time.
13885 .
13886
13887 MessageId=1908
13888 Severity=Success
13889 Facility=System
13890 SymbolicName=ERROR_DOMAIN_CONTROLLER_NOT_FOUND
13891 Language=English
13892 ERROR_DOMAIN_CONTROLLER_NOT_FOUND - Could not find the domain controller for this domain.
13893 .
13894 Language=Russian
13895 ERROR_DOMAIN_CONTROLLER_NOT_FOUND - Could not find the domain controller for this domain.
13896 .
13897 Language=Polish
13898 ERROR_DOMAIN_CONTROLLER_NOT_FOUND - Could not find the domain controller for this domain.
13899 .
13900
13901 MessageId=1909
13902 Severity=Success
13903 Facility=System
13904 SymbolicName=ERROR_ACCOUNT_LOCKED_OUT
13905 Language=English
13906 ERROR_ACCOUNT_LOCKED_OUT - The referenced account is currently locked out and may not be used to log on.
13907 .
13908 Language=Russian
13909 ERROR_ACCOUNT_LOCKED_OUT - The referenced account is currently locked out and may not be used to log on.
13910 .
13911 Language=Polish
13912 ERROR_ACCOUNT_LOCKED_OUT - The referenced account is currently locked out and may not be used to log on.
13913 .
13914
13915 MessageId=1910
13916 Severity=Success
13917 Facility=System
13918 SymbolicName=OR_INVALID_OXID
13919 Language=English
13920 OR_INVALID_OXID - The object exporter specified was not found.
13921 .
13922 Language=Russian
13923 OR_INVALID_OXID - The object exporter specified was not found.
13924 .
13925 Language=Polish
13926 OR_INVALID_OXID - The object exporter specified was not found.
13927 .
13928
13929 MessageId=1911
13930 Severity=Success
13931 Facility=System
13932 SymbolicName=OR_INVALID_OID
13933 Language=English
13934 OR_INVALID_OID - The object specified was not found.
13935 .
13936 Language=Russian
13937 OR_INVALID_OID - The object specified was not found.
13938 .
13939 Language=Polish
13940 OR_INVALID_OID - The object specified was not found.
13941 .
13942
13943 MessageId=1912
13944 Severity=Success
13945 Facility=System
13946 SymbolicName=OR_INVALID_SET
13947 Language=English
13948 OR_INVALID_SET - The object resolver set specified was not found.
13949 .
13950 Language=Russian
13951 OR_INVALID_SET - The object resolver set specified was not found.
13952 .
13953 Language=Polish
13954 OR_INVALID_SET - The object resolver set specified was not found.
13955 .
13956
13957 MessageId=1913
13958 Severity=Success
13959 Facility=System
13960 SymbolicName=RPC_S_SEND_INCOMPLETE
13961 Language=English
13962 RPC_S_SEND_INCOMPLETE - Some data remains to be sent in the request buffer.
13963 .
13964 Language=Russian
13965 RPC_S_SEND_INCOMPLETE - Some data remains to be sent in the request buffer.
13966 .
13967 Language=Polish
13968 RPC_S_SEND_INCOMPLETE - Some data remains to be sent in the request buffer.
13969 .
13970
13971 MessageId=1914
13972 Severity=Success
13973 Facility=System
13974 SymbolicName=RPC_S_INVALID_ASYNC_HANDLE
13975 Language=English
13976 RPC_S_INVALID_ASYNC_HANDLE - Invalid asynchronous remote procedure call handle.
13977 .
13978 Language=Russian
13979 RPC_S_INVALID_ASYNC_HANDLE - Invalid asynchronous remote procedure call handle.
13980 .
13981 Language=Polish
13982 RPC_S_INVALID_ASYNC_HANDLE - Invalid asynchronous remote procedure call handle.
13983 .
13984
13985 MessageId=1915
13986 Severity=Success
13987 Facility=System
13988 SymbolicName=RPC_S_INVALID_ASYNC_CALL
13989 Language=English
13990 RPC_S_INVALID_ASYNC_CALL - Invalid asynchronous RPC call handle for this operation.
13991 .
13992 Language=Russian
13993 RPC_S_INVALID_ASYNC_CALL - Invalid asynchronous RPC call handle for this operation.
13994 .
13995 Language=Polish
13996 RPC_S_INVALID_ASYNC_CALL - Invalid asynchronous RPC call handle for this operation.
13997 .
13998
13999 MessageId=1916
14000 Severity=Success
14001 Facility=System
14002 SymbolicName=RPC_X_PIPE_CLOSED
14003 Language=English
14004 RPC_X_PIPE_CLOSED - The RPC pipe object has already been closed.
14005 .
14006 Language=Russian
14007 RPC_X_PIPE_CLOSED - The RPC pipe object has already been closed.
14008 .
14009 Language=Polish
14010 RPC_X_PIPE_CLOSED - The RPC pipe object has already been closed.
14011 .
14012
14013 MessageId=1917
14014 Severity=Success
14015 Facility=System
14016 SymbolicName=RPC_X_PIPE_DISCIPLINE_ERROR
14017 Language=English
14018 RPC_X_PIPE_DISCIPLINE_ERROR - The RPC call completed before all pipes were processed.
14019 .
14020 Language=Russian
14021 RPC_X_PIPE_DISCIPLINE_ERROR - The RPC call completed before all pipes were processed.
14022 .
14023 Language=Polish
14024 RPC_X_PIPE_DISCIPLINE_ERROR - The RPC call completed before all pipes were processed.
14025 .
14026
14027 MessageId=1918
14028 Severity=Success
14029 Facility=System
14030 SymbolicName=RPC_X_PIPE_EMPTY
14031 Language=English
14032 RPC_X_PIPE_EMPTY - No more data is available from the RPC pipe.
14033 .
14034 Language=Russian
14035 RPC_X_PIPE_EMPTY - No more data is available from the RPC pipe.
14036 .
14037 Language=Polish
14038 RPC_X_PIPE_EMPTY - No more data is available from the RPC pipe.
14039 .
14040
14041 MessageId=1919
14042 Severity=Success
14043 Facility=System
14044 SymbolicName=ERROR_NO_SITENAME
14045 Language=English
14046 ERROR_NO_SITENAME - No site name is available for this machine.
14047 .
14048 Language=Russian
14049 ERROR_NO_SITENAME - No site name is available for this machine.
14050 .
14051 Language=Polish
14052 ERROR_NO_SITENAME - No site name is available for this machine.
14053 .
14054
14055 MessageId=1920
14056 Severity=Success
14057 Facility=System
14058 SymbolicName=ERROR_CANT_ACCESS_FILE
14059 Language=English
14060 ERROR_CANT_ACCESS_FILE - The file cannot be accessed by the system.
14061 .
14062 Language=Russian
14063 ERROR_CANT_ACCESS_FILE - The file cannot be accessed by the system.
14064 .
14065 Language=Polish
14066 ERROR_CANT_ACCESS_FILE - The file cannot be accessed by the system.
14067 .
14068
14069 MessageId=1921
14070 Severity=Success
14071 Facility=System
14072 SymbolicName=ERROR_CANT_RESOLVE_FILENAME
14073 Language=English
14074 ERROR_CANT_RESOLVE_FILENAME - The name of the file cannot be resolved by the system.
14075 .
14076 Language=Russian
14077 ERROR_CANT_RESOLVE_FILENAME - The name of the file cannot be resolved by the system.
14078 .
14079 Language=Polish
14080 ERROR_CANT_RESOLVE_FILENAME - The name of the file cannot be resolved by the system.
14081 .
14082
14083 MessageId=1922
14084 Severity=Success
14085 Facility=System
14086 SymbolicName=RPC_S_ENTRY_TYPE_MISMATCH
14087 Language=English
14088 RPC_S_ENTRY_TYPE_MISMATCH - The entry is not of the expected type.
14089 .
14090 Language=Russian
14091 RPC_S_ENTRY_TYPE_MISMATCH - The entry is not of the expected type.
14092 .
14093 Language=Polish
14094 RPC_S_ENTRY_TYPE_MISMATCH - The entry is not of the expected type.
14095 .
14096
14097 MessageId=1923
14098 Severity=Success
14099 Facility=System
14100 SymbolicName=RPC_S_NOT_ALL_OBJS_EXPORTED
14101 Language=English
14102 RPC_S_NOT_ALL_OBJS_EXPORTED - Not all object UUIDs could be exported to the specified entry.
14103 .
14104 Language=Russian
14105 RPC_S_NOT_ALL_OBJS_EXPORTED - Not all object UUIDs could be exported to the specified entry.
14106 .
14107 Language=Polish
14108 RPC_S_NOT_ALL_OBJS_EXPORTED - Not all object UUIDs could be exported to the specified entry.
14109 .
14110
14111 MessageId=1924
14112 Severity=Success
14113 Facility=System
14114 SymbolicName=RPC_S_INTERFACE_NOT_EXPORTED
14115 Language=English
14116 RPC_S_INTERFACE_NOT_EXPORTED - Interface could not be exported to the specified entry.
14117 .
14118 Language=Russian
14119 RPC_S_INTERFACE_NOT_EXPORTED - Interface could not be exported to the specified entry.
14120 .
14121 Language=Polish
14122 RPC_S_INTERFACE_NOT_EXPORTED - Interface could not be exported to the specified entry.
14123 .
14124
14125 MessageId=1925
14126 Severity=Success
14127 Facility=System
14128 SymbolicName=RPC_S_PROFILE_NOT_ADDED
14129 Language=English
14130 RPC_S_PROFILE_NOT_ADDED - The specified profile entry could not be added.
14131 .
14132 Language=Russian
14133 RPC_S_PROFILE_NOT_ADDED - The specified profile entry could not be added.
14134 .
14135 Language=Polish
14136 RPC_S_PROFILE_NOT_ADDED - The specified profile entry could not be added.
14137 .
14138
14139 MessageId=1926
14140 Severity=Success
14141 Facility=System
14142 SymbolicName=RPC_S_PRF_ELT_NOT_ADDED
14143 Language=English
14144 RPC_S_PRF_ELT_NOT_ADDED - The specified profile element could not be added.
14145 .
14146 Language=Russian
14147 RPC_S_PRF_ELT_NOT_ADDED - The specified profile element could not be added.
14148 .
14149 Language=Polish
14150 RPC_S_PRF_ELT_NOT_ADDED - The specified profile element could not be added.
14151 .
14152
14153 MessageId=1927
14154 Severity=Success
14155 Facility=System
14156 SymbolicName=RPC_S_PRF_ELT_NOT_REMOVED
14157 Language=English
14158 RPC_S_PRF_ELT_NOT_REMOVED - The specified profile element could not be removed.
14159 .
14160 Language=Russian
14161 RPC_S_PRF_ELT_NOT_REMOVED - The specified profile element could not be removed.
14162 .
14163 Language=Polish
14164 RPC_S_PRF_ELT_NOT_REMOVED - The specified profile element could not be removed.
14165 .
14166
14167 MessageId=1928
14168 Severity=Success
14169 Facility=System
14170 SymbolicName=RPC_S_GRP_ELT_NOT_ADDED
14171 Language=English
14172 RPC_S_GRP_ELT_NOT_ADDED - The group element could not be added.
14173 .
14174 Language=Russian
14175 RPC_S_GRP_ELT_NOT_ADDED - The group element could not be added.
14176 .
14177 Language=Polish
14178 RPC_S_GRP_ELT_NOT_ADDED - The group element could not be added.
14179 .
14180
14181 MessageId=1929
14182 Severity=Success
14183 Facility=System
14184 SymbolicName=RPC_S_GRP_ELT_NOT_REMOVED
14185 Language=English
14186 RPC_S_GRP_ELT_NOT_REMOVED - The group element could not be removed.
14187 .
14188 Language=Russian
14189 RPC_S_GRP_ELT_NOT_REMOVED - The group element could not be removed.
14190 .
14191 Language=Polish
14192 RPC_S_GRP_ELT_NOT_REMOVED - The group element could not be removed.
14193 .
14194
14195 MessageId=1930
14196 Severity=Success
14197 Facility=System
14198 SymbolicName=ERROR_KM_DRIVER_BLOCKED
14199 Language=English
14200 ERROR_KM_DRIVER_BLOCKED - The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
14201 .
14202 Language=Russian
14203 ERROR_KM_DRIVER_BLOCKED - The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
14204 .
14205 Language=Polish
14206 ERROR_KM_DRIVER_BLOCKED - The printer driver is not compatible with a policy enabled on your computer that blocks NT 4.0 drivers.
14207 .
14208
14209 MessageId=1931
14210 Severity=Success
14211 Facility=System
14212 SymbolicName=ERROR_CONTEXT_EXPIRED
14213 Language=English
14214 ERROR_CONTEXT_EXPIRED - The context has expired and can no longer be used.
14215 .
14216 Language=Russian
14217 ERROR_CONTEXT_EXPIRED - The context has expired and can no longer be used.
14218 .
14219 Language=Polish
14220 ERROR_CONTEXT_EXPIRED - The context has expired and can no longer be used.
14221 .
14222
14223 MessageId=1932
14224 Severity=Success
14225 Facility=System
14226 SymbolicName=ERROR_PER_USER_TRUST_QUOTA_EXCEEDED
14227 Language=English
14228 ERROR_PER_USER_TRUST_QUOTA_EXCEEDED - The current user's delegated trust creation quota has been exceeded.
14229 .
14230 Language=Russian
14231 ERROR_PER_USER_TRUST_QUOTA_EXCEEDED - The current user's delegated trust creation quota has been exceeded.
14232 .
14233 Language=Polish
14234 ERROR_PER_USER_TRUST_QUOTA_EXCEEDED - The current user's delegated trust creation quota has been exceeded.
14235 .
14236
14237 MessageId=1933
14238 Severity=Success
14239 Facility=System
14240 SymbolicName=ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED
14241 Language=English
14242 ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED - The total delegated trust creation quota has been exceeded.
14243 .
14244 Language=Russian
14245 ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED - The total delegated trust creation quota has been exceeded.
14246 .
14247 Language=Polish
14248 ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED - The total delegated trust creation quota has been exceeded.
14249 .
14250
14251 MessageId=1934
14252 Severity=Success
14253 Facility=System
14254 SymbolicName=ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED
14255 Language=English
14256 ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED - The current user's delegated trust deletion quota has been exceeded.
14257 .
14258 Language=Russian
14259 ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED - The current user's delegated trust deletion quota has been exceeded.
14260 .
14261 Language=Polish
14262 ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED - The current user's delegated trust deletion quota has been exceeded.
14263 .
14264
14265 MessageId=2000
14266 Severity=Success
14267 Facility=System
14268 SymbolicName=ERROR_INVALID_PIXEL_FORMAT
14269 Language=English
14270 ERROR_INVALID_PIXEL_FORMAT - The pixel format is invalid.
14271 .
14272 Language=Russian
14273 ERROR_INVALID_PIXEL_FORMAT - The pixel format is invalid.
14274 .
14275 Language=Polish
14276 ERROR_INVALID_PIXEL_FORMAT - The pixel format is invalid.
14277 .
14278
14279 MessageId=2001
14280 Severity=Success
14281 Facility=System
14282 SymbolicName=ERROR_BAD_DRIVER
14283 Language=English
14284 ERROR_BAD_DRIVER - The specified driver is invalid.
14285 .
14286 Language=Russian
14287 ERROR_BAD_DRIVER - The specified driver is invalid.
14288 .
14289 Language=Polish
14290 ERROR_BAD_DRIVER - The specified driver is invalid.
14291 .
14292
14293 MessageId=2002
14294 Severity=Success
14295 Facility=System
14296 SymbolicName=ERROR_INVALID_WINDOW_STYLE
14297 Language=English
14298 ERROR_INVALID_WINDOW_STYLE - The window style or class attribute is invalid for this operation.
14299 .
14300 Language=Russian
14301 ERROR_INVALID_WINDOW_STYLE - The window style or class attribute is invalid for this operation.
14302 .
14303 Language=Polish
14304 ERROR_INVALID_WINDOW_STYLE - The window style or class attribute is invalid for this operation.
14305 .
14306
14307 MessageId=2003
14308 Severity=Success
14309 Facility=System
14310 SymbolicName=ERROR_METAFILE_NOT_SUPPORTED
14311 Language=English
14312 ERROR_METAFILE_NOT_SUPPORTED - The requested metafile operation is not supported.
14313 .
14314 Language=Russian
14315 ERROR_METAFILE_NOT_SUPPORTED - The requested metafile operation is not supported.
14316 .
14317 Language=Polish
14318 ERROR_METAFILE_NOT_SUPPORTED - The requested metafile operation is not supported.
14319 .
14320
14321 MessageId=2004
14322 Severity=Success
14323 Facility=System
14324 SymbolicName=ERROR_TRANSFORM_NOT_SUPPORTED
14325 Language=English
14326 ERROR_TRANSFORM_NOT_SUPPORTED - The requested transformation operation is not supported.
14327 .
14328 Language=Russian
14329 ERROR_TRANSFORM_NOT_SUPPORTED - The requested transformation operation is not supported.
14330 .
14331 Language=Polish
14332 ERROR_TRANSFORM_NOT_SUPPORTED - The requested transformation operation is not supported.
14333 .
14334
14335 MessageId=2005
14336 Severity=Success
14337 Facility=System
14338 SymbolicName=ERROR_CLIPPING_NOT_SUPPORTED
14339 Language=English
14340 ERROR_CLIPPING_NOT_SUPPORTED - The requested clipping operation is not supported.
14341 .
14342 Language=Russian
14343 ERROR_CLIPPING_NOT_SUPPORTED - The requested clipping operation is not supported.
14344 .
14345 Language=Polish
14346 ERROR_CLIPPING_NOT_SUPPORTED - The requested clipping operation is not supported.
14347 .
14348
14349 MessageId=2010
14350 Severity=Success
14351 Facility=System
14352 SymbolicName=ERROR_INVALID_CMM
14353 Language=English
14354 ERROR_INVALID_CMM - The specified color management module is invalid.
14355 .
14356 Language=Russian
14357 ERROR_INVALID_CMM - The specified color management module is invalid.
14358 .
14359 Language=Polish
14360 ERROR_INVALID_CMM - The specified color management module is invalid.
14361 .
14362
14363 MessageId=2011
14364 Severity=Success
14365 Facility=System
14366 SymbolicName=ERROR_INVALID_PROFILE
14367 Language=English
14368 ERROR_INVALID_PROFILE - The specified color profile is invalid.
14369 .
14370 Language=Russian
14371 ERROR_INVALID_PROFILE - The specified color profile is invalid.
14372 .
14373 Language=Polish
14374 ERROR_INVALID_PROFILE - The specified color profile is invalid.
14375 .
14376
14377 MessageId=2012
14378 Severity=Success
14379 Facility=System
14380 SymbolicName=ERROR_TAG_NOT_FOUND
14381 Language=English
14382 ERROR_TAG_NOT_FOUND - The specified tag was not found.
14383 .
14384 Language=Russian
14385 ERROR_TAG_NOT_FOUND - The specified tag was not found.
14386 .
14387 Language=Polish
14388 ERROR_TAG_NOT_FOUND - The specified tag was not found.
14389 .
14390
14391 MessageId=2013
14392 Severity=Success
14393 Facility=System
14394 SymbolicName=ERROR_TAG_NOT_PRESENT
14395 Language=English
14396 ERROR_TAG_NOT_PRESENT - A required tag is not present.
14397 .
14398 Language=Russian
14399 ERROR_TAG_NOT_PRESENT - A required tag is not present.
14400 .
14401 Language=Polish
14402 ERROR_TAG_NOT_PRESENT - A required tag is not present.
14403 .
14404
14405 MessageId=2014
14406 Severity=Success
14407 Facility=System
14408 SymbolicName=ERROR_DUPLICATE_TAG
14409 Language=English
14410 ERROR_DUPLICATE_TAG - The specified tag is already present.
14411 .
14412 Language=Russian
14413 ERROR_DUPLICATE_TAG - The specified tag is already present.
14414 .
14415 Language=Polish
14416 ERROR_DUPLICATE_TAG - The specified tag is already present.
14417 .
14418
14419 MessageId=2015
14420 Severity=Success
14421 Facility=System
14422 SymbolicName=ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE
14423 Language=English
14424 ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE - The specified color profile is not associated with any device.
14425 .
14426 Language=Russian
14427 ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE - The specified color profile is not associated with any device.
14428 .
14429 Language=Polish
14430 ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE - The specified color profile is not associated with any device.
14431 .
14432
14433 MessageId=2016
14434 Severity=Success
14435 Facility=System
14436 SymbolicName=ERROR_PROFILE_NOT_FOUND
14437 Language=English
14438 ERROR_PROFILE_NOT_FOUND - The specified color profile was not found.
14439 .
14440 Language=Russian
14441 ERROR_PROFILE_NOT_FOUND - The specified color profile was not found.
14442 .
14443 Language=Polish
14444 ERROR_PROFILE_NOT_FOUND - The specified color profile was not found.
14445 .
14446
14447 MessageId=2017
14448 Severity=Success
14449 Facility=System
14450 SymbolicName=ERROR_INVALID_COLORSPACE
14451 Language=English
14452 ERROR_INVALID_COLORSPACE - The specified color space is invalid.
14453 .
14454 Language=Russian
14455 ERROR_INVALID_COLORSPACE - The specified color space is invalid.
14456 .
14457 Language=Polish
14458 ERROR_INVALID_COLORSPACE - The specified color space is invalid.
14459 .
14460
14461 MessageId=2018
14462 Severity=Success
14463 Facility=System
14464 SymbolicName=ERROR_ICM_NOT_ENABLED
14465 Language=English
14466 ERROR_ICM_NOT_ENABLED - Image Color Management is not enabled.
14467 .
14468 Language=Russian
14469 ERROR_ICM_NOT_ENABLED - Image Color Management is not enabled.
14470 .
14471 Language=Polish
14472 ERROR_ICM_NOT_ENABLED - Image Color Management is not enabled.
14473 .
14474
14475 MessageId=2019
14476 Severity=Success
14477 Facility=System
14478 SymbolicName=ERROR_DELETING_ICM_XFORM
14479 Language=English
14480 ERROR_DELETING_ICM_XFORM - There was an error while deleting the color transform.
14481 .
14482 Language=Russian
14483 ERROR_DELETING_ICM_XFORM - There was an error while deleting the color transform.
14484 .
14485 Language=Polish
14486 ERROR_DELETING_ICM_XFORM - There was an error while deleting the color transform.
14487 .
14488
14489 MessageId=2020
14490 Severity=Success
14491 Facility=System
14492 SymbolicName=ERROR_INVALID_TRANSFORM
14493 Language=English
14494 ERROR_INVALID_TRANSFORM - The specified color transform is invalid.
14495 .
14496 Language=Russian
14497 ERROR_INVALID_TRANSFORM - The specified color transform is invalid.
14498 .
14499 Language=Polish
14500 ERROR_INVALID_TRANSFORM - The specified color transform is invalid.
14501 .
14502
14503 MessageId=2021
14504 Severity=Success
14505 Facility=System
14506 SymbolicName=ERROR_COLORSPACE_MISMATCH
14507 Language=English
14508 ERROR_COLORSPACE_MISMATCH - The specified transform does not match the bitmap's color space.
14509 .
14510 Language=Russian
14511 ERROR_COLORSPACE_MISMATCH - The specified transform does not match the bitmap's color space.
14512 .
14513 Language=Polish
14514 ERROR_COLORSPACE_MISMATCH - The specified transform does not match the bitmap's color space.
14515 .
14516
14517 MessageId=2022
14518 Severity=Success
14519 Facility=System
14520 SymbolicName=ERROR_INVALID_COLORINDEX
14521 Language=English
14522 ERROR_INVALID_COLORINDEX - The specified named color index is not present in the profile.
14523 .
14524 Language=Russian
14525 ERROR_INVALID_COLORINDEX - The specified named color index is not present in the profile.
14526 .
14527 Language=Polish
14528 ERROR_INVALID_COLORINDEX - The specified named color index is not present in the profile.
14529 .
14530
14531 MessageId=2108
14532 Severity=Success
14533 Facility=System
14534 SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD
14535 Language=English
14536 ERROR_CONNECTED_OTHER_PASSWORD - The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
14537 .
14538 Language=Russian
14539 ERROR_CONNECTED_OTHER_PASSWORD - The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
14540 .
14541 Language=Polish
14542 ERROR_CONNECTED_OTHER_PASSWORD - The network connection was made successfully, but the user had to be prompted for a password other than the one originally specified.
14543 .
14544
14545 MessageId=2109
14546 Severity=Success
14547 Facility=System
14548 SymbolicName=ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT
14549 Language=English
14550 ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT - The network connection was made successfully using default credentials.
14551 .
14552 Language=Russian
14553 ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT - The network connection was made successfully using default credentials.
14554 .
14555 Language=Polish
14556 ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT - The network connection was made successfully using default credentials.
14557 .
14558
14559 MessageId=2202
14560 Severity=Success
14561 Facility=System
14562 SymbolicName=ERROR_BAD_USERNAME
14563 Language=English
14564 ERROR_BAD_USERNAME - The specified username is invalid.
14565 .
14566 Language=Russian
14567 ERROR_BAD_USERNAME - The specified username is invalid.
14568 .
14569 Language=Polish
14570 ERROR_BAD_USERNAME - The specified username is invalid.
14571 .
14572
14573 MessageId=2250
14574 Severity=Success
14575 Facility=System
14576 SymbolicName=ERROR_NOT_CONNECTED
14577 Language=English
14578 ERROR_NOT_CONNECTED - This network connection does not exist.
14579 .
14580 Language=Russian
14581 ERROR_NOT_CONNECTED - This network connection does not exist.
14582 .
14583 Language=Polish
14584 ERROR_NOT_CONNECTED - This network connection does not exist.
14585 .
14586
14587 MessageId=2401
14588 Severity=Success
14589 Facility=System
14590 SymbolicName=ERROR_OPEN_FILES
14591 Language=English
14592 ERROR_OPEN_FILES - This network connection has files open or requests pending.
14593 .
14594 Language=Russian
14595 ERROR_OPEN_FILES - This network connection has files open or requests pending.
14596 .
14597 Language=Polish
14598 ERROR_OPEN_FILES - This network connection has files open or requests pending.
14599 .
14600
14601 MessageId=2402
14602 Severity=Success
14603 Facility=System
14604 SymbolicName=ERROR_ACTIVE_CONNECTIONS
14605 Language=English
14606 ERROR_ACTIVE_CONNECTIONS - Active connections still exist.
14607 .
14608 Language=Russian
14609 ERROR_ACTIVE_CONNECTIONS - Active connections still exist.
14610 .
14611 Language=Polish
14612 ERROR_ACTIVE_CONNECTIONS - Active connections still exist.
14613 .
14614
14615 MessageId=2404
14616 Severity=Success
14617 Facility=System
14618 SymbolicName=ERROR_DEVICE_IN_USE
14619 Language=English
14620 ERROR_DEVICE_IN_USE - The device is in use by an active process and cannot be disconnected.
14621 .
14622 Language=Russian
14623 ERROR_DEVICE_IN_USE - The device is in use by an active process and cannot be disconnected.
14624 .
14625 Language=Polish
14626 ERROR_DEVICE_IN_USE - The device is in use by an active process and cannot be disconnected.
14627 .
14628
14629 MessageId=3000
14630 Severity=Success
14631 Facility=System
14632 SymbolicName=ERROR_UNKNOWN_PRINT_MONITOR
14633 Language=English
14634 ERROR_UNKNOWN_PRINT_MONITOR - The specified print monitor is unknown.
14635 .
14636 Language=Russian
14637 ERROR_UNKNOWN_PRINT_MONITOR - The specified print monitor is unknown.
14638 .
14639 Language=Polish
14640 ERROR_UNKNOWN_PRINT_MONITOR - The specified print monitor is unknown.
14641 .
14642
14643 MessageId=3001
14644 Severity=Success
14645 Facility=System
14646 SymbolicName=ERROR_PRINTER_DRIVER_IN_USE
14647 Language=English
14648 ERROR_PRINTER_DRIVER_IN_USE - The specified printer driver is currently in use.
14649 .
14650 Language=Russian
14651 ERROR_PRINTER_DRIVER_IN_USE - The specified printer driver is currently in use.
14652 .
14653 Language=Polish
14654 ERROR_PRINTER_DRIVER_IN_USE - The specified printer driver is currently in use.
14655 .
14656
14657 MessageId=3002
14658 Severity=Success
14659 Facility=System
14660 SymbolicName=ERROR_SPOOL_FILE_NOT_FOUND
14661 Language=English
14662 ERROR_SPOOL_FILE_NOT_FOUND - The spool file was not found.
14663 .
14664 Language=Russian
14665 ERROR_SPOOL_FILE_NOT_FOUND - The spool file was not found.
14666 .
14667 Language=Polish
14668 ERROR_SPOOL_FILE_NOT_FOUND - The spool file was not found.
14669 .
14670
14671 MessageId=3003
14672 Severity=Success
14673 Facility=System
14674 SymbolicName=ERROR_SPL_NO_STARTDOC
14675 Language=English
14676 ERROR_SPL_NO_STARTDOC - A StartDocPrinter call was not issued.
14677 .
14678 Language=Russian
14679 ERROR_SPL_NO_STARTDOC - A StartDocPrinter call was not issued.
14680 .
14681 Language=Polish
14682 ERROR_SPL_NO_STARTDOC - A StartDocPrinter call was not issued.
14683 .
14684
14685 MessageId=3004
14686 Severity=Success
14687 Facility=System
14688 SymbolicName=ERROR_SPL_NO_ADDJOB
14689 Language=English
14690 ERROR_SPL_NO_ADDJOB - An AddJob call was not issued.
14691 .
14692 Language=Russian
14693 ERROR_SPL_NO_ADDJOB - An AddJob call was not issued.
14694 .
14695 Language=Polish
14696 ERROR_SPL_NO_ADDJOB - An AddJob call was not issued.
14697 .
14698
14699 MessageId=3005
14700 Severity=Success
14701 Facility=System
14702 SymbolicName=ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED
14703 Language=English
14704 ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED - The specified print processor has already been installed.
14705 .
14706 Language=Russian
14707 ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED - The specified print processor has already been installed.
14708 .
14709 Language=Polish
14710 ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED - The specified print processor has already been installed.
14711 .
14712
14713 MessageId=3006
14714 Severity=Success
14715 Facility=System
14716 SymbolicName=ERROR_PRINT_MONITOR_ALREADY_INSTALLED
14717 Language=English
14718 ERROR_PRINT_MONITOR_ALREADY_INSTALLED - The specified print monitor has already been installed.
14719 .
14720 Language=Russian
14721 ERROR_PRINT_MONITOR_ALREADY_INSTALLED - The specified print monitor has already been installed.
14722 .
14723 Language=Polish
14724 ERROR_PRINT_MONITOR_ALREADY_INSTALLED - The specified print monitor has already been installed.
14725 .
14726
14727 MessageId=3007
14728 Severity=Success
14729 Facility=System
14730 SymbolicName=ERROR_INVALID_PRINT_MONITOR
14731 Language=English
14732 ERROR_INVALID_PRINT_MONITOR - The specified print monitor does not have the required functions.
14733 .
14734 Language=Russian
14735 ERROR_INVALID_PRINT_MONITOR - The specified print monitor does not have the required functions.
14736 .
14737 Language=Polish
14738 ERROR_INVALID_PRINT_MONITOR - The specified print monitor does not have the required functions.
14739 .
14740
14741 MessageId=3008
14742 Severity=Success
14743 Facility=System
14744 SymbolicName=ERROR_PRINT_MONITOR_IN_USE
14745 Language=English
14746 ERROR_PRINT_MONITOR_IN_USE - The specified print monitor is currently in use.
14747 .
14748 Language=Russian
14749 ERROR_PRINT_MONITOR_IN_USE - The specified print monitor is currently in use.
14750 .
14751 Language=Polish
14752 ERROR_PRINT_MONITOR_IN_USE - The specified print monitor is currently in use.
14753 .
14754
14755 MessageId=3009
14756 Severity=Success
14757 Facility=System
14758 SymbolicName=ERROR_PRINTER_HAS_JOBS_QUEUED
14759 Language=English
14760 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued to the printer.
14761 .
14762 Language=Russian
14763 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued to the printer.
14764 .
14765 Language=Polish
14766 ERROR_PRINTER_HAS_JOBS_QUEUED - The requested operation is not allowed when there are jobs queued to the printer.
14767 .
14768
14769 MessageId=3010
14770 Severity=Success
14771 Facility=System
14772 SymbolicName=ERROR_SUCCESS_REBOOT_REQUIRED
14773 Language=English
14774 ERROR_SUCCESS_REBOOT_REQUIRED - The requested operation is successful. Changes will not be effective until the system is rebooted.
14775 .
14776 Language=Russian
14777 ERROR_SUCCESS_REBOOT_REQUIRED - The requested operation is successful. Changes will not be effective until the system is rebooted.
14778 .
14779 Language=Polish
14780 ERROR_SUCCESS_REBOOT_REQUIRED - The requested operation is successful. Changes will not be effective until the system is rebooted.
14781 .
14782
14783 MessageId=3011
14784 Severity=Success
14785 Facility=System
14786 SymbolicName=ERROR_SUCCESS_RESTART_REQUIRED
14787 Language=English
14788 ERROR_SUCCESS_RESTART_REQUIRED - The requested operation is successful. Changes will not be effective until the service is restarted.
14789 .
14790 Language=Russian
14791 ERROR_SUCCESS_RESTART_REQUIRED - The requested operation is successful. Changes will not be effective until the service is restarted.
14792 .
14793 Language=Polish
14794 ERROR_SUCCESS_RESTART_REQUIRED - The requested operation is successful. Changes will not be effective until the service is restarted.
14795 .
14796
14797 MessageId=3012
14798 Severity=Success
14799 Facility=System
14800 SymbolicName=ERROR_PRINTER_NOT_FOUND
14801 Language=English
14802 ERROR_PRINTER_NOT_FOUND - No printers were found.
14803 .
14804 Language=Russian
14805 ERROR_PRINTER_NOT_FOUND - No printers were found.
14806 .
14807 Language=Polish
14808 ERROR_PRINTER_NOT_FOUND - No printers were found.
14809 .
14810
14811 MessageId=3013
14812 Severity=Success
14813 Facility=System
14814 SymbolicName=ERROR_PRINTER_DRIVER_WARNED
14815 Language=English
14816 ERROR_PRINTER_DRIVER_WARNED - The printer driver is known to be unreliable.
14817 .
14818 Language=Russian
14819 ERROR_PRINTER_DRIVER_WARNED - The printer driver is known to be unreliable.
14820 .
14821 Language=Polish
14822 ERROR_PRINTER_DRIVER_WARNED - The printer driver is known to be unreliable.
14823 .
14824
14825 MessageId=3014
14826 Severity=Success
14827 Facility=System
14828 SymbolicName=ERROR_PRINTER_DRIVER_BLOCKED
14829 Language=English
14830 ERROR_PRINTER_DRIVER_BLOCKED - The printer driver is known to harm the system.
14831 .
14832 Language=Russian
14833 ERROR_PRINTER_DRIVER_BLOCKED - The printer driver is known to harm the system.
14834 .
14835 Language=Polish
14836 ERROR_PRINTER_DRIVER_BLOCKED - The printer driver is known to harm the system.
14837 .
14838
14839 MessageId=3100
14840 Severity=Success
14841 Facility=System
14842 SymbolicName=ERROR_XML_UNDEFINED_ENTITY
14843 Language=English
14844 ERROR_XML_UNDEFINED_ENTITY - The XML contains an entity reference to an undefined entity.
14845 .
14846 Language=Russian
14847 ERROR_XML_UNDEFINED_ENTITY - The XML contains an entity reference to an undefined entity.
14848 .
14849 Language=Polish
14850 ERROR_XML_UNDEFINED_ENTITY - The XML contains an entity reference to an undefined entity.
14851 .
14852
14853 MessageId=3101
14854 Severity=Success
14855 Facility=System
14856 SymbolicName=ERROR_XML_MALFORMED_ENTITY
14857 Language=English
14858 ERROR_XML_MALFORMED_ENTITY - The XML contains a malformed entity reference.
14859 .
14860 Language=Russian
14861 ERROR_XML_MALFORMED_ENTITY - The XML contains a malformed entity reference.
14862 .
14863 Language=Polish
14864 ERROR_XML_MALFORMED_ENTITY - The XML contains a malformed entity reference.
14865 .
14866
14867 MessageId=3102
14868 Severity=Success
14869 Facility=System
14870 SymbolicName=ERROR_XML_CHAR_NOT_IN_RANGE
14871 Language=English
14872 ERROR_XML_CHAR_NOT_IN_RANGE - The XML contains a character which is not permitted in XML.
14873 .
14874 Language=Russian
14875 ERROR_XML_CHAR_NOT_IN_RANGE - The XML contains a character which is not permitted in XML.
14876 .
14877 Language=Polish
14878 ERROR_XML_CHAR_NOT_IN_RANGE - The XML contains a character which is not permitted in XML.
14879 .
14880
14881 MessageId=3200
14882 Severity=Success
14883 Facility=System
14884 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY
14885 Language=English
14886 ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY - The manifest contained a duplicate definition for external proxy stub %1 at (%1:%2,%3)
14887 .
14888 Language=Russian
14889 ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY - The manifest contained a duplicate definition for external proxy stub %1 at (%1:%2,%3)
14890 .
14891 Language=Polish
14892 ERROR_PCM_COMPILER_DUPLICATE_EXTERNAL_PROXY - The manifest contained a duplicate definition for external proxy stub %1 at (%1:%2,%3)
14893 .
14894
14895 MessageId=3201
14896 Severity=Success
14897 Facility=System
14898 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE
14899 Language=English
14900 ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE - The manifest already contains a reference to %4 - a second reference was found at (%1:%2,%3)
14901 .
14902 Language=Russian
14903 ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE - The manifest already contains a reference to %4 - a second reference was found at (%1:%2,%3)
14904 .
14905 Language=Polish
14906 ERROR_PCM_COMPILER_DUPLICATE_ASSEMBLY_REFERENCE - The manifest already contains a reference to %4 - a second reference was found at (%1:%2,%3)
14907 .
14908
14909 MessageId=3202
14910 Severity=Success
14911 Facility=System
14912 SymbolicName=ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE
14913 Language=English
14914 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE - The assembly reference at (%1:%2,%3) is invalid.
14915 .
14916 Language=Russian
14917 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE - The assembly reference at (%1:%2,%3) is invalid.
14918 .
14919 Language=Polish
14920 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_REFERENCE - The assembly reference at (%1:%2,%3) is invalid.
14921 .
14922
14923 MessageId=3203
14924 Severity=Success
14925 Facility=System
14926 SymbolicName=ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION
14927 Language=English
14928 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION - The assembly definition at (%1:%2,%3) is invalid.
14929 .
14930 Language=Russian
14931 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION - The assembly definition at (%1:%2,%3) is invalid.
14932 .
14933 Language=Polish
14934 ERROR_PCM_COMPILER_INVALID_ASSEMBLY_DEFINITION - The assembly definition at (%1:%2,%3) is invalid.
14935 .
14936
14937 MessageId=3204
14938 Severity=Success
14939 Facility=System
14940 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS
14941 Language=English
14942 ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS - The manifest already contained the window class %4, found a second declaration at (%1:%2,%3)
14943 .
14944 Language=Russian
14945 ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS - The manifest already contained the window class %4, found a second declaration at (%1:%2,%3)
14946 .
14947 Language=Polish
14948 ERROR_PCM_COMPILER_DUPLICATE_WINDOW_CLASS - The manifest already contained the window class %4, found a second declaration at (%1:%2,%3)
14949 .
14950
14951 MessageId=3205
14952 Severity=Success
14953 Facility=System
14954 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_PROGID
14955 Language=English
14956 ERROR_PCM_COMPILER_DUPLICATE_PROGID - The manifest already declared the progId %4, found a second declaration at (%1:%2,%3)
14957 .
14958 Language=Russian
14959 ERROR_PCM_COMPILER_DUPLICATE_PROGID - The manifest already declared the progId %4, found a second declaration at (%1:%2,%3)
14960 .
14961 Language=Polish
14962 ERROR_PCM_COMPILER_DUPLICATE_PROGID - The manifest already declared the progId %4, found a second declaration at (%1:%2,%3)
14963 .
14964
14965 MessageId=3206
14966 Severity=Success
14967 Facility=System
14968 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT
14969 Language=English
14970 ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT - Only one noInherit tag may be present in a manifest, found a second tag at (%1:%2,%3)
14971 .
14972 Language=Russian
14973 ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT - Only one noInherit tag may be present in a manifest, found a second tag at (%1:%2,%3)
14974 .
14975 Language=Polish
14976 ERROR_PCM_COMPILER_DUPLICATE_NOINHERIT - Only one noInherit tag may be present in a manifest, found a second tag at (%1:%2,%3)
14977 .
14978
14979 MessageId=3207
14980 Severity=Success
14981 Facility=System
14982 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE
14983 Language=English
14984 ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE - Only one noInheritable tag may be present in a manifest, found a second tag at (%1:%2,%3)
14985 .
14986 Language=Russian
14987 ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE - Only one noInheritable tag may be present in a manifest, found a second tag at (%1:%2,%3)
14988 .
14989 Language=Polish
14990 ERROR_PCM_COMPILER_DUPLICATE_NOINHERITABLE - Only one noInheritable tag may be present in a manifest, found a second tag at (%1:%2,%3)
14991 .
14992
14993 MessageId=3208
14994 Severity=Success
14995 Facility=System
14996 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS
14997 Language=English
14998 ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS - The manifest contained a duplicate declaration of COM class %4 at (%1:%2,%3)
14999 .
15000 Language=Russian
15001 ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS - The manifest contained a duplicate declaration of COM class %4 at (%1:%2,%3)
15002 .
15003 Language=Polish
15004 ERROR_PCM_COMPILER_DUPLICATE_COM_CLASS - The manifest contained a duplicate declaration of COM class %4 at (%1:%2,%3)
15005 .
15006
15007 MessageId=3209
15008 Severity=Success
15009 Facility=System
15010 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME
15011 Language=English
15012 ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME - The manifest already declared the file %4, a second definition was found at (%1:%2,%3)
15013 .
15014 Language=Russian
15015 ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME - The manifest already declared the file %4, a second definition was found at (%1:%2,%3)
15016 .
15017 Language=Polish
15018 ERROR_PCM_COMPILER_DUPLICATE_FILE_NAME - The manifest already declared the file %4, a second definition was found at (%1:%2,%3)
15019 .
15020
15021 MessageId=3210
15022 Severity=Success
15023 Facility=System
15024 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE
15025 Language=English
15026 ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE - CLR surrogate %1 was already defined, second definition at (%1:%2,%3) is invalid.
15027 .
15028 Language=Russian
15029 ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE - CLR surrogate %1 was already defined, second definition at (%1:%2,%3) is invalid.
15030 .
15031 Language=Polish
15032 ERROR_PCM_COMPILER_DUPLICATE_CLR_SURROGATE - CLR surrogate %1 was already defined, second definition at (%1:%2,%3) is invalid.
15033 .
15034
15035 MessageId=3211
15036 Severity=Success
15037 Facility=System
15038 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY
15039 Language=English
15040 ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY - Type library %1 was already defined, second definition at (%1:%2,%3) is invalid.
15041 .
15042 Language=Russian
15043 ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY - Type library %1 was already defined, second definition at (%1:%2,%3) is invalid.
15044 .
15045 Language=Polish
15046 ERROR_PCM_COMPILER_DUPLICATE_TYPE_LIBRARY - Type library %1 was already defined, second definition at (%1:%2,%3) is invalid.
15047 .
15048
15049 MessageId=3212
15050 Severity=Success
15051 Facility=System
15052 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB
15053 Language=English
15054 ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB - Proxy stub definition %1 was already defined, second definition at (%1:%2,%3) is invalid.
15055 .
15056 Language=Russian
15057 ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB - Proxy stub definition %1 was already defined, second definition at (%1:%2,%3) is invalid.
15058 .
15059 Language=Polish
15060 ERROR_PCM_COMPILER_DUPLICATE_PROXY_STUB - Proxy stub definition %1 was already defined, second definition at (%1:%2,%3) is invalid.
15061 .
15062
15063 MessageId=3213
15064 Severity=Success
15065 Facility=System
15066 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME
15067 Language=English
15068 ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME - Category friendly name %4 was already used, second definition was found at (%1:%2,%3) is invalid.
15069 .
15070 Language=Russian
15071 ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME - Category friendly name %4 was already used, second definition was found at (%1:%2,%3) is invalid.
15072 .
15073 Language=Polish
15074 ERROR_PCM_COMPILER_DUPLICATE_CATEGORY_NAME - Category friendly name %4 was already used, second definition was found at (%1:%2,%3) is invalid.
15075 .
15076
15077 MessageId=3214
15078 Severity=Success
15079 Facility=System
15080 SymbolicName=ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND
15081 Language=English
15082 ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND - Only one top-level assemblyIdentity tag may be present in a manifest. A second tag with identity %4 was found at (%1:%2,%3)
15083 .
15084 Language=Russian
15085 ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND - Only one top-level assemblyIdentity tag may be present in a manifest. A second tag with identity %4 was found at (%1:%2,%3)
15086 .
15087 Language=Polish
15088 ERROR_PCM_COMPILER_DUPLICATE_TOP_LEVEL_IDENTITY_FOUND - Only one top-level assemblyIdentity tag may be present in a manifest. A second tag with identity %4 was found at (%1:%2,%3)
15089 .
15090
15091 MessageId=3215
15092 Severity=Success
15093 Facility=System
15094 SymbolicName=ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT
15095 Language=English
15096 ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT - The root element for a manifest found at (%1:%2,%3) was not expected or was of the wrong version.
15097 .
15098 Language=Russian
15099 ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT - The root element for a manifest found at (%1:%2,%3) was not expected or was of the wrong version.
15100 .
15101 Language=Polish
15102 ERROR_PCM_COMPILER_UNKNOWN_ROOT_ELEMENT - The root element for a manifest found at (%1:%2,%3) was not expected or was of the wrong version.
15103 .
15104
15105 MessageId=3216
15106 Severity=Success
15107 Facility=System
15108 SymbolicName=ERROR_PCM_COMPILER_INVALID_ELEMENT
15109 Language=English
15110 ERROR_PCM_COMPILER_INVALID_ELEMENT - The element found at (%1:%2,%3) was not expected according to the manifest schema.
15111 .
15112 Language=Russian
15113 ERROR_PCM_COMPILER_INVALID_ELEMENT - The element found at (%1:%2,%3) was not expected according to the manifest schema.
15114 .
15115 Language=Polish
15116 ERROR_PCM_COMPILER_INVALID_ELEMENT - The element found at (%1:%2,%3) was not expected according to the manifest schema.
15117 .
15118
15119 MessageId=3217
15120 Severity=Success
15121 Facility=System
15122 SymbolicName=ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE
15123 Language=English
15124 ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE - The element found at (%1:%2,%3) was missing the required attribute '%4'. See the manifest schema for more information
15125 .
15126 Language=Russian
15127 ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE - The element found at (%1:%2,%3) was missing the required attribute '%4'. See the manifest schema for more information
15128 .
15129 Language=Polish
15130 ERROR_PCM_COMPILER_MISSING_REQUIRED_ATTRIBUTE - The element found at (%1:%2,%3) was missing the required attribute '%4'. See the manifest schema for more information
15131 .
15132
15133 MessageId=3218
15134 Severity=Success
15135 Facility=System
15136 SymbolicName=ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE
15137 Language=English
15138 ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE - The attribute value %4 at (%1:%2,%3) was invalid according to the schema.
15139 .
15140 Language=Russian
15141 ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE - The attribute value %4 at (%1:%2,%3) was invalid according to the schema.
15142 .
15143 Language=Polish
15144 ERROR_PCM_COMPILER_INVALID_ATTRIBUTE_VALUE - The attribute value %4 at (%1:%2,%3) was invalid according to the schema.
15145 .
15146
15147 MessageId=3219
15148 Severity=Success
15149 Facility=System
15150 SymbolicName=ERROR_PCM_COMPILER_UNEXPECTED_PCDATA
15151 Language=English
15152 ERROR_PCM_COMPILER_UNEXPECTED_PCDATA - PCDATA or CDATA found at (%1:%2,%3) in the source document was not expected in the parent element %4.
15153 .
15154 Language=Russian
15155 ERROR_PCM_COMPILER_UNEXPECTED_PCDATA - PCDATA or CDATA found at (%1:%2,%3) in the source document was not expected in the parent element %4.
15156 .
15157 Language=Polish
15158 ERROR_PCM_COMPILER_UNEXPECTED_PCDATA - PCDATA or CDATA found at (%1:%2,%3) in the source document was not expected in the parent element %4.
15159 .
15160
15161 MessageId=3220
15162 Severity=Success
15163 Facility=System
15164 SymbolicName=ERROR_PCM_DUPLICATE_STRING_TABLE_ENT
15165 Language=English
15166 ERROR_PCM_DUPLICATE_STRING_TABLE_ENT - The string table entry with culture %4, name %5, and value '%6' at (%1:%2,%3) duplicated a previous entry.
15167 .
15168 Language=Russian
15169 ERROR_PCM_DUPLICATE_STRING_TABLE_ENT - The string table entry with culture %4, name %5, and value '%6' at (%1:%2,%3) duplicated a previous entry.
15170 .
15171 Language=Polish
15172 ERROR_PCM_DUPLICATE_STRING_TABLE_ENT - The string table entry with culture %4, name %5, and value '%6' at (%1:%2,%3) duplicated a previous entry.
15173 .
15174
15175 MessageId=4000
15176 Severity=Success
15177 Facility=System
15178 SymbolicName=ERROR_WINS_INTERNAL
15179 Language=English
15180 ERROR_WINS_INTERNAL - WINS encountered an error while processing the command.
15181 .
15182 Language=Russian
15183 ERROR_WINS_INTERNAL - WINS encountered an error while processing the command.
15184 .
15185 Language=Polish
15186 ERROR_WINS_INTERNAL - WINS encountered an error while processing the command.
15187 .
15188
15189 MessageId=4001
15190 Severity=Success
15191 Facility=System
15192 SymbolicName=ERROR_CAN_NOT_DEL_LOCAL_WINS
15193 Language=English
15194 ERROR_CAN_NOT_DEL_LOCAL_WINS - The local WINS cannot be deleted.
15195 .
15196 Language=Russian
15197 ERROR_CAN_NOT_DEL_LOCAL_WINS - The local WINS cannot be deleted.
15198 .
15199 Language=Polish
15200 ERROR_CAN_NOT_DEL_LOCAL_WINS - The local WINS cannot be deleted.
15201 .
15202
15203 MessageId=4002
15204 Severity=Success
15205 Facility=System
15206 SymbolicName=ERROR_STATIC_INIT
15207 Language=English
15208 ERROR_STATIC_INIT - The importation from the file failed.
15209 .
15210 Language=Russian
15211 ERROR_STATIC_INIT - The importation from the file failed.
15212 .
15213 Language=Polish
15214 ERROR_STATIC_INIT - The importation from the file failed.
15215 .
15216
15217 MessageId=4003
15218 Severity=Success
15219 Facility=System
15220 SymbolicName=ERROR_INC_BACKUP
15221 Language=English
15222 ERROR_INC_BACKUP - The backup failed. Was a full backup done before?
15223 .
15224 Language=Russian
15225 ERROR_INC_BACKUP - The backup failed. Was a full backup done before?
15226 .
15227 Language=Polish
15228 ERROR_INC_BACKUP - The backup failed. Was a full backup done before?
15229 .
15230
15231 MessageId=4004
15232 Severity=Success
15233 Facility=System
15234 SymbolicName=ERROR_FULL_BACKUP
15235 Language=English
15236 ERROR_FULL_BACKUP - The backup failed. Check the directory to which you are backing the database.
15237 .
15238 Language=Russian
15239 ERROR_FULL_BACKUP - The backup failed. Check the directory to which you are backing the database.
15240 .
15241 Language=Polish
15242 ERROR_FULL_BACKUP - The backup failed. Check the directory to which you are backing the database.
15243 .
15244
15245 MessageId=4005
15246 Severity=Success
15247 Facility=System
15248 SymbolicName=ERROR_REC_NON_EXISTENT
15249 Language=English
15250 ERROR_REC_NON_EXISTENT - The name does not exist in the WINS database.
15251 .
15252 Language=Russian
15253 ERROR_REC_NON_EXISTENT - The name does not exist in the WINS database.
15254 .
15255 Language=Polish
15256 ERROR_REC_NON_EXISTENT - The name does not exist in the WINS database.
15257 .
15258
15259 MessageId=4006
15260 Severity=Success
15261 Facility=System
15262 SymbolicName=ERROR_RPL_NOT_ALLOWED
15263 Language=English
15264 ERROR_RPL_NOT_ALLOWED - Replication with a nonconfigured partner is not allowed.
15265 .
15266 Language=Russian
15267 ERROR_RPL_NOT_ALLOWED - Replication with a nonconfigured partner is not allowed.
15268 .
15269 Language=Polish
15270 ERROR_RPL_NOT_ALLOWED - Replication with a nonconfigured partner is not allowed.
15271 .
15272
15273 MessageId=4100
15274 Severity=Success
15275 Facility=System
15276 SymbolicName=ERROR_DHCP_ADDRESS_CONFLICT
15277 Language=English
15278 ERROR_DHCP_ADDRESS_CONFLICT - 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.
15279 .
15280 Language=Russian
15281 ERROR_DHCP_ADDRESS_CONFLICT - 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.
15282 .
15283 Language=Polish
15284 ERROR_DHCP_ADDRESS_CONFLICT - 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.
15285 .
15286
15287 MessageId=4200
15288 Severity=Success
15289 Facility=System
15290 SymbolicName=ERROR_WMI_GUID_NOT_FOUND
15291 Language=English
15292 ERROR_WMI_GUID_NOT_FOUND - The GUID passed was not recognized as valid by a WMI data provider.
15293 .
15294 Language=Russian
15295 ERROR_WMI_GUID_NOT_FOUND - The GUID passed was not recognized as valid by a WMI data provider.
15296 .
15297 Language=Polish
15298 ERROR_WMI_GUID_NOT_FOUND - The GUID passed was not recognized as valid by a WMI data provider.
15299 .
15300
15301 MessageId=4201
15302 Severity=Success
15303 Facility=System
15304 SymbolicName=ERROR_WMI_INSTANCE_NOT_FOUND
15305 Language=English
15306 ERROR_WMI_INSTANCE_NOT_FOUND - The instance name passed was not recognized as valid by a WMI data provider.
15307 .
15308 Language=Russian
15309 ERROR_WMI_INSTANCE_NOT_FOUND - The instance name passed was not recognized as valid by a WMI data provider.
15310 .
15311 Language=Polish
15312 ERROR_WMI_INSTANCE_NOT_FOUND - The instance name passed was not recognized as valid by a WMI data provider.
15313 .
15314
15315 MessageId=4202
15316 Severity=Success
15317 Facility=System
15318 SymbolicName=ERROR_WMI_ITEMID_NOT_FOUND
15319 Language=English
15320 ERROR_WMI_ITEMID_NOT_FOUND - The data item ID passed was not recognized as valid by a WMI data provider.
15321 .
15322 Language=Russian
15323 ERROR_WMI_ITEMID_NOT_FOUND - The data item ID passed was not recognized as valid by a WMI data provider.
15324 .
15325 Language=Polish
15326 ERROR_WMI_ITEMID_NOT_FOUND - The data item ID passed was not recognized as valid by a WMI data provider.
15327 .
15328
15329 MessageId=4203
15330 Severity=Success
15331 Facility=System
15332 SymbolicName=ERROR_WMI_TRY_AGAIN
15333 Language=English
15334 ERROR_WMI_TRY_AGAIN - The WMI request could not be completed and should be retried.
15335 .
15336 Language=Russian
15337 ERROR_WMI_TRY_AGAIN - The WMI request could not be completed and should be retried.
15338 .
15339 Language=Polish
15340 ERROR_WMI_TRY_AGAIN - The WMI request could not be completed and should be retried.
15341 .
15342
15343 MessageId=4204
15344 Severity=Success
15345 Facility=System
15346 SymbolicName=ERROR_WMI_DP_NOT_FOUND
15347 Language=English
15348 ERROR_WMI_DP_NOT_FOUND - The WMI data provider could not be located.
15349 .
15350 Language=Russian
15351 ERROR_WMI_DP_NOT_FOUND - The WMI data provider could not be located.
15352 .
15353 Language=Polish
15354 ERROR_WMI_DP_NOT_FOUND - The WMI data provider could not be located.
15355 .
15356
15357 MessageId=4205
15358 Severity=Success
15359 Facility=System
15360 SymbolicName=ERROR_WMI_UNRESOLVED_INSTANCE_REF
15361 Language=English
15362 ERROR_WMI_UNRESOLVED_INSTANCE_REF - The WMI data provider references an instance set that has not been registered.
15363 .
15364 Language=Russian
15365 ERROR_WMI_UNRESOLVED_INSTANCE_REF - The WMI data provider references an instance set that has not been registered.
15366 .
15367 Language=Polish
15368 ERROR_WMI_UNRESOLVED_INSTANCE_REF - The WMI data provider references an instance set that has not been registered.
15369 .
15370
15371 MessageId=4206
15372 Severity=Success
15373 Facility=System
15374 SymbolicName=ERROR_WMI_ALREADY_ENABLED
15375 Language=English
15376 ERROR_WMI_ALREADY_ENABLED - The WMI data block or event notification has already been enabled.
15377 .
15378 Language=Russian
15379 ERROR_WMI_ALREADY_ENABLED - The WMI data block or event notification has already been enabled.
15380 .
15381 Language=Polish
15382 ERROR_WMI_ALREADY_ENABLED - The WMI data block or event notification has already been enabled.
15383 .
15384
15385 MessageId=4207
15386 Severity=Success
15387 Facility=System
15388 SymbolicName=ERROR_WMI_GUID_DISCONNECTED
15389 Language=English
15390 ERROR_WMI_GUID_DISCONNECTED - The WMI data block is no longer available.
15391 .
15392 Language=Russian
15393 ERROR_WMI_GUID_DISCONNECTED - The WMI data block is no longer available.
15394 .
15395 Language=Polish
15396 ERROR_WMI_GUID_DISCONNECTED - The WMI data block is no longer available.
15397 .
15398
15399 MessageId=4208
15400 Severity=Success
15401 Facility=System
15402 SymbolicName=ERROR_WMI_SERVER_UNAVAILABLE
15403 Language=English
15404 ERROR_WMI_SERVER_UNAVAILABLE - The WMI data service is not available.
15405 .
15406 Language=Russian
15407 ERROR_WMI_SERVER_UNAVAILABLE - The WMI data service is not available.
15408 .
15409 Language=Polish
15410 ERROR_WMI_SERVER_UNAVAILABLE - The WMI data service is not available.
15411 .
15412
15413 MessageId=4209
15414 Severity=Success
15415 Facility=System
15416 SymbolicName=ERROR_WMI_DP_FAILED
15417 Language=English
15418 ERROR_WMI_DP_FAILED - The WMI data provider failed to carry out the request.
15419 .
15420 Language=Russian
15421 ERROR_WMI_DP_FAILED - The WMI data provider failed to carry out the request.
15422 .
15423 Language=Polish
15424 ERROR_WMI_DP_FAILED - The WMI data provider failed to carry out the request.
15425 .
15426
15427 MessageId=4210
15428 Severity=Success
15429 Facility=System
15430 SymbolicName=ERROR_WMI_INVALID_MOF
15431 Language=English
15432 ERROR_WMI_INVALID_MOF - The WMI MOF information is not valid.
15433 .
15434 Language=Russian
15435 ERROR_WMI_INVALID_MOF - The WMI MOF information is not valid.
15436 .
15437 Language=Polish
15438 ERROR_WMI_INVALID_MOF - The WMI MOF information is not valid.
15439 .
15440
15441 MessageId=4211
15442 Severity=Success
15443 Facility=System
15444 SymbolicName=ERROR_WMI_INVALID_REGINFO
15445 Language=English
15446 ERROR_WMI_INVALID_REGINFO - The WMI registration information is not valid.
15447 .
15448 Language=Russian
15449 ERROR_WMI_INVALID_REGINFO - The WMI registration information is not valid.
15450 .
15451 Language=Polish
15452 ERROR_WMI_INVALID_REGINFO - The WMI registration information is not valid.
15453 .
15454
15455 MessageId=4212
15456 Severity=Success
15457 Facility=System
15458 SymbolicName=ERROR_WMI_ALREADY_DISABLED
15459 Language=English
15460 ERROR_WMI_ALREADY_DISABLED - The WMI data block or event notification has already been disabled.
15461 .
15462 Language=Russian
15463 ERROR_WMI_ALREADY_DISABLED - The WMI data block or event notification has already been disabled.
15464 .
15465 Language=Polish
15466 ERROR_WMI_ALREADY_DISABLED - The WMI data block or event notification has already been disabled.
15467 .
15468
15469 MessageId=4213
15470 Severity=Success
15471 Facility=System
15472 SymbolicName=ERROR_WMI_READ_ONLY
15473 Language=English
15474 ERROR_WMI_READ_ONLY - The WMI data item or data block is read only.
15475 .
15476 Language=Russian
15477 ERROR_WMI_READ_ONLY - The WMI data item or data block is read only.
15478 .
15479 Language=Polish
15480 ERROR_WMI_READ_ONLY - The WMI data item or data block is read only.
15481 .
15482
15483 MessageId=4214
15484 Severity=Success
15485 Facility=System
15486 SymbolicName=ERROR_WMI_SET_FAILURE
15487 Language=English
15488 ERROR_WMI_SET_FAILURE - The WMI data item or data block could not be changed.
15489 .
15490 Language=Russian
15491 ERROR_WMI_SET_FAILURE - The WMI data item or data block could not be changed.
15492 .
15493 Language=Polish
15494 ERROR_WMI_SET_FAILURE - The WMI data item or data block could not be changed.
15495 .
15496
15497 MessageId=4300
15498 Severity=Success
15499 Facility=System
15500 SymbolicName=ERROR_INVALID_MEDIA
15501 Language=English
15502 ERROR_INVALID_MEDIA - The media identifier does not represent a valid medium.
15503 .
15504 Language=Russian
15505 ERROR_INVALID_MEDIA - The media identifier does not represent a valid medium.
15506 .
15507 Language=Polish
15508 ERROR_INVALID_MEDIA - The media identifier does not represent a valid medium.
15509 .
15510
15511 MessageId=4301
15512 Severity=Success
15513 Facility=System
15514 SymbolicName=ERROR_INVALID_LIBRARY
15515 Language=English
15516 ERROR_INVALID_LIBRARY - The library identifier does not represent a valid library.
15517 .
15518 Language=Russian
15519 ERROR_INVALID_LIBRARY - The library identifier does not represent a valid library.
15520 .
15521 Language=Polish
15522 ERROR_INVALID_LIBRARY - The library identifier does not represent a valid library.
15523 .
15524
15525 MessageId=4302
15526 Severity=Success
15527 Facility=System
15528 SymbolicName=ERROR_INVALID_MEDIA_POOL
15529 Language=English
15530 ERROR_INVALID_MEDIA_POOL - The media pool identifier does not represent a valid media pool.
15531 .
15532 Language=Russian
15533 ERROR_INVALID_MEDIA_POOL - The media pool identifier does not represent a valid media pool.
15534 .
15535 Language=Polish
15536 ERROR_INVALID_MEDIA_POOL - The media pool identifier does not represent a valid media pool.
15537 .
15538
15539 MessageId=4303
15540 Severity=Success
15541 Facility=System
15542 SymbolicName=ERROR_DRIVE_MEDIA_MISMATCH
15543 Language=English
15544 ERROR_DRIVE_MEDIA_MISMATCH - The drive and medium are not compatible or exist in different libraries.
15545 .
15546 Language=Russian
15547 ERROR_DRIVE_MEDIA_MISMATCH - The drive and medium are not compatible or exist in different libraries.
15548 .
15549 Language=Polish
15550 ERROR_DRIVE_MEDIA_MISMATCH - The drive and medium are not compatible or exist in different libraries.
15551 .
15552
15553 MessageId=4304
15554 Severity=Success
15555 Facility=System
15556 SymbolicName=ERROR_MEDIA_OFFLINE
15557 Language=English
15558 ERROR_MEDIA_OFFLINE - The medium currently exists in an offline library and must be online to perform this operation.
15559 .
15560 Language=Russian
15561 ERROR_MEDIA_OFFLINE - The medium currently exists in an offline library and must be online to perform this operation.
15562 .
15563 Language=Polish
15564 ERROR_MEDIA_OFFLINE - The medium currently exists in an offline library and must be online to perform this operation.
15565 .
15566
15567 MessageId=4305
15568 Severity=Success
15569 Facility=System
15570 SymbolicName=ERROR_LIBRARY_OFFLINE
15571 Language=English
15572 ERROR_LIBRARY_OFFLINE - The operation cannot be performed on an offline library.
15573 .
15574 Language=Russian
15575 ERROR_LIBRARY_OFFLINE - The operation cannot be performed on an offline library.
15576 .
15577 Language=Polish
15578 ERROR_LIBRARY_OFFLINE - The operation cannot be performed on an offline library.
15579 .
15580
15581 MessageId=4306
15582 Severity=Success
15583 Facility=System
15584 SymbolicName=ERROR_EMPTY
15585 Language=English
15586 ERROR_EMPTY - The library, drive, or media pool is empty.
15587 .
15588 Language=Russian
15589 ERROR_EMPTY - The library, drive, or media pool is empty.
15590 .
15591 Language=Polish
15592 ERROR_EMPTY - The library, drive, or media pool is empty.
15593 .
15594
15595 MessageId=4307
15596 Severity=Success
15597 Facility=System
15598 SymbolicName=ERROR_NOT_EMPTY
15599 Language=English
15600 ERROR_NOT_EMPTY - The library, drive, or media pool must be empty to perform this operation.
15601 .
15602 Language=Russian
15603 ERROR_NOT_EMPTY - The library, drive, or media pool must be empty to perform this operation.
15604 .
15605 Language=Polish
15606 ERROR_NOT_EMPTY - The library, drive, or media pool must be empty to perform this operation.
15607 .
15608
15609 MessageId=4308
15610 Severity=Success
15611 Facility=System
15612 SymbolicName=ERROR_MEDIA_UNAVAILABLE
15613 Language=English
15614 ERROR_MEDIA_UNAVAILABLE - No media is currently available in this media pool or library.
15615 .
15616 Language=Russian
15617 ERROR_MEDIA_UNAVAILABLE - No media is currently available in this media pool or library.
15618 .
15619 Language=Polish
15620 ERROR_MEDIA_UNAVAILABLE - No media is currently available in this media pool or library.
15621 .
15622
15623 MessageId=4309
15624 Severity=Success
15625 Facility=System
15626 SymbolicName=ERROR_RESOURCE_DISABLED
15627 Language=English
15628 ERROR_RESOURCE_DISABLED - A resource required for this operation is disabled.
15629 .
15630 Language=Russian
15631 ERROR_RESOURCE_DISABLED - A resource required for this operation is disabled.
15632 .
15633 Language=Polish
15634 ERROR_RESOURCE_DISABLED - A resource required for this operation is disabled.
15635 .
15636
15637 MessageId=4310
15638 Severity=Success
15639 Facility=System
15640 SymbolicName=ERROR_INVALID_CLEANER
15641 Language=English
15642 ERROR_INVALID_CLEANER - The media identifier does not represent a valid cleaner.
15643 .
15644 Language=Russian
15645 ERROR_INVALID_CLEANER - The media identifier does not represent a valid cleaner.
15646 .
15647 Language=Polish
15648 ERROR_INVALID_CLEANER - The media identifier does not represent a valid cleaner.
15649 .
15650
15651 MessageId=4311
15652 Severity=Success
15653 Facility=System
15654 SymbolicName=ERROR_UNABLE_TO_CLEAN
15655 Language=English
15656 ERROR_UNABLE_TO_CLEAN - The drive cannot be cleaned or does not support cleaning.
15657 .
15658 Language=Russian
15659 ERROR_UNABLE_TO_CLEAN - The drive cannot be cleaned or does not support cleaning.
15660 .
15661 Language=Polish
15662 ERROR_UNABLE_TO_CLEAN - The drive cannot be cleaned or does not support cleaning.
15663 .
15664
15665 MessageId=4312
15666 Severity=Success
15667 Facility=System
15668 SymbolicName=ERROR_OBJECT_NOT_FOUND
15669 Language=English
15670 ERROR_OBJECT_NOT_FOUND - The object identifier does not represent a valid object.
15671 .
15672 Language=Russian
15673 ERROR_OBJECT_NOT_FOUND - The object identifier does not represent a valid object.
15674 .
15675 Language=Polish
15676 ERROR_OBJECT_NOT_FOUND - The object identifier does not represent a valid object.
15677 .
15678
15679 MessageId=4313
15680 Severity=Success
15681 Facility=System
15682 SymbolicName=ERROR_DATABASE_FAILURE
15683 Language=English
15684 ERROR_DATABASE_FAILURE - Unable to read from or write to the database.
15685 .
15686 Language=Russian
15687 ERROR_DATABASE_FAILURE - Unable to read from or write to the database.
15688 .
15689 Language=Polish
15690 ERROR_DATABASE_FAILURE - Unable to read from or write to the database.
15691 .
15692
15693 MessageId=4314
15694 Severity=Success
15695 Facility=System
15696 SymbolicName=ERROR_DATABASE_FULL
15697 Language=English
15698 ERROR_DATABASE_FULL - The database is full.
15699 .
15700 Language=Russian
15701 ERROR_DATABASE_FULL - The database is full.
15702 .
15703 Language=Polish
15704 ERROR_DATABASE_FULL - The database is full.
15705 .
15706
15707 MessageId=4315
15708 Severity=Success
15709 Facility=System
15710 SymbolicName=ERROR_MEDIA_INCOMPATIBLE
15711 Language=English
15712 ERROR_MEDIA_INCOMPATIBLE - The medium is not compatible with the device or media pool.
15713 .
15714 Language=Russian
15715 ERROR_MEDIA_INCOMPATIBLE - The medium is not compatible with the device or media pool.
15716 .
15717 Language=Polish
15718 ERROR_MEDIA_INCOMPATIBLE - The medium is not compatible with the device or media pool.
15719 .
15720
15721 MessageId=4316
15722 Severity=Success
15723 Facility=System
15724 SymbolicName=ERROR_RESOURCE_NOT_PRESENT
15725 Language=English
15726 ERROR_RESOURCE_NOT_PRESENT - The resource required for this operation does not exist.
15727 .
15728 Language=Russian
15729 ERROR_RESOURCE_NOT_PRESENT - The resource required for this operation does not exist.
15730 .
15731 Language=Polish
15732 ERROR_RESOURCE_NOT_PRESENT - The resource required for this operation does not exist.
15733 .
15734
15735 MessageId=4317
15736 Severity=Success
15737 Facility=System
15738 SymbolicName=ERROR_INVALID_OPERATION
15739 Language=English
15740 ERROR_INVALID_OPERATION - The operation identifier is not valid.
15741 .
15742 Language=Russian
15743 ERROR_INVALID_OPERATION - The operation identifier is not valid.
15744 .
15745 Language=Polish
15746 ERROR_INVALID_OPERATION - The operation identifier is not valid.
15747 .
15748
15749 MessageId=4318
15750 Severity=Success
15751 Facility=System
15752 SymbolicName=ERROR_MEDIA_NOT_AVAILABLE
15753 Language=English
15754 ERROR_MEDIA_NOT_AVAILABLE - The media is not mounted or ready for use.
15755 .
15756 Language=Russian
15757 ERROR_MEDIA_NOT_AVAILABLE - The media is not mounted or ready for use.
15758 .
15759 Language=Polish
15760 ERROR_MEDIA_NOT_AVAILABLE - The media is not mounted or ready for use.
15761 .
15762
15763 MessageId=4319
15764 Severity=Success
15765 Facility=System
15766 SymbolicName=ERROR_DEVICE_NOT_AVAILABLE
15767 Language=English
15768 ERROR_DEVICE_NOT_AVAILABLE - The device is not ready for use.
15769 .
15770 Language=Russian
15771 ERROR_DEVICE_NOT_AVAILABLE - The device is not ready for use.
15772 .
15773 Language=Polish
15774 ERROR_DEVICE_NOT_AVAILABLE - The device is not ready for use.
15775 .
15776
15777 MessageId=4320
15778 Severity=Success
15779 Facility=System
15780 SymbolicName=ERROR_REQUEST_REFUSED
15781 Language=English
15782 ERROR_REQUEST_REFUSED - The operator or administrator has refused the request.
15783 .
15784 Language=Russian
15785 ERROR_REQUEST_REFUSED - The operator or administrator has refused the request.
15786 .
15787 Language=Polish
15788 ERROR_REQUEST_REFUSED - The operator or administrator has refused the request.
15789 .
15790
15791 MessageId=4321
15792 Severity=Success
15793 Facility=System
15794 SymbolicName=ERROR_INVALID_DRIVE_OBJECT
15795 Language=English
15796 ERROR_INVALID_DRIVE_OBJECT - The drive identifier does not represent a valid drive.
15797 .
15798 Language=Russian
15799 ERROR_INVALID_DRIVE_OBJECT - The drive identifier does not represent a valid drive.
15800 .
15801 Language=Polish
15802 ERROR_INVALID_DRIVE_OBJECT - The drive identifier does not represent a valid drive.
15803 .
15804
15805 MessageId=4322
15806 Severity=Success
15807 Facility=System
15808 SymbolicName=ERROR_LIBRARY_FULL
15809 Language=English
15810 ERROR_LIBRARY_FULL - Library is full. No slot is available for use.
15811 .
15812 Language=Russian
15813 ERROR_LIBRARY_FULL - Library is full. No slot is available for use.
15814 .
15815 Language=Polish
15816 ERROR_LIBRARY_FULL - Library is full. No slot is available for use.
15817 .
15818
15819 MessageId=4323
15820 Severity=Success
15821 Facility=System
15822 SymbolicName=ERROR_MEDIUM_NOT_ACCESSIBLE
15823 Language=English
15824 ERROR_MEDIUM_NOT_ACCESSIBLE - The transport cannot access the medium.
15825 .
15826 Language=Russian
15827 ERROR_MEDIUM_NOT_ACCESSIBLE - The transport cannot access the medium.
15828 .
15829 Language=Polish
15830 ERROR_MEDIUM_NOT_ACCESSIBLE - The transport cannot access the medium.
15831 .
15832
15833 MessageId=4324
15834 Severity=Success
15835 Facility=System
15836 SymbolicName=ERROR_UNABLE_TO_LOAD_MEDIUM
15837 Language=English
15838 ERROR_UNABLE_TO_LOAD_MEDIUM - Unable to load the medium into the drive.
15839 .
15840 Language=Russian
15841 ERROR_UNABLE_TO_LOAD_MEDIUM - Unable to load the medium into the drive.
15842 .
15843 Language=Polish
15844 ERROR_UNABLE_TO_LOAD_MEDIUM - Unable to load the medium into the drive.
15845 .
15846
15847 MessageId=4325
15848 Severity=Success
15849 Facility=System
15850 SymbolicName=ERROR_UNABLE_TO_INVENTORY_DRIVE
15851 Language=English
15852 ERROR_UNABLE_TO_INVENTORY_DRIVE - Unable to retrieve status about the drive.
15853 .
15854 Language=Russian
15855 ERROR_UNABLE_TO_INVENTORY_DRIVE - Unable to retrieve status about the drive.
15856 .
15857 Language=Polish
15858 ERROR_UNABLE_TO_INVENTORY_DRIVE - Unable to retrieve status about the drive.
15859 .
15860
15861 MessageId=4326
15862 Severity=Success
15863 Facility=System
15864 SymbolicName=ERROR_UNABLE_TO_INVENTORY_SLOT
15865 Language=English
15866 ERROR_UNABLE_TO_INVENTORY_SLOT - Unable to retrieve status about the slot.
15867 .
15868 Language=Russian
15869 ERROR_UNABLE_TO_INVENTORY_SLOT - Unable to retrieve status about the slot.
15870 .
15871 Language=Polish
15872 ERROR_UNABLE_TO_INVENTORY_SLOT - Unable to retrieve status about the slot.
15873 .
15874
15875 MessageId=4327
15876 Severity=Success
15877 Facility=System
15878 SymbolicName=ERROR_UNABLE_TO_INVENTORY_TRANSPORT
15879 Language=English
15880 ERROR_UNABLE_TO_INVENTORY_TRANSPORT - Unable to retrieve status about the transport.
15881 .
15882 Language=Russian
15883 ERROR_UNABLE_TO_INVENTORY_TRANSPORT - Unable to retrieve status about the transport.
15884 .
15885 Language=Polish
15886 ERROR_UNABLE_TO_INVENTORY_TRANSPORT - Unable to retrieve status about the transport.
15887 .
15888
15889 MessageId=4328
15890 Severity=Success
15891 Facility=System
15892 SymbolicName=ERROR_TRANSPORT_FULL
15893 Language=English
15894 ERROR_TRANSPORT_FULL - Cannot use the transport because it is already in use.
15895 .
15896 Language=Russian
15897 ERROR_TRANSPORT_FULL - Cannot use the transport because it is already in use.
15898 .
15899 Language=Polish
15900 ERROR_TRANSPORT_FULL - Cannot use the transport because it is already in use.
15901 .
15902
15903 MessageId=4329
15904 Severity=Success
15905 Facility=System
15906 SymbolicName=ERROR_CONTROLLING_IEPORT
15907 Language=English
15908 ERROR_CONTROLLING_IEPORT - Unable to open or close the inject/eject port.
15909 .
15910 Language=Russian
15911 ERROR_CONTROLLING_IEPORT - Unable to open or close the inject/eject port.
15912 .
15913 Language=Polish
15914 ERROR_CONTROLLING_IEPORT - Unable to open or close the inject/eject port.
15915 .
15916
15917 MessageId=4330
15918 Severity=Success
15919 Facility=System
15920 SymbolicName=ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA
15921 Language=English
15922 ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA - Unable to eject the media because it is in a drive.
15923 .
15924 Language=Russian
15925 ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA - Unable to eject the media because it is in a drive.
15926 .
15927 Language=Polish
15928 ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA - Unable to eject the media because it is in a drive.
15929 .
15930
15931 MessageId=4331
15932 Severity=Success
15933 Facility=System
15934 SymbolicName=ERROR_CLEANER_SLOT_SET
15935 Language=English
15936 ERROR_CLEANER_SLOT_SET - A cleaner slot is already reserved.
15937 .
15938 Language=Russian
15939 ERROR_CLEANER_SLOT_SET - A cleaner slot is already reserved.
15940 .
15941 Language=Polish
15942 ERROR_CLEANER_SLOT_SET - A cleaner slot is already reserved.
15943 .
15944
15945 MessageId=4332
15946 Severity=Success
15947 Facility=System
15948 SymbolicName=ERROR_CLEANER_SLOT_NOT_SET
15949 Language=English
15950 ERROR_CLEANER_SLOT_NOT_SET - A cleaner slot is not reserved.
15951 .
15952 Language=Russian
15953 ERROR_CLEANER_SLOT_NOT_SET - A cleaner slot is not reserved.
15954 .
15955 Language=Polish
15956 ERROR_CLEANER_SLOT_NOT_SET - A cleaner slot is not reserved.
15957 .
15958
15959 MessageId=4333
15960 Severity=Success
15961 Facility=System
15962 SymbolicName=ERROR_CLEANER_CARTRIDGE_SPENT
15963 Language=English
15964 ERROR_CLEANER_CARTRIDGE_SPENT - The cleaner cartridge has performed the maximum number of drive cleanings.
15965 .
15966 Language=Russian
15967 ERROR_CLEANER_CARTRIDGE_SPENT - The cleaner cartridge has performed the maximum number of drive cleanings.
15968 .
15969 Language=Polish
15970 ERROR_CLEANER_CARTRIDGE_SPENT - The cleaner cartridge has performed the maximum number of drive cleanings.
15971 .
15972
15973 MessageId=4334
15974 Severity=Success
15975 Facility=System
15976 SymbolicName=ERROR_UNEXPECTED_OMID
15977 Language=English
15978 ERROR_UNEXPECTED_OMID - Unexpected on-medium identifier.
15979 .
15980 Language=Russian
15981 ERROR_UNEXPECTED_OMID - Unexpected on-medium identifier.
15982 .
15983 Language=Polish
15984 ERROR_UNEXPECTED_OMID - Unexpected on-medium identifier.
15985 .
15986
15987 MessageId=4335
15988 Severity=Success
15989 Facility=System
15990 SymbolicName=ERROR_CANT_DELETE_LAST_ITEM
15991 Language=English
15992 ERROR_CANT_DELETE_LAST_ITEM - The last remaining item in this group or resource cannot be deleted.
15993 .
15994 Language=Russian
15995 ERROR_CANT_DELETE_LAST_ITEM - The last remaining item in this group or resource cannot be deleted.
15996 .
15997 Language=Polish
15998 ERROR_CANT_DELETE_LAST_ITEM - The last remaining item in this group or resource cannot be deleted.
15999 .
16000
16001 MessageId=4336
16002 Severity=Success
16003 Facility=System
16004 SymbolicName=ERROR_MESSAGE_EXCEEDS_MAX_SIZE
16005 Language=English
16006 ERROR_MESSAGE_EXCEEDS_MAX_SIZE - The message provided exceeds the maximum size allowed for this parameter.
16007 .
16008 Language=Russian
16009 ERROR_MESSAGE_EXCEEDS_MAX_SIZE - The message provided exceeds the maximum size allowed for this parameter.
16010 .
16011 Language=Polish
16012 ERROR_MESSAGE_EXCEEDS_MAX_SIZE - The message provided exceeds the maximum size allowed for this parameter.
16013 .
16014
16015 MessageId=4337
16016 Severity=Success
16017 Facility=System
16018 SymbolicName=ERROR_VOLUME_CONTAINS_SYS_FILES
16019 Language=English
16020 ERROR_VOLUME_CONTAINS_SYS_FILES - The volume contains system or paging files.
16021 .
16022 Language=Russian
16023 ERROR_VOLUME_CONTAINS_SYS_FILES - The volume contains system or paging files.
16024 .
16025 Language=Polish
16026 ERROR_VOLUME_CONTAINS_SYS_FILES - The volume contains system or paging files.
16027 .
16028
16029 MessageId=4338
16030 Severity=Success
16031 Facility=System
16032 SymbolicName=ERROR_INDIGENOUS_TYPE
16033 Language=English
16034 ERROR_INDIGENOUS_TYPE - The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
16035 .
16036 Language=Russian
16037 ERROR_INDIGENOUS_TYPE - The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
16038 .
16039 Language=Polish
16040 ERROR_INDIGENOUS_TYPE - The media type cannot be removed from this library since at least one drive in the library reports it can support this media type.
16041 .
16042
16043 MessageId=4339
16044 Severity=Success
16045 Facility=System
16046 SymbolicName=ERROR_NO_SUPPORTING_DRIVES
16047 Language=English
16048 ERROR_NO_SUPPORTING_DRIVES - This offline media cannot be mounted on this system since no enabled drives are present which can be used.
16049 .
16050 Language=Russian
16051 ERROR_NO_SUPPORTING_DRIVES - This offline media cannot be mounted on this system since no enabled drives are present which can be used.
16052 .
16053 Language=Polish
16054 ERROR_NO_SUPPORTING_DRIVES - This offline media cannot be mounted on this system since no enabled drives are present which can be used.
16055 .
16056
16057 MessageId=4340
16058 Severity=Success
16059 Facility=System
16060 SymbolicName=ERROR_CLEANER_CARTRIDGE_INSTALLED
16061 Language=English
16062 ERROR_CLEANER_CARTRIDGE_INSTALLED - A cleaner cartridge is present in the tape library.
16063 .
16064 Language=Russian
16065 ERROR_CLEANER_CARTRIDGE_INSTALLED - A cleaner cartridge is present in the tape library.
16066 .
16067 Language=Polish
16068 ERROR_CLEANER_CARTRIDGE_INSTALLED - A cleaner cartridge is present in the tape library.
16069 .
16070
16071 MessageId=4350
16072 Severity=Success
16073 Facility=System
16074 SymbolicName=ERROR_FILE_OFFLINE
16075 Language=English
16076 ERROR_FILE_OFFLINE - The remote storage service was not able to recall the file.
16077 .
16078 Language=Russian
16079 ERROR_FILE_OFFLINE - The remote storage service was not able to recall the file.
16080 .
16081 Language=Polish
16082 ERROR_FILE_OFFLINE - The remote storage service was not able to recall the file.
16083 .
16084
16085 MessageId=4351
16086 Severity=Success
16087 Facility=System
16088 SymbolicName=ERROR_REMOTE_STORAGE_NOT_ACTIVE
16089 Language=English
16090 ERROR_REMOTE_STORAGE_NOT_ACTIVE - The remote storage service is not operational at this time.
16091 .
16092 Language=Russian
16093 ERROR_REMOTE_STORAGE_NOT_ACTIVE - The remote storage service is not operational at this time.
16094 .
16095 Language=Polish
16096 ERROR_REMOTE_STORAGE_NOT_ACTIVE - The remote storage service is not operational at this time.
16097 .
16098
16099 MessageId=4352
16100 Severity=Success
16101 Facility=System
16102 SymbolicName=ERROR_REMOTE_STORAGE_MEDIA_ERROR
16103 Language=English
16104 ERROR_REMOTE_STORAGE_MEDIA_ERROR - The remote storage service encountered a media error.
16105 .
16106 Language=Russian
16107 ERROR_REMOTE_STORAGE_MEDIA_ERROR - The remote storage service encountered a media error.
16108 .
16109 Language=Polish
16110 ERROR_REMOTE_STORAGE_MEDIA_ERROR - The remote storage service encountered a media error.
16111 .
16112
16113 MessageId=4390
16114 Severity=Success
16115 Facility=System
16116 SymbolicName=ERROR_NOT_A_REPARSE_POINT
16117 Language=English
16118 ERROR_NOT_A_REPARSE_POINT - The file or directory is not a reparse point.
16119 .
16120 Language=Russian
16121 ERROR_NOT_A_REPARSE_POINT - The file or directory is not a reparse point.
16122 .
16123 Language=Polish
16124 ERROR_NOT_A_REPARSE_POINT - The file or directory is not a reparse point.
16125 .
16126
16127 MessageId=4391
16128 Severity=Success
16129 Facility=System
16130 SymbolicName=ERROR_REPARSE_ATTRIBUTE_CONFLICT
16131 Language=English
16132 ERROR_REPARSE_ATTRIBUTE_CONFLICT - The reparse point attribute cannot be set because it conflicts with an existing attribute.
16133 .
16134 Language=Russian
16135 ERROR_REPARSE_ATTRIBUTE_CONFLICT - The reparse point attribute cannot be set because it conflicts with an existing attribute.
16136 .
16137 Language=Polish
16138 ERROR_REPARSE_ATTRIBUTE_CONFLICT - The reparse point attribute cannot be set because it conflicts with an existing attribute.
16139 .
16140
16141 MessageId=4392
16142 Severity=Success
16143 Facility=System
16144 SymbolicName=ERROR_INVALID_REPARSE_DATA
16145 Language=English
16146 ERROR_INVALID_REPARSE_DATA - The data present in the reparse point buffer is invalid.
16147 .
16148 Language=Russian
16149 ERROR_INVALID_REPARSE_DATA - The data present in the reparse point buffer is invalid.
16150 .
16151 Language=Polish
16152 ERROR_INVALID_REPARSE_DATA - The data present in the reparse point buffer is invalid.
16153 .
16154
16155 MessageId=4393
16156 Severity=Success
16157 Facility=System
16158 SymbolicName=ERROR_REPARSE_TAG_INVALID
16159 Language=English
16160 ERROR_REPARSE_TAG_INVALID - The tag present in the reparse point buffer is invalid.
16161 .
16162 Language=Russian
16163 ERROR_REPARSE_TAG_INVALID - The tag present in the reparse point buffer is invalid.
16164 .
16165 Language=Polish
16166 ERROR_REPARSE_TAG_INVALID - The tag present in the reparse point buffer is invalid.
16167 .
16168
16169 MessageId=4394
16170 Severity=Success
16171 Facility=System
16172 SymbolicName=ERROR_REPARSE_TAG_MISMATCH
16173 Language=English
16174 ERROR_REPARSE_TAG_MISMATCH - There is a mismatch between the tag specified in the request and the tag present in the reparse point.
16175 .
16176 Language=Russian
16177 ERROR_REPARSE_TAG_MISMATCH - There is a mismatch between the tag specified in the request and the tag present in the reparse point.
16178 .
16179 Language=Polish
16180 ERROR_REPARSE_TAG_MISMATCH - There is a mismatch between the tag specified in the request and the tag present in the reparse point.
16181 .
16182
16183 MessageId=4500
16184 Severity=Success
16185 Facility=System
16186 SymbolicName=ERROR_VOLUME_NOT_SIS_ENABLED
16187 Language=English
16188 ERROR_VOLUME_NOT_SIS_ENABLED - Single Instance Storage is not available on this volume.
16189 .
16190 Language=Russian
16191 ERROR_VOLUME_NOT_SIS_ENABLED - Single Instance Storage is not available on this volume.
16192 .
16193 Language=Polish
16194 ERROR_VOLUME_NOT_SIS_ENABLED - Single Instance Storage is not available on this volume.
16195 .
16196
16197 MessageId=5001
16198 Severity=Success
16199 Facility=System
16200 SymbolicName=ERROR_DEPENDENT_RESOURCE_EXISTS
16201 Language=English
16202 ERROR_DEPENDENT_RESOURCE_EXISTS - The cluster resource cannot be moved to another group because other resources are dependent on it.
16203 .
16204 Language=Russian
16205 ERROR_DEPENDENT_RESOURCE_EXISTS - The cluster resource cannot be moved to another group because other resources are dependent on it.
16206 .
16207 Language=Polish
16208 ERROR_DEPENDENT_RESOURCE_EXISTS - The cluster resource cannot be moved to another group because other resources are dependent on it.
16209 .
16210
16211 MessageId=5002
16212 Severity=Success
16213 Facility=System
16214 SymbolicName=ERROR_DEPENDENCY_NOT_FOUND
16215 Language=English
16216 ERROR_DEPENDENCY_NOT_FOUND - The cluster resource dependency cannot be found.
16217 .
16218 Language=Russian
16219 ERROR_DEPENDENCY_NOT_FOUND - The cluster resource dependency cannot be found.
16220 .
16221 Language=Polish
16222 ERROR_DEPENDENCY_NOT_FOUND - The cluster resource dependency cannot be found.
16223 .
16224
16225 MessageId=5003
16226 Severity=Success
16227 Facility=System
16228 SymbolicName=ERROR_DEPENDENCY_ALREADY_EXISTS
16229 Language=English
16230 ERROR_DEPENDENCY_ALREADY_EXISTS - The cluster resource cannot be made dependent on the specified resource because it is already dependent.
16231 .
16232 Language=Russian
16233 ERROR_DEPENDENCY_ALREADY_EXISTS - The cluster resource cannot be made dependent on the specified resource because it is already dependent.
16234 .
16235 Language=Polish
16236 ERROR_DEPENDENCY_ALREADY_EXISTS - The cluster resource cannot be made dependent on the specified resource because it is already dependent.
16237 .
16238
16239 MessageId=5004
16240 Severity=Success
16241 Facility=System
16242 SymbolicName=ERROR_RESOURCE_NOT_ONLINE
16243 Language=English
16244 ERROR_RESOURCE_NOT_ONLINE - The cluster resource is not online.
16245 .
16246 Language=Russian
16247 ERROR_RESOURCE_NOT_ONLINE - The cluster resource is not online.
16248 .
16249 Language=Polish
16250 ERROR_RESOURCE_NOT_ONLINE - The cluster resource is not online.
16251 .
16252
16253 MessageId=5005
16254 Severity=Success
16255 Facility=System
16256 SymbolicName=ERROR_HOST_NODE_NOT_AVAILABLE
16257 Language=English
16258 ERROR_HOST_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16259 .
16260 Language=Russian
16261 ERROR_HOST_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16262 .
16263 Language=Polish
16264 ERROR_HOST_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16265 .
16266
16267 MessageId=5006
16268 Severity=Success
16269 Facility=System
16270 SymbolicName=ERROR_RESOURCE_NOT_AVAILABLE
16271 Language=English
16272 ERROR_RESOURCE_NOT_AVAILABLE - The cluster resource is not available.
16273 .
16274 Language=Russian
16275 ERROR_RESOURCE_NOT_AVAILABLE - The cluster resource is not available.
16276 .
16277 Language=Polish
16278 ERROR_RESOURCE_NOT_AVAILABLE - The cluster resource is not available.
16279 .
16280
16281 MessageId=5007
16282 Severity=Success
16283 Facility=System
16284 SymbolicName=ERROR_RESOURCE_NOT_FOUND
16285 Language=English
16286 ERROR_RESOURCE_NOT_FOUND - The cluster resource could not be found.
16287 .
16288 Language=Russian
16289 ERROR_RESOURCE_NOT_FOUND - The cluster resource could not be found.
16290 .
16291 Language=Polish
16292 ERROR_RESOURCE_NOT_FOUND - The cluster resource could not be found.
16293 .
16294
16295 MessageId=5008
16296 Severity=Success
16297 Facility=System
16298 SymbolicName=ERROR_SHUTDOWN_CLUSTER
16299 Language=English
16300 ERROR_SHUTDOWN_CLUSTER - The cluster is being shut down.
16301 .
16302 Language=Russian
16303 ERROR_SHUTDOWN_CLUSTER - The cluster is being shut down.
16304 .
16305 Language=Polish
16306 ERROR_SHUTDOWN_CLUSTER - The cluster is being shut down.
16307 .
16308
16309 MessageId=5009
16310 Severity=Success
16311 Facility=System
16312 SymbolicName=ERROR_CANT_EVICT_ACTIVE_NODE
16313 Language=English
16314 ERROR_CANT_EVICT_ACTIVE_NODE - A cluster node cannot be evicted from the cluster unless the node is down.
16315 .
16316 Language=Russian
16317 ERROR_CANT_EVICT_ACTIVE_NODE - A cluster node cannot be evicted from the cluster unless the node is down.
16318 .
16319 Language=Polish
16320 ERROR_CANT_EVICT_ACTIVE_NODE - A cluster node cannot be evicted from the cluster unless the node is down.
16321 .
16322
16323 MessageId=5010
16324 Severity=Success
16325 Facility=System
16326 SymbolicName=ERROR_OBJECT_ALREADY_EXISTS
16327 Language=English
16328 ERROR_OBJECT_ALREADY_EXISTS - The object already exists.
16329 .
16330 Language=Russian
16331 ERROR_OBJECT_ALREADY_EXISTS - The object already exists.
16332 .
16333 Language=Polish
16334 ERROR_OBJECT_ALREADY_EXISTS - The object already exists.
16335 .
16336
16337 MessageId=5011
16338 Severity=Success
16339 Facility=System
16340 SymbolicName=ERROR_OBJECT_IN_LIST
16341 Language=English
16342 ERROR_OBJECT_IN_LIST - The object is already in the list.
16343 .
16344 Language=Russian
16345 ERROR_OBJECT_IN_LIST - The object is already in the list.
16346 .
16347 Language=Polish
16348 ERROR_OBJECT_IN_LIST - The object is already in the list.
16349 .
16350
16351 MessageId=5012
16352 Severity=Success
16353 Facility=System
16354 SymbolicName=ERROR_GROUP_NOT_AVAILABLE
16355 Language=English
16356 ERROR_GROUP_NOT_AVAILABLE - The cluster group is not available for any new requests.
16357 .
16358 Language=Russian
16359 ERROR_GROUP_NOT_AVAILABLE - The cluster group is not available for any new requests.
16360 .
16361 Language=Polish
16362 ERROR_GROUP_NOT_AVAILABLE - The cluster group is not available for any new requests.
16363 .
16364
16365 MessageId=5013
16366 Severity=Success
16367 Facility=System
16368 SymbolicName=ERROR_GROUP_NOT_FOUND
16369 Language=English
16370 ERROR_GROUP_NOT_FOUND - The cluster group could not be found.
16371 .
16372 Language=Russian
16373 ERROR_GROUP_NOT_FOUND - The cluster group could not be found.
16374 .
16375 Language=Polish
16376 ERROR_GROUP_NOT_FOUND - The cluster group could not be found.
16377 .
16378
16379 MessageId=5014
16380 Severity=Success
16381 Facility=System
16382 SymbolicName=ERROR_GROUP_NOT_ONLINE
16383 Language=English
16384 ERROR_GROUP_NOT_ONLINE - The operation could not be completed because the cluster group is not online.
16385 .
16386 Language=Russian
16387 ERROR_GROUP_NOT_ONLINE - The operation could not be completed because the cluster group is not online.
16388 .
16389 Language=Polish
16390 ERROR_GROUP_NOT_ONLINE - The operation could not be completed because the cluster group is not online.
16391 .
16392
16393 MessageId=5015
16394 Severity=Success
16395 Facility=System
16396 SymbolicName=ERROR_HOST_NODE_NOT_RESOURCE_OWNER
16397 Language=English
16398 ERROR_HOST_NODE_NOT_RESOURCE_OWNER - The cluster node is not the owner of the resource.
16399 .
16400 Language=Russian
16401 ERROR_HOST_NODE_NOT_RESOURCE_OWNER - The cluster node is not the owner of the resource.
16402 .
16403 Language=Polish
16404 ERROR_HOST_NODE_NOT_RESOURCE_OWNER - The cluster node is not the owner of the resource.
16405 .
16406
16407 MessageId=5016
16408 Severity=Success
16409 Facility=System
16410 SymbolicName=ERROR_HOST_NODE_NOT_GROUP_OWNER
16411 Language=English
16412 ERROR_HOST_NODE_NOT_GROUP_OWNER - The cluster node is not the owner of the group.
16413 .
16414 Language=Russian
16415 ERROR_HOST_NODE_NOT_GROUP_OWNER - The cluster node is not the owner of the group.
16416 .
16417 Language=Polish
16418 ERROR_HOST_NODE_NOT_GROUP_OWNER - The cluster node is not the owner of the group.
16419 .
16420
16421 MessageId=5017
16422 Severity=Success
16423 Facility=System
16424 SymbolicName=ERROR_RESMON_CREATE_FAILED
16425 Language=English
16426 ERROR_RESMON_CREATE_FAILED - The cluster resource could not be created in the specified resource monitor.
16427 .
16428 Language=Russian
16429 ERROR_RESMON_CREATE_FAILED - The cluster resource could not be created in the specified resource monitor.
16430 .
16431 Language=Polish
16432 ERROR_RESMON_CREATE_FAILED - The cluster resource could not be created in the specified resource monitor.
16433 .
16434
16435 MessageId=5018
16436 Severity=Success
16437 Facility=System
16438 SymbolicName=ERROR_RESMON_ONLINE_FAILED
16439 Language=English
16440 ERROR_RESMON_ONLINE_FAILED - The cluster resource could not be brought online by the resource monitor.
16441 .
16442 Language=Russian
16443 ERROR_RESMON_ONLINE_FAILED - The cluster resource could not be brought online by the resource monitor.
16444 .
16445 Language=Polish
16446 ERROR_RESMON_ONLINE_FAILED - The cluster resource could not be brought online by the resource monitor.
16447 .
16448
16449 MessageId=5019
16450 Severity=Success
16451 Facility=System
16452 SymbolicName=ERROR_RESOURCE_ONLINE
16453 Language=English
16454 ERROR_RESOURCE_ONLINE - The operation could not be completed because the cluster resource is online.
16455 .
16456 Language=Russian
16457 ERROR_RESOURCE_ONLINE - The operation could not be completed because the cluster resource is online.
16458 .
16459 Language=Polish
16460 ERROR_RESOURCE_ONLINE - The operation could not be completed because the cluster resource is online.
16461 .
16462
16463 MessageId=5020
16464 Severity=Success
16465 Facility=System
16466 SymbolicName=ERROR_QUORUM_RESOURCE
16467 Language=English
16468 ERROR_QUORUM_RESOURCE - The cluster resource could not be deleted or brought offline because it is the quorum resource.
16469 .
16470 Language=Russian
16471 ERROR_QUORUM_RESOURCE - The cluster resource could not be deleted or brought offline because it is the quorum resource.
16472 .
16473 Language=Polish
16474 ERROR_QUORUM_RESOURCE - The cluster resource could not be deleted or brought offline because it is the quorum resource.
16475 .
16476
16477 MessageId=5021
16478 Severity=Success
16479 Facility=System
16480 SymbolicName=ERROR_NOT_QUORUM_CAPABLE
16481 Language=English
16482 ERROR_NOT_QUORUM_CAPABLE - The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
16483 .
16484 Language=Russian
16485 ERROR_NOT_QUORUM_CAPABLE - The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
16486 .
16487 Language=Polish
16488 ERROR_NOT_QUORUM_CAPABLE - The cluster could not make the specified resource a quorum resource because it is not capable of being a quorum resource.
16489 .
16490
16491 MessageId=5022
16492 Severity=Success
16493 Facility=System
16494 SymbolicName=ERROR_CLUSTER_SHUTTING_DOWN
16495 Language=English
16496 ERROR_CLUSTER_SHUTTING_DOWN - The cluster software is shutting down.
16497 .
16498 Language=Russian
16499 ERROR_CLUSTER_SHUTTING_DOWN - The cluster software is shutting down.
16500 .
16501 Language=Polish
16502 ERROR_CLUSTER_SHUTTING_DOWN - The cluster software is shutting down.
16503 .
16504
16505 MessageId=5023
16506 Severity=Success
16507 Facility=System
16508 SymbolicName=ERROR_INVALID_STATE
16509 Language=English
16510 ERROR_INVALID_STATE - The group or resource is not in the correct state to perform the requested operation.
16511 .
16512 Language=Russian
16513 ERROR_INVALID_STATE - The group or resource is not in the correct state to perform the requested operation.
16514 .
16515 Language=Polish
16516 ERROR_INVALID_STATE - The group or resource is not in the correct state to perform the requested operation.
16517 .
16518
16519 MessageId=5024
16520 Severity=Success
16521 Facility=System
16522 SymbolicName=ERROR_RESOURCE_PROPERTIES_STORED
16523 Language=English
16524 ERROR_RESOURCE_PROPERTIES_STORED - The properties were stored but not all changes will take effect until the next time the resource is brought online.
16525 .
16526 Language=Russian
16527 ERROR_RESOURCE_PROPERTIES_STORED - The properties were stored but not all changes will take effect until the next time the resource is brought online.
16528 .
16529 Language=Polish
16530 ERROR_RESOURCE_PROPERTIES_STORED - The properties were stored but not all changes will take effect until the next time the resource is brought online.
16531 .
16532
16533 MessageId=5025
16534 Severity=Success
16535 Facility=System
16536 SymbolicName=ERROR_NOT_QUORUM_CLASS
16537 Language=English
16538 ERROR_NOT_QUORUM_CLASS - The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
16539 .
16540 Language=Russian
16541 ERROR_NOT_QUORUM_CLASS - The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
16542 .
16543 Language=Polish
16544 ERROR_NOT_QUORUM_CLASS - The cluster could not make the specified resource a quorum resource because it does not belong to a shared storage class.
16545 .
16546
16547 MessageId=5026
16548 Severity=Success
16549 Facility=System
16550 SymbolicName=ERROR_CORE_RESOURCE
16551 Language=English
16552 ERROR_CORE_RESOURCE - The cluster resource could not be deleted since it is a core resource.
16553 .
16554 Language=Russian
16555 ERROR_CORE_RESOURCE - The cluster resource could not be deleted since it is a core resource.
16556 .
16557 Language=Polish
16558 ERROR_CORE_RESOURCE - The cluster resource could not be deleted since it is a core resource.
16559 .
16560
16561 MessageId=5027
16562 Severity=Success
16563 Facility=System
16564 SymbolicName=ERROR_QUORUM_RESOURCE_ONLINE_FAILED
16565 Language=English
16566 ERROR_QUORUM_RESOURCE_ONLINE_FAILED - The quorum resource failed to come online.
16567 .
16568 Language=Russian
16569 ERROR_QUORUM_RESOURCE_ONLINE_FAILED - The quorum resource failed to come online.
16570 .
16571 Language=Polish
16572 ERROR_QUORUM_RESOURCE_ONLINE_FAILED - The quorum resource failed to come online.
16573 .
16574
16575 MessageId=5028
16576 Severity=Success
16577 Facility=System
16578 SymbolicName=ERROR_QUORUMLOG_OPEN_FAILED
16579 Language=English
16580 ERROR_QUORUMLOG_OPEN_FAILED - The quorum log could not be created or mounted successfully.
16581 .
16582 Language=Russian
16583 ERROR_QUORUMLOG_OPEN_FAILED - The quorum log could not be created or mounted successfully.
16584 .
16585 Language=Polish
16586 ERROR_QUORUMLOG_OPEN_FAILED - The quorum log could not be created or mounted successfully.
16587 .
16588
16589 MessageId=5029
16590 Severity=Success
16591 Facility=System
16592 SymbolicName=ERROR_CLUSTERLOG_CORRUPT
16593 Language=English
16594 ERROR_CLUSTERLOG_CORRUPT - The cluster log is corrupt.
16595 .
16596 Language=Russian
16597 ERROR_CLUSTERLOG_CORRUPT - The cluster log is corrupt.
16598 .
16599 Language=Polish
16600 ERROR_CLUSTERLOG_CORRUPT - The cluster log is corrupt.
16601 .
16602
16603 MessageId=5030
16604 Severity=Success
16605 Facility=System
16606 SymbolicName=ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE
16607 Language=English
16608 ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE - The record could not be written to the cluster log since it exceeds the maximum size.
16609 .
16610 Language=Russian
16611 ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE - The record could not be written to the cluster log since it exceeds the maximum size.
16612 .
16613 Language=Polish
16614 ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE - The record could not be written to the cluster log since it exceeds the maximum size.
16615 .
16616
16617 MessageId=5031
16618 Severity=Success
16619 Facility=System
16620 SymbolicName=ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE
16621 Language=English
16622 ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE - The cluster log exceeds its maximum size.
16623 .
16624 Language=Russian
16625 ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE - The cluster log exceeds its maximum size.
16626 .
16627 Language=Polish
16628 ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE - The cluster log exceeds its maximum size.
16629 .
16630
16631 MessageId=5032
16632 Severity=Success
16633 Facility=System
16634 SymbolicName=ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND
16635 Language=English
16636 ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND - No checkpoint record was found in the cluster log.
16637 .
16638 Language=Russian
16639 ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND - No checkpoint record was found in the cluster log.
16640 .
16641 Language=Polish
16642 ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND - No checkpoint record was found in the cluster log.
16643 .
16644
16645 MessageId=5033
16646 Severity=Success
16647 Facility=System
16648 SymbolicName=ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE
16649 Language=English
16650 ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE - The minimum required disk space needed for logging is not available.
16651 .
16652 Language=Russian
16653 ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE - The minimum required disk space needed for logging is not available.
16654 .
16655 Language=Polish
16656 ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE - The minimum required disk space needed for logging is not available.
16657 .
16658
16659 MessageId=5034
16660 Severity=Success
16661 Facility=System
16662 SymbolicName=ERROR_QUORUM_OWNER_ALIVE
16663 Language=English
16664 ERROR_QUORUM_OWNER_ALIVE - The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
16665 .
16666 Language=Russian
16667 ERROR_QUORUM_OWNER_ALIVE - The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
16668 .
16669 Language=Polish
16670 ERROR_QUORUM_OWNER_ALIVE - The cluster node failed to take control of the quorum resource because the resource is owned by another active node.
16671 .
16672
16673 MessageId=5035
16674 Severity=Success
16675 Facility=System
16676 SymbolicName=ERROR_NETWORK_NOT_AVAILABLE
16677 Language=English
16678 ERROR_NETWORK_NOT_AVAILABLE - A cluster network is not available for this operation.
16679 .
16680 Language=Russian
16681 ERROR_NETWORK_NOT_AVAILABLE - A cluster network is not available for this operation.
16682 .
16683 Language=Polish
16684 ERROR_NETWORK_NOT_AVAILABLE - A cluster network is not available for this operation.
16685 .
16686
16687 MessageId=5036
16688 Severity=Success
16689 Facility=System
16690 SymbolicName=ERROR_NODE_NOT_AVAILABLE
16691 Language=English
16692 ERROR_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16693 .
16694 Language=Russian
16695 ERROR_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16696 .
16697 Language=Polish
16698 ERROR_NODE_NOT_AVAILABLE - A cluster node is not available for this operation.
16699 .
16700
16701 MessageId=5037
16702 Severity=Success
16703 Facility=System
16704 SymbolicName=ERROR_ALL_NODES_NOT_AVAILABLE
16705 Language=English
16706 ERROR_ALL_NODES_NOT_AVAILABLE - All cluster nodes must be running to perform this operation.
16707 .
16708 Language=Russian
16709 ERROR_ALL_NODES_NOT_AVAILABLE - All cluster nodes must be running to perform this operation.
16710 .
16711 Language=Polish
16712 ERROR_ALL_NODES_NOT_AVAILABLE - All cluster nodes must be running to perform this operation.
16713 .
16714
16715 MessageId=5038
16716 Severity=Success
16717 Facility=System
16718 SymbolicName=ERROR_RESOURCE_FAILED
16719 Language=English
16720 ERROR_RESOURCE_FAILED - A cluster resource failed.
16721 .
16722 Language=Russian
16723 ERROR_RESOURCE_FAILED - A cluster resource failed.
16724 .
16725 Language=Polish
16726 ERROR_RESOURCE_FAILED - A cluster resource failed.
16727 .
16728
16729 MessageId=5039
16730 Severity=Success
16731 Facility=System
16732 SymbolicName=ERROR_CLUSTER_INVALID_NODE
16733 Language=English
16734 ERROR_CLUSTER_INVALID_NODE - The cluster node is not valid.
16735 .
16736 Language=Russian
16737 ERROR_CLUSTER_INVALID_NODE - The cluster node is not valid.
16738 .
16739 Language=Polish
16740 ERROR_CLUSTER_INVALID_NODE - The cluster node is not valid.
16741 .
16742
16743 MessageId=5040
16744 Severity=Success
16745 Facility=System
16746 SymbolicName=ERROR_CLUSTER_NODE_EXISTS
16747 Language=English
16748 ERROR_CLUSTER_NODE_EXISTS - The cluster node already exists.
16749 .
16750 Language=Russian
16751 ERROR_CLUSTER_NODE_EXISTS - The cluster node already exists.
16752 .
16753 Language=Polish
16754 ERROR_CLUSTER_NODE_EXISTS - The cluster node already exists.
16755 .
16756
16757 MessageId=5041
16758 Severity=Success
16759 Facility=System
16760 SymbolicName=ERROR_CLUSTER_JOIN_IN_PROGRESS
16761 Language=English
16762 ERROR_CLUSTER_JOIN_IN_PROGRESS - A node is in the process of joining the cluster.
16763 .
16764 Language=Russian
16765 ERROR_CLUSTER_JOIN_IN_PROGRESS - A node is in the process of joining the cluster.
16766 .
16767 Language=Polish
16768 ERROR_CLUSTER_JOIN_IN_PROGRESS - A node is in the process of joining the cluster.
16769 .
16770
16771 MessageId=5042
16772 Severity=Success
16773 Facility=System
16774 SymbolicName=ERROR_CLUSTER_NODE_NOT_FOUND
16775 Language=English
16776 ERROR_CLUSTER_NODE_NOT_FOUND - The cluster node was not found.
16777 .
16778 Language=Russian
16779 ERROR_CLUSTER_NODE_NOT_FOUND - The cluster node was not found.
16780 .
16781 Language=Polish
16782 ERROR_CLUSTER_NODE_NOT_FOUND - The cluster node was not found.
16783 .
16784
16785 MessageId=5043
16786 Severity=Success
16787 Facility=System
16788 SymbolicName=ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND
16789 Language=English
16790 ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND - The cluster local node information was not found.
16791 .
16792 Language=Russian
16793 ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND - The cluster local node information was not found.
16794 .
16795 Language=Polish
16796 ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND - The cluster local node information was not found.
16797 .
16798
16799 MessageId=5044
16800 Severity=Success
16801 Facility=System
16802 SymbolicName=ERROR_CLUSTER_NETWORK_EXISTS
16803 Language=English
16804 ERROR_CLUSTER_NETWORK_EXISTS - The cluster network already exists.
16805 .
16806 Language=Russian
16807 ERROR_CLUSTER_NETWORK_EXISTS - The cluster network already exists.
16808 .
16809 Language=Polish
16810 ERROR_CLUSTER_NETWORK_EXISTS - The cluster network already exists.
16811 .
16812
16813 MessageId=5045
16814 Severity=Success
16815 Facility=System
16816 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND
16817 Language=English
16818 ERROR_CLUSTER_NETWORK_NOT_FOUND - The cluster network was not found.
16819 .
16820 Language=Russian
16821 ERROR_CLUSTER_NETWORK_NOT_FOUND - The cluster network was not found.
16822 .
16823 Language=Polish
16824 ERROR_CLUSTER_NETWORK_NOT_FOUND - The cluster network was not found.
16825 .
16826
16827 MessageId=5046
16828 Severity=Success
16829 Facility=System
16830 SymbolicName=ERROR_CLUSTER_NETINTERFACE_EXISTS
16831 Language=English
16832 ERROR_CLUSTER_NETINTERFACE_EXISTS - The cluster network interface already exists.
16833 .
16834 Language=Russian
16835 ERROR_CLUSTER_NETINTERFACE_EXISTS - The cluster network interface already exists.
16836 .
16837 Language=Polish
16838 ERROR_CLUSTER_NETINTERFACE_EXISTS - The cluster network interface already exists.
16839 .
16840
16841 MessageId=5047
16842 Severity=Success
16843 Facility=System
16844 SymbolicName=ERROR_CLUSTER_NETINTERFACE_NOT_FOUND
16845 Language=English
16846 ERROR_CLUSTER_NETINTERFACE_NOT_FOUND - The cluster network interface was not found.
16847 .
16848 Language=Russian
16849 ERROR_CLUSTER_NETINTERFACE_NOT_FOUND - The cluster network interface was not found.
16850 .
16851 Language=Polish
16852 ERROR_CLUSTER_NETINTERFACE_NOT_FOUND - The cluster network interface was not found.
16853 .
16854
16855 MessageId=5048
16856 Severity=Success
16857 Facility=System
16858 SymbolicName=ERROR_CLUSTER_INVALID_REQUEST
16859 Language=English
16860 ERROR_CLUSTER_INVALID_REQUEST - The cluster request is not valid for this object.
16861 .
16862 Language=Russian
16863 ERROR_CLUSTER_INVALID_REQUEST - The cluster request is not valid for this object.
16864 .
16865 Language=Polish
16866 ERROR_CLUSTER_INVALID_REQUEST - The cluster request is not valid for this object.
16867 .
16868
16869 MessageId=5049
16870 Severity=Success
16871 Facility=System
16872 SymbolicName=ERROR_CLUSTER_INVALID_NETWORK_PROVIDER
16873 Language=English
16874 ERROR_CLUSTER_INVALID_NETWORK_PROVIDER - The cluster network provider is not valid.
16875 .
16876 Language=Russian
16877 ERROR_CLUSTER_INVALID_NETWORK_PROVIDER - The cluster network provider is not valid.
16878 .
16879 Language=Polish
16880 ERROR_CLUSTER_INVALID_NETWORK_PROVIDER - The cluster network provider is not valid.
16881 .
16882
16883 MessageId=5050
16884 Severity=Success
16885 Facility=System
16886 SymbolicName=ERROR_CLUSTER_NODE_DOWN
16887 Language=English
16888 ERROR_CLUSTER_NODE_DOWN - The cluster node is down.
16889 .
16890 Language=Russian
16891 ERROR_CLUSTER_NODE_DOWN - The cluster node is down.
16892 .
16893 Language=Polish
16894 ERROR_CLUSTER_NODE_DOWN - The cluster node is down.
16895 .
16896
16897 MessageId=5051
16898 Severity=Success
16899 Facility=System
16900 SymbolicName=ERROR_CLUSTER_NODE_UNREACHABLE
16901 Language=English
16902 ERROR_CLUSTER_NODE_UNREACHABLE - The cluster node is not reachable.
16903 .
16904 Language=Russian
16905 ERROR_CLUSTER_NODE_UNREACHABLE - The cluster node is not reachable.
16906 .
16907 Language=Polish
16908 ERROR_CLUSTER_NODE_UNREACHABLE - The cluster node is not reachable.
16909 .
16910
16911 MessageId=5052
16912 Severity=Success
16913 Facility=System
16914 SymbolicName=ERROR_CLUSTER_NODE_NOT_MEMBER
16915 Language=English
16916 ERROR_CLUSTER_NODE_NOT_MEMBER - The cluster node is not a member of the cluster.
16917 .
16918 Language=Russian
16919 ERROR_CLUSTER_NODE_NOT_MEMBER - The cluster node is not a member of the cluster.
16920 .
16921 Language=Polish
16922 ERROR_CLUSTER_NODE_NOT_MEMBER - The cluster node is not a member of the cluster.
16923 .
16924
16925 MessageId=5053
16926 Severity=Success
16927 Facility=System
16928 SymbolicName=ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS
16929 Language=English
16930 ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS - A cluster join operation is not in progress.
16931 .
16932 Language=Russian
16933 ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS - A cluster join operation is not in progress.
16934 .
16935 Language=Polish
16936 ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS - A cluster join operation is not in progress.
16937 .
16938
16939 MessageId=5054
16940 Severity=Success
16941 Facility=System
16942 SymbolicName=ERROR_CLUSTER_INVALID_NETWORK
16943 Language=English
16944 ERROR_CLUSTER_INVALID_NETWORK - The cluster network is not valid.
16945 .
16946 Language=Russian
16947 ERROR_CLUSTER_INVALID_NETWORK - The cluster network is not valid.
16948 .
16949 Language=Polish
16950 ERROR_CLUSTER_INVALID_NETWORK - The cluster network is not valid.
16951 .
16952
16953 MessageId=5056
16954 Severity=Success
16955 Facility=System
16956 SymbolicName=ERROR_CLUSTER_NODE_UP
16957 Language=English
16958 ERROR_CLUSTER_NODE_UP - The cluster node is up.
16959 .
16960 Language=Russian
16961 ERROR_CLUSTER_NODE_UP - The cluster node is up.
16962 .
16963 Language=Polish
16964 ERROR_CLUSTER_NODE_UP - The cluster node is up.
16965 .
16966
16967 MessageId=5057
16968 Severity=Success
16969 Facility=System
16970 SymbolicName=ERROR_CLUSTER_IPADDR_IN_USE
16971 Language=English
16972 ERROR_CLUSTER_IPADDR_IN_USE - The cluster IP address is already in use.
16973 .
16974 Language=Russian
16975 ERROR_CLUSTER_IPADDR_IN_USE - The cluster IP address is already in use.
16976 .
16977 Language=Polish
16978 ERROR_CLUSTER_IPADDR_IN_USE - The cluster IP address is already in use.
16979 .
16980
16981 MessageId=5058
16982 Severity=Success
16983 Facility=System
16984 SymbolicName=ERROR_CLUSTER_NODE_NOT_PAUSED
16985 Language=English
16986 ERROR_CLUSTER_NODE_NOT_PAUSED - The cluster node is not paused.
16987 .
16988 Language=Russian
16989 ERROR_CLUSTER_NODE_NOT_PAUSED - The cluster node is not paused.
16990 .
16991 Language=Polish
16992 ERROR_CLUSTER_NODE_NOT_PAUSED - The cluster node is not paused.
16993 .
16994
16995 MessageId=5059
16996 Severity=Success
16997 Facility=System
16998 SymbolicName=ERROR_CLUSTER_NO_SECURITY_CONTEXT
16999 Language=English
17000 ERROR_CLUSTER_NO_SECURITY_CONTEXT - No cluster security context is available.
17001 .
17002 Language=Russian
17003 ERROR_CLUSTER_NO_SECURITY_CONTEXT - No cluster security context is available.
17004 .
17005 Language=Polish
17006 ERROR_CLUSTER_NO_SECURITY_CONTEXT - No cluster security context is available.
17007 .
17008
17009 MessageId=5060
17010 Severity=Success
17011 Facility=System
17012 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_INTERNAL
17013 Language=English
17014 ERROR_CLUSTER_NETWORK_NOT_INTERNAL - The cluster network is not configured for internal cluster communication.
17015 .
17016 Language=Russian
17017 ERROR_CLUSTER_NETWORK_NOT_INTERNAL - The cluster network is not configured for internal cluster communication.
17018 .
17019 Language=Polish
17020 ERROR_CLUSTER_NETWORK_NOT_INTERNAL - The cluster network is not configured for internal cluster communication.
17021 .
17022
17023 MessageId=5061
17024 Severity=Success
17025 Facility=System
17026 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_UP
17027 Language=English
17028 ERROR_CLUSTER_NODE_ALREADY_UP - The cluster node is already up.
17029 .
17030 Language=Russian
17031 ERROR_CLUSTER_NODE_ALREADY_UP - The cluster node is already up.
17032 .
17033 Language=Polish
17034 ERROR_CLUSTER_NODE_ALREADY_UP - The cluster node is already up.
17035 .
17036
17037 MessageId=5062
17038 Severity=Success
17039 Facility=System
17040 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_DOWN
17041 Language=English
17042 ERROR_CLUSTER_NODE_ALREADY_DOWN - The cluster node is already down.
17043 .
17044 Language=Russian
17045 ERROR_CLUSTER_NODE_ALREADY_DOWN - The cluster node is already down.
17046 .
17047 Language=Polish
17048 ERROR_CLUSTER_NODE_ALREADY_DOWN - The cluster node is already down.
17049 .
17050
17051 MessageId=5063
17052 Severity=Success
17053 Facility=System
17054 SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_ONLINE
17055 Language=English
17056 ERROR_CLUSTER_NETWORK_ALREADY_ONLINE - The cluster network is already online.
17057 .
17058 Language=Russian
17059 ERROR_CLUSTER_NETWORK_ALREADY_ONLINE - The cluster network is already online.
17060 .
17061 Language=Polish
17062 ERROR_CLUSTER_NETWORK_ALREADY_ONLINE - The cluster network is already online.
17063 .
17064
17065 MessageId=5064
17066 Severity=Success
17067 Facility=System
17068 SymbolicName=ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE
17069 Language=English
17070 ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE - The cluster network is already offline.
17071 .
17072 Language=Russian
17073 ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE - The cluster network is already offline.
17074 .
17075 Language=Polish
17076 ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE - The cluster network is already offline.
17077 .
17078
17079 MessageId=5065
17080 Severity=Success
17081 Facility=System
17082 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_MEMBER
17083 Language=English
17084 ERROR_CLUSTER_NODE_ALREADY_MEMBER - The cluster node is already a member of the cluster.
17085 .
17086 Language=Russian
17087 ERROR_CLUSTER_NODE_ALREADY_MEMBER - The cluster node is already a member of the cluster.
17088 .
17089 Language=Polish
17090 ERROR_CLUSTER_NODE_ALREADY_MEMBER - The cluster node is already a member of the cluster.
17091 .
17092
17093 MessageId=5066
17094 Severity=Success
17095 Facility=System
17096 SymbolicName=ERROR_CLUSTER_LAST_INTERNAL_NETWORK
17097 Language=English
17098 ERROR_CLUSTER_LAST_INTERNAL_NETWORK - 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.
17099 .
17100 Language=Russian
17101 ERROR_CLUSTER_LAST_INTERNAL_NETWORK - 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.
17102 .
17103 Language=Polish
17104 ERROR_CLUSTER_LAST_INTERNAL_NETWORK - 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.
17105 .
17106
17107 MessageId=5067
17108 Severity=Success
17109 Facility=System
17110 SymbolicName=ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS
17111 Language=English
17112 ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
17113 .
17114 Language=Russian
17115 ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
17116 .
17117 Language=Polish
17118 ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.
17119 .
17120
17121 MessageId=5068
17122 Severity=Success
17123 Facility=System
17124 SymbolicName=ERROR_INVALID_OPERATION_ON_QUORUM
17125 Language=English
17126 ERROR_INVALID_OPERATION_ON_QUORUM - 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.
17127 .
17128 Language=Russian
17129 ERROR_INVALID_OPERATION_ON_QUORUM - 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.
17130 .
17131 Language=Polish
17132 ERROR_INVALID_OPERATION_ON_QUORUM - 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.
17133 .
17134
17135 MessageId=5069
17136 Severity=Success
17137 Facility=System
17138 SymbolicName=ERROR_DEPENDENCY_NOT_ALLOWED
17139 Language=English
17140 ERROR_DEPENDENCY_NOT_ALLOWED - The cluster quorum resource is not allowed to have any dependencies.
17141 .
17142 Language=Russian
17143 ERROR_DEPENDENCY_NOT_ALLOWED - The cluster quorum resource is not allowed to have any dependencies.
17144 .
17145 Language=Polish
17146 ERROR_DEPENDENCY_NOT_ALLOWED - The cluster quorum resource is not allowed to have any dependencies.
17147 .
17148
17149 MessageId=5070
17150 Severity=Success
17151 Facility=System
17152 SymbolicName=ERROR_CLUSTER_NODE_PAUSED
17153 Language=English
17154 ERROR_CLUSTER_NODE_PAUSED - The cluster node is paused.
17155 .
17156 Language=Russian
17157 ERROR_CLUSTER_NODE_PAUSED - The cluster node is paused.
17158 .
17159 Language=Polish
17160 ERROR_CLUSTER_NODE_PAUSED - The cluster node is paused.
17161 .
17162
17163 MessageId=5071
17164 Severity=Success
17165 Facility=System
17166 SymbolicName=ERROR_NODE_CANT_HOST_RESOURCE
17167 Language=English
17168 ERROR_NODE_CANT_HOST_RESOURCE - The cluster resource cannot be brought online. The owner node cannot run this resource.
17169 .
17170 Language=Russian
17171 ERROR_NODE_CANT_HOST_RESOURCE - The cluster resource cannot be brought online. The owner node cannot run this resource.
17172 .
17173 Language=Polish
17174 ERROR_NODE_CANT_HOST_RESOURCE - The cluster resource cannot be brought online. The owner node cannot run this resource.
17175 .
17176
17177 MessageId=5072
17178 Severity=Success
17179 Facility=System
17180 SymbolicName=ERROR_CLUSTER_NODE_NOT_READY
17181 Language=English
17182 ERROR_CLUSTER_NODE_NOT_READY - The cluster node is not ready to perform the requested operation.
17183 .
17184 Language=Russian
17185 ERROR_CLUSTER_NODE_NOT_READY - The cluster node is not ready to perform the requested operation.
17186 .
17187 Language=Polish
17188 ERROR_CLUSTER_NODE_NOT_READY - The cluster node is not ready to perform the requested operation.
17189 .
17190
17191 MessageId=5073
17192 Severity=Success
17193 Facility=System
17194 SymbolicName=ERROR_CLUSTER_NODE_SHUTTING_DOWN
17195 Language=English
17196 ERROR_CLUSTER_NODE_SHUTTING_DOWN - The cluster node is shutting down.
17197 .
17198 Language=Russian
17199 ERROR_CLUSTER_NODE_SHUTTING_DOWN - The cluster node is shutting down.
17200 .
17201 Language=Polish
17202 ERROR_CLUSTER_NODE_SHUTTING_DOWN - The cluster node is shutting down.
17203 .
17204
17205 MessageId=5074
17206 Severity=Success
17207 Facility=System
17208 SymbolicName=ERROR_CLUSTER_JOIN_ABORTED
17209 Language=English
17210 ERROR_CLUSTER_JOIN_ABORTED - The cluster join operation was aborted.
17211 .
17212 Language=Russian
17213 ERROR_CLUSTER_JOIN_ABORTED - The cluster join operation was aborted.
17214 .
17215 Language=Polish
17216 ERROR_CLUSTER_JOIN_ABORTED - The cluster join operation was aborted.
17217 .
17218
17219 MessageId=5075
17220 Severity=Success
17221 Facility=System
17222 SymbolicName=ERROR_CLUSTER_INCOMPATIBLE_VERSIONS
17223 Language=English
17224 ERROR_CLUSTER_INCOMPATIBLE_VERSIONS - The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
17225 .
17226 Language=Russian
17227 ERROR_CLUSTER_INCOMPATIBLE_VERSIONS - The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
17228 .
17229 Language=Polish
17230 ERROR_CLUSTER_INCOMPATIBLE_VERSIONS - The cluster join operation failed due to incompatible software versions between the joining node and its sponsor.
17231 .
17232
17233 MessageId=5076
17234 Severity=Success
17235 Facility=System
17236 SymbolicName=ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED
17237 Language=English
17238 ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED - This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
17239 .
17240 Language=Russian
17241 ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED - This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
17242 .
17243 Language=Polish
17244 ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED - This resource cannot be created because the cluster has reached the limit on the number of resources it can monitor.
17245 .
17246
17247 MessageId=5077
17248 Severity=Success
17249 Facility=System
17250 SymbolicName=ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED
17251 Language=English
17252 ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED - The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
17253 .
17254 Language=Russian
17255 ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED - The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
17256 .
17257 Language=Polish
17258 ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED - The system configuration changed during the cluster join or form operation. The join or form operation was aborted.
17259 .
17260
17261 MessageId=5078
17262 Severity=Success
17263 Facility=System
17264 SymbolicName=ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND
17265 Language=English
17266 ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND - The specified resource type was not found.
17267 .
17268 Language=Russian
17269 ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND - The specified resource type was not found.
17270 .
17271 Language=Polish
17272 ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND - The specified resource type was not found.
17273 .
17274
17275 MessageId=5079
17276 Severity=Success
17277 Facility=System
17278 SymbolicName=ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED
17279 Language=English
17280 ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED - 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.
17281 .
17282 Language=Russian
17283 ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED - 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.
17284 .
17285 Language=Polish
17286 ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED - 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.
17287 .
17288
17289 MessageId=5080
17290 Severity=Success
17291 Facility=System
17292 SymbolicName=ERROR_CLUSTER_RESNAME_NOT_FOUND
17293 Language=English
17294 ERROR_CLUSTER_RESNAME_NOT_FOUND - The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
17295 .
17296 Language=Russian
17297 ERROR_CLUSTER_RESNAME_NOT_FOUND - The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
17298 .
17299 Language=Polish
17300 ERROR_CLUSTER_RESNAME_NOT_FOUND - The specified resource name is supported by this resource DLL. This may be due to a bad (or changed) name supplied to the resource DLL.
17301 .
17302
17303 MessageId=5081
17304 Severity=Success
17305 Facility=System
17306 SymbolicName=ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED
17307 Language=English
17308 ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED - No authentication package could be registered with the RPC server.
17309 .
17310 Language=Russian
17311 ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED - No authentication package could be registered with the RPC server.
17312 .
17313 Language=Polish
17314 ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED - No authentication package could be registered with the RPC server.
17315 .
17316
17317 MessageId=5082
17318 Severity=Success
17319 Facility=System
17320 SymbolicName=ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST
17321 Language=English
17322 ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST - 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.
17323 .
17324 Language=Russian
17325 ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST - 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.
17326 .
17327 Language=Polish
17328 ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST - 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.
17329 .
17330
17331 MessageId=5083
17332 Severity=Success
17333 Facility=System
17334 SymbolicName=ERROR_CLUSTER_DATABASE_SEQMISMATCH
17335 Language=English
17336 ERROR_CLUSTER_DATABASE_SEQMISMATCH - 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.
17337 .
17338 Language=Russian
17339 ERROR_CLUSTER_DATABASE_SEQMISMATCH - 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.
17340 .
17341 Language=Polish
17342 ERROR_CLUSTER_DATABASE_SEQMISMATCH - 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.
17343 .
17344
17345 MessageId=5084
17346 Severity=Success
17347 Facility=System
17348 SymbolicName=ERROR_RESMON_INVALID_STATE
17349 Language=English
17350 ERROR_RESMON_INVALID_STATE - 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.
17351 .
17352 Language=Russian
17353 ERROR_RESMON_INVALID_STATE - 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.
17354 .
17355 Language=Polish
17356 ERROR_RESMON_INVALID_STATE - 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.
17357 .
17358
17359 MessageId=5085
17360 Severity=Success
17361 Facility=System
17362 SymbolicName=ERROR_CLUSTER_GUM_NOT_LOCKER
17363 Language=English
17364 ERROR_CLUSTER_GUM_NOT_LOCKER - A non locker code got a request to reserve the lock for making global updates.
17365 .
17366 Language=Russian
17367 ERROR_CLUSTER_GUM_NOT_LOCKER - A non locker code got a request to reserve the lock for making global updates.
17368 .
17369 Language=Polish
17370 ERROR_CLUSTER_GUM_NOT_LOCKER - A non locker code got a request to reserve the lock for making global updates.
17371 .
17372
17373 MessageId=5086
17374 Severity=Success
17375 Facility=System
17376 SymbolicName=ERROR_QUORUM_DISK_NOT_FOUND
17377 Language=English
17378 ERROR_QUORUM_DISK_NOT_FOUND - The quorum disk could not be located by the cluster service.
17379 .
17380 Language=Russian
17381 ERROR_QUORUM_DISK_NOT_FOUND - The quorum disk could not be located by the cluster service.
17382 .
17383 Language=Polish
17384 ERROR_QUORUM_DISK_NOT_FOUND - The quorum disk could not be located by the cluster service.
17385 .
17386
17387 MessageId=5087
17388 Severity=Success
17389 Facility=System
17390 SymbolicName=ERROR_DATABASE_BACKUP_CORRUPT
17391 Language=English
17392 ERROR_DATABASE_BACKUP_CORRUPT - The backup up cluster database is possibly corrupt.
17393 .
17394 Language=Russian
17395 ERROR_DATABASE_BACKUP_CORRUPT - The backup up cluster database is possibly corrupt.
17396 .
17397 Language=Polish
17398 ERROR_DATABASE_BACKUP_CORRUPT - The backup up cluster database is possibly corrupt.
17399 .
17400
17401 MessageId=5088
17402 Severity=Success
17403 Facility=System
17404 SymbolicName=ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT
17405 Language=English
17406 ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT - A DFS root already exists in this cluster node.
17407 .
17408 Language=Russian
17409 ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT - A DFS root already exists in this cluster node.
17410 .
17411 Language=Polish
17412 ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT - A DFS root already exists in this cluster node.
17413 .
17414
17415 MessageId=5089
17416 Severity=Success
17417 Facility=System
17418 SymbolicName=ERROR_RESOURCE_PROPERTY_UNCHANGEABLE
17419 Language=English
17420 ERROR_RESOURCE_PROPERTY_UNCHANGEABLE - An attempt to modify a resource property failed because it conflicts with another existing property.
17421 .
17422 Language=Russian
17423 ERROR_RESOURCE_PROPERTY_UNCHANGEABLE - An attempt to modify a resource property failed because it conflicts with another existing property.
17424 .
17425 Language=Polish
17426 ERROR_RESOURCE_PROPERTY_UNCHANGEABLE - An attempt to modify a resource property failed because it conflicts with another existing property.
17427 .
17428
17429 MessageId=5890
17430 Severity=Success
17431 Facility=System
17432 SymbolicName=ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE
17433 Language=English
17434 ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE - An operation was attempted that is incompatible with the current membership state of the node.
17435 .
17436 Language=Russian
17437 ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE - An operation was attempted that is incompatible with the current membership state of the node.
17438 .
17439 Language=Polish
17440 ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE - An operation was attempted that is incompatible with the current membership state of the node.
17441 .
17442
17443 MessageId=5891
17444 Severity=Success
17445 Facility=System
17446 SymbolicName=ERROR_CLUSTER_QUORUMLOG_NOT_FOUND
17447 Language=English
17448 ERROR_CLUSTER_QUORUMLOG_NOT_FOUND - The quorum resource does not contain the quorum log.
17449 .
17450 Language=Russian
17451 ERROR_CLUSTER_QUORUMLOG_NOT_FOUND - The quorum resource does not contain the quorum log.
17452 .
17453 Language=Polish
17454 ERROR_CLUSTER_QUORUMLOG_NOT_FOUND - The quorum resource does not contain the quorum log.
17455 .
17456
17457 MessageId=5892
17458 Severity=Success
17459 Facility=System
17460 SymbolicName=ERROR_CLUSTER_MEMBERSHIP_HALT
17461 Language=English
17462 ERROR_CLUSTER_MEMBERSHIP_HALT - The membership engine requested shutdown of the cluster service on this node.
17463 .
17464 Language=Russian
17465 ERROR_CLUSTER_MEMBERSHIP_HALT - The membership engine requested shutdown of the cluster service on this node.
17466 .
17467 Language=Polish
17468 ERROR_CLUSTER_MEMBERSHIP_HALT - The membership engine requested shutdown of the cluster service on this node.
17469 .
17470
17471 MessageId=5893
17472 Severity=Success
17473 Facility=System
17474 SymbolicName=ERROR_CLUSTER_INSTANCE_ID_MISMATCH
17475 Language=English
17476 ERROR_CLUSTER_INSTANCE_ID_MISMATCH - The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
17477 .
17478 Language=Russian
17479 ERROR_CLUSTER_INSTANCE_ID_MISMATCH - The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
17480 .
17481 Language=Polish
17482 ERROR_CLUSTER_INSTANCE_ID_MISMATCH - The join operation failed because the cluster instance ID of the joining node does not match the cluster instance ID of the sponsor node.
17483 .
17484
17485 MessageId=5894
17486 Severity=Success
17487 Facility=System
17488 SymbolicName=ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP
17489 Language=English
17490 ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP - A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network.
17491 .
17492 Language=Russian
17493 ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP - A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network.
17494 .
17495 Language=Polish
17496 ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP - A matching network for the specified IP address could not be found. Please also specify a subnet mask and a cluster network.
17497 .
17498
17499 MessageId=5895
17500 Severity=Success
17501 Facility=System
17502 SymbolicName=ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH
17503 Language=English
17504 ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH - The actual data type of the property did not match the expected data type of the property.
17505 .
17506 Language=Russian
17507 ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH - The actual data type of the property did not match the expected data type of the property.
17508 .
17509 Language=Polish
17510 ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH - The actual data type of the property did not match the expected data type of the property.
17511 .
17512
17513 MessageId=5896
17514 Severity=Success
17515 Facility=System
17516 SymbolicName=ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP
17517 Language=English
17518 ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP - 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.
17519 .
17520 Language=Russian
17521 ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP - 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.
17522 .
17523 Language=Polish
17524 ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP - 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.
17525 .
17526
17527 MessageId=5897
17528 Severity=Success
17529 Facility=System
17530 SymbolicName=ERROR_CLUSTER_PARAMETER_MISMATCH
17531 Language=English
17532 ERROR_CLUSTER_PARAMETER_MISMATCH - Two or more parameter values specified for a resource's properties are in conflict.
17533 .
17534 Language=Russian
17535 ERROR_CLUSTER_PARAMETER_MISMATCH - Two or more parameter values specified for a resource's properties are in conflict.
17536 .
17537 Language=Polish
17538 ERROR_CLUSTER_PARAMETER_MISMATCH - Two or more parameter values specified for a resource's properties are in conflict.
17539 .
17540
17541 MessageId=5898
17542 Severity=Success
17543 Facility=System
17544 SymbolicName=ERROR_NODE_CANNOT_BE_CLUSTERED
17545 Language=English
17546 ERROR_NODE_CANNOT_BE_CLUSTERED - This computer cannot be made a member of a cluster.
17547 .
17548 Language=Russian
17549 ERROR_NODE_CANNOT_BE_CLUSTERED - This computer cannot be made a member of a cluster.
17550 .
17551 Language=Polish
17552 ERROR_NODE_CANNOT_BE_CLUSTERED - This computer cannot be made a member of a cluster.
17553 .
17554
17555 MessageId=5899
17556 Severity=Success
17557 Facility=System
17558 SymbolicName=ERROR_CLUSTER_WRONG_OS_VERSION
17559 Language=English
17560 ERROR_CLUSTER_WRONG_OS_VERSION - This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
17561 .
17562 Language=Russian
17563 ERROR_CLUSTER_WRONG_OS_VERSION - This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
17564 .
17565 Language=Polish
17566 ERROR_CLUSTER_WRONG_OS_VERSION - This computer cannot be made a member of a cluster because it does not have the correct version of Windows installed.
17567 .
17568
17569 MessageId=5900
17570 Severity=Success
17571 Facility=System
17572 SymbolicName=ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME
17573 Language=English
17574 ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME - 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.
17575 .
17576 Language=Russian
17577 ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME - 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.
17578 .
17579 Language=Polish
17580 ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME - 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.
17581 .
17582
17583 MessageId=5901
17584 Severity=Success
17585 Facility=System
17586 SymbolicName=ERROR_CLUSCFG_ALREADY_COMMITTED
17587 Language=English
17588 ERROR_CLUSCFG_ALREADY_COMMITTED - The cluster configuration action has already been committed.
17589 .
17590 Language=Russian
17591 ERROR_CLUSCFG_ALREADY_COMMITTED - The cluster configuration action has already been committed.
17592 .
17593 Language=Polish
17594 ERROR_CLUSCFG_ALREADY_COMMITTED - The cluster configuration action has already been committed.
17595 .
17596
17597 MessageId=5902
17598 Severity=Success
17599 Facility=System
17600 SymbolicName=ERROR_CLUSCFG_ROLLBACK_FAILED
17601 Language=English
17602 ERROR_CLUSCFG_ROLLBACK_FAILED - The cluster configuration action could not be rolled back.
17603 .
17604 Language=Russian
17605 ERROR_CLUSCFG_ROLLBACK_FAILED - The cluster configuration action could not be rolled back.
17606 .
17607 Language=Polish
17608 ERROR_CLUSCFG_ROLLBACK_FAILED - The cluster configuration action could not be rolled back.
17609 .
17610
17611 MessageId=5903
17612 Severity=Success
17613 Facility=System
17614 SymbolicName=ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT
17615 Language=English
17616 ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT - The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node.
17617 .
17618 Language=Russian
17619 ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT - The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node.
17620 .
17621 Language=Polish
17622 ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT - The drive letter assigned to a system disk on one node conflicted with the driver letter assigned to a disk on another node.
17623 .
17624
17625 MessageId=5904
17626 Severity=Success
17627 Facility=System
17628 SymbolicName=ERROR_CLUSTER_OLD_VERSION
17629 Language=English
17630 ERROR_CLUSTER_OLD_VERSION - One or more nodes in the cluster are running a version of Windows that does not support this operation.
17631 .
17632 Language=Russian
17633 ERROR_CLUSTER_OLD_VERSION - One or more nodes in the cluster are running a version of Windows that does not support this operation.
17634 .
17635 Language=Polish
17636 ERROR_CLUSTER_OLD_VERSION - One or more nodes in the cluster are running a version of Windows that does not support this operation.
17637 .
17638
17639 MessageId=5905
17640 Severity=Success
17641 Facility=System
17642 SymbolicName=ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME
17643 Language=English
17644 ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME - The name of the corresponding computer account doesn't match the Network Name for this resource.
17645 .
17646 Language=Russian
17647 ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME - The name of the corresponding computer account doesn't match the Network Name for this resource.
17648 .
17649 Language=Polish
17650 ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME - The name of the corresponding computer account doesn't match the Network Name for this resource.
17651 .
17652
17653 MessageId=5906
17654 Severity=Success
17655 Facility=System
17656 SymbolicName=ERROR_CLUSTER_NO_NET_ADAPTERS
17657 Language=English
17658 ERROR_CLUSTER_NO_NET_ADAPTERS - No network adapters are available.
17659 .
17660 Language=Russian
17661 ERROR_CLUSTER_NO_NET_ADAPTERS - No network adapters are available.
17662 .
17663 Language=Polish
17664 ERROR_CLUSTER_NO_NET_ADAPTERS - No network adapters are available.
17665 .
17666
17667 MessageId=5907
17668 Severity=Success
17669 Facility=System
17670 SymbolicName=ERROR_CLUSTER_POISONED
17671 Language=English
17672 ERROR_CLUSTER_POISONED - The cluster node has been poisoned.
17673 .
17674 Language=Russian
17675 ERROR_CLUSTER_POISONED - The cluster node has been poisoned.
17676 .
17677 Language=Polish
17678 ERROR_CLUSTER_POISONED - The cluster node has been poisoned.
17679 .
17680
17681 MessageId=6000
17682 Severity=Success
17683 Facility=System
17684 SymbolicName=ERROR_ENCRYPTION_FAILED
17685 Language=English
17686 ERROR_ENCRYPTION_FAILED - The specified file could not be encrypted.
17687 .
17688 Language=Russian
17689 ERROR_ENCRYPTION_FAILED - The specified file could not be encrypted.
17690 .
17691 Language=Polish
17692 ERROR_ENCRYPTION_FAILED - The specified file could not be encrypted.
17693 .
17694
17695 MessageId=6001
17696 Severity=Success
17697 Facility=System
17698 SymbolicName=ERROR_DECRYPTION_FAILED
17699 Language=English
17700 ERROR_DECRYPTION_FAILED - The specified file could not be decrypted.
17701 .
17702 Language=Russian
17703 ERROR_DECRYPTION_FAILED - The specified file could not be decrypted.
17704 .
17705 Language=Polish
17706 ERROR_DECRYPTION_FAILED - The specified file could not be decrypted.
17707 .
17708
17709 MessageId=6002
17710 Severity=Success
17711 Facility=System
17712 SymbolicName=ERROR_FILE_ENCRYPTED
17713 Language=English
17714 ERROR_FILE_ENCRYPTED - The specified file is encrypted and the user does not have the ability to decrypt it.
17715 .
17716 Language=Russian
17717 ERROR_FILE_ENCRYPTED - The specified file is encrypted and the user does not have the ability to decrypt it.
17718 .
17719 Language=Polish
17720 ERROR_FILE_ENCRYPTED - The specified file is encrypted and the user does not have the ability to decrypt it.
17721 .
17722
17723 MessageId=6003
17724 Severity=Success
17725 Facility=System
17726 SymbolicName=ERROR_NO_RECOVERY_POLICY
17727 Language=English
17728 ERROR_NO_RECOVERY_POLICY - There is no valid encryption recovery policy configured for this system.
17729 .
17730 Language=Russian
17731 ERROR_NO_RECOVERY_POLICY - There is no valid encryption recovery policy configured for this system.
17732 .
17733 Language=Polish
17734 ERROR_NO_RECOVERY_POLICY - There is no valid encryption recovery policy configured for this system.
17735 .
17736
17737 MessageId=6004
17738 Severity=Success
17739 Facility=System
17740 SymbolicName=ERROR_NO_EFS
17741 Language=English
17742 ERROR_NO_EFS - The required encryption driver is not loaded for this system.
17743 .
17744 Language=Russian
17745 ERROR_NO_EFS - The required encryption driver is not loaded for this system.
17746 .
17747 Language=Polish
17748 ERROR_NO_EFS - The required encryption driver is not loaded for this system.
17749 .
17750
17751 MessageId=6005
17752 Severity=Success
17753 Facility=System
17754 SymbolicName=ERROR_WRONG_EFS
17755 Language=English
17756 ERROR_WRONG_EFS - The file was encrypted with a different encryption driver than is currently loaded.
17757 .
17758 Language=Russian
17759 ERROR_WRONG_EFS - The file was encrypted with a different encryption driver than is currently loaded.
17760 .
17761 Language=Polish
17762 ERROR_WRONG_EFS - The file was encrypted with a different encryption driver than is currently loaded.
17763 .
17764
17765 MessageId=6006
17766 Severity=Success
17767 Facility=System
17768 SymbolicName=ERROR_NO_USER_KEYS
17769 Language=English
17770 ERROR_NO_USER_KEYS - There are no EFS keys defined for the user.
17771 .
17772 Language=Russian
17773 ERROR_NO_USER_KEYS - There are no EFS keys defined for the user.
17774 .
17775 Language=Polish
17776 ERROR_NO_USER_KEYS - There are no EFS keys defined for the user.
17777 .
17778
17779 MessageId=6007
17780 Severity=Success
17781 Facility=System
17782 SymbolicName=ERROR_FILE_NOT_ENCRYPTED
17783 Language=English
17784 ERROR_FILE_NOT_ENCRYPTED - The specified file is not encrypted.
17785 .
17786 Language=Russian
17787 ERROR_FILE_NOT_ENCRYPTED - The specified file is not encrypted.
17788 .
17789 Language=Polish
17790 ERROR_FILE_NOT_ENCRYPTED - The specified file is not encrypted.
17791 .
17792
17793 MessageId=6008
17794 Severity=Success
17795 Facility=System
17796 SymbolicName=ERROR_NOT_EXPORT_FORMAT
17797 Language=English
17798 ERROR_NOT_EXPORT_FORMAT - The specified file is not in the defined EFS export format.
17799 .
17800 Language=Russian
17801 ERROR_NOT_EXPORT_FORMAT - The specified file is not in the defined EFS export format.
17802 .
17803 Language=Polish
17804 ERROR_NOT_EXPORT_FORMAT - The specified file is not in the defined EFS export format.
17805 .
17806
17807 MessageId=6009
17808 Severity=Success
17809 Facility=System
17810 SymbolicName=ERROR_FILE_READ_ONLY
17811 Language=English
17812 ERROR_FILE_READ_ONLY - The specified file is read only.
17813 .
17814 Language=Russian
17815 ERROR_FILE_READ_ONLY - The specified file is read only.
17816 .
17817 Language=Polish
17818 ERROR_FILE_READ_ONLY - The specified file is read only.
17819 .
17820
17821 MessageId=6010
17822 Severity=Success
17823 Facility=System
17824 SymbolicName=ERROR_DIR_EFS_DISALLOWED
17825 Language=English
17826 ERROR_DIR_EFS_DISALLOWED - The directory has been disabled for encryption.
17827 .
17828 Language=Russian
17829 ERROR_DIR_EFS_DISALLOWED - The directory has been disabled for encryption.
17830 .
17831 Language=Polish
17832 ERROR_DIR_EFS_DISALLOWED - The directory has been disabled for encryption.
17833 .
17834
17835 MessageId=6011
17836 Severity=Success
17837 Facility=System
17838 SymbolicName=ERROR_EFS_SERVER_NOT_TRUSTED
17839 Language=English
17840 ERROR_EFS_SERVER_NOT_TRUSTED - The server is not trusted for remote encryption operation.
17841 .
17842 Language=Russian
17843 ERROR_EFS_SERVER_NOT_TRUSTED - The server is not trusted for remote encryption operation.
17844 .
17845 Language=Polish
17846 ERROR_EFS_SERVER_NOT_TRUSTED - The server is not trusted for remote encryption operation.
17847 .
17848
17849 MessageId=6012
17850 Severity=Success
17851 Facility=System
17852 SymbolicName=ERROR_BAD_RECOVERY_POLICY
17853 Language=English
17854 ERROR_BAD_RECOVERY_POLICY - Recovery policy configured for this system contains invalid recovery certificate.
17855 .
17856 Language=Russian
17857 ERROR_BAD_RECOVERY_POLICY - Recovery policy configured for this system contains invalid recovery certificate.
17858 .
17859 Language=Polish
17860 ERROR_BAD_RECOVERY_POLICY - Recovery policy configured for this system contains invalid recovery certificate.
17861 .
17862
17863 MessageId=6013
17864 Severity=Success
17865 Facility=System
17866 SymbolicName=ERROR_EFS_ALG_BLOB_TOO_BIG
17867 Language=English
17868 ERROR_EFS_ALG_BLOB_TOO_BIG - The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
17869 .
17870 Language=Russian
17871 ERROR_EFS_ALG_BLOB_TOO_BIG - The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
17872 .
17873 Language=Polish
17874 ERROR_EFS_ALG_BLOB_TOO_BIG - The encryption algorithm used on the source file needs a bigger key buffer than the one on the destination file.
17875 .
17876
17877 MessageId=6014
17878 Severity=Success
17879 Facility=System
17880 SymbolicName=ERROR_VOLUME_NOT_SUPPORT_EFS
17881 Language=English
17882 ERROR_VOLUME_NOT_SUPPORT_EFS - The disk partition does not support file encryption.
17883 .
17884 Language=Russian
17885 ERROR_VOLUME_NOT_SUPPORT_EFS - The disk partition does not support file encryption.
17886 .
17887 Language=Polish
17888 ERROR_VOLUME_NOT_SUPPORT_EFS - The disk partition does not support file encryption.
17889 .
17890
17891 MessageId=6015
17892 Severity=Success
17893 Facility=System
17894 SymbolicName=ERROR_EFS_DISABLED
17895 Language=English
17896 ERROR_EFS_DISABLED - This machine is disabled for file encryption.
17897 .
17898 Language=Russian
17899 ERROR_EFS_DISABLED - This machine is disabled for file encryption.
17900 .
17901 Language=Polish
17902 ERROR_EFS_DISABLED - This machine is disabled for file encryption.
17903 .
17904
17905 MessageId=6016
17906 Severity=Success
17907 Facility=System
17908 SymbolicName=ERROR_EFS_VERSION_NOT_SUPPORT
17909 Language=English
17910 ERROR_EFS_VERSION_NOT_SUPPORT - A newer system is required to decrypt this encrypted file.
17911 .
17912 Language=Russian
17913 ERROR_EFS_VERSION_NOT_SUPPORT - A newer system is required to decrypt this encrypted file.
17914 .
17915 Language=Polish
17916 ERROR_EFS_VERSION_NOT_SUPPORT - A newer system is required to decrypt this encrypted file.
17917 .
17918
17919 MessageId=6118
17920 Severity=Success
17921 Facility=System
17922 SymbolicName=ERROR_NO_BROWSER_SERVERS_FOUND
17923 Language=English
17924 ERROR_NO_BROWSER_SERVERS_FOUND - The list of servers for this workgroup is not currently available.
17925 .
17926 Language=Russian
17927 ERROR_NO_BROWSER_SERVERS_FOUND - The list of servers for this workgroup is not currently available.
17928 .
17929 Language=Polish
17930 ERROR_NO_BROWSER_SERVERS_FOUND - The list of servers for this workgroup is not currently available.
17931 .
17932
17933 MessageId=6200
17934 Severity=Success
17935 Facility=System
17936 SymbolicName=SCHED_E_SERVICE_NOT_LOCALSYSTEM
17937 Language=English
17938 SCHED_E_SERVICE_NOT_LOCALSYSTEM - 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.
17939 .
17940 Language=Russian
17941 SCHED_E_SERVICE_NOT_LOCALSYSTEM - 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.
17942 .
17943 Language=Polish
17944 SCHED_E_SERVICE_NOT_LOCALSYSTEM - 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.
17945 .
17946
17947 MessageId=7001
17948 Severity=Success
17949 Facility=System
17950 SymbolicName=ERROR_CTX_WINSTATION_NAME_INVALID
17951 Language=English
17952 ERROR_CTX_WINSTATION_NAME_INVALID - The specified session name is invalid.
17953 .
17954 Language=Russian
17955 ERROR_CTX_WINSTATION_NAME_INVALID - The specified session name is invalid.
17956 .
17957 Language=Polish
17958 ERROR_CTX_WINSTATION_NAME_INVALID - The specified session name is invalid.
17959 .
17960
17961 MessageId=7002
17962 Severity=Success
17963 Facility=System
17964 SymbolicName=ERROR_CTX_INVALID_PD
17965 Language=English
17966 ERROR_CTX_INVALID_PD - The specified protocol driver is invalid.
17967 .
17968 Language=Russian
17969 ERROR_CTX_INVALID_PD - The specified protocol driver is invalid.
17970 .
17971 Language=Polish
17972 ERROR_CTX_INVALID_PD - The specified protocol driver is invalid.
17973 .
17974
17975 MessageId=7003
17976 Severity=Success
17977 Facility=System
17978 SymbolicName=ERROR_CTX_PD_NOT_FOUND
17979 Language=English
17980 ERROR_CTX_PD_NOT_FOUND - The specified protocol driver was not found in the system path.
17981 .
17982 Language=Russian
17983 ERROR_CTX_PD_NOT_FOUND - The specified protocol driver was not found in the system path.
17984 .
17985 Language=Polish
17986 ERROR_CTX_PD_NOT_FOUND - The specified protocol driver was not found in the system path.
17987 .
17988
17989 MessageId=7004
17990 Severity=Success
17991 Facility=System
17992 SymbolicName=ERROR_CTX_WD_NOT_FOUND
17993 Language=English
17994 ERROR_CTX_WD_NOT_FOUND - The specified terminal connection driver was not found in the system path.
17995 .
17996 Language=Russian
17997 ERROR_CTX_WD_NOT_FOUND - The specified terminal connection driver was not found in the system path.
17998 .
17999 Language=Polish
18000 ERROR_CTX_WD_NOT_FOUND - The specified terminal connection driver was not found in the system path.
18001 .
18002
18003 MessageId=7005
18004 Severity=Success
18005 Facility=System
18006 SymbolicName=ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY
18007 Language=English
18008 ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY - A registry key for event logging could not be created for this session.
18009 .
18010 Language=Russian
18011 ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY - A registry key for event logging could not be created for this session.
18012 .
18013 Language=Polish
18014 ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY - A registry key for event logging could not be created for this session.
18015 .
18016
18017 MessageId=7006
18018 Severity=Success
18019 Facility=System
18020 SymbolicName=ERROR_CTX_SERVICE_NAME_COLLISION
18021 Language=English
18022 ERROR_CTX_SERVICE_NAME_COLLISION - A service with the same name already exists on the system.
18023 .
18024 Language=Russian
18025 ERROR_CTX_SERVICE_NAME_COLLISION - A service with the same name already exists on the system.
18026 .
18027 Language=Polish
18028 ERROR_CTX_SERVICE_NAME_COLLISION - A service with the same name already exists on the system.
18029 .
18030
18031 MessageId=7007
18032 Severity=Success
18033 Facility=System
18034 SymbolicName=ERROR_CTX_CLOSE_PENDING
18035 Language=English
18036 ERROR_CTX_CLOSE_PENDING - A close operation is pending on the session.
18037 .
18038 Language=Russian
18039 ERROR_CTX_CLOSE_PENDING - A close operation is pending on the session.
18040 .
18041 Language=Polish
18042 ERROR_CTX_CLOSE_PENDING - A close operation is pending on the session.
18043 .
18044
18045 MessageId=7008
18046 Severity=Success
18047 Facility=System
18048 SymbolicName=ERROR_CTX_NO_OUTBUF
18049 Language=English
18050 ERROR_CTX_NO_OUTBUF - There are no free output buffers available.
18051 .
18052 Language=Russian
18053 ERROR_CTX_NO_OUTBUF - There are no free output buffers available.
18054 .
18055 Language=Polish
18056 ERROR_CTX_NO_OUTBUF - There are no free output buffers available.
18057 .
18058
18059 MessageId=7009
18060 Severity=Success
18061 Facility=System
18062 SymbolicName=ERROR_CTX_MODEM_INF_NOT_FOUND
18063 Language=English
18064 ERROR_CTX_MODEM_INF_NOT_FOUND - The MODEM.INF file was not found.
18065 .
18066 Language=Russian
18067 ERROR_CTX_MODEM_INF_NOT_FOUND - The MODEM.INF file was not found.
18068 .
18069 Language=Polish
18070 ERROR_CTX_MODEM_INF_NOT_FOUND - The MODEM.INF file was not found.
18071 .
18072
18073 MessageId=7010
18074 Severity=Success
18075 Facility=System
18076 SymbolicName=ERROR_CTX_INVALID_MODEMNAME
18077 Language=English
18078 ERROR_CTX_INVALID_MODEMNAME - The modem name was not found in MODEM.INF.
18079 .
18080 Language=Russian
18081 ERROR_CTX_INVALID_MODEMNAME - The modem name was not found in MODEM.INF.
18082 .
18083 Language=Polish
18084 ERROR_CTX_INVALID_MODEMNAME - The modem name was not found in MODEM.INF.
18085 .
18086
18087 MessageId=7011
18088 Severity=Success
18089 Facility=System
18090 SymbolicName=ERROR_CTX_MODEM_RESPONSE_ERROR
18091 Language=English
18092 ERROR_CTX_MODEM_RESPONSE_ERROR - The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
18093 .
18094 Language=Russian
18095 ERROR_CTX_MODEM_RESPONSE_ERROR - The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
18096 .
18097 Language=Polish
18098 ERROR_CTX_MODEM_RESPONSE_ERROR - The modem did not accept the command sent to it. Verify that the configured modem name matches the attached modem.
18099 .
18100
18101 MessageId=7012
18102 Severity=Success
18103 Facility=System
18104 SymbolicName=ERROR_CTX_MODEM_RESPONSE_TIMEOUT
18105 Language=English
18106 ERROR_CTX_MODEM_RESPONSE_TIMEOUT - The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
18107 .
18108 Language=Russian
18109 ERROR_CTX_MODEM_RESPONSE_TIMEOUT - The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
18110 .
18111 Language=Polish
18112 ERROR_CTX_MODEM_RESPONSE_TIMEOUT - The modem did not respond to the command sent to it. Verify that the modem is properly cabled and powered on.
18113 .
18114
18115 MessageId=7013
18116 Severity=Success
18117 Facility=System
18118 SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_CARRIER
18119 Language=English
18120 ERROR_CTX_MODEM_RESPONSE_NO_CARRIER - Carrier detect has failed or carrier has been dropped due to disconnect.
18121 .
18122 Language=Russian
18123 ERROR_CTX_MODEM_RESPONSE_NO_CARRIER - Carrier detect has failed or carrier has been dropped due to disconnect.
18124 .
18125 Language=Polish
18126 ERROR_CTX_MODEM_RESPONSE_NO_CARRIER - Carrier detect has failed or carrier has been dropped due to disconnect.
18127 .
18128
18129 MessageId=7014
18130 Severity=Success
18131 Facility=System
18132 SymbolicName=ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE
18133 Language=English
18134 ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE - Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
18135 .
18136 Language=Russian
18137 ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE - Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
18138 .
18139 Language=Polish
18140 ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE - Dial tone not detected within the required time. Verify that the phone cable is properly attached and functional.
18141 .
18142
18143 MessageId=7015
18144 Severity=Success
18145 Facility=System
18146 SymbolicName=ERROR_CTX_MODEM_RESPONSE_BUSY
18147 Language=English
18148 ERROR_CTX_MODEM_RESPONSE_BUSY - Busy signal detected at remote site on callback.
18149 .
18150 Language=Russian
18151 ERROR_CTX_MODEM_RESPONSE_BUSY - Busy signal detected at remote site on callback.
18152 .
18153 Language=Polish
18154 ERROR_CTX_MODEM_RESPONSE_BUSY - Busy signal detected at remote site on callback.
18155 .
18156
18157 MessageId=7016
18158 Severity=Success
18159 Facility=System
18160 SymbolicName=ERROR_CTX_MODEM_RESPONSE_VOICE
18161 Language=English
18162 ERROR_CTX_MODEM_RESPONSE_VOICE - Voice detected at remote site on callback.
18163 .
18164 Language=Russian
18165 ERROR_CTX_MODEM_RESPONSE_VOICE - Voice detected at remote site on callback.
18166 .
18167 Language=Polish
18168 ERROR_CTX_MODEM_RESPONSE_VOICE - Voice detected at remote site on callback.
18169 .
18170
18171 MessageId=7017
18172 Severity=Success
18173 Facility=System
18174 SymbolicName=ERROR_CTX_TD_ERROR
18175 Language=English
18176 ERROR_CTX_TD_ERROR - Transport driver error
18177 .
18178 Language=Russian
18179 ERROR_CTX_TD_ERROR - Transport driver error
18180 .
18181 Language=Polish
18182 ERROR_CTX_TD_ERROR - Transport driver error
18183 .
18184
18185 MessageId=7022
18186 Severity=Success
18187 Facility=System
18188 SymbolicName=ERROR_CTX_WINSTATION_NOT_FOUND
18189 Language=English
18190 ERROR_CTX_WINSTATION_NOT_FOUND - The specified session cannot be found.
18191 .
18192 Language=Russian
18193 ERROR_CTX_WINSTATION_NOT_FOUND - The specified session cannot be found.
18194 .
18195 Language=Polish
18196 ERROR_CTX_WINSTATION_NOT_FOUND - The specified session cannot be found.
18197 .
18198
18199 MessageId=7023
18200 Severity=Success
18201 Facility=System
18202 SymbolicName=ERROR_CTX_WINSTATION_ALREADY_EXISTS
18203 Language=English
18204 ERROR_CTX_WINSTATION_ALREADY_EXISTS - The specified session name is already in use.
18205 .
18206 Language=Russian
18207 ERROR_CTX_WINSTATION_ALREADY_EXISTS - The specified session name is already in use.
18208 .
18209 Language=Polish
18210 ERROR_CTX_WINSTATION_ALREADY_EXISTS - The specified session name is already in use.
18211 .
18212
18213 MessageId=7024
18214 Severity=Success
18215 Facility=System
18216 SymbolicName=ERROR_CTX_WINSTATION_BUSY
18217 Language=English
18218 ERROR_CTX_WINSTATION_BUSY - The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
18219 .
18220 Language=Russian
18221 ERROR_CTX_WINSTATION_BUSY - The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
18222 .
18223 Language=Polish
18224 ERROR_CTX_WINSTATION_BUSY - The requested operation cannot be completed because the terminal connection is currently busy processing a connect, disconnect, reset, or delete operation.
18225 .
18226
18227 MessageId=7025
18228 Severity=Success
18229 Facility=System
18230 SymbolicName=ERROR_CTX_BAD_VIDEO_MODE
18231 Language=English
18232 ERROR_CTX_BAD_VIDEO_MODE - An attempt has been made to connect to a session whose video mode is not supported by the current client.
18233 .
18234 Language=Russian
18235 ERROR_CTX_BAD_VIDEO_MODE - An attempt has been made to connect to a session whose video mode is not supported by the current client.
18236 .
18237 Language=Polish
18238 ERROR_CTX_BAD_VIDEO_MODE - An attempt has been made to connect to a session whose video mode is not supported by the current client.
18239 .
18240
18241 MessageId=7035
18242 Severity=Success
18243 Facility=System
18244 SymbolicName=ERROR_CTX_GRAPHICS_INVALID
18245 Language=English
18246 ERROR_CTX_GRAPHICS_INVALID - The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
18247 .
18248 Language=Russian
18249 ERROR_CTX_GRAPHICS_INVALID - The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
18250 .
18251 Language=Polish
18252 ERROR_CTX_GRAPHICS_INVALID - The application attempted to enable DOS graphics mode. DOS graphics mode is not supported.
18253 .
18254
18255 MessageId=7037
18256 Severity=Success
18257 Facility=System
18258 SymbolicName=ERROR_CTX_LOGON_DISABLED
18259 Language=English
18260 ERROR_CTX_LOGON_DISABLED - Your interactive logon privilege has been disabled. Please contact your administrator.
18261 .
18262 Language=Russian
18263 ERROR_CTX_LOGON_DISABLED - Your interactive logon privilege has been disabled. Please contact your administrator.
18264 .
18265 Language=Polish
18266 ERROR_CTX_LOGON_DISABLED - Your interactive logon privilege has been disabled. Please contact your administrator.
18267 .
18268
18269 MessageId=7038
18270 Severity=Success
18271 Facility=System
18272 SymbolicName=ERROR_CTX_NOT_CONSOLE
18273 Language=English
18274 ERROR_CTX_NOT_CONSOLE - 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.
18275 .
18276 Language=Russian
18277 ERROR_CTX_NOT_CONSOLE - 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.
18278 .
18279 Language=Polish
18280 ERROR_CTX_NOT_CONSOLE - 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.
18281 .
18282
18283 MessageId=7040
18284 Severity=Success
18285 Facility=System
18286 SymbolicName=ERROR_CTX_CLIENT_QUERY_TIMEOUT
18287 Language=English
18288 ERROR_CTX_CLIENT_QUERY_TIMEOUT - The client failed to respond to the server connect message.
18289 .
18290 Language=Russian
18291 ERROR_CTX_CLIENT_QUERY_TIMEOUT - The client failed to respond to the server connect message.
18292 .
18293 Language=Polish
18294 ERROR_CTX_CLIENT_QUERY_TIMEOUT - The client failed to respond to the server connect message.
18295 .
18296
18297 MessageId=7041
18298 Severity=Success
18299 Facility=System
18300 SymbolicName=ERROR_CTX_CONSOLE_DISCONNECT
18301 Language=English
18302 ERROR_CTX_CONSOLE_DISCONNECT - Disconnecting the console session is not supported.
18303 .
18304 Language=Russian
18305 ERROR_CTX_CONSOLE_DISCONNECT - Disconnecting the console session is not supported.
18306 .
18307 Language=Polish
18308 ERROR_CTX_CONSOLE_DISCONNECT - Disconnecting the console session is not supported.
18309 .
18310
18311 MessageId=7042
18312 Severity=Success
18313 Facility=System
18314 SymbolicName=ERROR_CTX_CONSOLE_CONNECT
18315 Language=English
18316 ERROR_CTX_CONSOLE_CONNECT - Reconnecting a disconnected session to the console is not supported.
18317 .
18318 Language=Russian
18319 ERROR_CTX_CONSOLE_CONNECT - Reconnecting a disconnected session to the console is not supported.
18320 .
18321 Language=Polish
18322 ERROR_CTX_CONSOLE_CONNECT - Reconnecting a disconnected session to the console is not supported.
18323 .
18324
18325 MessageId=7044
18326 Severity=Success
18327 Facility=System
18328 SymbolicName=ERROR_CTX_SHADOW_DENIED
18329 Language=English
18330 ERROR_CTX_SHADOW_DENIED - The request to control another session remotely was denied.
18331 .
18332 Language=Russian
18333 ERROR_CTX_SHADOW_DENIED - The request to control another session remotely was denied.
18334 .
18335 Language=Polish
18336 ERROR_CTX_SHADOW_DENIED - The request to control another session remotely was denied.
18337 .
18338
18339 MessageId=7045
18340 Severity=Success
18341 Facility=System
18342 SymbolicName=ERROR_CTX_WINSTATION_ACCESS_DENIED
18343 Language=English
18344 ERROR_CTX_WINSTATION_ACCESS_DENIED - The requested session access is denied.
18345 .
18346 Language=Russian
18347 ERROR_CTX_WINSTATION_ACCESS_DENIED - The requested session access is denied.
18348 .
18349 Language=Polish
18350 ERROR_CTX_WINSTATION_ACCESS_DENIED - The requested session access is denied.
18351 .
18352
18353 MessageId=7049
18354 Severity=Success
18355 Facility=System
18356 SymbolicName=ERROR_CTX_INVALID_WD
18357 Language=English
18358 ERROR_CTX_INVALID_WD - The specified terminal connection driver is invalid.
18359 .
18360 Language=Russian
18361 ERROR_CTX_INVALID_WD - The specified terminal connection driver is invalid.
18362 .
18363 Language=Polish
18364 ERROR_CTX_INVALID_WD - The specified terminal connection driver is invalid.
18365 .
18366
18367 MessageId=7050
18368 Severity=Success
18369 Facility=System
18370 SymbolicName=ERROR_CTX_SHADOW_INVALID
18371 Language=English
18372 ERROR_CTX_SHADOW_INVALID - The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.
18373 .
18374 Language=Russian
18375 ERROR_CTX_SHADOW_INVALID - The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.
18376 .
18377 Language=Polish
18378 ERROR_CTX_SHADOW_INVALID - The requested session cannot be controlled remotely. This may be because the session is disconnected or does not currently have a user logged on.
18379 .
18380
18381 MessageId=7051
18382 Severity=Success
18383 Facility=System
18384 SymbolicName=ERROR_CTX_SHADOW_DISABLED
18385 Language=English
18386 ERROR_CTX_SHADOW_DISABLED - The requested session is not configured to allow remote control.
18387 .
18388 Language=Russian
18389 ERROR_CTX_SHADOW_DISABLED - The requested session is not configured to allow remote control.
18390 .
18391 Language=Polish
18392 ERROR_CTX_SHADOW_DISABLED - The requested session is not configured to allow remote control.
18393 .
18394
18395 MessageId=7052
18396 Severity=Success
18397 Facility=System
18398 SymbolicName=ERROR_CTX_CLIENT_LICENSE_IN_USE
18399 Language=English
18400 ERROR_CTX_CLIENT_LICENSE_IN_USE - 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.
18401 .
18402 Language=Russian
18403 ERROR_CTX_CLIENT_LICENSE_IN_USE - 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.
18404 .
18405 Language=Polish
18406 ERROR_CTX_CLIENT_LICENSE_IN_USE - 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.
18407 .
18408
18409 MessageId=7053
18410 Severity=Success
18411 Facility=System
18412 SymbolicName=ERROR_CTX_CLIENT_LICENSE_NOT_SET
18413 Language=English
18414 ERROR_CTX_CLIENT_LICENSE_NOT_SET - 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.
18415 .
18416 Language=Russian
18417 ERROR_CTX_CLIENT_LICENSE_NOT_SET - 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.
18418 .
18419 Language=Polish
18420 ERROR_CTX_CLIENT_LICENSE_NOT_SET - 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.
18421 .
18422
18423 MessageId=7054
18424 Severity=Success
18425 Facility=System
18426 SymbolicName=ERROR_CTX_LICENSE_NOT_AVAILABLE
18427 Language=English
18428 ERROR_CTX_LICENSE_NOT_AVAILABLE - The system has reached its licensed logon limit. Please try again later.
18429 .
18430 Language=Russian
18431 ERROR_CTX_LICENSE_NOT_AVAILABLE - The system has reached its licensed logon limit. Please try again later.
18432 .
18433 Language=Polish
18434 ERROR_CTX_LICENSE_NOT_AVAILABLE - The system has reached its licensed logon limit. Please try again later.
18435 .
18436
18437 MessageId=7055
18438 Severity=Success
18439 Facility=System
18440 SymbolicName=ERROR_CTX_LICENSE_CLIENT_INVALID
18441 Language=English
18442 ERROR_CTX_LICENSE_CLIENT_INVALID - The client you are using is not licensed to use this system. Your logon request is denied.
18443 .
18444 Language=Russian
18445 ERROR_CTX_LICENSE_CLIENT_INVALID - The client you are using is not licensed to use this system. Your logon request is denied.
18446 .
18447 Language=Polish
18448 ERROR_CTX_LICENSE_CLIENT_INVALID - The client you are using is not licensed to use this system. Your logon request is denied.
18449 .
18450
18451 MessageId=7056
18452 Severity=Success
18453 Facility=System
18454 SymbolicName=ERROR_CTX_LICENSE_EXPIRED
18455 Language=English
18456 ERROR_CTX_LICENSE_EXPIRED - The system license has expired. Your logon request is denied.
18457 .
18458 Language=Russian
18459 ERROR_CTX_LICENSE_EXPIRED - The system license has expired. Your logon request is denied.
18460 .
18461 Language=Polish
18462 ERROR_CTX_LICENSE_EXPIRED - The system license has expired. Your logon request is denied.
18463 .
18464
18465 MessageId=7057
18466 Severity=Success
18467 Facility=System
18468 SymbolicName=ERROR_CTX_SHADOW_NOT_RUNNING
18469 Language=English
18470 ERROR_CTX_SHADOW_NOT_RUNNING - Remote control could not be terminated because the specified session is not currently being remotely controlled.
18471 .
18472 Language=Russian
18473 ERROR_CTX_SHADOW_NOT_RUNNING - Remote control could not be terminated because the specified session is not currently being remotely controlled.
18474 .
18475 Language=Polish
18476 ERROR_CTX_SHADOW_NOT_RUNNING - Remote control could not be terminated because the specified session is not currently being remotely controlled.
18477 .
18478
18479 MessageId=7058
18480 Severity=Success
18481 Facility=System
18482 SymbolicName=ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE
18483 Language=English
18484 ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE - 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.
18485 .
18486 Language=Russian
18487 ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE - 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.
18488 .
18489 Language=Polish
18490 ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE - 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.
18491 .
18492
18493 MessageId=7059
18494 Severity=Success
18495 Facility=System
18496 SymbolicName=ERROR_ACTIVATION_COUNT_EXCEEDED
18497 Language=English
18498 ERROR_ACTIVATION_COUNT_EXCEEDED - Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
18499 .
18500 Language=Russian
18501 ERROR_ACTIVATION_COUNT_EXCEEDED - Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
18502 .
18503 Language=Polish
18504 ERROR_ACTIVATION_COUNT_EXCEEDED - Activation has already been reset the maximum number of times for this installation. Your activation timer will not be cleared.
18505 .
18506
18507 MessageId=7060
18508 Severity=Success
18509 Facility=System
18510 SymbolicName=ERROR_CTX_WINSTATIONS_DISABLED
18511 Language=English
18512 ERROR_CTX_WINSTATIONS_DISABLED - Remote logins are currently disabled.
18513 .
18514 Language=Russian
18515 ERROR_CTX_WINSTATIONS_DISABLED - Remote logins are currently disabled.
18516 .
18517 Language=Polish
18518 ERROR_CTX_WINSTATIONS_DISABLED - Remote logins are currently disabled.
18519 .
18520
18521 MessageId=7061
18522 Severity=Success
18523 Facility=System
18524 SymbolicName=ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED
18525 Language=English
18526 ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED - You do not have the proper encryption level to access this Session.
18527 .
18528 Language=Russian
18529 ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED - You do not have the proper encryption level to access this Session.
18530 .
18531 Language=Polish
18532 ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED - You do not have the proper encryption level to access this Session.
18533 .
18534
18535 MessageId=7062
18536 Severity=Success
18537 Facility=System
18538 SymbolicName=ERROR_CTX_SESSION_IN_USE
18539 Language=English
18540 ERROR_CTX_SESSION_IN_USE - The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
18541 .
18542 Language=Russian
18543 ERROR_CTX_SESSION_IN_USE - The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
18544 .
18545 Language=Polish
18546 ERROR_CTX_SESSION_IN_USE - The user %s\\%s is currently logged on to this computer. Only the current user or an administrator can log on to this computer.
18547 .
18548
18549 MessageId=7063
18550 Severity=Success
18551 Facility=System
18552 SymbolicName=ERROR_CTX_NO_FORCE_LOGOFF
18553 Language=English
18554 ERROR_CTX_NO_FORCE_LOGOFF - The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
18555 .
18556 Language=Russian
18557 ERROR_CTX_NO_FORCE_LOGOFF - The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
18558 .
18559 Language=Polish
18560 ERROR_CTX_NO_FORCE_LOGOFF - The user %s\\%s is already logged on to the console of this computer. You do not have permission to log in at this time. To resolve this issue, contact %s\\%s and have them log off.
18561 .
18562
18563 MessageId=7064
18564 Severity=Success
18565 Facility=System
18566 SymbolicName=ERROR_CTX_ACCOUNT_RESTRICTION
18567 Language=English
18568 ERROR_CTX_ACCOUNT_RESTRICTION - Unable to log you on because of an account restriction.
18569 .
18570 Language=Russian
18571 ERROR_CTX_ACCOUNT_RESTRICTION - Unable to log you on because of an account restriction.
18572 .
18573 Language=Polish
18574 ERROR_CTX_ACCOUNT_RESTRICTION - Unable to log you on because of an account restriction.
18575 .
18576
18577 MessageId=7065
18578 Severity=Success
18579 Facility=System
18580 SymbolicName=ERROR_RDP_PROTOCOL_ERROR
18581 Language=English
18582 ERROR_RDP_PROTOCOL_ERROR - The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
18583 .
18584 Language=Russian
18585 ERROR_RDP_PROTOCOL_ERROR - The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
18586 .
18587 Language=Polish
18588 ERROR_RDP_PROTOCOL_ERROR - The RDP protocol component %2 detected an error in the protocol stream and has disconnected the client.
18589 .
18590
18591 MessageId=7066
18592 Severity=Success
18593 Facility=System
18594 SymbolicName=ERROR_CTX_CDM_CONNECT
18595 Language=English
18596 ERROR_CTX_CDM_CONNECT - The Client Drive Mapping Service Has Connected on Terminal Connection.
18597 .
18598 Language=Russian
18599 ERROR_CTX_CDM_CONNECT - The Client Drive Mapping Service Has Connected on Terminal Connection.
18600 .
18601 Language=Polish
18602 ERROR_CTX_CDM_CONNECT - The Client Drive Mapping Service Has Connected on Terminal Connection.
18603 .
18604
18605 MessageId=7067
18606 Severity=Success
18607 Facility=System
18608 SymbolicName=ERROR_CTX_CDM_DISCONNECT
18609 Language=English
18610 ERROR_CTX_CDM_DISCONNECT - The Client Drive Mapping Service Has Disconnected on Terminal Connection.
18611 .
18612 Language=Russian
18613 ERROR_CTX_CDM_DISCONNECT - The Client Drive Mapping Service Has Disconnected on Terminal Connection.
18614 .
18615 Language=Polish
18616 ERROR_CTX_CDM_DISCONNECT - The Client Drive Mapping Service Has Disconnected on Terminal Connection.
18617 .
18618
18619 MessageId=8001
18620 Severity=Success
18621 Facility=System
18622 SymbolicName=FRS_ERR_INVALID_API_SEQUENCE
18623 Language=English
18624 FRS_ERR_INVALID_API_SEQUENCE - The file replication service API was called incorrectly.
18625 .
18626 Language=Russian
18627 FRS_ERR_INVALID_API_SEQUENCE - The file replication service API was called incorrectly.
18628 .
18629 Language=Polish
18630 FRS_ERR_INVALID_API_SEQUENCE - The file replication service API was called incorrectly.
18631 .
18632
18633 MessageId=8002
18634 Severity=Success
18635 Facility=System
18636 SymbolicName=FRS_ERR_STARTING_SERVICE
18637 Language=English
18638 FRS_ERR_STARTING_SERVICE - The file replication service cannot be started.
18639 .
18640 Language=Russian
18641 FRS_ERR_STARTING_SERVICE - The file replication service cannot be started.
18642 .
18643 Language=Polish
18644 FRS_ERR_STARTING_SERVICE - The file replication service cannot be started.
18645 .
18646
18647 MessageId=8003
18648 Severity=Success
18649 Facility=System
18650 SymbolicName=FRS_ERR_STOPPING_SERVICE
18651 Language=English
18652 FRS_ERR_STOPPING_SERVICE - The file replication service cannot be stopped.
18653 .
18654 Language=Russian
18655 FRS_ERR_STOPPING_SERVICE - The file replication service cannot be stopped.
18656 .
18657 Language=Polish
18658 FRS_ERR_STOPPING_SERVICE - The file replication service cannot be stopped.
18659 .
18660
18661 MessageId=8004
18662 Severity=Success
18663 Facility=System
18664 SymbolicName=FRS_ERR_INTERNAL_API
18665 Language=English
18666 FRS_ERR_INTERNAL_API - The file replication service API terminated the request. The event log may have more information.
18667 .
18668 Language=Russian
18669 FRS_ERR_INTERNAL_API - The file replication service API terminated the request. The event log may have more information.
18670 .
18671 Language=Polish
18672 FRS_ERR_INTERNAL_API - The file replication service API terminated the request. The event log may have more information.
18673 .
18674
18675 MessageId=8005
18676 Severity=Success
18677 Facility=System
18678 SymbolicName=FRS_ERR_INTERNAL
18679 Language=English
18680 FRS_ERR_INTERNAL - The file replication service terminated the request. The event log may have more information.
18681 .
18682 Language=Russian
18683 FRS_ERR_INTERNAL - The file replication service terminated the request. The event log may have more information.
18684 .
18685 Language=Polish
18686 FRS_ERR_INTERNAL - The file replication service terminated the request. The event log may have more information.
18687 .
18688
18689 MessageId=8006
18690 Severity=Success
18691 Facility=System
18692 SymbolicName=FRS_ERR_SERVICE_COMM
18693 Language=English
18694 FRS_ERR_SERVICE_COMM - The file replication service cannot be contacted. The event log may have more information.
18695 .
18696 Language=Russian
18697 FRS_ERR_SERVICE_COMM - The file replication service cannot be contacted. The event log may have more information.
18698 .
18699 Language=Polish
18700 FRS_ERR_SERVICE_COMM - The file replication service cannot be contacted. The event log may have more information.
18701 .
18702
18703 MessageId=8007
18704 Severity=Success
18705 Facility=System
18706 SymbolicName=FRS_ERR_INSUFFICIENT_PRIV
18707 Language=English
18708 FRS_ERR_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
18709 .
18710 Language=Russian
18711 FRS_ERR_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
18712 .
18713 Language=Polish
18714 FRS_ERR_INSUFFICIENT_PRIV - The file replication service cannot satisfy the request because the user has insufficient privileges. The event log may have more information.
18715 .
18716
18717 MessageId=8008
18718 Severity=Success
18719 Facility=System
18720 SymbolicName=FRS_ERR_AUTHENTICATION
18721 Language=English
18722 FRS_ERR_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
18723 .
18724 Language=Russian
18725 FRS_ERR_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
18726 .
18727 Language=Polish
18728 FRS_ERR_AUTHENTICATION - The file replication service cannot satisfy the request because authenticated RPC is not available. The event log may have more information.
18729 .
18730
18731 MessageId=8009
18732 Severity=Success
18733 Facility=System
18734 SymbolicName=FRS_ERR_PARENT_INSUFFICIENT_PRIV
18735 Language=English
18736 FRS_ERR_PARENT_INSUFFICIENT_PRIV - 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.
18737 .
18738 Language=Russian
18739 FRS_ERR_PARENT_INSUFFICIENT_PRIV - 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.
18740 .
18741 Language=Polish
18742 FRS_ERR_PARENT_INSUFFICIENT_PRIV - 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.
18743 .
18744
18745 MessageId=8010
18746 Severity=Success
18747 Facility=System
18748 SymbolicName=FRS_ERR_PARENT_AUTHENTICATION
18749 Language=English
18750 FRS_ERR_PARENT_AUTHENTICATION - 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.
18751 .
18752 Language=Russian
18753 FRS_ERR_PARENT_AUTHENTICATION - 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.
18754 .
18755 Language=Polish
18756 FRS_ERR_PARENT_AUTHENTICATION - 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.
18757 .
18758
18759 MessageId=8011
18760 Severity=Success
18761 Facility=System
18762 SymbolicName=FRS_ERR_CHILD_TO_PARENT_COMM
18763 Language=English
18764 FRS_ERR_CHILD_TO_PARENT_COMM - The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
18765 .
18766 Language=Russian
18767 FRS_ERR_CHILD_TO_PARENT_COMM - The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
18768 .
18769 Language=Polish
18770 FRS_ERR_CHILD_TO_PARENT_COMM - The file replication service cannot communicate with the file replication service on the domain controller. The event log may have more information.
18771 .
18772
18773 MessageId=8012
18774 Severity=Success
18775 Facility=System
18776 SymbolicName=FRS_ERR_PARENT_TO_CHILD_COMM
18777 Language=English
18778 FRS_ERR_PARENT_TO_CHILD_COMM - 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.
18779 .
18780 Language=Russian
18781 FRS_ERR_PARENT_TO_CHILD_COMM - 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.
18782 .
18783 Language=Polish
18784 FRS_ERR_PARENT_TO_CHILD_COMM - 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.
18785 .
18786
18787 MessageId=8013
18788 Severity=Success
18789 Facility=System
18790 SymbolicName=FRS_ERR_SYSVOL_POPULATE
18791 Language=English
18792 FRS_ERR_SYSVOL_POPULATE - The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
18793 .
18794 Language=Russian
18795 FRS_ERR_SYSVOL_POPULATE - The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
18796 .
18797 Language=Polish
18798 FRS_ERR_SYSVOL_POPULATE - The file replication service cannot populate the system volume because of an internal error. The event log may have more information.
18799 .
18800
18801 MessageId=8014
18802 Severity=Success
18803 Facility=System
18804 SymbolicName=FRS_ERR_SYSVOL_POPULATE_TIMEOUT
18805 Language=English
18806 FRS_ERR_SYSVOL_POPULATE_TIMEOUT - The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
18807 .
18808 Language=Russian
18809 FRS_ERR_SYSVOL_POPULATE_TIMEOUT - The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
18810 .
18811 Language=Polish
18812 FRS_ERR_SYSVOL_POPULATE_TIMEOUT - The file replication service cannot populate the system volume because of an internal timeout. The event log may have more information.
18813 .
18814
18815 MessageId=8015
18816 Severity=Success
18817 Facility=System
18818 SymbolicName=FRS_ERR_SYSVOL_IS_BUSY
18819 Language=English
18820 FRS_ERR_SYSVOL_IS_BUSY - The file replication service cannot process the request. The system volume is busy with a previous request.
18821 .
18822 Language=Russian
18823 FRS_ERR_SYSVOL_IS_BUSY - The file replication service cannot process the request. The system volume is busy with a previous request.
18824 .
18825 Language=Polish
18826 FRS_ERR_SYSVOL_IS_BUSY - The file replication service cannot process the request. The system volume is busy with a previous request.
18827 .
18828
18829 MessageId=8016
18830 Severity=Success
18831 Facility=System
18832 SymbolicName=FRS_ERR_SYSVOL_DEMOTE
18833 Language=English
18834 FRS_ERR_SYSVOL_DEMOTE - The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
18835 .
18836 Language=Russian
18837 FRS_ERR_SYSVOL_DEMOTE - The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
18838 .
18839 Language=Polish
18840 FRS_ERR_SYSVOL_DEMOTE - The file replication service cannot stop replicating the system volume because of an internal error. The event log may have more information.
18841 .
18842
18843 MessageId=8017
18844 Severity=Success
18845 Facility=System
18846 SymbolicName=FRS_ERR_INVALID_SERVICE_PARAMETER
18847 Language=English
18848 FRS_ERR_INVALID_SERVICE_PARAMETER - The file replication service detected an invalid parameter.
18849 .
18850 Language=Russian
18851 FRS_ERR_INVALID_SERVICE_PARAMETER - The file replication service detected an invalid parameter.
18852 .
18853 Language=Polish
18854 FRS_ERR_INVALID_SERVICE_PARAMETER - The file replication service detected an invalid parameter.
18855 .
18856
18857 MessageId=8200
18858 Severity=Success
18859 Facility=System
18860 SymbolicName=ERROR_DS_NOT_INSTALLED
18861 Language=English
18862 ERROR_DS_NOT_INSTALLED - An error occurred while installing the directory service. For more information, see the event log.
18863 .
18864 Language=Russian
18865 ERROR_DS_NOT_INSTALLED - An error occurred while installing the directory service. For more information, see the event log.
18866 .
18867 Language=Polish
18868 ERROR_DS_NOT_INSTALLED - An error occurred while installing the directory service. For more information, see the event log.
18869 .
18870
18871 MessageId=8201
18872 Severity=Success
18873 Facility=System
18874 SymbolicName=ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY
18875 Language=English
18876 ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY - The directory service evaluated group memberships locally.
18877 .
18878 Language=Russian
18879 ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY - The directory service evaluated group memberships locally.
18880 .
18881 Language=Polish
18882 ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY - The directory service evaluated group memberships locally.
18883 .
18884
18885 MessageId=8202
18886 Severity=Success
18887 Facility=System
18888 SymbolicName=ERROR_DS_NO_ATTRIBUTE_OR_VALUE
18889 Language=English
18890 ERROR_DS_NO_ATTRIBUTE_OR_VALUE - The specified directory service attribute or value does not exist.
18891 .
18892 Language=Russian
18893 ERROR_DS_NO_ATTRIBUTE_OR_VALUE - The specified directory service attribute or value does not exist.
18894 .
18895 Language=Polish
18896 ERROR_DS_NO_ATTRIBUTE_OR_VALUE - The specified directory service attribute or value does not exist.
18897 .
18898
18899 MessageId=8203
18900 Severity=Success
18901 Facility=System
18902 SymbolicName=ERROR_DS_INVALID_ATTRIBUTE_SYNTAX
18903 Language=English
18904 ERROR_DS_INVALID_ATTRIBUTE_SYNTAX - The attribute syntax specified to the directory service is invalid.
18905 .
18906 Language=Russian
18907 ERROR_DS_INVALID_ATTRIBUTE_SYNTAX - The attribute syntax specified to the directory service is invalid.
18908 .
18909 Language=Polish
18910 ERROR_DS_INVALID_ATTRIBUTE_SYNTAX - The attribute syntax specified to the directory service is invalid.
18911 .
18912
18913 MessageId=8204
18914 Severity=Success
18915 Facility=System
18916 SymbolicName=ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED
18917 Language=English
18918 ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED - The attribute type specified to the directory service is not defined.
18919 .
18920 Language=Russian
18921 ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED - The attribute type specified to the directory service is not defined.
18922 .
18923 Language=Polish
18924 ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED - The attribute type specified to the directory service is not defined.
18925 .
18926
18927 MessageId=8205
18928 Severity=Success
18929 Facility=System
18930 SymbolicName=ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS
18931 Language=English
18932 ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS - The specified directory service attribute or value already exists.
18933 .
18934 Language=Russian
18935 ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS - The specified directory service attribute or value already exists.
18936 .
18937 Language=Polish
18938 ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS - The specified directory service attribute or value already exists.
18939 .
18940
18941 MessageId=8206
18942 Severity=Success
18943 Facility=System
18944 SymbolicName=ERROR_DS_BUSY
18945 Language=English
18946 ERROR_DS_BUSY - The directory service is busy.
18947 .
18948 Language=Russian
18949 ERROR_DS_BUSY - The directory service is busy.
18950 .
18951 Language=Polish
18952 ERROR_DS_BUSY - The directory service is busy.
18953 .
18954
18955 MessageId=8207
18956 Severity=Success
18957 Facility=System
18958 SymbolicName=ERROR_DS_UNAVAILABLE
18959 Language=English
18960 ERROR_DS_UNAVAILABLE - The directory service is unavailable.
18961 .
18962 Language=Russian
18963 ERROR_DS_UNAVAILABLE - The directory service is unavailable.
18964 .
18965 Language=Polish
18966 ERROR_DS_UNAVAILABLE - The directory service is unavailable.
18967 .
18968
18969 MessageId=8208
18970 Severity=Success
18971 Facility=System
18972 SymbolicName=ERROR_DS_NO_RIDS_ALLOCATED
18973 Language=English
18974 ERROR_DS_NO_RIDS_ALLOCATED - The directory service was unable to allocate a relative identifier.
18975 .
18976 Language=Russian
18977 ERROR_DS_NO_RIDS_ALLOCATED - The directory service was unable to allocate a relative identifier.
18978 .
18979 Language=Polish
18980 ERROR_DS_NO_RIDS_ALLOCATED - The directory service was unable to allocate a relative identifier.
18981 .
18982
18983 MessageId=8209
18984 Severity=Success
18985 Facility=System
18986 SymbolicName=ERROR_DS_NO_MORE_RIDS
18987 Language=English
18988 ERROR_DS_NO_MORE_RIDS - The directory service has exhausted the pool of relative identifiers.
18989 .
18990 Language=Russian
18991 ERROR_DS_NO_MORE_RIDS - The directory service has exhausted the pool of relative identifiers.
18992 .
18993 Language=Polish
18994 ERROR_DS_NO_MORE_RIDS - The directory service has exhausted the pool of relative identifiers.
18995 .
18996
18997 MessageId=8210
18998 Severity=Success
18999 Facility=System
19000 SymbolicName=ERROR_DS_INCORRECT_ROLE_OWNER
19001 Language=English
19002 ERROR_DS_INCORRECT_ROLE_OWNER - The requested operation could not be performed because the directory service is not the master for that type of operation.
19003 .
19004 Language=Russian
19005 ERROR_DS_INCORRECT_ROLE_OWNER - The requested operation could not be performed because the directory service is not the master for that type of operation.
19006 .
19007 Language=Polish
19008 ERROR_DS_INCORRECT_ROLE_OWNER - The requested operation could not be performed because the directory service is not the master for that type of operation.
19009 .
19010
19011 MessageId=8211
19012 Severity=Success
19013 Facility=System
19014 SymbolicName=ERROR_DS_RIDMGR_INIT_ERROR
19015 Language=English
19016 ERROR_DS_RIDMGR_INIT_ERROR - The directory service was unable to initialize the subsystem that allocates relative identifiers.
19017 .
19018 Language=Russian
19019 ERROR_DS_RIDMGR_INIT_ERROR - The directory service was unable to initialize the subsystem that allocates relative identifiers.
19020 .
19021 Language=Polish
19022 ERROR_DS_RIDMGR_INIT_ERROR - The directory service was unable to initialize the subsystem that allocates relative identifiers.
19023 .
19024
19025 MessageId=8212
19026 Severity=Success
19027 Facility=System
19028 SymbolicName=ERROR_DS_OBJ_CLASS_VIOLATION
19029 Language=English
19030 ERROR_DS_OBJ_CLASS_VIOLATION - The requested operation did not satisfy one or more constraints associated with the class of the object.
19031 .
19032 Language=Russian
19033 ERROR_DS_OBJ_CLASS_VIOLATION - The requested operation did not satisfy one or more constraints associated with the class of the object.
19034 .
19035 Language=Polish
19036 ERROR_DS_OBJ_CLASS_VIOLATION - The requested operation did not satisfy one or more constraints associated with the class of the object.
19037 .
19038
19039 MessageId=8213
19040 Severity=Success
19041 Facility=System
19042 SymbolicName=ERROR_DS_CANT_ON_NON_LEAF
19043 Language=English
19044 ERROR_DS_CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
19045 .
19046 Language=Russian
19047 ERROR_DS_CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
19048 .
19049 Language=Polish
19050 ERROR_DS_CANT_ON_NON_LEAF - The directory service can perform the requested operation only on a leaf object.
19051 .
19052
19053 MessageId=8214
19054 Severity=Success
19055 Facility=System
19056 SymbolicName=ERROR_DS_CANT_ON_RDN
19057 Language=English
19058 ERROR_DS_CANT_ON_RDN - The directory service cannot perform the requested operation on the RDN attribute of an object.
19059 .
19060 Language=Russian
19061 ERROR_DS_CANT_ON_RDN - The directory service cannot perform the requested operation on the RDN attribute of an object.
19062 .
19063 Language=Polish
19064 ERROR_DS_CANT_ON_RDN - The directory service cannot perform the requested operation on the RDN attribute of an object.
19065 .
19066
19067 MessageId=8215
19068 Severity=Success
19069 Facility=System
19070 SymbolicName=ERROR_DS_CANT_MOD_OBJ_CLASS
19071 Language=English
19072 ERROR_DS_CANT_MOD_OBJ_CLASS - The directory service detected an attempt to modify the object class of an object.
19073 .
19074 Language=Russian
19075 ERROR_DS_CANT_MOD_OBJ_CLASS - The directory service detected an attempt to modify the object class of an object.
19076 .
19077 Language=Polish
19078 ERROR_DS_CANT_MOD_OBJ_CLASS - The directory service detected an attempt to modify the object class of an object.
19079 .
19080
19081 MessageId=8216
19082 Severity=Success
19083 Facility=System
19084 SymbolicName=ERROR_DS_CROSS_DOM_MOVE_ERROR
19085 Language=English
19086 ERROR_DS_CROSS_DOM_MOVE_ERROR - The requested cross-domain move operation could not be performed.
19087 .
19088 Language=Russian
19089 ERROR_DS_CROSS_DOM_MOVE_ERROR - The requested cross-domain move operation could not be performed.
19090 .
19091 Language=Polish
19092 ERROR_DS_CROSS_DOM_MOVE_ERROR - The requested cross-domain move operation could not be performed.
19093 .
19094
19095 MessageId=8217
19096 Severity=Success
19097 Facility=System
19098 SymbolicName=ERROR_DS_GC_NOT_AVAILABLE
19099 Language=English
19100 ERROR_DS_GC_NOT_AVAILABLE - Unable to contact the global catalog server.
19101 .
19102 Language=Russian
19103 ERROR_DS_GC_NOT_AVAILABLE - Unable to contact the global catalog server.
19104 .
19105 Language=Polish
19106 ERROR_DS_GC_NOT_AVAILABLE - Unable to contact the global catalog server.
19107 .
19108
19109 MessageId=8218
19110 Severity=Success
19111 Facility=System
19112 SymbolicName=ERROR_SHARED_POLICY
19113 Language=English
19114 ERROR_SHARED_POLICY - The policy object is shared and can only be modified at the root.
19115 .
19116 Language=Russian
19117 ERROR_SHARED_POLICY - The policy object is shared and can only be modified at the root.
19118 .
19119 Language=Polish
19120 ERROR_SHARED_POLICY - The policy object is shared and can only be modified at the root.
19121 .
19122
19123 MessageId=8219
19124 Severity=Success
19125 Facility=System
19126 SymbolicName=ERROR_POLICY_OBJECT_NOT_FOUND
19127 Language=English
19128 ERROR_POLICY_OBJECT_NOT_FOUND - The policy object does not exist.
19129 .
19130 Language=Russian
19131 ERROR_POLICY_OBJECT_NOT_FOUND - The policy object does not exist.
19132 .
19133 Language=Polish
19134 ERROR_POLICY_OBJECT_NOT_FOUND - The policy object does not exist.
19135 .
19136
19137 MessageId=8220
19138 Severity=Success
19139 Facility=System
19140 SymbolicName=ERROR_POLICY_ONLY_IN_DS
19141 Language=English
19142 ERROR_POLICY_ONLY_IN_DS - The requested policy information is only in the directory service.
19143 .
19144 Language=Russian
19145 ERROR_POLICY_ONLY_IN_DS - The requested policy information is only in the directory service.
19146 .
19147 Language=Polish
19148 ERROR_POLICY_ONLY_IN_DS - The requested policy information is only in the directory service.
19149 .
19150
19151 MessageId=8221
19152 Severity=Success
19153 Facility=System
19154 SymbolicName=ERROR_PROMOTION_ACTIVE
19155 Language=English
19156 ERROR_PROMOTION_ACTIVE - A domain controller promotion is currently active.
19157 .
19158 Language=Russian
19159 ERROR_PROMOTION_ACTIVE - A domain controller promotion is currently active.
19160 .
19161 Language=Polish
19162 ERROR_PROMOTION_ACTIVE - A domain controller promotion is currently active.
19163 .
19164
19165 MessageId=8222
19166 Severity=Success
19167 Facility=System
19168 SymbolicName=ERROR_NO_PROMOTION_ACTIVE
19169 Language=English
19170 ERROR_NO_PROMOTION_ACTIVE - A domain controller promotion is not currently active
19171 .
19172 Language=Russian
19173 ERROR_NO_PROMOTION_ACTIVE - A domain controller promotion is not currently active
19174 .
19175 Language=Polish
19176 ERROR_NO_PROMOTION_ACTIVE - A domain controller promotion is not currently active
19177 .
19178
19179 MessageId=8224
19180 Severity=Success
19181 Facility=System
19182 SymbolicName=ERROR_DS_OPERATIONS_ERROR
19183 Language=English
19184 ERROR_DS_OPERATIONS_ERROR - An operations error occurred.
19185 .
19186 Language=Russian
19187 ERROR_DS_OPERATIONS_ERROR - An operations error occurred.
19188 .
19189 Language=Polish
19190 ERROR_DS_OPERATIONS_ERROR - An operations error occurred.
19191 .
19192
19193 MessageId=8225
19194 Severity=Success
19195 Facility=System
19196 SymbolicName=ERROR_DS_PROTOCOL_ERROR
19197 Language=English
19198 ERROR_DS_PROTOCOL_ERROR - A protocol error occurred.
19199 .
19200 Language=Russian
19201 ERROR_DS_PROTOCOL_ERROR - A protocol error occurred.
19202 .
19203 Language=Polish
19204 ERROR_DS_PROTOCOL_ERROR - A protocol error occurred.
19205 .
19206
19207 MessageId=8226
19208 Severity=Success
19209 Facility=System
19210 SymbolicName=ERROR_DS_TIMELIMIT_EXCEEDED
19211 Language=English
19212 ERROR_DS_TIMELIMIT_EXCEEDED - The time limit for this request was exceeded.
19213 .
19214 Language=Russian
19215 ERROR_DS_TIMELIMIT_EXCEEDED - The time limit for this request was exceeded.
19216 .
19217 Language=Polish
19218 ERROR_DS_TIMELIMIT_EXCEEDED - The time limit for this request was exceeded.
19219 .
19220
19221 MessageId=8227
19222 Severity=Success
19223 Facility=System
19224 SymbolicName=ERROR_DS_SIZELIMIT_EXCEEDED
19225 Language=English
19226 ERROR_DS_SIZELIMIT_EXCEEDED - The size limit for this request was exceeded.
19227 .
19228 Language=Russian
19229 ERROR_DS_SIZELIMIT_EXCEEDED - The size limit for this request was exceeded.
19230 .
19231 Language=Polish
19232 ERROR_DS_SIZELIMIT_EXCEEDED - The size limit for this request was exceeded.
19233 .
19234
19235 MessageId=8228
19236 Severity=Success
19237 Facility=System
19238 SymbolicName=ERROR_DS_ADMIN_LIMIT_EXCEEDED
19239 Language=English
19240 ERROR_DS_ADMIN_LIMIT_EXCEEDED - The administrative limit for this request was exceeded.
19241 .
19242 Language=Russian
19243 ERROR_DS_ADMIN_LIMIT_EXCEEDED - The administrative limit for this request was exceeded.
19244 .
19245 Language=Polish
19246 ERROR_DS_ADMIN_LIMIT_EXCEEDED - The administrative limit for this request was exceeded.
19247 .
19248
19249 MessageId=8229
19250 Severity=Success
19251 Facility=System
19252 SymbolicName=ERROR_DS_COMPARE_FALSE
19253 Language=English
19254 ERROR_DS_COMPARE_FALSE - The compare response was false.
19255 .
19256 Language=Russian
19257 ERROR_DS_COMPARE_FALSE - The compare response was false.
19258 .
19259 Language=Polish
19260 ERROR_DS_COMPARE_FALSE - The compare response was false.
19261 .
19262
19263 MessageId=8230
19264 Severity=Success
19265 Facility=System
19266 SymbolicName=ERROR_DS_COMPARE_TRUE
19267 Language=English
19268 ERROR_DS_COMPARE_TRUE - The compare response was true.
19269 .
19270 Language=Russian
19271 ERROR_DS_COMPARE_TRUE - The compare response was true.
19272 .
19273 Language=Polish
19274 ERROR_DS_COMPARE_TRUE - The compare response was true.
19275 .
19276
19277 MessageId=8231
19278 Severity=Success
19279 Facility=System
19280 SymbolicName=ERROR_DS_AUTH_METHOD_NOT_SUPPORTED
19281 Language=English
19282 ERROR_DS_AUTH_METHOD_NOT_SUPPORTED - The requested authentication method is not supported by the server.
19283 .
19284 Language=Russian
19285 ERROR_DS_AUTH_METHOD_NOT_SUPPORTED - The requested authentication method is not supported by the server.
19286 .
19287 Language=Polish
19288 ERROR_DS_AUTH_METHOD_NOT_SUPPORTED - The requested authentication method is not supported by the server.
19289 .
19290
19291 MessageId=8232
19292 Severity=Success
19293 Facility=System
19294 SymbolicName=ERROR_DS_STRONG_AUTH_REQUIRED
19295 Language=English
19296 ERROR_DS_STRONG_AUTH_REQUIRED - A more secure authentication method is required for this server.
19297 .
19298 Language=Russian
19299 ERROR_DS_STRONG_AUTH_REQUIRED - A more secure authentication method is required for this server.
19300 .
19301 Language=Polish
19302 ERROR_DS_STRONG_AUTH_REQUIRED - A more secure authentication method is required for this server.
19303 .
19304
19305 MessageId=8233
19306 Severity=Success
19307 Facility=System
19308 SymbolicName=ERROR_DS_INAPPROPRIATE_AUTH
19309 Language=English
19310 ERROR_DS_INAPPROPRIATE_AUTH - Inappropriate authentication.
19311 .
19312 Language=Russian
19313 ERROR_DS_INAPPROPRIATE_AUTH - Inappropriate authentication.
19314 .
19315 Language=Polish
19316 ERROR_DS_INAPPROPRIATE_AUTH - Inappropriate authentication.
19317 .
19318
19319 MessageId=8234
19320 Severity=Success
19321 Facility=System
19322 SymbolicName=ERROR_DS_AUTH_UNKNOWN
19323 Language=English
19324 ERROR_DS_AUTH_UNKNOWN - The authentication mechanism is unknown.
19325 .
19326 Language=Russian
19327 ERROR_DS_AUTH_UNKNOWN - The authentication mechanism is unknown.
19328 .
19329 Language=Polish
19330 ERROR_DS_AUTH_UNKNOWN - The authentication mechanism is unknown.
19331 .
19332
19333 MessageId=8235
19334 Severity=Success
19335 Facility=System
19336 SymbolicName=ERROR_DS_REFERRAL
19337 Language=English
19338 ERROR_DS_REFERRAL - A referral was returned from the server.
19339 .
19340 Language=Russian
19341 ERROR_DS_REFERRAL - A referral was returned from the server.
19342 .
19343 Language=Polish
19344 ERROR_DS_REFERRAL - A referral was returned from the server.
19345 .
19346
19347 MessageId=8236
19348 Severity=Success
19349 Facility=System
19350 SymbolicName=ERROR_DS_UNAVAILABLE_CRIT_EXTENSION
19351 Language=English
19352 ERROR_DS_UNAVAILABLE_CRIT_EXTENSION - The server does not support the requested critical extension.
19353 .
19354 Language=Russian
19355 ERROR_DS_UNAVAILABLE_CRIT_EXTENSION - The server does not support the requested critical extension.
19356 .
19357 Language=Polish
19358 ERROR_DS_UNAVAILABLE_CRIT_EXTENSION - The server does not support the requested critical extension.
19359 .
19360
19361 MessageId=8237
19362 Severity=Success
19363 Facility=System
19364 SymbolicName=ERROR_DS_CONFIDENTIALITY_REQUIRED
19365 Language=English
19366 ERROR_DS_CONFIDENTIALITY_REQUIRED - This request requires a secure connection.
19367 .
19368 Language=Russian
19369 ERROR_DS_CONFIDENTIALITY_REQUIRED - This request requires a secure connection.
19370 .
19371 Language=Polish
19372 ERROR_DS_CONFIDENTIALITY_REQUIRED - This request requires a secure connection.
19373 .
19374
19375 MessageId=8238
19376 Severity=Success
19377 Facility=System
19378 SymbolicName=ERROR_DS_INAPPROPRIATE_MATCHING
19379 Language=English
19380 ERROR_DS_INAPPROPRIATE_MATCHING - Inappropriate matching.
19381 .
19382 Language=Russian
19383 ERROR_DS_INAPPROPRIATE_MATCHING - Inappropriate matching.
19384 .
19385 Language=Polish
19386 ERROR_DS_INAPPROPRIATE_MATCHING - Inappropriate matching.
19387 .
19388
19389 MessageId=8239
19390 Severity=Success
19391 Facility=System
19392 SymbolicName=ERROR_DS_CONSTRAINT_VIOLATION
19393 Language=English
19394 ERROR_DS_CONSTRAINT_VIOLATION - A constraint violation occurred.
19395 .
19396 Language=Russian
19397 ERROR_DS_CONSTRAINT_VIOLATION - A constraint violation occurred.
19398 .
19399 Language=Polish
19400 ERROR_DS_CONSTRAINT_VIOLATION - A constraint violation occurred.
19401 .
19402
19403 MessageId=8240
19404 Severity=Success
19405 Facility=System
19406 SymbolicName=ERROR_DS_NO_SUCH_OBJECT
19407 Language=English
19408 ERROR_DS_NO_SUCH_OBJECT - There is no such object on the server.
19409 .
19410 Language=Russian
19411 ERROR_DS_NO_SUCH_OBJECT - There is no such object on the server.
19412 .
19413 Language=Polish
19414 ERROR_DS_NO_SUCH_OBJECT - There is no such object on the server.
19415 .
19416
19417 MessageId=8241
19418 Severity=Success
19419 Facility=System
19420 SymbolicName=ERROR_DS_ALIAS_PROBLEM
19421 Language=English
19422 ERROR_DS_ALIAS_PROBLEM - There is an alias problem.
19423 .
19424 Language=Russian
19425 ERROR_DS_ALIAS_PROBLEM - There is an alias problem.
19426 .
19427 Language=Polish
19428 ERROR_DS_ALIAS_PROBLEM - There is an alias problem.
19429 .
19430
19431 MessageId=8242
19432 Severity=Success
19433 Facility=System
19434 SymbolicName=ERROR_DS_INVALID_DN_SYNTAX
19435 Language=English
19436 ERROR_DS_INVALID_DN_SYNTAX - An invalid dn syntax has been specified.
19437 .
19438 Language=Russian
19439 ERROR_DS_INVALID_DN_SYNTAX - An invalid dn syntax has been specified.
19440 .
19441 Language=Polish
19442 ERROR_DS_INVALID_DN_SYNTAX - An invalid dn syntax has been specified.
19443 .
19444
19445 MessageId=8243
19446 Severity=Success
19447 Facility=System
19448 SymbolicName=ERROR_DS_IS_LEAF
19449 Language=English
19450 ERROR_DS_IS_LEAF - The object is a leaf object.
19451 .
19452 Language=Russian
19453 ERROR_DS_IS_LEAF - The object is a leaf object.
19454 .
19455 Language=Polish
19456 ERROR_DS_IS_LEAF - The object is a leaf object.
19457 .
19458
19459 MessageId=8244
19460 Severity=Success
19461 Facility=System
19462 SymbolicName=ERROR_DS_ALIAS_DEREF_PROBLEM
19463 Language=English
19464 ERROR_DS_ALIAS_DEREF_PROBLEM - There is an alias dereferencing problem.
19465 .
19466 Language=Russian
19467 ERROR_DS_ALIAS_DEREF_PROBLEM - There is an alias dereferencing problem.
19468 .
19469 Language=Polish
19470 ERROR_DS_ALIAS_DEREF_PROBLEM - There is an alias dereferencing problem.
19471 .
19472
19473 MessageId=8245
19474 Severity=Success
19475 Facility=System
19476 SymbolicName=ERROR_DS_UNWILLING_TO_PERFORM
19477 Language=English
19478 ERROR_DS_UNWILLING_TO_PERFORM - The server is unwilling to process the request.
19479 .
19480 Language=Russian
19481 ERROR_DS_UNWILLING_TO_PERFORM - The server is unwilling to process the request.
19482 .
19483 Language=Polish
19484 ERROR_DS_UNWILLING_TO_PERFORM - The server is unwilling to process the request.
19485 .
19486
19487 MessageId=8246
19488 Severity=Success
19489 Facility=System
19490 SymbolicName=ERROR_DS_LOOP_DETECT
19491 Language=English
19492 ERROR_DS_LOOP_DETECT - A loop has been detected.
19493 .
19494 Language=Russian
19495 ERROR_DS_LOOP_DETECT - A loop has been detected.
19496 .
19497 Language=Polish
19498 ERROR_DS_LOOP_DETECT - A loop has been detected.
19499 .
19500
19501 MessageId=8247
19502 Severity=Success
19503 Facility=System
19504 SymbolicName=ERROR_DS_NAMING_VIOLATION
19505 Language=English
19506 ERROR_DS_NAMING_VIOLATION - There is a naming violation.
19507 .
19508 Language=Russian
19509 ERROR_DS_NAMING_VIOLATION - There is a naming violation.
19510 .
19511 Language=Polish
19512 ERROR_DS_NAMING_VIOLATION - There is a naming violation.
19513 .
19514
19515 MessageId=8248
19516 Severity=Success
19517 Facility=System
19518 SymbolicName=ERROR_DS_OBJECT_RESULTS_TOO_LARGE
19519 Language=English
19520 ERROR_DS_OBJECT_RESULTS_TOO_LARGE - The result set is too large.
19521 .
19522 Language=Russian
19523 ERROR_DS_OBJECT_RESULTS_TOO_LARGE - The result set is too large.
19524 .
19525 Language=Polish
19526 ERROR_DS_OBJECT_RESULTS_TOO_LARGE - The result set is too large.
19527 .
19528
19529 MessageId=8249
19530 Severity=Success
19531 Facility=System
19532 SymbolicName=ERROR_DS_AFFECTS_MULTIPLE_DSAS
19533 Language=English
19534 ERROR_DS_AFFECTS_MULTIPLE_DSAS - The operation affects multiple DSAs
19535 .
19536 Language=Russian
19537 ERROR_DS_AFFECTS_MULTIPLE_DSAS - The operation affects multiple DSAs
19538 .
19539 Language=Polish
19540 ERROR_DS_AFFECTS_MULTIPLE_DSAS - The operation affects multiple DSAs
19541 .
19542
19543 MessageId=8250
19544 Severity=Success
19545 Facility=System
19546 SymbolicName=ERROR_DS_SERVER_DOWN
19547 Language=English
19548 ERROR_DS_SERVER_DOWN - The server is not operational.
19549 .
19550 Language=Russian
19551 ERROR_DS_SERVER_DOWN - The server is not operational.
19552 .
19553 Language=Polish
19554 ERROR_DS_SERVER_DOWN - The server is not operational.
19555 .
19556
19557 MessageId=8251
19558 Severity=Success
19559 Facility=System
19560 SymbolicName=ERROR_DS_LOCAL_ERROR
19561 Language=English
19562 ERROR_DS_LOCAL_ERROR - A local error has occurred.
19563 .
19564 Language=Russian
19565 ERROR_DS_LOCAL_ERROR - A local error has occurred.
19566 .
19567 Language=Polish
19568 ERROR_DS_LOCAL_ERROR - A local error has occurred.
19569 .
19570
19571 MessageId=8252
19572 Severity=Success
19573 Facility=System
19574 SymbolicName=ERROR_DS_ENCODING_ERROR
19575 Language=English
19576 ERROR_DS_ENCODING_ERROR - An encoding error has occurred.
19577 .
19578 Language=Russian
19579 ERROR_DS_ENCODING_ERROR - An encoding error has occurred.
19580 .
19581 Language=Polish
19582 ERROR_DS_ENCODING_ERROR - An encoding error has occurred.
19583 .
19584
19585 MessageId=8253
19586 Severity=Success
19587 Facility=System
19588 SymbolicName=ERROR_DS_DECODING_ERROR
19589 Language=English
19590 ERROR_DS_DECODING_ERROR - A decoding error has occurred.
19591 .
19592 Language=Russian
19593 ERROR_DS_DECODING_ERROR - A decoding error has occurred.
19594 .
19595 Language=Polish
19596 ERROR_DS_DECODING_ERROR - A decoding error has occurred.
19597 .
19598
19599 MessageId=8254
19600 Severity=Success
19601 Facility=System
19602 SymbolicName=ERROR_DS_FILTER_UNKNOWN
19603 Language=English
19604 ERROR_DS_FILTER_UNKNOWN - The search filter cannot be recognized.
19605 .
19606 Language=Russian
19607 ERROR_DS_FILTER_UNKNOWN - The search filter cannot be recognized.
19608 .
19609 Language=Polish
19610 ERROR_DS_FILTER_UNKNOWN - The search filter cannot be recognized.
19611 .
19612
19613 MessageId=8255
19614 Severity=Success
19615 Facility=System
19616 SymbolicName=ERROR_DS_PARAM_ERROR
19617 Language=English
19618 ERROR_DS_PARAM_ERROR - One or more parameters are illegal.
19619 .
19620 Language=Russian
19621 ERROR_DS_PARAM_ERROR - One or more parameters are illegal.
19622 .
19623 Language=Polish
19624 ERROR_DS_PARAM_ERROR - One or more parameters are illegal.
19625 .
19626
19627 MessageId=8256
19628 Severity=Success
19629 Facility=System
19630 SymbolicName=ERROR_DS_NOT_SUPPORTED
19631 Language=English
19632 ERROR_DS_NOT_SUPPORTED - The specified method is not supported.
19633 .
19634 Language=Russian
19635 ERROR_DS_NOT_SUPPORTED - The specified method is not supported.
19636 .
19637 Language=Polish
19638 ERROR_DS_NOT_SUPPORTED - The specified method is not supported.
19639 .
19640
19641 MessageId=8257
19642 Severity=Success
19643 Facility=System
19644 SymbolicName=ERROR_DS_NO_RESULTS_RETURNED
19645 Language=English
19646 ERROR_DS_NO_RESULTS_RETURNED - No results were returned.
19647 .
19648 Language=Russian
19649 ERROR_DS_NO_RESULTS_RETURNED - No results were returned.
19650 .
19651 Language=Polish
19652 ERROR_DS_NO_RESULTS_RETURNED - No results were returned.
19653 .
19654
19655 MessageId=8258
19656 Severity=Success
19657 Facility=System
19658 SymbolicName=ERROR_DS_CONTROL_NOT_FOUND
19659 Language=English
19660 ERROR_DS_CONTROL_NOT_FOUND - The specified control is not supported by the server.
19661 .
19662 Language=Russian
19663 ERROR_DS_CONTROL_NOT_FOUND - The specified control is not supported by the server.
19664 .
19665 Language=Polish
19666 ERROR_DS_CONTROL_NOT_FOUND - The specified control is not supported by the server.
19667 .
19668
19669 MessageId=8259
19670 Severity=Success
19671 Facility=System
19672 SymbolicName=ERROR_DS_CLIENT_LOOP
19673 Language=English
19674 ERROR_DS_CLIENT_LOOP - A referral loop was detected by the client.
19675 .
19676 Language=Russian
19677 ERROR_DS_CLIENT_LOOP - A referral loop was detected by the client.
19678 .
19679 Language=Polish
19680 ERROR_DS_CLIENT_LOOP - A referral loop was detected by the client.
19681 .
19682
19683 MessageId=8260
19684 Severity=Success
19685 Facility=System
19686 SymbolicName=ERROR_DS_REFERRAL_LIMIT_EXCEEDED
19687 Language=English
19688 ERROR_DS_REFERRAL_LIMIT_EXCEEDED - The preset referral limit was exceeded.
19689 .
19690 Language=Russian
19691 ERROR_DS_REFERRAL_LIMIT_EXCEEDED - The preset referral limit was exceeded.
19692 .
19693 Language=Polish
19694 ERROR_DS_REFERRAL_LIMIT_EXCEEDED - The preset referral limit was exceeded.
19695 .
19696
19697 MessageId=8261
19698 Severity=Success
19699 Facility=System
19700 SymbolicName=ERROR_DS_SORT_CONTROL_MISSING
19701 Language=English
19702 ERROR_DS_SORT_CONTROL_MISSING - The search requires a SORT control.
19703 .
19704 Language=Russian
19705 ERROR_DS_SORT_CONTROL_MISSING - The search requires a SORT control.
19706 .
19707 Language=Polish
19708 ERROR_DS_SORT_CONTROL_MISSING - The search requires a SORT control.
19709 .
19710
19711 MessageId=8262
19712 Severity=Success
19713 Facility=System
19714 SymbolicName=ERROR_DS_OFFSET_RANGE_ERROR
19715 Language=English
19716 ERROR_DS_OFFSET_RANGE_ERROR - The search results exceed the offset range specified.
19717 .
19718 Language=Russian
19719 ERROR_DS_OFFSET_RANGE_ERROR - The search results exceed the offset range specified.
19720 .
19721 Language=Polish
19722 ERROR_DS_OFFSET_RANGE_ERROR - The search results exceed the offset range specified.
19723 .
19724
19725 MessageId=8301
19726 Severity=Success
19727 Facility=System
19728 SymbolicName=ERROR_DS_ROOT_MUST_BE_NC
19729 Language=English
19730 ERROR_DS_ROOT_MUST_BE_NC - The root object must be the head of a naming context. The root object cannot have an instantiated parent.
19731 .
19732 Language=Russian
19733 ERROR_DS_ROOT_MUST_BE_NC - The root object must be the head of a naming context. The root object cannot have an instantiated parent.
19734 .
19735 Language=Polish
19736 ERROR_DS_ROOT_MUST_BE_NC - The root object must be the head of a naming context. The root object cannot have an instantiated parent.
19737 .
19738
19739 MessageId=8302
19740 Severity=Success
19741 Facility=System
19742 SymbolicName=ERROR_DS_ADD_REPLICA_INHIBITED
19743 Language=English
19744 ERROR_DS_ADD_REPLICA_INHIBITED - The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
19745 .
19746 Language=Russian
19747 ERROR_DS_ADD_REPLICA_INHIBITED - The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
19748 .
19749 Language=Polish
19750 ERROR_DS_ADD_REPLICA_INHIBITED - The add replica operation cannot be performed. The naming context must be writeable in order to create the replica.
19751 .
19752
19753 MessageId=8303
19754 Severity=Success
19755 Facility=System
19756 SymbolicName=ERROR_DS_ATT_NOT_DEF_IN_SCHEMA
19757 Language=English
19758 ERROR_DS_ATT_NOT_DEF_IN_SCHEMA - A reference to an attribute that is not defined in the schema occurred.
19759 .
19760 Language=Russian
19761 ERROR_DS_ATT_NOT_DEF_IN_SCHEMA - A reference to an attribute that is not defined in the schema occurred.
19762 .
19763 Language=Polish
19764 ERROR_DS_ATT_NOT_DEF_IN_SCHEMA - A reference to an attribute that is not defined in the schema occurred.
19765 .
19766
19767 MessageId=8304
19768 Severity=Success
19769 Facility=System
19770 SymbolicName=ERROR_DS_MAX_OBJ_SIZE_EXCEEDED
19771 Language=English
19772 ERROR_DS_MAX_OBJ_SIZE_EXCEEDED - The maximum size of an object has been exceeded.
19773 .
19774 Language=Russian
19775 ERROR_DS_MAX_OBJ_SIZE_EXCEEDED - The maximum size of an object has been exceeded.
19776 .
19777 Language=Polish
19778 ERROR_DS_MAX_OBJ_SIZE_EXCEEDED - The maximum size of an object has been exceeded.
19779 .
19780
19781 MessageId=8305
19782 Severity=Success
19783 Facility=System
19784 SymbolicName=ERROR_DS_OBJ_STRING_NAME_EXISTS
19785 Language=English
19786 ERROR_DS_OBJ_STRING_NAME_EXISTS - An attempt was made to add an object to the directory with a name that is already in use.
19787 .
19788 Language=Russian
19789 ERROR_DS_OBJ_STRING_NAME_EXISTS - An attempt was made to add an object to the directory with a name that is already in use.
19790 .
19791 Language=Polish
19792 ERROR_DS_OBJ_STRING_NAME_EXISTS - An attempt was made to add an object to the directory with a name that is already in use.
19793 .
19794
19795 MessageId=8306
19796 Severity=Success
19797 Facility=System
19798 SymbolicName=ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA
19799 Language=English
19800 ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA - An attempt was made to add an object of a class that does not have an RDN defined in the schema.
19801 .
19802 Language=Russian
19803 ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA - An attempt was made to add an object of a class that does not have an RDN defined in the schema.
19804 .
19805 Language=Polish
19806 ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA - An attempt was made to add an object of a class that does not have an RDN defined in the schema.
19807 .
19808
19809 MessageId=8307
19810 Severity=Success
19811 Facility=System
19812 SymbolicName=ERROR_DS_RDN_DOESNT_MATCH_SCHEMA
19813 Language=English
19814 ERROR_DS_RDN_DOESNT_MATCH_SCHEMA - An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
19815 .
19816 Language=Russian
19817 ERROR_DS_RDN_DOESNT_MATCH_SCHEMA - An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
19818 .
19819 Language=Polish
19820 ERROR_DS_RDN_DOESNT_MATCH_SCHEMA - An attempt was made to add an object using an RDN that is not the RDN defined in the schema.
19821 .
19822
19823 MessageId=8308
19824 Severity=Success
19825 Facility=System
19826 SymbolicName=ERROR_DS_NO_REQUESTED_ATTS_FOUND
19827 Language=English
19828 ERROR_DS_NO_REQUESTED_ATTS_FOUND - None of the requested attributes were found on the objects.
19829 .
19830 Language=Russian
19831 ERROR_DS_NO_REQUESTED_ATTS_FOUND - None of the requested attributes were found on the objects.
19832 .
19833 Language=Polish
19834 ERROR_DS_NO_REQUESTED_ATTS_FOUND - None of the requested attributes were found on the objects.
19835 .
19836
19837 MessageId=8309
19838 Severity=Success
19839 Facility=System
19840 SymbolicName=ERROR_DS_USER_BUFFER_TO_SMALL
19841 Language=English
19842 ERROR_DS_USER_BUFFER_TO_SMALL - The user buffer is too small.
19843 .
19844 Language=Russian
19845 ERROR_DS_USER_BUFFER_TO_SMALL - The user buffer is too small.
19846 .
19847 Language=Polish
19848 ERROR_DS_USER_BUFFER_TO_SMALL - The user buffer is too small.
19849 .
19850
19851 MessageId=8310
19852 Severity=Success
19853 Facility=System
19854 SymbolicName=ERROR_DS_ATT_IS_NOT_ON_OBJ
19855 Language=English
19856 ERROR_DS_ATT_IS_NOT_ON_OBJ - The attribute specified in the operation is not present on the object.
19857 .
19858 Language=Russian
19859 ERROR_DS_ATT_IS_NOT_ON_OBJ - The attribute specified in the operation is not present on the object.
19860 .
19861 Language=Polish
19862 ERROR_DS_ATT_IS_NOT_ON_OBJ - The attribute specified in the operation is not present on the object.
19863 .
19864
19865 MessageId=8311
19866 Severity=Success
19867 Facility=System
19868 SymbolicName=ERROR_DS_ILLEGAL_MOD_OPERATION
19869 Language=English
19870 ERROR_DS_ILLEGAL_MOD_OPERATION - Illegal modify operation. Some aspect of the modification is not permitted.
19871 .
19872 Language=Russian
19873 ERROR_DS_ILLEGAL_MOD_OPERATION - Illegal modify operation. Some aspect of the modification is not permitted.
19874 .
19875 Language=Polish
19876 ERROR_DS_ILLEGAL_MOD_OPERATION - Illegal modify operation. Some aspect of the modification is not permitted.
19877 .
19878
19879 MessageId=8312
19880 Severity=Success
19881 Facility=System
19882 SymbolicName=ERROR_DS_OBJ_TOO_LARGE
19883 Language=English
19884 ERROR_DS_OBJ_TOO_LARGE - The specified object is too large.
19885 .
19886 Language=Russian
19887 ERROR_DS_OBJ_TOO_LARGE - The specified object is too large.
19888 .
19889 Language=Polish
19890 ERROR_DS_OBJ_TOO_LARGE - The specified object is too large.
19891 .
19892
19893 MessageId=8313
19894 Severity=Success
19895 Facility=System
19896 SymbolicName=ERROR_DS_BAD_INSTANCE_TYPE
19897 Language=English
19898 ERROR_DS_BAD_INSTANCE_TYPE - The specified instance type is not valid.
19899 .
19900 Language=Russian
19901 ERROR_DS_BAD_INSTANCE_TYPE - The specified instance type is not valid.
19902 .
19903 Language=Polish
19904 ERROR_DS_BAD_INSTANCE_TYPE - The specified instance type is not valid.
19905 .
19906
19907 MessageId=8314
19908 Severity=Success
19909 Facility=System
19910 SymbolicName=ERROR_DS_MASTERDSA_REQUIRED
19911 Language=English
19912 ERROR_DS_MASTERDSA_REQUIRED - The operation must be performed at a master DSA.
19913 .
19914 Language=Russian
19915 ERROR_DS_MASTERDSA_REQUIRED - The operation must be performed at a master DSA.
19916 .
19917 Language=Polish
19918 ERROR_DS_MASTERDSA_REQUIRED - The operation must be performed at a master DSA.
19919 .
19920
19921 MessageId=8315
19922 Severity=Success
19923 Facility=System
19924 SymbolicName=ERROR_DS_OBJECT_CLASS_REQUIRED
19925 Language=English
19926 ERROR_DS_OBJECT_CLASS_REQUIRED - The object class attribute must be specified.
19927 .
19928 Language=Russian
19929 ERROR_DS_OBJECT_CLASS_REQUIRED - The object class attribute must be specified.
19930 .
19931 Language=Polish
19932 ERROR_DS_OBJECT_CLASS_REQUIRED - The object class attribute must be specified.
19933 .
19934
19935 MessageId=8316
19936 Severity=Success
19937 Facility=System
19938 SymbolicName=ERROR_DS_MISSING_REQUIRED_ATT
19939 Language=English
19940 ERROR_DS_MISSING_REQUIRED_ATT - A required attribute is missing.
19941 .
19942 Language=Russian
19943 ERROR_DS_MISSING_REQUIRED_ATT - A required attribute is missing.
19944 .
19945 Language=Polish
19946 ERROR_DS_MISSING_REQUIRED_ATT - A required attribute is missing.
19947 .
19948
19949 MessageId=8317
19950 Severity=Success
19951 Facility=System
19952 SymbolicName=ERROR_DS_ATT_NOT_DEF_FOR_CLASS
19953 Language=English
19954 ERROR_DS_ATT_NOT_DEF_FOR_CLASS - An attempt was made to modify an object to include an attribute that is not legal for its class
19955 .
19956 Language=Russian
19957 ERROR_DS_ATT_NOT_DEF_FOR_CLASS - An attempt was made to modify an object to include an attribute that is not legal for its class
19958 .
19959 Language=Polish
19960 ERROR_DS_ATT_NOT_DEF_FOR_CLASS - An attempt was made to modify an object to include an attribute that is not legal for its class
19961 .
19962
19963 MessageId=8318
19964 Severity=Success
19965 Facility=System
19966 SymbolicName=ERROR_DS_ATT_ALREADY_EXISTS
19967 Language=English
19968 ERROR_DS_ATT_ALREADY_EXISTS - The specified attribute is already present on the object.
19969 .
19970 Language=Russian
19971 ERROR_DS_ATT_ALREADY_EXISTS - The specified attribute is already present on the object.
19972 .
19973 Language=Polish
19974 ERROR_DS_ATT_ALREADY_EXISTS - The specified attribute is already present on the object.
19975 .
19976
19977 MessageId=8320
19978 Severity=Success
19979 Facility=System
19980 SymbolicName=ERROR_DS_CANT_ADD_ATT_VALUES
19981 Language=English
19982 ERROR_DS_CANT_ADD_ATT_VALUES - The specified attribute is not present, or has no values.
19983 .
19984 Language=Russian
19985 ERROR_DS_CANT_ADD_ATT_VALUES - The specified attribute is not present, or has no values.
19986 .
19987 Language=Polish
19988 ERROR_DS_CANT_ADD_ATT_VALUES - The specified attribute is not present, or has no values.
19989 .
19990
19991 MessageId=8321
19992 Severity=Success
19993 Facility=System
19994 SymbolicName=ERROR_DS_SINGLE_VALUE_CONSTRAINT
19995 Language=English
19996 ERROR_DS_SINGLE_VALUE_CONSTRAINT - Multiple values were specified for an attribute that can have only one value.
19997 .
19998 Language=Russian
19999 ERROR_DS_SINGLE_VALUE_CONSTRAINT - Multiple values were specified for an attribute that can have only one value.
20000 .
20001 Language=Polish
20002 ERROR_DS_SINGLE_VALUE_CONSTRAINT - Multiple values were specified for an attribute that can have only one value.
20003 .
20004
20005 MessageId=8322
20006 Severity=Success
20007 Facility=System
20008 SymbolicName=ERROR_DS_RANGE_CONSTRAINT
20009 Language=English
20010 ERROR_DS_RANGE_CONSTRAINT - A value for the attribute was not in the acceptable range of values.
20011 .
20012 Language=Russian
20013 ERROR_DS_RANGE_CONSTRAINT - A value for the attribute was not in the acceptable range of values.
20014 .
20015 Language=Polish
20016 ERROR_DS_RANGE_CONSTRAINT - A value for the attribute was not in the acceptable range of values.
20017 .
20018
20019 MessageId=8323
20020 Severity=Success
20021 Facility=System
20022 SymbolicName=ERROR_DS_ATT_VAL_ALREADY_EXISTS
20023 Language=English
20024 ERROR_DS_ATT_VAL_ALREADY_EXISTS - The specified value already exists.
20025 .
20026 Language=Russian
20027 ERROR_DS_ATT_VAL_ALREADY_EXISTS - The specified value already exists.
20028 .
20029 Language=Polish
20030 ERROR_DS_ATT_VAL_ALREADY_EXISTS - The specified value already exists.
20031 .
20032
20033 MessageId=8324
20034 Severity=Success
20035 Facility=System
20036 SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT
20037 Language=English
20038 ERROR_DS_CANT_REM_MISSING_ATT - The attribute cannot be removed because it is not present on the object.
20039 .
20040 Language=Russian
20041 ERROR_DS_CANT_REM_MISSING_ATT - The attribute cannot be removed because it is not present on the object.
20042 .
20043 Language=Polish
20044 ERROR_DS_CANT_REM_MISSING_ATT - The attribute cannot be removed because it is not present on the object.
20045 .
20046
20047 MessageId=8325
20048 Severity=Success
20049 Facility=System
20050 SymbolicName=ERROR_DS_CANT_REM_MISSING_ATT_VAL
20051 Language=English
20052 ERROR_DS_CANT_REM_MISSING_ATT_VAL - The attribute value cannot be removed because it is not present on the object.
20053 .
20054 Language=Russian
20055 ERROR_DS_CANT_REM_MISSING_ATT_VAL - The attribute value cannot be removed because it is not present on the object.
20056 .
20057 Language=Polish
20058 ERROR_DS_CANT_REM_MISSING_ATT_VAL - The attribute value cannot be removed because it is not present on the object.
20059 .
20060
20061 MessageId=8326
20062 Severity=Success
20063 Facility=System
20064 SymbolicName=ERROR_DS_ROOT_CANT_BE_SUBREF
20065 Language=English
20066 ERROR_DS_ROOT_CANT_BE_SUBREF - The specified root object cannot be a subref.
20067 .
20068 Language=Russian
20069 ERROR_DS_ROOT_CANT_BE_SUBREF - The specified root object cannot be a subref.
20070 .
20071 Language=Polish
20072 ERROR_DS_ROOT_CANT_BE_SUBREF - The specified root object cannot be a subref.
20073 .
20074
20075 MessageId=8327
20076 Severity=Success
20077 Facility=System
20078 SymbolicName=ERROR_DS_NO_CHAINING
20079 Language=English
20080 ERROR_DS_NO_CHAINING - Chaining is not permitted.
20081 .
20082 Language=Russian
20083 ERROR_DS_NO_CHAINING - Chaining is not permitted.
20084 .
20085 Language=Polish
20086 ERROR_DS_NO_CHAINING - Chaining is not permitted.
20087 .
20088
20089 MessageId=8328
20090 Severity=Success
20091 Facility=System
20092 SymbolicName=ERROR_DS_NO_CHAINED_EVAL
20093 Language=English
20094 ERROR_DS_NO_CHAINED_EVAL - Chained evaluation is not permitted.
20095 .
20096 Language=Russian
20097 ERROR_DS_NO_CHAINED_EVAL - Chained evaluation is not permitted.
20098 .
20099 Language=Polish
20100 ERROR_DS_NO_CHAINED_EVAL - Chained evaluation is not permitted.
20101 .
20102
20103 MessageId=8329
20104 Severity=Success
20105 Facility=System
20106 SymbolicName=ERROR_DS_NO_PARENT_OBJECT
20107 Language=English
20108 ERROR_DS_NO_PARENT_OBJECT - The operation could not be performed because the object's parent is either uninstantiated or deleted.
20109 .
20110 Language=Russian
20111 ERROR_DS_NO_PARENT_OBJECT - The operation could not be performed because the object's parent is either uninstantiated or deleted.
20112 .
20113 Language=Polish
20114 ERROR_DS_NO_PARENT_OBJECT - The operation could not be performed because the object's parent is either uninstantiated or deleted.
20115 .
20116
20117 MessageId=8330
20118 Severity=Success
20119 Facility=System
20120 SymbolicName=ERROR_DS_PARENT_IS_AN_ALIAS
20121 Language=English
20122 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf objects.
20123 .
20124 Language=Russian
20125 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf objects.
20126 .
20127 Language=Polish
20128 ERROR_DS_PARENT_IS_AN_ALIAS - Having a parent that is an alias is not permitted. Aliases are leaf objects.
20129 .
20130
20131 MessageId=8331
20132 Severity=Success
20133 Facility=System
20134 SymbolicName=ERROR_DS_CANT_MIX_MASTER_AND_REPS
20135 Language=English
20136 ERROR_DS_CANT_MIX_MASTER_AND_REPS - The object and parent must be of the same type, either both masters or both replicas.
20137 .
20138 Language=Russian
20139 ERROR_DS_CANT_MIX_MASTER_AND_REPS - The object and parent must be of the same type, either both masters or both replicas.
20140 .
20141 Language=Polish
20142 ERROR_DS_CANT_MIX_MASTER_AND_REPS - The object and parent must be of the same type, either both masters or both replicas.
20143 .
20144
20145 MessageId=8332
20146 Severity=Success
20147 Facility=System
20148 SymbolicName=ERROR_DS_CHILDREN_EXIST
20149 Language=English
20150 ERROR_DS_CHILDREN_EXIST - The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
20151 .
20152 Language=Russian
20153 ERROR_DS_CHILDREN_EXIST - The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
20154 .
20155 Language=Polish
20156 ERROR_DS_CHILDREN_EXIST - The operation cannot be performed because child objects exist. This operation can only be performed on a leaf object.
20157 .
20158
20159 MessageId=8333
20160 Severity=Success
20161 Facility=System
20162 SymbolicName=ERROR_DS_OBJ_NOT_FOUND
20163 Language=English
20164 ERROR_DS_OBJ_NOT_FOUND - Directory object not found.
20165 .
20166 Language=Russian
20167 ERROR_DS_OBJ_NOT_FOUND - Directory object not found.
20168 .
20169 Language=Polish
20170 ERROR_DS_OBJ_NOT_FOUND - Directory object not found.
20171 .
20172
20173 MessageId=8334
20174 Severity=Success
20175 Facility=System
20176 SymbolicName=ERROR_DS_ALIASED_OBJ_MISSING
20177 Language=English
20178 ERROR_DS_ALIASED_OBJ_MISSING - The aliased object is missing.
20179 .
20180 Language=Russian
20181 ERROR_DS_ALIASED_OBJ_MISSING - The aliased object is missing.
20182 .
20183 Language=Polish
20184 ERROR_DS_ALIASED_OBJ_MISSING - The aliased object is missing.
20185 .
20186
20187 MessageId=8335
20188 Severity=Success
20189 Facility=System
20190 SymbolicName=ERROR_DS_BAD_NAME_SYNTAX
20191 Language=English
20192 ERROR_DS_BAD_NAME_SYNTAX - The object name has bad syntax.
20193 .
20194 Language=Russian
20195 ERROR_DS_BAD_NAME_SYNTAX - The object name has bad syntax.
20196 .
20197 Language=Polish
20198 ERROR_DS_BAD_NAME_SYNTAX - The object name has bad syntax.
20199 .
20200
20201 MessageId=8336
20202 Severity=Success
20203 Facility=System
20204 SymbolicName=ERROR_DS_ALIAS_POINTS_TO_ALIAS
20205 Language=English
20206 ERROR_DS_ALIAS_POINTS_TO_ALIAS - It is not permitted for an alias to refer to another alias.
20207 .
20208 Language=Russian
20209 ERROR_DS_ALIAS_POINTS_TO_ALIAS - It is not permitted for an alias to refer to another alias.
20210 .
20211 Language=Polish
20212 ERROR_DS_ALIAS_POINTS_TO_ALIAS - It is not permitted for an alias to refer to another alias.
20213 .
20214
20215 MessageId=8337
20216 Severity=Success
20217 Facility=System
20218 SymbolicName=ERROR_DS_CANT_DEREF_ALIAS
20219 Language=English
20220 ERROR_DS_CANT_DEREF_ALIAS - The alias cannot be dereferenced.
20221 .
20222 Language=Russian
20223 ERROR_DS_CANT_DEREF_ALIAS - The alias cannot be dereferenced.
20224 .
20225 Language=Polish
20226 ERROR_DS_CANT_DEREF_ALIAS - The alias cannot be dereferenced.
20227 .
20228
20229 MessageId=8338
20230 Severity=Success
20231 Facility=System
20232 SymbolicName=ERROR_DS_OUT_OF_SCOPE
20233 Language=English
20234 ERROR_DS_OUT_OF_SCOPE - The operation is out of scope.
20235 .
20236 Language=Russian
20237 ERROR_DS_OUT_OF_SCOPE - The operation is out of scope.
20238 .
20239 Language=Polish
20240 ERROR_DS_OUT_OF_SCOPE - The operation is out of scope.
20241 .
20242
20243 MessageId=8339
20244 Severity=Success
20245 Facility=System
20246 SymbolicName=ERROR_DS_OBJECT_BEING_REMOVED
20247 Language=English
20248 ERROR_DS_OBJECT_BEING_REMOVED - The operation cannot continue because the object is in the process of being removed.
20249 .
20250 Language=Russian
20251 ERROR_DS_OBJECT_BEING_REMOVED - The operation cannot continue because the object is in the process of being removed.
20252 .
20253 Language=Polish
20254 ERROR_DS_OBJECT_BEING_REMOVED - The operation cannot continue because the object is in the process of being removed.
20255 .
20256
20257 MessageId=8340
20258 Severity=Success
20259 Facility=System
20260 SymbolicName=ERROR_DS_CANT_DELETE_DSA_OBJ
20261 Language=English
20262 ERROR_DS_CANT_DELETE_DSA_OBJ - The DSA object cannot be deleted.
20263 .
20264 Language=Russian
20265 ERROR_DS_CANT_DELETE_DSA_OBJ - The DSA object cannot be deleted.
20266 .
20267 Language=Polish
20268 ERROR_DS_CANT_DELETE_DSA_OBJ - The DSA object cannot be deleted.
20269 .
20270
20271 MessageId=8341
20272 Severity=Success
20273 Facility=System
20274 SymbolicName=ERROR_DS_GENERIC_ERROR
20275 Language=English
20276 ERROR_DS_GENERIC_ERROR - A directory service error has occurred.
20277 .
20278 Language=Russian
20279 ERROR_DS_GENERIC_ERROR - A directory service error has occurred.
20280 .
20281 Language=Polish
20282 ERROR_DS_GENERIC_ERROR - A directory service error has occurred.
20283 .
20284
20285 MessageId=8342
20286 Severity=Success
20287 Facility=System
20288 SymbolicName=ERROR_DS_DSA_MUST_BE_INT_MASTER
20289 Language=English
20290 ERROR_DS_DSA_MUST_BE_INT_MASTER - The operation can only be performed on an internal master DSA object.
20291 .
20292 Language=Russian
20293 ERROR_DS_DSA_MUST_BE_INT_MASTER - The operation can only be performed on an internal master DSA object.
20294 .
20295 Language=Polish
20296 ERROR_DS_DSA_MUST_BE_INT_MASTER - The operation can only be performed on an internal master DSA object.
20297 .
20298
20299 MessageId=8343
20300 Severity=Success
20301 Facility=System
20302 SymbolicName=ERROR_DS_CLASS_NOT_DSA
20303 Language=English
20304 ERROR_DS_CLASS_NOT_DSA - The object must be of class DSA.
20305 .
20306 Language=Russian
20307 ERROR_DS_CLASS_NOT_DSA - The object must be of class DSA.
20308 .
20309 Language=Polish
20310 ERROR_DS_CLASS_NOT_DSA - The object must be of class DSA.
20311 .
20312
20313 MessageId=8344
20314 Severity=Success
20315 Facility=System
20316 SymbolicName=ERROR_DS_INSUFF_ACCESS_RIGHTS
20317 Language=English
20318 ERROR_DS_INSUFF_ACCESS_RIGHTS - Insufficient access rights to perform the operation.
20319 .
20320 Language=Russian
20321 ERROR_DS_INSUFF_ACCESS_RIGHTS - Insufficient access rights to perform the operation.
20322 .
20323 Language=Polish
20324 ERROR_DS_INSUFF_ACCESS_RIGHTS - Insufficient access rights to perform the operation.
20325 .
20326
20327 MessageId=8345
20328 Severity=Success
20329 Facility=System
20330 SymbolicName=ERROR_DS_ILLEGAL_SUPERIOR
20331 Language=English
20332 ERROR_DS_ILLEGAL_SUPERIOR - The object cannot be added because the parent is not on the list of possible superiors.
20333 .
20334 Language=Russian
20335 ERROR_DS_ILLEGAL_SUPERIOR - The object cannot be added because the parent is not on the list of possible superiors.
20336 .
20337 Language=Polish
20338 ERROR_DS_ILLEGAL_SUPERIOR - The object cannot be added because the parent is not on the list of possible superiors.
20339 .
20340
20341 MessageId=8346
20342 Severity=Success
20343 Facility=System
20344 SymbolicName=ERROR_DS_ATTRIBUTE_OWNED_BY_SAM
20345 Language=English
20346 ERROR_DS_ATTRIBUTE_OWNED_BY_SAM - Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
20347 .
20348 Language=Russian
20349 ERROR_DS_ATTRIBUTE_OWNED_BY_SAM - Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
20350 .
20351 Language=Polish
20352 ERROR_DS_ATTRIBUTE_OWNED_BY_SAM - Access to the attribute is not permitted because the attribute is owned by the Security Accounts Manager (SAM).
20353 .
20354
20355 MessageId=8347
20356 Severity=Success
20357 Facility=System
20358 SymbolicName=ERROR_DS_NAME_TOO_MANY_PARTS
20359 Language=English
20360 ERROR_DS_NAME_TOO_MANY_PARTS - The name has too many parts.
20361 .
20362 Language=Russian
20363 ERROR_DS_NAME_TOO_MANY_PARTS - The name has too many parts.
20364 .
20365 Language=Polish
20366 ERROR_DS_NAME_TOO_MANY_PARTS - The name has too many parts.
20367 .
20368
20369 MessageId=8348
20370 Severity=Success
20371 Facility=System
20372 SymbolicName=ERROR_DS_NAME_TOO_LONG
20373 Language=English
20374 ERROR_DS_NAME_TOO_LONG - The name is too long.
20375 .
20376 Language=Russian
20377 ERROR_DS_NAME_TOO_LONG - The name is too long.
20378 .
20379 Language=Polish
20380 ERROR_DS_NAME_TOO_LONG - The name is too long.
20381 .
20382
20383 MessageId=8349
20384 Severity=Success
20385 Facility=System
20386 SymbolicName=ERROR_DS_NAME_VALUE_TOO_LONG
20387 Language=English
20388 ERROR_DS_NAME_VALUE_TOO_LONG - The name value is too long.
20389 .
20390 Language=Russian
20391 ERROR_DS_NAME_VALUE_TOO_LONG - The name value is too long.
20392 .
20393 Language=Polish
20394 ERROR_DS_NAME_VALUE_TOO_LONG - The name value is too long.
20395 .
20396
20397 MessageId=8350
20398 Severity=Success
20399 Facility=System
20400 SymbolicName=ERROR_DS_NAME_UNPARSEABLE
20401 Language=English
20402 ERROR_DS_NAME_UNPARSEABLE - The directory service encountered an error parsing a name.
20403 .
20404 Language=Russian
20405 ERROR_DS_NAME_UNPARSEABLE - The directory service encountered an error parsing a name.
20406 .
20407 Language=Polish
20408 ERROR_DS_NAME_UNPARSEABLE - The directory service encountered an error parsing a name.
20409 .
20410
20411 MessageId=8351
20412 Severity=Success
20413 Facility=System
20414 SymbolicName=ERROR_DS_NAME_TYPE_UNKNOWN
20415 Language=English
20416 ERROR_DS_NAME_TYPE_UNKNOWN - The directory service cannot get the attribute type for a name.
20417 .
20418 Language=Russian
20419 ERROR_DS_NAME_TYPE_UNKNOWN - The directory service cannot get the attribute type for a name.
20420 .
20421 Language=Polish
20422 ERROR_DS_NAME_TYPE_UNKNOWN - The directory service cannot get the attribute type for a name.
20423 .
20424
20425 MessageId=8352
20426 Severity=Success
20427 Facility=System
20428 SymbolicName=ERROR_DS_NOT_AN_OBJECT
20429 Language=English
20430 ERROR_DS_NOT_AN_OBJECT - The name does not identify an object; the name identifies a phantom.
20431 .
20432 Language=Russian
20433 ERROR_DS_NOT_AN_OBJECT - The name does not identify an object; the name identifies a phantom.
20434 .
20435 Language=Polish
20436 ERROR_DS_NOT_AN_OBJECT - The name does not identify an object; the name identifies a phantom.
20437 .
20438
20439 MessageId=8353
20440 Severity=Success
20441 Facility=System
20442 SymbolicName=ERROR_DS_SEC_DESC_TOO_SHORT
20443 Language=English
20444 ERROR_DS_SEC_DESC_TOO_SHORT - The security descriptor is too short.
20445 .
20446 Language=Russian
20447 ERROR_DS_SEC_DESC_TOO_SHORT - The security descriptor is too short.
20448 .
20449 Language=Polish
20450 ERROR_DS_SEC_DESC_TOO_SHORT - The security descriptor is too short.
20451 .
20452
20453 MessageId=8354
20454 Severity=Success
20455 Facility=System
20456 SymbolicName=ERROR_DS_SEC_DESC_INVALID
20457 Language=English
20458 ERROR_DS_SEC_DESC_INVALID - The security descriptor is invalid.
20459 .
20460 Language=Russian
20461 ERROR_DS_SEC_DESC_INVALID - The security descriptor is invalid.
20462 .
20463 Language=Polish
20464 ERROR_DS_SEC_DESC_INVALID - The security descriptor is invalid.
20465 .
20466
20467 MessageId=8355
20468 Severity=Success
20469 Facility=System
20470 SymbolicName=ERROR_DS_NO_DELETED_NAME
20471 Language=English
20472 ERROR_DS_NO_DELETED_NAME - Failed to create name for deleted object.
20473 .
20474 Language=Russian
20475 ERROR_DS_NO_DELETED_NAME - Failed to create name for deleted object.
20476 .
20477 Language=Polish
20478 ERROR_DS_NO_DELETED_NAME - Failed to create name for deleted object.
20479 .
20480
20481 MessageId=8356
20482 Severity=Success
20483 Facility=System
20484 SymbolicName=ERROR_DS_SUBREF_MUST_HAVE_PARENT
20485 Language=English
20486 ERROR_DS_SUBREF_MUST_HAVE_PARENT - The parent of a new subref must exist.
20487 .
20488 Language=Russian
20489 ERROR_DS_SUBREF_MUST_HAVE_PARENT - The parent of a new subref must exist.
20490 .
20491 Language=Polish
20492 ERROR_DS_SUBREF_MUST_HAVE_PARENT - The parent of a new subref must exist.
20493 .
20494
20495 MessageId=8357
20496 Severity=Success
20497 Facility=System
20498 SymbolicName=ERROR_DS_NCNAME_MUST_BE_NC
20499 Language=English
20500 ERROR_DS_NCNAME_MUST_BE_NC - The object must be a naming context.
20501 .
20502 Language=Russian
20503 ERROR_DS_NCNAME_MUST_BE_NC - The object must be a naming context.
20504 .
20505 Language=Polish
20506 ERROR_DS_NCNAME_MUST_BE_NC - The object must be a naming context.
20507 .
20508
20509 MessageId=8358
20510 Severity=Success
20511 Facility=System
20512 SymbolicName=ERROR_DS_CANT_ADD_SYSTEM_ONLY
20513 Language=English
20514 ERROR_DS_CANT_ADD_SYSTEM_ONLY - It is not permitted to add an attribute which is owned by the system.
20515 .
20516 Language=Russian
20517 ERROR_DS_CANT_ADD_SYSTEM_ONLY - It is not permitted to add an attribute which is owned by the system.
20518 .
20519 Language=Polish
20520 ERROR_DS_CANT_ADD_SYSTEM_ONLY - It is not permitted to add an attribute which is owned by the system.
20521 .
20522
20523 MessageId=8359
20524 Severity=Success
20525 Facility=System
20526 SymbolicName=ERROR_DS_CLASS_MUST_BE_CONCRETE
20527 Language=English
20528 ERROR_DS_CLASS_MUST_BE_CONCRETE - The class of the object must be structural; you cannot instantiate an abstract class.
20529 .
20530 Language=Russian
20531 ERROR_DS_CLASS_MUST_BE_CONCRETE - The class of the object must be structural; you cannot instantiate an abstract class.
20532 .
20533 Language=Polish
20534 ERROR_DS_CLASS_MUST_BE_CONCRETE - The class of the object must be structural; you cannot instantiate an abstract class.
20535 .
20536
20537 MessageId=8360
20538 Severity=Success
20539 Facility=System
20540 SymbolicName=ERROR_DS_INVALID_DMD
20541 Language=English
20542 ERROR_DS_INVALID_DMD - The schema object could not be found.
20543 .
20544 Language=Russian
20545 ERROR_DS_INVALID_DMD - The schema object could not be found.
20546 .
20547 Language=Polish
20548 ERROR_DS_INVALID_DMD - The schema object could not be found.
20549 .
20550
20551 MessageId=8361
20552 Severity=Success
20553 Facility=System
20554 SymbolicName=ERROR_DS_OBJ_GUID_EXISTS
20555 Language=English
20556 ERROR_DS_OBJ_GUID_EXISTS - A local object with this GUID (dead or alive) already exists.
20557 .
20558 Language=Russian
20559 ERROR_DS_OBJ_GUID_EXISTS - A local object with this GUID (dead or alive) already exists.
20560 .
20561 Language=Polish
20562 ERROR_DS_OBJ_GUID_EXISTS - A local object with this GUID (dead or alive) already exists.
20563 .
20564
20565 MessageId=8362
20566 Severity=Success
20567 Facility=System
20568 SymbolicName=ERROR_DS_NOT_ON_BACKLINK
20569 Language=English
20570 ERROR_DS_NOT_ON_BACKLINK - The operation cannot be performed on a back link.
20571 .
20572 Language=Russian
20573 ERROR_DS_NOT_ON_BACKLINK - The operation cannot be performed on a back link.
20574 .
20575 Language=Polish
20576 ERROR_DS_NOT_ON_BACKLINK - The operation cannot be performed on a back link.
20577 .
20578
20579 MessageId=8363
20580 Severity=Success
20581 Facility=System
20582 SymbolicName=ERROR_DS_NO_CROSSREF_FOR_NC
20583 Language=English
20584 ERROR_DS_NO_CROSSREF_FOR_NC - The cross reference for the specified naming context could not be found.
20585 .
20586 Language=Russian
20587 ERROR_DS_NO_CROSSREF_FOR_NC - The cross reference for the specified naming context could not be found.
20588 .
20589 Language=Polish
20590 ERROR_DS_NO_CROSSREF_FOR_NC - The cross reference for the specified naming context could not be found.
20591 .
20592
20593 MessageId=8364
20594 Severity=Success
20595 Facility=System
20596 SymbolicName=ERROR_DS_SHUTTING_DOWN
20597 Language=English
20598 ERROR_DS_SHUTTING_DOWN - The operation could not be performed because the directory service is shutting down.
20599 .
20600 Language=Russian
20601 ERROR_DS_SHUTTING_DOWN - The operation could not be performed because the directory service is shutting down.
20602 .
20603 Language=Polish
20604 ERROR_DS_SHUTTING_DOWN - The operation could not be performed because the directory service is shutting down.
20605 .
20606
20607 MessageId=8365
20608 Severity=Success
20609 Facility=System
20610 SymbolicName=ERROR_DS_UNKNOWN_OPERATION
20611 Language=English
20612 ERROR_DS_UNKNOWN_OPERATION - The directory service request is invalid.
20613 .
20614 Language=Russian
20615 ERROR_DS_UNKNOWN_OPERATION - The directory service request is invalid.
20616 .
20617 Language=Polish
20618 ERROR_DS_UNKNOWN_OPERATION - The directory service request is invalid.
20619 .
20620
20621 MessageId=8366
20622 Severity=Success
20623 Facility=System
20624 SymbolicName=ERROR_DS_INVALID_ROLE_OWNER
20625 Language=English
20626 ERROR_DS_INVALID_ROLE_OWNER - The role owner attribute could not be read.
20627 .
20628 Language=Russian
20629 ERROR_DS_INVALID_ROLE_OWNER - The role owner attribute could not be read.
20630 .
20631 Language=Polish
20632 ERROR_DS_INVALID_ROLE_OWNER - The role owner attribute could not be read.
20633 .
20634
20635 MessageId=8367
20636 Severity=Success
20637 Facility=System
20638 SymbolicName=ERROR_DS_COULDNT_CONTACT_FSMO
20639 Language=English
20640 ERROR_DS_COULDNT_CONTACT_FSMO - The requested FSMO operation failed. The current FSMO holder could not be reached.
20641 .
20642 Language=Russian
20643 ERROR_DS_COULDNT_CONTACT_FSMO - The requested FSMO operation failed. The current FSMO holder could not be reached.
20644 .
20645 Language=Polish
20646 ERROR_DS_COULDNT_CONTACT_FSMO - The requested FSMO operation failed. The current FSMO holder could not be reached.
20647 .
20648
20649 MessageId=8368
20650 Severity=Success
20651 Facility=System
20652 SymbolicName=ERROR_DS_CROSS_NC_DN_RENAME
20653 Language=English
20654 ERROR_DS_CROSS_NC_DN_RENAME - Modification of a DN across a naming context is not permitted.
20655 .
20656 Language=Russian
20657 ERROR_DS_CROSS_NC_DN_RENAME - Modification of a DN across a naming context is not permitted.
20658 .
20659 Language=Polish
20660 ERROR_DS_CROSS_NC_DN_RENAME - Modification of a DN across a naming context is not permitted.
20661 .
20662
20663 MessageId=8369
20664 Severity=Success
20665 Facility=System
20666 SymbolicName=ERROR_DS_CANT_MOD_SYSTEM_ONLY
20667 Language=English
20668 ERROR_DS_CANT_MOD_SYSTEM_ONLY - The attribute cannot be modified because it is owned by the system.
20669 .
20670 Language=Russian
20671 ERROR_DS_CANT_MOD_SYSTEM_ONLY - The attribute cannot be modified because it is owned by the system.
20672 .
20673 Language=Polish
20674 ERROR_DS_CANT_MOD_SYSTEM_ONLY - The attribute cannot be modified because it is owned by the system.
20675 .
20676
20677 MessageId=8370
20678 Severity=Success
20679 Facility=System
20680 SymbolicName=ERROR_DS_REPLICATOR_ONLY
20681 Language=English
20682 ERROR_DS_REPLICATOR_ONLY - Only the replicator can perform this function.
20683 .
20684 Language=Russian
20685 ERROR_DS_REPLICATOR_ONLY - Only the replicator can perform this function.
20686 .
20687 Language=Polish
20688 ERROR_DS_REPLICATOR_ONLY - Only the replicator can perform this function.
20689 .
20690
20691 MessageId=8371
20692 Severity=Success
20693 Facility=System
20694 SymbolicName=ERROR_DS_OBJ_CLASS_NOT_DEFINED
20695 Language=English
20696 ERROR_DS_OBJ_CLASS_NOT_DEFINED - The specified class is not defined.
20697 .
20698 Language=Russian
20699 ERROR_DS_OBJ_CLASS_NOT_DEFINED - The specified class is not defined.
20700 .
20701 Language=Polish
20702 ERROR_DS_OBJ_CLASS_NOT_DEFINED - The specified class is not defined.
20703 .
20704
20705 MessageId=8372
20706 Severity=Success
20707 Facility=System
20708 SymbolicName=ERROR_DS_OBJ_CLASS_NOT_SUBCLASS
20709 Language=English
20710 ERROR_DS_OBJ_CLASS_NOT_SUBCLASS - The specified class is not a subclass.
20711 .
20712 Language=Russian
20713 ERROR_DS_OBJ_CLASS_NOT_SUBCLASS - The specified class is not a subclass.
20714 .
20715 Language=Polish
20716 ERROR_DS_OBJ_CLASS_NOT_SUBCLASS - The specified class is not a subclass.
20717 .
20718
20719 MessageId=8373
20720 Severity=Success
20721 Facility=System
20722 SymbolicName=ERROR_DS_NAME_REFERENCE_INVALID
20723 Language=English
20724 ERROR_DS_NAME_REFERENCE_INVALID - The name reference is invalid.
20725 .
20726 Language=Russian
20727 ERROR_DS_NAME_REFERENCE_INVALID - The name reference is invalid.
20728 .
20729 Language=Polish
20730 ERROR_DS_NAME_REFERENCE_INVALID - The name reference is invalid.
20731 .
20732
20733 MessageId=8374
20734 Severity=Success
20735 Facility=System
20736 SymbolicName=ERROR_DS_CROSS_REF_EXISTS
20737 Language=English
20738 ERROR_DS_CROSS_REF_EXISTS - A cross reference already exists.
20739 .
20740 Language=Russian
20741 ERROR_DS_CROSS_REF_EXISTS - A cross reference already exists.
20742 .
20743 Language=Polish
20744 ERROR_DS_CROSS_REF_EXISTS - A cross reference already exists.
20745 .
20746
20747 MessageId=8375
20748 Severity=Success
20749 Facility=System
20750 SymbolicName=ERROR_DS_CANT_DEL_MASTER_CROSSREF
20751 Language=English
20752 ERROR_DS_CANT_DEL_MASTER_CROSSREF - It is not permitted to delete a master cross reference.
20753 .
20754 Language=Russian
20755 ERROR_DS_CANT_DEL_MASTER_CROSSREF - It is not permitted to delete a master cross reference.
20756 .
20757 Language=Polish
20758 ERROR_DS_CANT_DEL_MASTER_CROSSREF - It is not permitted to delete a master cross reference.
20759 .
20760
20761 MessageId=8376
20762 Severity=Success
20763 Facility=System
20764 SymbolicName=ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD
20765 Language=English
20766 ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD - Subtree notifications are only supported on NC heads.
20767 .
20768 Language=Russian
20769 ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD - Subtree notifications are only supported on NC heads.
20770 .
20771 Language=Polish
20772 ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD - Subtree notifications are only supported on NC heads.
20773 .
20774
20775 MessageId=8377
20776 Severity=Success
20777 Facility=System
20778 SymbolicName=ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX
20779 Language=English
20780 ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX - Notification filter is too complex.
20781 .
20782 Language=Russian
20783 ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX - Notification filter is too complex.
20784 .
20785 Language=Polish
20786 ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX - Notification filter is too complex.
20787 .
20788
20789 MessageId=8378
20790 Severity=Success
20791 Facility=System
20792 SymbolicName=ERROR_DS_DUP_RDN
20793 Language=English
20794 ERROR_DS_DUP_RDN - Schema update failed: duplicate RDN.
20795 .
20796 Language=Russian
20797 ERROR_DS_DUP_RDN - Schema update failed: duplicate RDN.
20798 .
20799 Language=Polish
20800 ERROR_DS_DUP_RDN - Schema update failed: duplicate RDN.
20801 .
20802
20803 MessageId=8379
20804 Severity=Success
20805 Facility=System
20806 SymbolicName=ERROR_DS_DUP_OID
20807 Language=English
20808 ERROR_DS_DUP_OID - Schema update failed: duplicate OID
20809 .
20810 Language=Russian
20811 ERROR_DS_DUP_OID - Schema update failed: duplicate OID
20812 .
20813 Language=Polish
20814 ERROR_DS_DUP_OID - Schema update failed: duplicate OID
20815 .
20816
20817 MessageId=8380
20818 Severity=Success
20819 Facility=System
20820 SymbolicName=ERROR_DS_DUP_MAPI_ID
20821 Language=English
20822 ERROR_DS_DUP_MAPI_ID - Schema update failed: duplicate MAPI identifier.
20823 .
20824 Language=Russian
20825 ERROR_DS_DUP_MAPI_ID - Schema update failed: duplicate MAPI identifier.
20826 .
20827 Language=Polish
20828 ERROR_DS_DUP_MAPI_ID - Schema update failed: duplicate MAPI identifier.
20829 .
20830
20831 MessageId=8381
20832 Severity=Success
20833 Facility=System
20834 SymbolicName=ERROR_DS_DUP_SCHEMA_ID_GUID
20835 Language=English
20836 ERROR_DS_DUP_SCHEMA_ID_GUID - Schema update failed: duplicate schema-id GUID.
20837 .
20838 Language=Russian
20839 ERROR_DS_DUP_SCHEMA_ID_GUID - Schema update failed: duplicate schema-id GUID.
20840 .
20841 Language=Polish
20842 ERROR_DS_DUP_SCHEMA_ID_GUID - Schema update failed: duplicate schema-id GUID.
20843 .
20844
20845 MessageId=8382
20846 Severity=Success
20847 Facility=System
20848 SymbolicName=ERROR_DS_DUP_LDAP_DISPLAY_NAME
20849 Language=English
20850 ERROR_DS_DUP_LDAP_DISPLAY_NAME - Schema update failed: duplicate LDAP display name.
20851 .
20852 Language=Russian
20853 ERROR_DS_DUP_LDAP_DISPLAY_NAME - Schema update failed: duplicate LDAP display name.
20854 .
20855 Language=Polish
20856 ERROR_DS_DUP_LDAP_DISPLAY_NAME - Schema update failed: duplicate LDAP display name.
20857 .
20858
20859 MessageId=8383
20860 Severity=Success
20861 Facility=System
20862 SymbolicName=ERROR_DS_SEMANTIC_ATT_TEST
20863 Language=English
20864 ERROR_DS_SEMANTIC_ATT_TEST - Schema update failed: range-lower less than range upper
20865 .
20866 Language=Russian
20867 ERROR_DS_SEMANTIC_ATT_TEST - Schema update failed: range-lower less than range upper
20868 .
20869 Language=Polish
20870 ERROR_DS_SEMANTIC_ATT_TEST - Schema update failed: range-lower less than range upper
20871 .
20872
20873 MessageId=8384
20874 Severity=Success
20875 Facility=System
20876 SymbolicName=ERROR_DS_SYNTAX_MISMATCH
20877 Language=English
20878 ERROR_DS_SYNTAX_MISMATCH - Schema update failed: syntax mismatch
20879 .
20880 Language=Russian
20881 ERROR_DS_SYNTAX_MISMATCH - Schema update failed: syntax mismatch
20882 .
20883 Language=Polish
20884 ERROR_DS_SYNTAX_MISMATCH - Schema update failed: syntax mismatch
20885 .
20886
20887 MessageId=8385
20888 Severity=Success
20889 Facility=System
20890 SymbolicName=ERROR_DS_EXISTS_IN_MUST_HAVE
20891 Language=English
20892 ERROR_DS_EXISTS_IN_MUST_HAVE - Schema deletion failed: attribute is used in must-contain
20893 .
20894 Language=Russian
20895 ERROR_DS_EXISTS_IN_MUST_HAVE - Schema deletion failed: attribute is used in must-contain
20896 .
20897 Language=Polish
20898 ERROR_DS_EXISTS_IN_MUST_HAVE - Schema deletion failed: attribute is used in must-contain
20899 .
20900
20901 MessageId=8386
20902 Severity=Success
20903 Facility=System
20904 SymbolicName=ERROR_DS_EXISTS_IN_MAY_HAVE
20905 Language=English
20906 ERROR_DS_EXISTS_IN_MAY_HAVE - Schema deletion failed: attribute is used in may-contain
20907 .
20908 Language=Russian
20909 ERROR_DS_EXISTS_IN_MAY_HAVE - Schema deletion failed: attribute is used in may-contain
20910 .
20911 Language=Polish
20912 ERROR_DS_EXISTS_IN_MAY_HAVE - Schema deletion failed: attribute is used in may-contain
20913 .
20914
20915 MessageId=8387
20916 Severity=Success
20917 Facility=System
20918 SymbolicName=ERROR_DS_NONEXISTENT_MAY_HAVE
20919 Language=English
20920 ERROR_DS_NONEXISTENT_MAY_HAVE - Schema update failed: attribute in may-contain does not exist
20921 .
20922 Language=Russian
20923 ERROR_DS_NONEXISTENT_MAY_HAVE - Schema update failed: attribute in may-contain does not exist
20924 .
20925 Language=Polish
20926 ERROR_DS_NONEXISTENT_MAY_HAVE - Schema update failed: attribute in may-contain does not exist
20927 .
20928
20929 MessageId=8388
20930 Severity=Success
20931 Facility=System
20932 SymbolicName=ERROR_DS_NONEXISTENT_MUST_HAVE
20933 Language=English
20934 ERROR_DS_NONEXISTENT_MUST_HAVE - Schema update failed: attribute in must-contain does not exist
20935 .
20936 Language=Russian
20937 ERROR_DS_NONEXISTENT_MUST_HAVE - Schema update failed: attribute in must-contain does not exist
20938 .
20939 Language=Polish
20940 ERROR_DS_NONEXISTENT_MUST_HAVE - Schema update failed: attribute in must-contain does not exist
20941 .
20942
20943 MessageId=8389
20944 Severity=Success
20945 Facility=System
20946 SymbolicName=ERROR_DS_AUX_CLS_TEST_FAIL
20947 Language=English
20948 ERROR_DS_AUX_CLS_TEST_FAIL - Schema update failed: class in aux-class list does not exist or is not an auxiliary class
20949 .
20950 Language=Russian
20951 ERROR_DS_AUX_CLS_TEST_FAIL - Schema update failed: class in aux-class list does not exist or is not an auxiliary class
20952 .
20953 Language=Polish
20954 ERROR_DS_AUX_CLS_TEST_FAIL - Schema update failed: class in aux-class list does not exist or is not an auxiliary class
20955 .
20956
20957 MessageId=8390
20958 Severity=Success
20959 Facility=System
20960 SymbolicName=ERROR_DS_NONEXISTENT_POSS_SUP
20961 Language=English
20962 ERROR_DS_NONEXISTENT_POSS_SUP - Schema update failed: class in poss-superiors does not exist
20963 .
20964 Language=Russian
20965 ERROR_DS_NONEXISTENT_POSS_SUP - Schema update failed: class in poss-superiors does not exist
20966 .
20967 Language=Polish
20968 ERROR_DS_NONEXISTENT_POSS_SUP - Schema update failed: class in poss-superiors does not exist
20969 .
20970
20971 MessageId=8391
20972 Severity=Success
20973 Facility=System
20974 SymbolicName=ERROR_DS_SUB_CLS_TEST_FAIL
20975 Language=English
20976 ERROR_DS_SUB_CLS_TEST_FAIL - Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules
20977 .
20978 Language=Russian
20979 ERROR_DS_SUB_CLS_TEST_FAIL - Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules
20980 .
20981 Language=Polish
20982 ERROR_DS_SUB_CLS_TEST_FAIL - Schema update failed: class in subclassof list does not exist or does not satisfy hierarchy rules
20983 .
20984
20985 MessageId=8392
20986 Severity=Success
20987 Facility=System
20988 SymbolicName=ERROR_DS_BAD_RDN_ATT_ID_SYNTAX
20989 Language=English
20990 ERROR_DS_BAD_RDN_ATT_ID_SYNTAX - Schema update failed: Rdn-Att-Id has wrong syntax
20991 .
20992 Language=Russian
20993 ERROR_DS_BAD_RDN_ATT_ID_SYNTAX - Schema update failed: Rdn-Att-Id has wrong syntax
20994 .
20995 Language=Polish
20996 ERROR_DS_BAD_RDN_ATT_ID_SYNTAX - Schema update failed: Rdn-Att-Id has wrong syntax
20997 .
20998
20999 MessageId=8393
21000 Severity=Success
21001 Facility=System
21002 SymbolicName=ERROR_DS_EXISTS_IN_AUX_CLS
21003 Language=English
21004 ERROR_DS_EXISTS_IN_AUX_CLS - Schema deletion failed: class is used as auxiliary class
21005 .
21006 Language=Russian
21007 ERROR_DS_EXISTS_IN_AUX_CLS - Schema deletion failed: class is used as auxiliary class
21008 .
21009 Language=Polish
21010 ERROR_DS_EXISTS_IN_AUX_CLS - Schema deletion failed: class is used as auxiliary class
21011 .
21012
21013 MessageId=8394
21014 Severity=Success
21015 Facility=System
21016 SymbolicName=ERROR_DS_EXISTS_IN_SUB_CLS
21017 Language=English
21018 ERROR_DS_EXISTS_IN_SUB_CLS - Schema deletion failed: class is used as sub class
21019 .
21020 Language=Russian
21021 ERROR_DS_EXISTS_IN_SUB_CLS - Schema deletion failed: class is used as sub class
21022 .
21023 Language=Polish
21024 ERROR_DS_EXISTS_IN_SUB_CLS - Schema deletion failed: class is used as sub class
21025 .
21026
21027 MessageId=8395
21028 Severity=Success
21029 Facility=System
21030 SymbolicName=ERROR_DS_EXISTS_IN_POSS_SUP
21031 Language=English
21032 ERROR_DS_EXISTS_IN_POSS_SUP - Schema deletion failed: class is used as poss superior
21033 .
21034 Language=Russian
21035 ERROR_DS_EXISTS_IN_POSS_SUP - Schema deletion failed: class is used as poss superior
21036 .
21037 Language=Polish
21038 ERROR_DS_EXISTS_IN_POSS_SUP - Schema deletion failed: class is used as poss superior
21039 .
21040
21041 MessageId=8396
21042 Severity=Success
21043 Facility=System
21044 SymbolicName=ERROR_DS_RECALCSCHEMA_FAILED
21045 Language=English
21046 ERROR_DS_RECALCSCHEMA_FAILED - Schema update failed in recalculating validation cache.
21047 .
21048 Language=Russian
21049 ERROR_DS_RECALCSCHEMA_FAILED - Schema update failed in recalculating validation cache.
21050 .
21051 Language=Polish
21052 ERROR_DS_RECALCSCHEMA_FAILED - Schema update failed in recalculating validation cache.
21053 .
21054
21055 MessageId=8397
21056 Severity=Success
21057 Facility=System
21058 SymbolicName=ERROR_DS_TREE_DELETE_NOT_FINISHED
21059 Language=English
21060 ERROR_DS_TREE_DELETE_NOT_FINISHED - The tree deletion is not finished.
21061 .
21062 Language=Russian
21063 ERROR_DS_TREE_DELETE_NOT_FINISHED - The tree deletion is not finished.
21064 .
21065 Language=Polish
21066 ERROR_DS_TREE_DELETE_NOT_FINISHED - The tree deletion is not finished.
21067 .
21068
21069 MessageId=8398
21070 Severity=Success
21071 Facility=System
21072 SymbolicName=ERROR_DS_CANT_DELETE
21073 Language=English
21074 ERROR_DS_CANT_DELETE - The requested delete operation could not be performed.
21075 .
21076 Language=Russian
21077 ERROR_DS_CANT_DELETE - The requested delete operation could not be performed.
21078 .
21079 Language=Polish
21080 ERROR_DS_CANT_DELETE - The requested delete operation could not be performed.
21081 .
21082
21083 MessageId=8399
21084 Severity=Success
21085 Facility=System
21086 SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_ID
21087 Language=English
21088 ERROR_DS_ATT_SCHEMA_REQ_ID - Cannot read the governs class identifier for the schema record.
21089 .
21090 Language=Russian
21091 ERROR_DS_ATT_SCHEMA_REQ_ID - Cannot read the governs class identifier for the schema record.
21092 .
21093 Language=Polish
21094 ERROR_DS_ATT_SCHEMA_REQ_ID - Cannot read the governs class identifier for the schema record.
21095 .
21096
21097 MessageId=8400
21098 Severity=Success
21099 Facility=System
21100 SymbolicName=ERROR_DS_BAD_ATT_SCHEMA_SYNTAX
21101 Language=English
21102 ERROR_DS_BAD_ATT_SCHEMA_SYNTAX - The attribute schema has bad syntax.
21103 .
21104 Language=Russian
21105 ERROR_DS_BAD_ATT_SCHEMA_SYNTAX - The attribute schema has bad syntax.
21106 .
21107 Language=Polish
21108 ERROR_DS_BAD_ATT_SCHEMA_SYNTAX - The attribute schema has bad syntax.
21109 .
21110
21111 MessageId=8401
21112 Severity=Success
21113 Facility=System
21114 SymbolicName=ERROR_DS_CANT_CACHE_ATT
21115 Language=English
21116 ERROR_DS_CANT_CACHE_ATT - The attribute could not be cached.
21117 .
21118 Language=Russian
21119 ERROR_DS_CANT_CACHE_ATT - The attribute could not be cached.
21120 .
21121 Language=Polish
21122 ERROR_DS_CANT_CACHE_ATT - The attribute could not be cached.
21123 .
21124
21125 MessageId=8402
21126 Severity=Success
21127 Facility=System
21128 SymbolicName=ERROR_DS_CANT_CACHE_CLASS
21129 Language=English
21130 ERROR_DS_CANT_CACHE_CLASS - The class could not be cached.
21131 .
21132 Language=Russian
21133 ERROR_DS_CANT_CACHE_CLASS - The class could not be cached.
21134 .
21135 Language=Polish
21136 ERROR_DS_CANT_CACHE_CLASS - The class could not be cached.
21137 .
21138
21139 MessageId=8403
21140 Severity=Success
21141 Facility=System
21142 SymbolicName=ERROR_DS_CANT_REMOVE_ATT_CACHE
21143 Language=English
21144 ERROR_DS_CANT_REMOVE_ATT_CACHE - The attribute could not be removed from the cache.
21145 .
21146 Language=Russian
21147 ERROR_DS_CANT_REMOVE_ATT_CACHE - The attribute could not be removed from the cache.
21148 .
21149 Language=Polish
21150 ERROR_DS_CANT_REMOVE_ATT_CACHE - The attribute could not be removed from the cache.
21151 .
21152
21153 MessageId=8404
21154 Severity=Success
21155 Facility=System
21156 SymbolicName=ERROR_DS_CANT_REMOVE_CLASS_CACHE
21157 Language=English
21158 ERROR_DS_CANT_REMOVE_CLASS_CACHE - The class could not be removed from the cache.
21159 .
21160 Language=Russian
21161 ERROR_DS_CANT_REMOVE_CLASS_CACHE - The class could not be removed from the cache.
21162 .
21163 Language=Polish
21164 ERROR_DS_CANT_REMOVE_CLASS_CACHE - The class could not be removed from the cache.
21165 .
21166
21167 MessageId=8405
21168 Severity=Success
21169 Facility=System
21170 SymbolicName=ERROR_DS_CANT_RETRIEVE_DN
21171 Language=English
21172 ERROR_DS_CANT_RETRIEVE_DN - The distinguished name attribute could not be read.
21173 .
21174 Language=Russian
21175 ERROR_DS_CANT_RETRIEVE_DN - The distinguished name attribute could not be read.
21176 .
21177 Language=Polish
21178 ERROR_DS_CANT_RETRIEVE_DN - The distinguished name attribute could not be read.
21179 .
21180
21181 MessageId=8406
21182 Severity=Success
21183 Facility=System
21184 SymbolicName=ERROR_DS_MISSING_SUPREF
21185 Language=English
21186 ERROR_DS_MISSING_SUPREF - No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
21187 .
21188 Language=Russian
21189 ERROR_DS_MISSING_SUPREF - No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
21190 .
21191 Language=Polish
21192 ERROR_DS_MISSING_SUPREF - No superior reference has been configured for the directory service. The directory service is therefore unable to issue referrals to objects outside this forest.
21193 .
21194
21195 MessageId=8407
21196 Severity=Success
21197 Facility=System
21198 SymbolicName=ERROR_DS_CANT_RETRIEVE_INSTANCE
21199 Language=English
21200 ERROR_DS_CANT_RETRIEVE_INSTANCE - The instance type attribute could not be retrieved.
21201 .
21202 Language=Russian
21203 ERROR_DS_CANT_RETRIEVE_INSTANCE - The instance type attribute could not be retrieved.
21204 .
21205 Language=Polish
21206 ERROR_DS_CANT_RETRIEVE_INSTANCE - The instance type attribute could not be retrieved.
21207 .
21208
21209 MessageId=8408
21210 Severity=Success
21211 Facility=System
21212 SymbolicName=ERROR_DS_CODE_INCONSISTENCY
21213 Language=English
21214 ERROR_DS_CODE_INCONSISTENCY - An internal error has occurred.
21215 .
21216 Language=Russian
21217 ERROR_DS_CODE_INCONSISTENCY - An internal error has occurred.
21218 .
21219 Language=Polish
21220 ERROR_DS_CODE_INCONSISTENCY - An internal error has occurred.
21221 .
21222
21223 MessageId=8409
21224 Severity=Success
21225 Facility=System
21226 SymbolicName=ERROR_DS_DATABASE_ERROR
21227 Language=English
21228 ERROR_DS_DATABASE_ERROR - A database error has occurred.
21229 .
21230 Language=Russian
21231 ERROR_DS_DATABASE_ERROR - A database error has occurred.
21232 .
21233 Language=Polish
21234 ERROR_DS_DATABASE_ERROR - A database error has occurred.
21235 .
21236
21237 MessageId=8410
21238 Severity=Success
21239 Facility=System
21240 SymbolicName=ERROR_DS_GOVERNSID_MISSING
21241 Language=English
21242 ERROR_DS_GOVERNSID_MISSING - The attribute GOVERNSID is missing.
21243 .
21244 Language=Russian
21245 ERROR_DS_GOVERNSID_MISSING - The attribute GOVERNSID is missing.
21246 .
21247 Language=Polish
21248 ERROR_DS_GOVERNSID_MISSING - The attribute GOVERNSID is missing.
21249 .
21250
21251 MessageId=8411
21252 Severity=Success
21253 Facility=System
21254 SymbolicName=ERROR_DS_MISSING_EXPECTED_ATT
21255 Language=English
21256 ERROR_DS_MISSING_EXPECTED_ATT - An expected attribute is missing.
21257 .
21258 Language=Russian
21259 ERROR_DS_MISSING_EXPECTED_ATT - An expected attribute is missing.
21260 .
21261 Language=Polish
21262 ERROR_DS_MISSING_EXPECTED_ATT - An expected attribute is missing.
21263 .
21264
21265 MessageId=8412
21266 Severity=Success
21267 Facility=System
21268 SymbolicName=ERROR_DS_NCNAME_MISSING_CR_REF
21269 Language=English
21270 ERROR_DS_NCNAME_MISSING_CR_REF - The specified naming context is missing a cross reference.
21271 .
21272 Language=Russian
21273 ERROR_DS_NCNAME_MISSING_CR_REF - The specified naming context is missing a cross reference.
21274 .
21275 Language=Polish
21276 ERROR_DS_NCNAME_MISSING_CR_REF - The specified naming context is missing a cross reference.
21277 .
21278
21279 MessageId=8413
21280 Severity=Success
21281 Facility=System
21282 SymbolicName=ERROR_DS_SECURITY_CHECKING_ERROR
21283 Language=English
21284 ERROR_DS_SECURITY_CHECKING_ERROR - A security checking error has occurred.
21285 .
21286 Language=Russian
21287 ERROR_DS_SECURITY_CHECKING_ERROR - A security checking error has occurred.
21288 .
21289 Language=Polish
21290 ERROR_DS_SECURITY_CHECKING_ERROR - A security checking error has occurred.
21291 .
21292
21293 MessageId=8414
21294 Severity=Success
21295 Facility=System
21296 SymbolicName=ERROR_DS_SCHEMA_NOT_LOADED
21297 Language=English
21298 ERROR_DS_SCHEMA_NOT_LOADED - The schema is not loaded.
21299 .
21300 Language=Russian
21301 ERROR_DS_SCHEMA_NOT_LOADED - The schema is not loaded.
21302 .
21303 Language=Polish
21304 ERROR_DS_SCHEMA_NOT_LOADED - The schema is not loaded.
21305 .
21306
21307 MessageId=8415
21308 Severity=Success
21309 Facility=System
21310 SymbolicName=ERROR_DS_SCHEMA_ALLOC_FAILED
21311 Language=English
21312 ERROR_DS_SCHEMA_ALLOC_FAILED - Schema allocation failed. Please check if the machine is running low on memory.
21313 .
21314 Language=Russian
21315 ERROR_DS_SCHEMA_ALLOC_FAILED - Schema allocation failed. Please check if the machine is running low on memory.
21316 .
21317 Language=Polish
21318 ERROR_DS_SCHEMA_ALLOC_FAILED - Schema allocation failed. Please check if the machine is running low on memory.
21319 .
21320
21321 MessageId=8416
21322 Severity=Success
21323 Facility=System
21324 SymbolicName=ERROR_DS_ATT_SCHEMA_REQ_SYNTAX
21325 Language=English
21326 ERROR_DS_ATT_SCHEMA_REQ_SYNTAX - Failed to obtain the required syntax for the attribute schema.
21327 .
21328 Language=Russian
21329 ERROR_DS_ATT_SCHEMA_REQ_SYNTAX - Failed to obtain the required syntax for the attribute schema.
21330 .
21331 Language=Polish
21332 ERROR_DS_ATT_SCHEMA_REQ_SYNTAX - Failed to obtain the required syntax for the attribute schema.
21333 .
21334
21335 MessageId=8417
21336 Severity=Success
21337 Facility=System
21338 SymbolicName=ERROR_DS_GCVERIFY_ERROR
21339 Language=English
21340 ERROR_DS_GCVERIFY_ERROR - 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.
21341 .
21342 Language=Russian
21343 ERROR_DS_GCVERIFY_ERROR - 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.
21344 .
21345 Language=Polish
21346 ERROR_DS_GCVERIFY_ERROR - 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.
21347 .
21348
21349 MessageId=8418
21350 Severity=Success
21351 Facility=System
21352 SymbolicName=ERROR_DS_DRA_SCHEMA_MISMATCH
21353 Language=English
21354 ERROR_DS_DRA_SCHEMA_MISMATCH - The replication operation failed because of a schema mismatch between the servers involved.
21355 .
21356 Language=Russian
21357 ERROR_DS_DRA_SCHEMA_MISMATCH - The replication operation failed because of a schema mismatch between the servers involved.
21358 .
21359 Language=Polish
21360 ERROR_DS_DRA_SCHEMA_MISMATCH - The replication operation failed because of a schema mismatch between the servers involved.
21361 .
21362
21363 MessageId=8419
21364 Severity=Success
21365 Facility=System
21366 SymbolicName=ERROR_DS_CANT_FIND_DSA_OBJ
21367 Language=English
21368 ERROR_DS_CANT_FIND_DSA_OBJ - The DSA object could not be found.
21369 .
21370 Language=Russian
21371 ERROR_DS_CANT_FIND_DSA_OBJ - The DSA object could not be found.
21372 .
21373 Language=Polish
21374 ERROR_DS_CANT_FIND_DSA_OBJ - The DSA object could not be found.
21375 .
21376
21377 MessageId=8420
21378 Severity=Success
21379 Facility=System
21380 SymbolicName=ERROR_DS_CANT_FIND_EXPECTED_NC
21381 Language=English
21382 ERROR_DS_CANT_FIND_EXPECTED_NC - The naming context could not be found.
21383 .
21384 Language=Russian
21385 ERROR_DS_CANT_FIND_EXPECTED_NC - The naming context could not be found.
21386 .
21387 Language=Polish
21388 ERROR_DS_CANT_FIND_EXPECTED_NC - The naming context could not be found.
21389 .
21390
21391 MessageId=8421
21392 Severity=Success
21393 Facility=System
21394 SymbolicName=ERROR_DS_CANT_FIND_NC_IN_CACHE
21395 Language=English
21396 ERROR_DS_CANT_FIND_NC_IN_CACHE - The naming context could not be found in the cache.
21397 .
21398 Language=Russian
21399 ERROR_DS_CANT_FIND_NC_IN_CACHE - The naming context could not be found in the cache.
21400 .
21401 Language=Polish
21402 ERROR_DS_CANT_FIND_NC_IN_CACHE - The naming context could not be found in the cache.
21403 .
21404
21405 MessageId=8422
21406 Severity=Success
21407 Facility=System
21408 SymbolicName=ERROR_DS_CANT_RETRIEVE_CHILD
21409 Language=English
21410 ERROR_DS_CANT_RETRIEVE_CHILD - The child object could not be retrieved.
21411 .
21412 Language=Russian
21413 ERROR_DS_CANT_RETRIEVE_CHILD - The child object could not be retrieved.
21414 .
21415 Language=Polish
21416 ERROR_DS_CANT_RETRIEVE_CHILD - The child object could not be retrieved.
21417 .
21418
21419 MessageId=8423
21420 Severity=Success
21421 Facility=System
21422 SymbolicName=ERROR_DS_SECURITY_ILLEGAL_MODIFY
21423 Language=English
21424 ERROR_DS_SECURITY_ILLEGAL_MODIFY - The modification was not permitted for security reasons.
21425 .
21426 Language=Russian
21427 ERROR_DS_SECURITY_ILLEGAL_MODIFY - The modification was not permitted for security reasons.
21428 .
21429 Language=Polish
21430 ERROR_DS_SECURITY_ILLEGAL_MODIFY - The modification was not permitted for security reasons.
21431 .
21432
21433 MessageId=8424
21434 Severity=Success
21435 Facility=System
21436 SymbolicName=ERROR_DS_CANT_REPLACE_HIDDEN_REC
21437 Language=English
21438 ERROR_DS_CANT_REPLACE_HIDDEN_REC - The operation cannot replace the hidden record.
21439 .
21440 Language=Russian
21441 ERROR_DS_CANT_REPLACE_HIDDEN_REC - The operation cannot replace the hidden record.
21442 .
21443 Language=Polish
21444 ERROR_DS_CANT_REPLACE_HIDDEN_REC - The operation cannot replace the hidden record.
21445 .
21446
21447 MessageId=8425
21448 Severity=Success
21449 Facility=System
21450 SymbolicName=ERROR_DS_BAD_HIERARCHY_FILE
21451 Language=English
21452 ERROR_DS_BAD_HIERARCHY_FILE - The hierarchy file is invalid.
21453 .
21454 Language=Russian
21455 ERROR_DS_BAD_HIERARCHY_FILE - The hierarchy file is invalid.
21456 .
21457 Language=Polish
21458 ERROR_DS_BAD_HIERARCHY_FILE - The hierarchy file is invalid.
21459 .
21460
21461 MessageId=8426
21462 Severity=Success
21463 Facility=System
21464 SymbolicName=ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED
21465 Language=English
21466 ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED - The attempt to build the hierarchy table failed.
21467 .
21468 Language=Russian
21469 ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED - The attempt to build the hierarchy table failed.
21470 .
21471 Language=Polish
21472 ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED - The attempt to build the hierarchy table failed.
21473 .
21474
21475 MessageId=8427
21476 Severity=Success
21477 Facility=System
21478 SymbolicName=ERROR_DS_CONFIG_PARAM_MISSING
21479 Language=English
21480 ERROR_DS_CONFIG_PARAM_MISSING - The directory configuration parameter is missing from the registry.
21481 .
21482 Language=Russian
21483 ERROR_DS_CONFIG_PARAM_MISSING - The directory configuration parameter is missing from the registry.
21484 .
21485 Language=Polish
21486 ERROR_DS_CONFIG_PARAM_MISSING - The directory configuration parameter is missing from the registry.
21487 .
21488
21489 MessageId=8428
21490 Severity=Success
21491 Facility=System
21492 SymbolicName=ERROR_DS_COUNTING_AB_INDICES_FAILED
21493 Language=English
21494 ERROR_DS_COUNTING_AB_INDICES_FAILED - The attempt to count the address book indices failed.
21495 .
21496 Language=Russian
21497 ERROR_DS_COUNTING_AB_INDICES_FAILED - The attempt to count the address book indices failed.
21498 .
21499 Language=Polish
21500 ERROR_DS_COUNTING_AB_INDICES_FAILED - The attempt to count the address book indices failed.
21501 .
21502
21503 MessageId=8429
21504 Severity=Success
21505 Facility=System
21506 SymbolicName=ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED
21507 Language=English
21508 ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED - The allocation of the hierarchy table failed.
21509 .
21510 Language=Russian
21511 ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED - The allocation of the hierarchy table failed.
21512 .
21513 Language=Polish
21514 ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED - The allocation of the hierarchy table failed.
21515 .
21516
21517 MessageId=8430
21518 Severity=Success
21519 Facility=System
21520 SymbolicName=ERROR_DS_INTERNAL_FAILURE
21521 Language=English
21522 ERROR_DS_INTERNAL_FAILURE - The directory service encountered an internal failure.
21523 .
21524 Language=Russian
21525 ERROR_DS_INTERNAL_FAILURE - The directory service encountered an internal failure.
21526 .
21527 Language=Polish
21528 ERROR_DS_INTERNAL_FAILURE - The directory service encountered an internal failure.
21529 .
21530
21531 MessageId=8431
21532 Severity=Success
21533 Facility=System
21534 SymbolicName=ERROR_DS_UNKNOWN_ERROR
21535 Language=English
21536 ERROR_DS_UNKNOWN_ERROR - The directory service encountered an unknown failure.
21537 .
21538 Language=Russian
21539 ERROR_DS_UNKNOWN_ERROR - The directory service encountered an unknown failure.
21540 .
21541 Language=Polish
21542 ERROR_DS_UNKNOWN_ERROR - The directory service encountered an unknown failure.
21543 .
21544
21545 MessageId=8432
21546 Severity=Success
21547 Facility=System
21548 SymbolicName=ERROR_DS_ROOT_REQUIRES_CLASS_TOP
21549 Language=English
21550 ERROR_DS_ROOT_REQUIRES_CLASS_TOP - A root object requires a class of 'top'.
21551 .
21552 Language=Russian
21553 ERROR_DS_ROOT_REQUIRES_CLASS_TOP - A root object requires a class of 'top'.
21554 .
21555 Language=Polish
21556 ERROR_DS_ROOT_REQUIRES_CLASS_TOP - A root object requires a class of 'top'.
21557 .
21558
21559 MessageId=8433
21560 Severity=Success
21561 Facility=System
21562 SymbolicName=ERROR_DS_REFUSING_FSMO_ROLES
21563 Language=English
21564 ERROR_DS_REFUSING_FSMO_ROLES - This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
21565 .
21566 Language=Russian
21567 ERROR_DS_REFUSING_FSMO_ROLES - This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
21568 .
21569 Language=Polish
21570 ERROR_DS_REFUSING_FSMO_ROLES - This directory server is shutting down, and cannot take ownership of new floating single-master operation roles.
21571 .
21572
21573 MessageId=8434
21574 Severity=Success
21575 Facility=System
21576 SymbolicName=ERROR_DS_MISSING_FSMO_SETTINGS
21577 Language=English
21578 ERROR_DS_MISSING_FSMO_SETTINGS - The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
21579 .
21580 Language=Russian
21581 ERROR_DS_MISSING_FSMO_SETTINGS - The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
21582 .
21583 Language=Polish
21584 ERROR_DS_MISSING_FSMO_SETTINGS - The directory service is missing mandatory configuration information, and is unable to determine the ownership of floating single-master operation roles.
21585 .
21586
21587 MessageId=8435
21588 Severity=Success
21589 Facility=System
21590 SymbolicName=ERROR_DS_UNABLE_TO_SURRENDER_ROLES
21591 Language=English
21592 ERROR_DS_UNABLE_TO_SURRENDER_ROLES - The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
21593 .
21594 Language=Russian
21595 ERROR_DS_UNABLE_TO_SURRENDER_ROLES - The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
21596 .
21597 Language=Polish
21598 ERROR_DS_UNABLE_TO_SURRENDER_ROLES - The directory service was unable to transfer ownership of one or more floating single-master operation roles to other servers.
21599 .
21600
21601 MessageId=8436
21602 Severity=Success
21603 Facility=System
21604 SymbolicName=ERROR_DS_DRA_GENERIC
21605 Language=English
21606 ERROR_DS_DRA_GENERIC - The replication operation failed.
21607 .
21608 Language=Russian
21609 ERROR_DS_DRA_GENERIC - The replication operation failed.
21610 .
21611 Language=Polish
21612 ERROR_DS_DRA_GENERIC - The replication operation failed.
21613 .
21614
21615 MessageId=8437
21616 Severity=Success
21617 Facility=System
21618 SymbolicName=ERROR_DS_DRA_INVALID_PARAMETER
21619 Language=English
21620 ERROR_DS_DRA_INVALID_PARAMETER - An invalid parameter was specified for this replication operation.
21621 .
21622 Language=Russian
21623 ERROR_DS_DRA_INVALID_PARAMETER - An invalid parameter was specified for this replication operation.
21624 .
21625 Language=Polish
21626 ERROR_DS_DRA_INVALID_PARAMETER - An invalid parameter was specified for this replication operation.
21627 .
21628
21629 MessageId=8438
21630 Severity=Success
21631 Facility=System
21632 SymbolicName=ERROR_DS_DRA_BUSY
21633 Language=English
21634 ERROR_DS_DRA_BUSY - The directory service is too busy to complete the replication operation at this time.
21635 .
21636 Language=Russian
21637 ERROR_DS_DRA_BUSY - The directory service is too busy to complete the replication operation at this time.
21638 .
21639 Language=Polish
21640 ERROR_DS_DRA_BUSY - The directory service is too busy to complete the replication operation at this time.
21641 .
21642
21643 MessageId=8439
21644 Severity=Success
21645 Facility=System
21646 SymbolicName=ERROR_DS_DRA_BAD_DN
21647 Language=English
21648 ERROR_DS_DRA_BAD_DN - The distinguished name specified for this replication operation is invalid.
21649 .
21650 Language=Russian
21651 ERROR_DS_DRA_BAD_DN - The distinguished name specified for this replication operation is invalid.
21652 .
21653 Language=Polish
21654 ERROR_DS_DRA_BAD_DN - The distinguished name specified for this replication operation is invalid.
21655 .
21656
21657 MessageId=8440
21658 Severity=Success
21659 Facility=System
21660 SymbolicName=ERROR_DS_DRA_BAD_NC
21661 Language=English
21662 ERROR_DS_DRA_BAD_NC - The naming context specified for this replication operation is invalid.
21663 .
21664 Language=Russian
21665 ERROR_DS_DRA_BAD_NC - The naming context specified for this replication operation is invalid.
21666 .
21667 Language=Polish
21668 ERROR_DS_DRA_BAD_NC - The naming context specified for this replication operation is invalid.
21669 .
21670
21671 MessageId=8441
21672 Severity=Success
21673 Facility=System
21674 SymbolicName=ERROR_DS_DRA_DN_EXISTS
21675 Language=English
21676 ERROR_DS_DRA_DN_EXISTS - The distinguished name specified for this replication operation already exists.
21677 .
21678 Language=Russian
21679 ERROR_DS_DRA_DN_EXISTS - The distinguished name specified for this replication operation already exists.
21680 .
21681 Language=Polish
21682 ERROR_DS_DRA_DN_EXISTS - The distinguished name specified for this replication operation already exists.
21683 .
21684
21685 MessageId=8442
21686 Severity=Success
21687 Facility=System
21688 SymbolicName=ERROR_DS_DRA_INTERNAL_ERROR
21689 Language=English
21690 ERROR_DS_DRA_INTERNAL_ERROR - The replication system encountered an internal error.
21691 .
21692 Language=Russian
21693 ERROR_DS_DRA_INTERNAL_ERROR - The replication system encountered an internal error.
21694 .
21695 Language=Polish
21696 ERROR_DS_DRA_INTERNAL_ERROR - The replication system encountered an internal error.
21697 .
21698
21699 MessageId=8443
21700 Severity=Success
21701 Facility=System
21702 SymbolicName=ERROR_DS_DRA_INCONSISTENT_DIT
21703 Language=English
21704 ERROR_DS_DRA_INCONSISTENT_DIT - The replication operation encountered a database inconsistency.
21705 .
21706 Language=Russian
21707 ERROR_DS_DRA_INCONSISTENT_DIT - The replication operation encountered a database inconsistency.
21708 .
21709 Language=Polish
21710 ERROR_DS_DRA_INCONSISTENT_DIT - The replication operation encountered a database inconsistency.
21711 .
21712
21713 MessageId=8444
21714 Severity=Success
21715 Facility=System
21716 SymbolicName=ERROR_DS_DRA_CONNECTION_FAILED
21717 Language=English
21718 ERROR_DS_DRA_CONNECTION_FAILED - The server specified for this replication operation could not be contacted.
21719 .
21720 Language=Russian
21721 ERROR_DS_DRA_CONNECTION_FAILED - The server specified for this replication operation could not be contacted.
21722 .
21723 Language=Polish
21724 ERROR_DS_DRA_CONNECTION_FAILED - The server specified for this replication operation could not be contacted.
21725 .
21726
21727 MessageId=8445
21728 Severity=Success
21729 Facility=System
21730 SymbolicName=ERROR_DS_DRA_BAD_INSTANCE_TYPE
21731 Language=English
21732 ERROR_DS_DRA_BAD_INSTANCE_TYPE - The replication operation encountered an object with an invalid instance type.
21733 .
21734 Language=Russian
21735 ERROR_DS_DRA_BAD_INSTANCE_TYPE - The replication operation encountered an object with an invalid instance type.
21736 .
21737 Language=Polish
21738 ERROR_DS_DRA_BAD_INSTANCE_TYPE - The replication operation encountered an object with an invalid instance type.
21739 .
21740
21741 MessageId=8446
21742 Severity=Success
21743 Facility=System
21744 SymbolicName=ERROR_DS_DRA_OUT_OF_MEM
21745 Language=English
21746 ERROR_DS_DRA_OUT_OF_MEM - The replication operation failed to allocate memory.
21747 .
21748 Language=Russian
21749 ERROR_DS_DRA_OUT_OF_MEM - The replication operation failed to allocate memory.
21750 .
21751 Language=Polish
21752 ERROR_DS_DRA_OUT_OF_MEM - The replication operation failed to allocate memory.
21753 .
21754
21755 MessageId=8447
21756 Severity=Success
21757 Facility=System
21758 SymbolicName=ERROR_DS_DRA_MAIL_PROBLEM
21759 Language=English
21760 ERROR_DS_DRA_MAIL_PROBLEM - The replication operation encountered an error with the mail system.
21761 .
21762 Language=Russian
21763 ERROR_DS_DRA_MAIL_PROBLEM - The replication operation encountered an error with the mail system.
21764 .
21765 Language=Polish
21766 ERROR_DS_DRA_MAIL_PROBLEM - The replication operation encountered an error with the mail system.
21767 .
21768
21769 MessageId=8448
21770 Severity=Success
21771 Facility=System
21772 SymbolicName=ERROR_DS_DRA_REF_ALREADY_EXISTS
21773 Language=English
21774 ERROR_DS_DRA_REF_ALREADY_EXISTS - The replication reference information for the target server already exists.
21775 .
21776 Language=Russian
21777 ERROR_DS_DRA_REF_ALREADY_EXISTS - The replication reference information for the target server already exists.
21778 .
21779 Language=Polish
21780 ERROR_DS_DRA_REF_ALREADY_EXISTS - The replication reference information for the target server already exists.
21781 .
21782
21783 MessageId=8449
21784 Severity=Success
21785 Facility=System
21786 SymbolicName=ERROR_DS_DRA_REF_NOT_FOUND
21787 Language=English
21788 ERROR_DS_DRA_REF_NOT_FOUND - The replication reference information for the target server does not exist.
21789 .
21790 Language=Russian
21791 ERROR_DS_DRA_REF_NOT_FOUND - The replication reference information for the target server does not exist.
21792 .
21793 Language=Polish
21794 ERROR_DS_DRA_REF_NOT_FOUND - The replication reference information for the target server does not exist.
21795 .
21796
21797 MessageId=8450
21798 Severity=Success
21799 Facility=System
21800 SymbolicName=ERROR_DS_DRA_OBJ_IS_REP_SOURCE
21801 Language=English
21802 ERROR_DS_DRA_OBJ_IS_REP_SOURCE - The naming context cannot be removed because it is replicated to another server.
21803 .
21804 Language=Russian
21805 ERROR_DS_DRA_OBJ_IS_REP_SOURCE - The naming context cannot be removed because it is replicated to another server.
21806 .
21807 Language=Polish
21808 ERROR_DS_DRA_OBJ_IS_REP_SOURCE - The naming context cannot be removed because it is replicated to another server.
21809 .
21810
21811 MessageId=8451
21812 Severity=Success
21813 Facility=System
21814 SymbolicName=ERROR_DS_DRA_DB_ERROR
21815 Language=English
21816 ERROR_DS_DRA_DB_ERROR - The replication operation encountered a database error.
21817 .
21818 Language=Russian
21819 ERROR_DS_DRA_DB_ERROR - The replication operation encountered a database error.
21820 .
21821 Language=Polish
21822 ERROR_DS_DRA_DB_ERROR - The replication operation encountered a database error.
21823 .
21824
21825 MessageId=8452
21826 Severity=Success
21827 Facility=System
21828 SymbolicName=ERROR_DS_DRA_NO_REPLICA
21829 Language=English
21830 ERROR_DS_DRA_NO_REPLICA - The naming context is in the process of being removed or is not replicated from the specified server.
21831 .
21832 Language=Russian
21833 ERROR_DS_DRA_NO_REPLICA - The naming context is in the process of being removed or is not replicated from the specified server.
21834 .
21835 Language=Polish
21836 ERROR_DS_DRA_NO_REPLICA - The naming context is in the process of being removed or is not replicated from the specified server.
21837 .
21838
21839 MessageId=8453
21840 Severity=Success
21841 Facility=System
21842 SymbolicName=ERROR_DS_DRA_ACCESS_DENIED
21843 Language=English
21844 ERROR_DS_DRA_ACCESS_DENIED - Replication access was denied.
21845 .
21846 Language=Russian
21847 ERROR_DS_DRA_ACCESS_DENIED - Replication access was denied.
21848 .
21849 Language=Polish
21850 ERROR_DS_DRA_ACCESS_DENIED - Replication access was denied.
21851 .
21852
21853 MessageId=8454
21854 Severity=Success
21855 Facility=System
21856 SymbolicName=ERROR_DS_DRA_NOT_SUPPORTED
21857 Language=English
21858 ERROR_DS_DRA_NOT_SUPPORTED - The requested operation is not supported by this version of the directory service.
21859 .
21860 Language=Russian
21861 ERROR_DS_DRA_NOT_SUPPORTED - The requested operation is not supported by this version of the directory service.
21862 .
21863 Language=Polish
21864 ERROR_DS_DRA_NOT_SUPPORTED - The requested operation is not supported by this version of the directory service.
21865 .
21866
21867 MessageId=8455
21868 Severity=Success
21869 Facility=System
21870 SymbolicName=ERROR_DS_DRA_RPC_CANCELLED
21871 Language=English
21872 ERROR_DS_DRA_RPC_CANCELLED - The replication remote procedure call was cancelled.
21873 .
21874 Language=Russian
21875 ERROR_DS_DRA_RPC_CANCELLED - The replication remote procedure call was cancelled.
21876 .
21877 Language=Polish
21878 ERROR_DS_DRA_RPC_CANCELLED - The replication remote procedure call was cancelled.
21879 .
21880
21881 MessageId=8456
21882 Severity=Success
21883 Facility=System
21884 SymbolicName=ERROR_DS_DRA_SOURCE_DISABLED
21885 Language=English
21886 ERROR_DS_DRA_SOURCE_DISABLED - The source server is currently rejecting replication requests.
21887 .
21888 Language=Russian
21889 ERROR_DS_DRA_SOURCE_DISABLED - The source server is currently rejecting replication requests.
21890 .
21891 Language=Polish
21892 ERROR_DS_DRA_SOURCE_DISABLED - The source server is currently rejecting replication requests.
21893 .
21894
21895 MessageId=8457
21896 Severity=Success
21897 Facility=System
21898 SymbolicName=ERROR_DS_DRA_SINK_DISABLED
21899 Language=English
21900 ERROR_DS_DRA_SINK_DISABLED - The destination server is currently rejecting replication requests.
21901 .
21902 Language=Russian
21903 ERROR_DS_DRA_SINK_DISABLED - The destination server is currently rejecting replication requests.
21904 .
21905 Language=Polish
21906 ERROR_DS_DRA_SINK_DISABLED - The destination server is currently rejecting replication requests.
21907 .
21908
21909 MessageId=8458
21910 Severity=Success
21911 Facility=System
21912 SymbolicName=ERROR_DS_DRA_NAME_COLLISION
21913 Language=English
21914 ERROR_DS_DRA_NAME_COLLISION - The replication operation failed due to a collision of object names.
21915 .
21916 Language=Russian
21917 ERROR_DS_DRA_NAME_COLLISION - The replication operation failed due to a collision of object names.
21918 .
21919 Language=Polish
21920 ERROR_DS_DRA_NAME_COLLISION - The replication operation failed due to a collision of object names.
21921 .
21922
21923 MessageId=8459
21924 Severity=Success
21925 Facility=System
21926 SymbolicName=ERROR_DS_DRA_SOURCE_REINSTALLED
21927 Language=English
21928 ERROR_DS_DRA_SOURCE_REINSTALLED - The replication source has been reinstalled.
21929 .
21930 Language=Russian
21931 ERROR_DS_DRA_SOURCE_REINSTALLED - The replication source has been reinstalled.
21932 .
21933 Language=Polish
21934 ERROR_DS_DRA_SOURCE_REINSTALLED - The replication source has been reinstalled.
21935 .
21936
21937 MessageId=8460
21938 Severity=Success
21939 Facility=System
21940 SymbolicName=ERROR_DS_DRA_MISSING_PARENT
21941 Language=English
21942 ERROR_DS_DRA_MISSING_PARENT - The replication operation failed because a required parent object is missing.
21943 .
21944 Language=Russian
21945 ERROR_DS_DRA_MISSING_PARENT - The replication operation failed because a required parent object is missing.
21946 .
21947 Language=Polish
21948 ERROR_DS_DRA_MISSING_PARENT - The replication operation failed because a required parent object is missing.
21949 .
21950
21951 MessageId=8461
21952 Severity=Success
21953 Facility=System
21954 SymbolicName=ERROR_DS_DRA_PREEMPTED
21955 Language=English
21956 ERROR_DS_DRA_PREEMPTED - The replication operation was preempted.
21957 .
21958 Language=Russian
21959 ERROR_DS_DRA_PREEMPTED - The replication operation was preempted.
21960 .
21961 Language=Polish
21962 ERROR_DS_DRA_PREEMPTED - The replication operation was preempted.
21963 .
21964
21965 MessageId=8462
21966 Severity=Success
21967 Facility=System
21968 SymbolicName=ERROR_DS_DRA_ABANDON_SYNC
21969 Language=English
21970 ERROR_DS_DRA_ABANDON_SYNC - The replication synchronization attempt was abandoned because of a lack of updates.
21971 .
21972 Language=Russian
21973 ERROR_DS_DRA_ABANDON_SYNC - The replication synchronization attempt was abandoned because of a lack of updates.
21974 .
21975 Language=Polish
21976 ERROR_DS_DRA_ABANDON_SYNC - The replication synchronization attempt was abandoned because of a lack of updates.
21977 .
21978
21979 MessageId=8463
21980 Severity=Success
21981 Facility=System
21982 SymbolicName=ERROR_DS_DRA_SHUTDOWN
21983 Language=English
21984 ERROR_DS_DRA_SHUTDOWN - The replication operation was terminated because the system is shutting down.
21985 .
21986 Language=Russian
21987 ERROR_DS_DRA_SHUTDOWN - The replication operation was terminated because the system is shutting down.
21988 .
21989 Language=Polish
21990 ERROR_DS_DRA_SHUTDOWN - The replication operation was terminated because the system is shutting down.
21991 .
21992
21993 MessageId=8464
21994 Severity=Success
21995 Facility=System
21996 SymbolicName=ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET
21997 Language=English
21998 ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET - Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.
21999 .
22000 Language=Russian
22001 ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET - Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.
22002 .
22003 Language=Polish
22004 ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET - Synchronization attempt failed because the destination DC is currently waiting to synchronize new partial attributes from source. This condition is normal if a recent schema change modified the partial attribute set. The destination partial attribute set is not a subset of the source partial attribute set.
22005 .
22006
22007 MessageId=8465
22008 Severity=Success
22009 Facility=System
22010 SymbolicName=ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA
22011 Language=English
22012 ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA - The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
22013 .
22014 Language=Russian
22015 ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA - The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
22016 .
22017 Language=Polish
22018 ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA - The replication synchronization attempt failed because a master replica attempted to sync from a partial replica.
22019 .
22020
22021 MessageId=8466
22022 Severity=Success
22023 Facility=System
22024 SymbolicName=ERROR_DS_DRA_EXTN_CONNECTION_FAILED
22025 Language=English
22026 ERROR_DS_DRA_EXTN_CONNECTION_FAILED - The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
22027 .
22028 Language=Russian
22029 ERROR_DS_DRA_EXTN_CONNECTION_FAILED - The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
22030 .
22031 Language=Polish
22032 ERROR_DS_DRA_EXTN_CONNECTION_FAILED - The server specified for this replication operation was contacted, but that server was unable to contact an additional server needed to complete the operation.
22033 .
22034
22035 MessageId=8467
22036 Severity=Success
22037 Facility=System
22038 SymbolicName=ERROR_DS_INSTALL_SCHEMA_MISMATCH
22039 Language=English
22040 ERROR_DS_INSTALL_SCHEMA_MISMATCH - The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer.
22041 .
22042 Language=Russian
22043 ERROR_DS_INSTALL_SCHEMA_MISMATCH - The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer.
22044 .
22045 Language=Polish
22046 ERROR_DS_INSTALL_SCHEMA_MISMATCH - The version of the Active Directory schema of the source forest is not compatible with the version of Active Directory on this computer.
22047 .
22048
22049 MessageId=8468
22050 Severity=Success
22051 Facility=System
22052 SymbolicName=ERROR_DS_DUP_LINK_ID
22053 Language=English
22054 ERROR_DS_DUP_LINK_ID - Schema update failed: An attribute with the same link identifier already exists.
22055 .
22056 Language=Russian
22057 ERROR_DS_DUP_LINK_ID - Schema update failed: An attribute with the same link identifier already exists.
22058 .
22059 Language=Polish
22060 ERROR_DS_DUP_LINK_ID - Schema update failed: An attribute with the same link identifier already exists.
22061 .
22062
22063 MessageId=8469
22064 Severity=Success
22065 Facility=System
22066 SymbolicName=ERROR_DS_NAME_ERROR_RESOLVING
22067 Language=English
22068 ERROR_DS_NAME_ERROR_RESOLVING - Name translation: Generic processing error.
22069 .
22070 Language=Russian
22071 ERROR_DS_NAME_ERROR_RESOLVING - Name translation: Generic processing error.
22072 .
22073 Language=Polish
22074 ERROR_DS_NAME_ERROR_RESOLVING - Name translation: Generic processing error.
22075 .
22076
22077 MessageId=8470
22078 Severity=Success
22079 Facility=System
22080 SymbolicName=ERROR_DS_NAME_ERROR_NOT_FOUND
22081 Language=English
22082 ERROR_DS_NAME_ERROR_NOT_FOUND - Name translation: Could not find the name or insufficient right to see name.
22083 .
22084 Language=Russian
22085 ERROR_DS_NAME_ERROR_NOT_FOUND - Name translation: Could not find the name or insufficient right to see name.
22086 .
22087 Language=Polish
22088 ERROR_DS_NAME_ERROR_NOT_FOUND - Name translation: Could not find the name or insufficient right to see name.
22089 .
22090
22091 MessageId=8471
22092 Severity=Success
22093 Facility=System
22094 SymbolicName=ERROR_DS_NAME_ERROR_NOT_UNIQUE
22095 Language=English
22096 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
22097 .
22098 Language=Russian
22099 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
22100 .
22101 Language=Polish
22102 ERROR_DS_NAME_ERROR_NOT_UNIQUE - Name translation: Input name mapped to more than one output name.
22103 .
22104
22105 MessageId=8472
22106 Severity=Success
22107 Facility=System
22108 SymbolicName=ERROR_DS_NAME_ERROR_NO_MAPPING
22109 Language=English
22110 ERROR_DS_NAME_ERROR_NO_MAPPING - Name translation: Input name found, but not the associated output format.
22111 .
22112 Language=Russian
22113 ERROR_DS_NAME_ERROR_NO_MAPPING - Name translation: Input name found, but not the associated output format.
22114 .
22115 Language=Polish
22116 ERROR_DS_NAME_ERROR_NO_MAPPING - Name translation: Input name found, but not the associated output format.
22117 .
22118
22119 MessageId=8473
22120 Severity=Success
22121 Facility=System
22122 SymbolicName=ERROR_DS_NAME_ERROR_DOMAIN_ONLY
22123 Language=English
22124 ERROR_DS_NAME_ERROR_DOMAIN_ONLY - Name translation: Unable to resolve completely, only the domain was found.
22125 .
22126 Language=Russian
22127 ERROR_DS_NAME_ERROR_DOMAIN_ONLY - Name translation: Unable to resolve completely, only the domain was found.
22128 .
22129 Language=Polish
22130 ERROR_DS_NAME_ERROR_DOMAIN_ONLY - Name translation: Unable to resolve completely, only the domain was found.
22131 .
22132
22133 MessageId=8474
22134 Severity=Success
22135 Facility=System
22136 SymbolicName=ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING
22137 Language=English
22138 ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING - Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
22139 .
22140 Language=Russian
22141 ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING - Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
22142 .
22143 Language=Polish
22144 ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING - Name translation: Unable to perform purely syntactical mapping at the client without going out to the wire.
22145 .
22146
22147 MessageId=8475
22148 Severity=Success
22149 Facility=System
22150 SymbolicName=ERROR_DS_CONSTRUCTED_ATT_MOD
22151 Language=English
22152 ERROR_DS_CONSTRUCTED_ATT_MOD - Modification of a constructed attribute is not allowed.
22153 .
22154 Language=Russian
22155 ERROR_DS_CONSTRUCTED_ATT_MOD - Modification of a constructed attribute is not allowed.
22156 .
22157 Language=Polish
22158 ERROR_DS_CONSTRUCTED_ATT_MOD - Modification of a constructed attribute is not allowed.
22159 .
22160
22161 MessageId=8476
22162 Severity=Success
22163 Facility=System
22164 SymbolicName=ERROR_DS_WRONG_OM_OBJ_CLASS
22165 Language=English
22166 ERROR_DS_WRONG_OM_OBJ_CLASS - The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
22167 .
22168 Language=Russian
22169 ERROR_DS_WRONG_OM_OBJ_CLASS - The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
22170 .
22171 Language=Polish
22172 ERROR_DS_WRONG_OM_OBJ_CLASS - The OM-Object-Class specified is incorrect for an attribute with the specified syntax.
22173 .
22174
22175 MessageId=8477
22176 Severity=Success
22177 Facility=System
22178 SymbolicName=ERROR_DS_DRA_REPL_PENDING
22179 Language=English
22180 ERROR_DS_DRA_REPL_PENDING - The replication request has been posted; waiting for reply.
22181 .
22182 Language=Russian
22183 ERROR_DS_DRA_REPL_PENDING - The replication request has been posted; waiting for reply.
22184 .
22185 Language=Polish
22186 ERROR_DS_DRA_REPL_PENDING - The replication request has been posted; waiting for reply.
22187 .
22188
22189 MessageId=8478
22190 Severity=Success
22191 Facility=System
22192 SymbolicName=ERROR_DS_DS_REQUIRED
22193 Language=English
22194 ERROR_DS_DS_REQUIRED - The requested operation requires a directory service, and none was available.
22195 .
22196 Language=Russian
22197 ERROR_DS_DS_REQUIRED - The requested operation requires a directory service, and none was available.
22198 .
22199 Language=Polish
22200 ERROR_DS_DS_REQUIRED - The requested operation requires a directory service, and none was available.
22201 .
22202
22203 MessageId=8479
22204 Severity=Success
22205 Facility=System
22206 SymbolicName=ERROR_DS_INVALID_LDAP_DISPLAY_NAME
22207 Language=English
22208 ERROR_DS_INVALID_LDAP_DISPLAY_NAME - The LDAP display name of the class or attribute contains non-ASCII characters.
22209 .
22210 Language=Russian
22211 ERROR_DS_INVALID_LDAP_DISPLAY_NAME - The LDAP display name of the class or attribute contains non-ASCII characters.
22212 .
22213 Language=Polish
22214 ERROR_DS_INVALID_LDAP_DISPLAY_NAME - The LDAP display name of the class or attribute contains non-ASCII characters.
22215 .
22216
22217 MessageId=8480
22218 Severity=Success
22219 Facility=System
22220 SymbolicName=ERROR_DS_NON_BASE_SEARCH
22221 Language=English
22222 ERROR_DS_NON_BASE_SEARCH - The requested search operation is only supported for base searches.
22223 .
22224 Language=Russian
22225 ERROR_DS_NON_BASE_SEARCH - The requested search operation is only supported for base searches.
22226 .
22227 Language=Polish
22228 ERROR_DS_NON_BASE_SEARCH - The requested search operation is only supported for base searches.
22229 .
22230
22231 MessageId=8481
22232 Severity=Success
22233 Facility=System
22234 SymbolicName=ERROR_DS_CANT_RETRIEVE_ATTS
22235 Language=English
22236 ERROR_DS_CANT_RETRIEVE_ATTS - The search failed to retrieve attributes from the database.
22237 .
22238 Language=Russian
22239 ERROR_DS_CANT_RETRIEVE_ATTS - The search failed to retrieve attributes from the database.
22240 .
22241 Language=Polish
22242 ERROR_DS_CANT_RETRIEVE_ATTS - The search failed to retrieve attributes from the database.
22243 .
22244
22245 MessageId=8482
22246 Severity=Success
22247 Facility=System
22248 SymbolicName=ERROR_DS_BACKLINK_WITHOUT_LINK
22249 Language=English
22250 ERROR_DS_BACKLINK_WITHOUT_LINK - The schema update operation tried to add a backward link attribute that has no corresponding forward link.
22251 .
22252 Language=Russian
22253 ERROR_DS_BACKLINK_WITHOUT_LINK - The schema update operation tried to add a backward link attribute that has no corresponding forward link.
22254 .
22255 Language=Polish
22256 ERROR_DS_BACKLINK_WITHOUT_LINK - The schema update operation tried to add a backward link attribute that has no corresponding forward link.
22257 .
22258
22259 MessageId=8483
22260 Severity=Success
22261 Facility=System
22262 SymbolicName=ERROR_DS_EPOCH_MISMATCH
22263 Language=English
22264 ERROR_DS_EPOCH_MISMATCH - 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.
22265 .
22266 Language=Russian
22267 ERROR_DS_EPOCH_MISMATCH - 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.
22268 .
22269 Language=Polish
22270 ERROR_DS_EPOCH_MISMATCH - 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.
22271 .
22272
22273 MessageId=8484
22274 Severity=Success
22275 Facility=System
22276 SymbolicName=ERROR_DS_SRC_NAME_MISMATCH
22277 Language=English
22278 ERROR_DS_SRC_NAME_MISMATCH - 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.
22279 .
22280 Language=Russian
22281 ERROR_DS_SRC_NAME_MISMATCH - 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.
22282 .
22283 Language=Polish
22284 ERROR_DS_SRC_NAME_MISMATCH - 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.
22285 .
22286
22287 MessageId=8485
22288 Severity=Success
22289 Facility=System
22290 SymbolicName=ERROR_DS_SRC_AND_DST_NC_IDENTICAL
22291 Language=English
22292 ERROR_DS_SRC_AND_DST_NC_IDENTICAL - Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation.
22293 .
22294 Language=Russian
22295 ERROR_DS_SRC_AND_DST_NC_IDENTICAL - Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation.
22296 .
22297 Language=Polish
22298 ERROR_DS_SRC_AND_DST_NC_IDENTICAL - Source and destination of a cross domain move operation are identical. Caller should use local move operation instead of cross domain move operation.
22299 .
22300
22301 MessageId=8486
22302 Severity=Success
22303 Facility=System
22304 SymbolicName=ERROR_DS_DST_NC_MISMATCH
22305 Language=English
22306 ERROR_DS_DST_NC_MISMATCH - 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.
22307 .
22308 Language=Russian
22309 ERROR_DS_DST_NC_MISMATCH - 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.
22310 .
22311 Language=Polish
22312 ERROR_DS_DST_NC_MISMATCH - 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.
22313 .
22314
22315 MessageId=8487
22316 Severity=Success
22317 Facility=System
22318 SymbolicName=ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC
22319 Language=English
22320 ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC - Destination of a cross domain move is not authoritative for the destination naming context.
22321 .
22322 Language=Russian
22323 ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC - Destination of a cross domain move is not authoritative for the destination naming context.
22324 .
22325 Language=Polish
22326 ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC - Destination of a cross domain move is not authoritative for the destination naming context.
22327 .
22328
22329 MessageId=8488
22330 Severity=Success
22331 Facility=System
22332 SymbolicName=ERROR_DS_SRC_GUID_MISMATCH
22333 Language=English
22334 ERROR_DS_SRC_GUID_MISMATCH - 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.
22335 .
22336 Language=Russian
22337 ERROR_DS_SRC_GUID_MISMATCH - 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.
22338 .
22339 Language=Polish
22340 ERROR_DS_SRC_GUID_MISMATCH - 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.
22341 .
22342
22343 MessageId=8489
22344 Severity=Success
22345 Facility=System
22346 SymbolicName=ERROR_DS_CANT_MOVE_DELETED_OBJECT
22347 Language=English
22348 ERROR_DS_CANT_MOVE_DELETED_OBJECT - 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.
22349 .
22350 Language=Russian
22351 ERROR_DS_CANT_MOVE_DELETED_OBJECT - 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.
22352 .
22353 Language=Polish
22354 ERROR_DS_CANT_MOVE_DELETED_OBJECT - 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.
22355 .
22356
22357 MessageId=8490
22358 Severity=Success
22359 Facility=System
22360 SymbolicName=ERROR_DS_PDC_OPERATION_IN_PROGRESS
22361 Language=English
22362 ERROR_DS_PDC_OPERATION_IN_PROGRESS - Another operation, which requires exclusive access to the PDC PSMO, is already in progress.
22363 .
22364 Language=Russian
22365 ERROR_DS_PDC_OPERATION_IN_PROGRESS - Another operation, which requires exclusive access to the PDC PSMO, is already in progress.
22366 .
22367 Language=Polish
22368 ERROR_DS_PDC_OPERATION_IN_PROGRESS - Another operation, which requires exclusive access to the PDC PSMO, is already in progress.
22369 .
22370
22371 MessageId=8491
22372 Severity=Success
22373 Facility=System
22374 SymbolicName=ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD
22375 Language=English
22376 ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD - A cross domain move operation failed such that the 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.
22377 .
22378 Language=Russian
22379 ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD - A cross domain move operation failed such that the 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.
22380 .
22381 Language=Polish
22382 ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD - A cross domain move operation failed such that the 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.
22383 .
22384
22385 MessageId=8492
22386 Severity=Success
22387 Facility=System
22388 SymbolicName=ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION
22389 Language=English
22390 ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION - 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, e.g.: trust account or restricted RID, which prevent its move.
22391 .
22392 Language=Russian
22393 ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION - 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, e.g.: trust account or restricted RID, which prevent its move.
22394 .
22395 Language=Polish
22396 ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION - 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, e.g.: trust account or restricted RID, which prevent its move.
22397 .
22398
22399 MessageId=8493
22400 Severity=Success
22401 Facility=System
22402 SymbolicName=ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS
22403 Language=English
22404 ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS - 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.
22405 .
22406 Language=Russian
22407 ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS - 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.
22408 .
22409 Language=Polish
22410 ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS - 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.
22411 .
22412
22413 MessageId=8494
22414 Severity=Success
22415 Facility=System
22416 SymbolicName=ERROR_DS_NC_MUST_HAVE_NC_PARENT
22417 Language=English
22418 ERROR_DS_NC_MUST_HAVE_NC_PARENT - A naming context head must be the immediate child of another naming context head, not of an interior node.
22419 .
22420 Language=Russian
22421 ERROR_DS_NC_MUST_HAVE_NC_PARENT - A naming context head must be the immediate child of another naming context head, not of an interior node.
22422 .
22423 Language=Polish
22424 ERROR_DS_NC_MUST_HAVE_NC_PARENT - A naming context head must be the immediate child of another naming context head, not of an interior node.
22425 .
22426
22427 MessageId=8495
22428 Severity=Success
22429 Facility=System
22430 SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE
22431 Language=English
22432 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE - The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
22433 .
22434 Language=Russian
22435 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE - The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
22436 .
22437 Language=Polish
22438 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE - The directory cannot validate the proposed naming context name because it does not hold a replica of the naming context above the proposed naming context. Please ensure that the domain naming master role is held by a server that is configured as a global catalog server, and that the server is up to date with its replication partners. (Applies only to Windows 2000 Domain Naming masters)
22439 .
22440
22441 MessageId=8496
22442 Severity=Success
22443 Facility=System
22444 SymbolicName=ERROR_DS_DST_DOMAIN_NOT_NATIVE
22445 Language=English
22446 ERROR_DS_DST_DOMAIN_NOT_NATIVE - Destination domain must be in native mode.
22447 .
22448 Language=Russian
22449 ERROR_DS_DST_DOMAIN_NOT_NATIVE - Destination domain must be in native mode.
22450 .
22451 Language=Polish
22452 ERROR_DS_DST_DOMAIN_NOT_NATIVE - Destination domain must be in native mode.
22453 .
22454
22455 MessageId=8497
22456 Severity=Success
22457 Facility=System
22458 SymbolicName=ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER
22459 Language=English
22460 ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER - The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
22461 .
22462 Language=Russian
22463 ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER - The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
22464 .
22465 Language=Polish
22466 ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER - The operation cannot be performed because the server does not have an infrastructure container in the domain of interest.
22467 .
22468
22469 MessageId=8498
22470 Severity=Success
22471 Facility=System
22472 SymbolicName=ERROR_DS_CANT_MOVE_ACCOUNT_GROUP
22473 Language=English
22474 ERROR_DS_CANT_MOVE_ACCOUNT_GROUP - Cross-domain move of non-empty account groups is not allowed.
22475 .
22476 Language=Russian
22477 ERROR_DS_CANT_MOVE_ACCOUNT_GROUP - Cross-domain move of non-empty account groups is not allowed.
22478 .
22479 Language=Polish
22480 ERROR_DS_CANT_MOVE_ACCOUNT_GROUP - Cross-domain move of non-empty account groups is not allowed.
22481 .
22482
22483 MessageId=8499
22484 Severity=Success
22485 Facility=System
22486 SymbolicName=ERROR_DS_CANT_MOVE_RESOURCE_GROUP
22487 Language=English
22488 ERROR_DS_CANT_MOVE_RESOURCE_GROUP - Cross-domain move of non-empty resource groups is not allowed.
22489 .
22490 Language=Russian
22491 ERROR_DS_CANT_MOVE_RESOURCE_GROUP - Cross-domain move of non-empty resource groups is not allowed.
22492 .
22493 Language=Polish
22494 ERROR_DS_CANT_MOVE_RESOURCE_GROUP - Cross-domain move of non-empty resource groups is not allowed.
22495 .
22496
22497 MessageId=8500
22498 Severity=Success
22499 Facility=System
22500 SymbolicName=ERROR_DS_INVALID_SEARCH_FLAG
22501 Language=English
22502 ERROR_DS_INVALID_SEARCH_FLAG - The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
22503 .
22504 Language=Russian
22505 ERROR_DS_INVALID_SEARCH_FLAG - The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
22506 .
22507 Language=Polish
22508 ERROR_DS_INVALID_SEARCH_FLAG - The search flags for the attribute are invalid. The ANR bit is valid only on attributes of Unicode or Teletex strings.
22509 .
22510
22511 MessageId=8501
22512 Severity=Success
22513 Facility=System
22514 SymbolicName=ERROR_DS_NO_TREE_DELETE_ABOVE_NC
22515 Language=English
22516 ERROR_DS_NO_TREE_DELETE_ABOVE_NC - Tree deletions starting at an object which has an NC head as a descendant are not allowed.
22517 .
22518 Language=Russian
22519 ERROR_DS_NO_TREE_DELETE_ABOVE_NC - Tree deletions starting at an object which has an NC head as a descendant are not allowed.
22520 .
22521 Language=Polish
22522 ERROR_DS_NO_TREE_DELETE_ABOVE_NC - Tree deletions starting at an object which has an NC head as a descendant are not allowed.
22523 .
22524
22525 MessageId=8502
22526 Severity=Success
22527 Facility=System
22528 SymbolicName=ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE
22529 Language=English
22530 ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE - The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
22531 .
22532 Language=Russian
22533 ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE - The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
22534 .
22535 Language=Polish
22536 ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE - The directory service failed to lock a tree in preparation for a tree deletion because the tree was in use.
22537 .
22538
22539 MessageId=8503
22540 Severity=Success
22541 Facility=System
22542 SymbolicName=ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE
22543 Language=English
22544 ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE - The directory service failed to identify the list of objects to delete while attempting a tree deletion.
22545 .
22546 Language=Russian
22547 ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE - The directory service failed to identify the list of objects to delete while attempting a tree deletion.
22548 .
22549 Language=Polish
22550 ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE - The directory service failed to identify the list of objects to delete while attempting a tree deletion.
22551 .
22552
22553 MessageId=8504
22554 Severity=Success
22555 Facility=System
22556 SymbolicName=ERROR_DS_SAM_INIT_FAILURE
22557 Language=English
22558 ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
22559 Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
22560 .
22561 Language=Russian
22562 ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
22563 Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
22564 .
22565 Language=Polish
22566 ERROR_DS_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
22567 Error Status: 0x%2. Click OK to shut down the system and reboot into Directory Services Restore Mode. Check the event log for detailed information.
22568 .
22569
22570 MessageId=8505
22571 Severity=Success
22572 Facility=System
22573 SymbolicName=ERROR_DS_SENSITIVE_GROUP_VIOLATION
22574 Language=English
22575 ERROR_DS_SENSITIVE_GROUP_VIOLATION - Only an administrator can modify the membership list of an administrative group.
22576 .
22577 Language=Russian
22578 ERROR_DS_SENSITIVE_GROUP_VIOLATION - Only an administrator can modify the membership list of an administrative group.
22579 .
22580 Language=Polish
22581 ERROR_DS_SENSITIVE_GROUP_VIOLATION - Only an administrator can modify the membership list of an administrative group.
22582 .
22583
22584 MessageId=8506
22585 Severity=Success
22586 Facility=System
22587 SymbolicName=ERROR_DS_CANT_MOD_PRIMARYGROUPID
22588 Language=English
22589 ERROR_DS_CANT_MOD_PRIMARYGROUPID - Cannot change the primary group ID of a domain controller account.
22590 .
22591 Language=Russian
22592 ERROR_DS_CANT_MOD_PRIMARYGROUPID - Cannot change the primary group ID of a domain controller account.
22593 .
22594 Language=Polish
22595 ERROR_DS_CANT_MOD_PRIMARYGROUPID - Cannot change the primary group ID of a domain controller account.
22596 .
22597
22598 MessageId=8507
22599 Severity=Success
22600 Facility=System
22601 SymbolicName=ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD
22602 Language=English
22603 ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD - An attempt is made to modify the base schema.
22604 .
22605 Language=Russian
22606 ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD - An attempt is made to modify the base schema.
22607 .
22608 Language=Polish
22609 ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD - An attempt is made to modify the base schema.
22610 .
22611
22612 MessageId=8508
22613 Severity=Success
22614 Facility=System
22615 SymbolicName=ERROR_DS_NONSAFE_SCHEMA_CHANGE
22616 Language=English
22617 ERROR_DS_NONSAFE_SCHEMA_CHANGE - Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
22618 .
22619 Language=Russian
22620 ERROR_DS_NONSAFE_SCHEMA_CHANGE - Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
22621 .
22622 Language=Polish
22623 ERROR_DS_NONSAFE_SCHEMA_CHANGE - Adding a new mandatory attribute to an existing class, deleting a mandatory attribute from an existing class, or adding an optional attribute to the special class Top that is not a backlink attribute (directly or through inheritance, for example, by adding or deleting an auxiliary class) is not allowed.
22624 .
22625
22626 MessageId=8509
22627 Severity=Success
22628 Facility=System
22629 SymbolicName=ERROR_DS_SCHEMA_UPDATE_DISALLOWED
22630 Language=English
22631 ERROR_DS_SCHEMA_UPDATE_DISALLOWED - Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
22632 .
22633 Language=Russian
22634 ERROR_DS_SCHEMA_UPDATE_DISALLOWED - Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
22635 .
22636 Language=Polish
22637 ERROR_DS_SCHEMA_UPDATE_DISALLOWED - Schema update is not allowed on this DC because the DC is not the schema FSMO Role Owner.
22638 .
22639
22640 MessageId=8510
22641 Severity=Success
22642 Facility=System
22643 SymbolicName=ERROR_DS_CANT_CREATE_UNDER_SCHEMA
22644 Language=English
22645 ERROR_DS_CANT_CREATE_UNDER_SCHEMA - 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.
22646 .
22647 Language=Russian
22648 ERROR_DS_CANT_CREATE_UNDER_SCHEMA - 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.
22649 .
22650 Language=Polish
22651 ERROR_DS_CANT_CREATE_UNDER_SCHEMA - 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.
22652 .
22653
22654 MessageId=8511
22655 Severity=Success
22656 Facility=System
22657 SymbolicName=ERROR_DS_INSTALL_NO_SRC_SCH_VERSION
22658 Language=English
22659 ERROR_DS_INSTALL_NO_SRC_SCH_VERSION - 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.
22660 .
22661 Language=Russian
22662 ERROR_DS_INSTALL_NO_SRC_SCH_VERSION - 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.
22663 .
22664 Language=Polish
22665 ERROR_DS_INSTALL_NO_SRC_SCH_VERSION - 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.
22666 .
22667
22668 MessageId=8512
22669 Severity=Success
22670 Facility=System
22671 SymbolicName=ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE
22672 Language=English
22673 ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE - The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
22674 .
22675 Language=Russian
22676 ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE - The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
22677 .
22678 Language=Polish
22679 ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE - The replica/child install failed to read the objectVersion attribute in the SCHEMA section of the file schema.ini in the system32 directory.
22680 .
22681
22682 MessageId=8513
22683 Severity=Success
22684 Facility=System
22685 SymbolicName=ERROR_DS_INVALID_GROUP_TYPE
22686 Language=English
22687 ERROR_DS_INVALID_GROUP_TYPE - The specified group type is invalid.
22688 .
22689 Language=Russian
22690 ERROR_DS_INVALID_GROUP_TYPE - The specified group type is invalid.
22691 .
22692 Language=Polish
22693 ERROR_DS_INVALID_GROUP_TYPE - The specified group type is invalid.
22694 .
22695
22696 MessageId=8514
22697 Severity=Success
22698 Facility=System
22699 SymbolicName=ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN
22700 Language=English
22701 ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN - Cannot nest global groups in a mixed domain if the group is security-enabled.
22702 .
22703 Language=Russian
22704 ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN - Cannot nest global groups in a mixed domain if the group is security-enabled.
22705 .
22706 Language=Polish
22707 ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN - Cannot nest global groups in a mixed domain if the group is security-enabled.
22708 .
22709
22710 MessageId=8515
22711 Severity=Success
22712 Facility=System
22713 SymbolicName=ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN
22714 Language=English
22715 ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN - Cannot nest local groups in a mixed domain if the group is security-enabled.
22716 .
22717 Language=Russian
22718 ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN - Cannot nest local groups in a mixed domain if the group is security-enabled.
22719 .
22720 Language=Polish
22721 ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN - Cannot nest local groups in a mixed domain if the group is security-enabled.
22722 .
22723
22724 MessageId=8516
22725 Severity=Success
22726 Facility=System
22727 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER
22728 Language=English
22729 ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER - A global group cannot have a local group as a member.
22730 .
22731 Language=Russian
22732 ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER - A global group cannot have a local group as a member.
22733 .
22734 Language=Polish
22735 ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER - A global group cannot have a local group as a member.
22736 .
22737
22738 MessageId=8517
22739 Severity=Success
22740 Facility=System
22741 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER
22742 Language=English
22743 ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER - A global group cannot have a universal group as a member.
22744 .
22745 Language=Russian
22746 ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER - A global group cannot have a universal group as a member.
22747 .
22748 Language=Polish
22749 ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER - A global group cannot have a universal group as a member.
22750 .
22751
22752 MessageId=8518
22753 Severity=Success
22754 Facility=System
22755 SymbolicName=ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER
22756 Language=English
22757 ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER - A universal group cannot have a local group as a member.
22758 .
22759 Language=Russian
22760 ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER - A universal group cannot have a local group as a member.
22761 .
22762 Language=Polish
22763 ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER - A universal group cannot have a local group as a member.
22764 .
22765
22766 MessageId=8519
22767 Severity=Success
22768 Facility=System
22769 SymbolicName=ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER
22770 Language=English
22771 ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER - A global group cannot have a cross-domain member.
22772 .
22773 Language=Russian
22774 ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER - A global group cannot have a cross-domain member.
22775 .
22776 Language=Polish
22777 ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER - A global group cannot have a cross-domain member.
22778 .
22779
22780 MessageId=8520
22781 Severity=Success
22782 Facility=System
22783 SymbolicName=ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER
22784 Language=English
22785 ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER - A local group cannot have another cross-domain local group as a member.
22786 .
22787 Language=Russian
22788 ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER - A local group cannot have another cross-domain local group as a member.
22789 .
22790 Language=Polish
22791 ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER - A local group cannot have another cross-domain local group as a member.
22792 .
22793
22794 MessageId=8521
22795 Severity=Success
22796 Facility=System
22797 SymbolicName=ERROR_DS_HAVE_PRIMARY_MEMBERS
22798 Language=English
22799 ERROR_DS_HAVE_PRIMARY_MEMBERS - A group with primary members cannot change to a security-disabled group.
22800 .
22801 Language=Russian
22802 ERROR_DS_HAVE_PRIMARY_MEMBERS - A group with primary members cannot change to a security-disabled group.
22803 .
22804 Language=Polish
22805 ERROR_DS_HAVE_PRIMARY_MEMBERS - A group with primary members cannot change to a security-disabled group.
22806 .
22807
22808 MessageId=8522
22809 Severity=Success
22810 Facility=System
22811 SymbolicName=ERROR_DS_STRING_SD_CONVERSION_FAILED
22812 Language=English
22813 ERROR_DS_STRING_SD_CONVERSION_FAILED - The schema cache load failed to convert the string default SD on a class-schema object.
22814 .
22815 Language=Russian
22816 ERROR_DS_STRING_SD_CONVERSION_FAILED - The schema cache load failed to convert the string default SD on a class-schema object.
22817 .
22818 Language=Polish
22819 ERROR_DS_STRING_SD_CONVERSION_FAILED - The schema cache load failed to convert the string default SD on a class-schema object.
22820 .
22821
22822 MessageId=8523
22823 Severity=Success
22824 Facility=System
22825 SymbolicName=ERROR_DS_NAMING_MASTER_GC
22826 Language=English
22827 ERROR_DS_NAMING_MASTER_GC - 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)
22828 .
22829 Language=Russian
22830 ERROR_DS_NAMING_MASTER_GC - 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)
22831 .
22832 Language=Polish
22833 ERROR_DS_NAMING_MASTER_GC - 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)
22834 .
22835
22836 MessageId=8524
22837 Severity=Success
22838 Facility=System
22839 SymbolicName=ERROR_DS_LOOKUP_FAILURE
22840 Language=English
22841 ERROR_DS_LOOKUP_FAILURE - The DSA operation is unable to proceed because of a DNS lookup failure.
22842 .
22843 Language=Russian
22844 ERROR_DS_LOOKUP_FAILURE - The DSA operation is unable to proceed because of a DNS lookup failure.
22845 .
22846 Language=Polish
22847 ERROR_DS_LOOKUP_FAILURE - The DSA operation is unable to proceed because of a DNS lookup failure.
22848 .
22849
22850 MessageId=8525
22851 Severity=Success
22852 Facility=System
22853 SymbolicName=ERROR_DS_COULDNT_UPDATE_SPNS
22854 Language=English
22855 ERROR_DS_COULDNT_UPDATE_SPNS - While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
22856 .
22857 Language=Russian
22858 ERROR_DS_COULDNT_UPDATE_SPNS - While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
22859 .
22860 Language=Polish
22861 ERROR_DS_COULDNT_UPDATE_SPNS - While processing a change to the DNS Host Name for an object, the Service Principal Name values could not be kept in sync.
22862 .
22863
22864 MessageId=8526
22865 Severity=Success
22866 Facility=System
22867 SymbolicName=ERROR_DS_CANT_RETRIEVE_SD
22868 Language=English
22869 ERROR_DS_CANT_RETRIEVE_SD - The Security Descriptor attribute could not be read.
22870 .
22871 Language=Russian
22872 ERROR_DS_CANT_RETRIEVE_SD - The Security Descriptor attribute could not be read.
22873 .
22874 Language=Polish
22875 ERROR_DS_CANT_RETRIEVE_SD - The Security Descriptor attribute could not be read.
22876 .
22877
22878 MessageId=8527
22879 Severity=Success
22880 Facility=System
22881 SymbolicName=ERROR_DS_KEY_NOT_UNIQUE
22882 Language=English
22883 ERROR_DS_KEY_NOT_UNIQUE - The object requested was not found, but an object with that key was found.
22884 .
22885 Language=Russian
22886 ERROR_DS_KEY_NOT_UNIQUE - The object requested was not found, but an object with that key was found.
22887 .
22888 Language=Polish
22889 ERROR_DS_KEY_NOT_UNIQUE - The object requested was not found, but an object with that key was found.
22890 .
22891
22892 MessageId=8528
22893 Severity=Success
22894 Facility=System
22895 SymbolicName=ERROR_DS_WRONG_LINKED_ATT_SYNTAX
22896 Language=English
22897 ERROR_DS_WRONG_LINKED_ATT_SYNTAX - The syntax of the linked attributed 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.
22898 .
22899 Language=Russian
22900 ERROR_DS_WRONG_LINKED_ATT_SYNTAX - The syntax of the linked attributed 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.
22901 .
22902 Language=Polish
22903 ERROR_DS_WRONG_LINKED_ATT_SYNTAX - The syntax of the linked attributed 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.
22904 .
22905
22906 MessageId=8529
22907 Severity=Success
22908 Facility=System
22909 SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD
22910 Language=English
22911 ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD - Security Account Manager needs to get the boot password.
22912 .
22913 Language=Russian
22914 ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD - Security Account Manager needs to get the boot password.
22915 .
22916 Language=Polish
22917 ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD - Security Account Manager needs to get the boot password.
22918 .
22919
22920 MessageId=8530
22921 Severity=Success
22922 Facility=System
22923 SymbolicName=ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY
22924 Language=English
22925 ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY - Security Account Manager needs to get the boot key from floppy disk.
22926 .
22927 Language=Russian
22928 ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY - Security Account Manager needs to get the boot key from floppy disk.
22929 .
22930 Language=Polish
22931 ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY - Security Account Manager needs to get the boot key from floppy disk.
22932 .
22933
22934 MessageId=8531
22935 Severity=Success
22936 Facility=System
22937 SymbolicName=ERROR_DS_CANT_START
22938 Language=English
22939 ERROR_DS_CANT_START - Directory Service cannot start.
22940 .
22941 Language=Russian
22942 ERROR_DS_CANT_START - Directory Service cannot start.
22943 .
22944 Language=Polish
22945 ERROR_DS_CANT_START - Directory Service cannot start.
22946 .
22947
22948 MessageId=8532
22949 Severity=Success
22950 Facility=System
22951 SymbolicName=ERROR_DS_INIT_FAILURE
22952 Language=English
22953 ERROR_DS_INIT_FAILURE - Directory Services could not start.
22954 .
22955 Language=Russian
22956 ERROR_DS_INIT_FAILURE - Directory Services could not start.
22957 .
22958 Language=Polish
22959 ERROR_DS_INIT_FAILURE - Directory Services could not start.
22960 .
22961
22962 MessageId=8533
22963 Severity=Success
22964 Facility=System
22965 SymbolicName=ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION
22966 Language=English
22967 ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION - The connection between client and server requires packet privacy or better.
22968 .
22969 Language=Russian
22970 ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION - The connection between client and server requires packet privacy or better.
22971 .
22972 Language=Polish
22973 ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION - The connection between client and server requires packet privacy or better.
22974 .
22975
22976 MessageId=8534
22977 Severity=Success
22978 Facility=System
22979 SymbolicName=ERROR_DS_SOURCE_DOMAIN_IN_FOREST
22980 Language=English
22981 ERROR_DS_SOURCE_DOMAIN_IN_FOREST - The source domain may not be in the same forest as destination.
22982 .
22983 Language=Russian
22984 ERROR_DS_SOURCE_DOMAIN_IN_FOREST - The source domain may not be in the same forest as destination.
22985 .
22986 Language=Polish
22987 ERROR_DS_SOURCE_DOMAIN_IN_FOREST - The source domain may not be in the same forest as destination.
22988 .
22989
22990 MessageId=8535
22991 Severity=Success
22992 Facility=System
22993 SymbolicName=ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST
22994 Language=English
22995 ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST - The destination domain must be in the forest.
22996 .
22997 Language=Russian
22998 ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST - The destination domain must be in the forest.
22999 .
23000 Language=Polish
23001 ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST - The destination domain must be in the forest.
23002 .
23003
23004 MessageId=8536
23005 Severity=Success
23006 Facility=System
23007 SymbolicName=ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED
23008 Language=English
23009 ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED - The operation requires that destination domain auditing be enabled.
23010 .
23011 Language=Russian
23012 ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED - The operation requires that destination domain auditing be enabled.
23013 .
23014 Language=Polish
23015 ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED - The operation requires that destination domain auditing be enabled.
23016 .
23017
23018 MessageId=8537
23019 Severity=Success
23020 Facility=System
23021 SymbolicName=ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN
23022 Language=English
23023 ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN - The operation couldn't locate a DC for the source domain.
23024 .
23025 Language=Russian
23026 ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN - The operation couldn't locate a DC for the source domain.
23027 .
23028 Language=Polish
23029 ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN - The operation couldn't locate a DC for the source domain.
23030 .
23031
23032 MessageId=8538
23033 Severity=Success
23034 Facility=System
23035 SymbolicName=ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER
23036 Language=English
23037 ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER - The source object must be a group or user.
23038 .
23039 Language=Russian
23040 ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER - The source object must be a group or user.
23041 .
23042 Language=Polish
23043 ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER - The source object must be a group or user.
23044 .
23045
23046 MessageId=8539
23047 Severity=Success
23048 Facility=System
23049 SymbolicName=ERROR_DS_SRC_SID_EXISTS_IN_FOREST
23050 Language=English
23051 ERROR_DS_SRC_SID_EXISTS_IN_FOREST - The source object's SID already exists in destination forest.
23052 .
23053 Language=Russian
23054 ERROR_DS_SRC_SID_EXISTS_IN_FOREST - The source object's SID already exists in destination forest.
23055 .
23056 Language=Polish
23057 ERROR_DS_SRC_SID_EXISTS_IN_FOREST - The source object's SID already exists in destination forest.
23058 .
23059
23060 MessageId=8540
23061 Severity=Success
23062 Facility=System
23063 SymbolicName=ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH
23064 Language=English
23065 ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH - The source and destination object must be of the same type.
23066 .
23067 Language=Russian
23068 ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH - The source and destination object must be of the same type.
23069 .
23070 Language=Polish
23071 ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH - The source and destination object must be of the same type.
23072 .
23073
23074 MessageId=8541
23075 Severity=Success
23076 Facility=System
23077 SymbolicName=ERROR_SAM_INIT_FAILURE
23078 Language=English
23079 ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
23080 Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
23081 .
23082 Language=Russian
23083 ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
23084 Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
23085 .
23086 Language=Polish
23087 ERROR_SAM_INIT_FAILURE - Security Accounts Manager initialization failed because of the following error: %1.
23088 Error Status: 0x%2. Click OK to shut down the system and reboot into Safe Mode. Check the event log for detailed information.
23089 .
23090
23091 MessageId=8542
23092 Severity=Success
23093 Facility=System
23094 SymbolicName=ERROR_DS_DRA_SCHEMA_INFO_SHIP
23095 Language=English
23096 ERROR_DS_DRA_SCHEMA_INFO_SHIP - Schema information could not be included in the replication request.
23097 .
23098 Language=Russian
23099 ERROR_DS_DRA_SCHEMA_INFO_SHIP - Schema information could not be included in the replication request.
23100 .
23101 Language=Polish
23102 ERROR_DS_DRA_SCHEMA_INFO_SHIP - Schema information could not be included in the replication request.
23103 .
23104
23105 MessageId=8543
23106 Severity=Success
23107 Facility=System
23108 SymbolicName=ERROR_DS_DRA_SCHEMA_CONFLICT
23109 Language=English
23110 ERROR_DS_DRA_SCHEMA_CONFLICT - The replication operation could not be completed due to a schema incompatibility.
23111 .
23112 Language=Russian
23113 ERROR_DS_DRA_SCHEMA_CONFLICT - The replication operation could not be completed due to a schema incompatibility.
23114 .
23115 Language=Polish
23116 ERROR_DS_DRA_SCHEMA_CONFLICT - The replication operation could not be completed due to a schema incompatibility.
23117 .
23118
23119 MessageId=8544
23120 Severity=Success
23121 Facility=System
23122 SymbolicName=ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT
23123 Language=English
23124 ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT - The replication operation could not be completed due to a previous schema incompatibility.
23125 .
23126 Language=Russian
23127 ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT - The replication operation could not be completed due to a previous schema incompatibility.
23128 .
23129 Language=Polish
23130 ERROR_DS_DRA_EARLIER_SCHEMA_CONLICT - The replication operation could not be completed due to a previous schema incompatibility.
23131 .
23132
23133 MessageId=8545
23134 Severity=Success
23135 Facility=System
23136 SymbolicName=ERROR_DS_DRA_OBJ_NC_MISMATCH
23137 Language=English
23138 ERROR_DS_DRA_OBJ_NC_MISMATCH - 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.
23139 .
23140 Language=Russian
23141 ERROR_DS_DRA_OBJ_NC_MISMATCH - 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.
23142 .
23143 Language=Polish
23144 ERROR_DS_DRA_OBJ_NC_MISMATCH - 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.
23145 .
23146
23147 MessageId=8546
23148 Severity=Success
23149 Facility=System
23150 SymbolicName=ERROR_DS_NC_STILL_HAS_DSAS
23151 Language=English
23152 ERROR_DS_NC_STILL_HAS_DSAS - The requested domain could not be deleted because there exist domain controllers that still host this domain.
23153 .
23154 Language=Russian
23155 ERROR_DS_NC_STILL_HAS_DSAS - The requested domain could not be deleted because there exist domain controllers that still host this domain.
23156 .
23157 Language=Polish
23158 ERROR_DS_NC_STILL_HAS_DSAS - The requested domain could not be deleted because there exist domain controllers that still host this domain.
23159 .
23160
23161 MessageId=8547
23162 Severity=Success
23163 Facility=System
23164 SymbolicName=ERROR_DS_GC_REQUIRED
23165 Language=English
23166 ERROR_DS_GC_REQUIRED - The requested operation can be performed only on a global catalog server.
23167 .
23168 Language=Russian
23169 ERROR_DS_GC_REQUIRED - The requested operation can be performed only on a global catalog server.
23170 .
23171 Language=Polish
23172 ERROR_DS_GC_REQUIRED - The requested operation can be performed only on a global catalog server.
23173 .
23174
23175 MessageId=8548
23176 Severity=Success
23177 Facility=System
23178 SymbolicName=ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY
23179 Language=English
23180 ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY - A local group can only be a member of other local groups in the same domain.
23181 .
23182 Language=Russian
23183 ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY - A local group can only be a member of other local groups in the same domain.
23184 .
23185 Language=Polish
23186 ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY - A local group can only be a member of other local groups in the same domain.
23187 .
23188
23189 MessageId=8549
23190 Severity=Success
23191 Facility=System
23192 SymbolicName=ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS
23193 Language=English
23194 ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS - Foreign security principals cannot be members of universal groups.
23195 .
23196 Language=Russian
23197 ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS - Foreign security principals cannot be members of universal groups.
23198 .
23199 Language=Polish
23200 ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS - Foreign security principals cannot be members of universal groups.
23201 .
23202
23203 MessageId=8550
23204 Severity=Success
23205 Facility=System
23206 SymbolicName=ERROR_DS_CANT_ADD_TO_GC
23207 Language=English
23208 ERROR_DS_CANT_ADD_TO_GC - The attribute is not allowed to be replicated to the GC because of security reasons.
23209 .
23210 Language=Russian
23211 ERROR_DS_CANT_ADD_TO_GC - The attribute is not allowed to be replicated to the GC because of security reasons.
23212 .
23213 Language=Polish
23214 ERROR_DS_CANT_ADD_TO_GC - The attribute is not allowed to be replicated to the GC because of security reasons.
23215 .
23216
23217 MessageId=8551
23218 Severity=Success
23219 Facility=System
23220 SymbolicName=ERROR_DS_NO_CHECKPOINT_WITH_PDC
23221 Language=English
23222 ERROR_DS_NO_CHECKPOINT_WITH_PDC - The checkpoint with the PDC could not be taken because there are too many modifications being processed currently.
23223 .
23224 Language=Russian
23225 ERROR_DS_NO_CHECKPOINT_WITH_PDC - The checkpoint with the PDC could not be taken because there are too many modifications being processed currently.
23226 .
23227 Language=Polish
23228 ERROR_DS_NO_CHECKPOINT_WITH_PDC - The checkpoint with the PDC could not be taken because there are too many modifications being processed currently.
23229 .
23230
23231 MessageId=8552
23232 Severity=Success
23233 Facility=System
23234 SymbolicName=ERROR_DS_SOURCE_AUDITING_NOT_ENABLED
23235 Language=English
23236 ERROR_DS_SOURCE_AUDITING_NOT_ENABLED - The operation requires that source domain auditing be enabled.
23237 .
23238 Language=Russian
23239 ERROR_DS_SOURCE_AUDITING_NOT_ENABLED - The operation requires that source domain auditing be enabled.
23240 .
23241 Language=Polish
23242 ERROR_DS_SOURCE_AUDITING_NOT_ENABLED - The operation requires that source domain auditing be enabled.
23243 .
23244
23245 MessageId=8553
23246 Severity=Success
23247 Facility=System
23248 SymbolicName=ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC
23249 Language=English
23250 ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC - Security principal objects can only be created inside domain naming contexts.
23251 .
23252 Language=Russian
23253 ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC - Security principal objects can only be created inside domain naming contexts.
23254 .
23255 Language=Polish
23256 ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC - Security principal objects can only be created inside domain naming contexts.
23257 .
23258
23259 MessageId=8554
23260 Severity=Success
23261 Facility=System
23262 SymbolicName=ERROR_DS_INVALID_NAME_FOR_SPN
23263 Language=English
23264 ERROR_DS_INVALID_NAME_FOR_SPN - A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
23265 .
23266 Language=Russian
23267 ERROR_DS_INVALID_NAME_FOR_SPN - A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
23268 .
23269 Language=Polish
23270 ERROR_DS_INVALID_NAME_FOR_SPN - A Service Principal Name (SPN) could not be constructed because the provided hostname is not in the necessary format.
23271 .
23272
23273 MessageId=8555
23274 Severity=Success
23275 Facility=System
23276 SymbolicName=ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS
23277 Language=English
23278 ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS - A Filter was passed that uses constructed attributes.
23279 .
23280 Language=Russian
23281 ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS - A Filter was passed that uses constructed attributes.
23282 .
23283 Language=Polish
23284 ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS - A Filter was passed that uses constructed attributes.
23285 .
23286
23287 MessageId=8556
23288 Severity=Success
23289 Facility=System
23290 SymbolicName=ERROR_DS_UNICODEPWD_NOT_IN_QUOTES
23291 Language=English
23292 ERROR_DS_UNICODEPWD_NOT_IN_QUOTES - The unicodePwd attribute value must be enclosed in double quotes.
23293 .
23294 Language=Russian
23295 ERROR_DS_UNICODEPWD_NOT_IN_QUOTES - The unicodePwd attribute value must be enclosed in double quotes.
23296 .
23297 Language=Polish
23298 ERROR_DS_UNICODEPWD_NOT_IN_QUOTES - The unicodePwd attribute value must be enclosed in double quotes.
23299 .
23300
23301 MessageId=8557
23302 Severity=Success
23303 Facility=System
23304 SymbolicName=ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED
23305 Language=English
23306 ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED - 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.
23307 .
23308 Language=Russian
23309 ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED - 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.
23310 .
23311 Language=Polish
23312 ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED - 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.
23313 .
23314
23315 MessageId=8558
23316 Severity=Success
23317 Facility=System
23318 SymbolicName=ERROR_DS_MUST_BE_RUN_ON_DST_DC
23319 Language=English
23320 ERROR_DS_MUST_BE_RUN_ON_DST_DC - For security reasons, the operation must be run on the destination DC.
23321 .
23322 Language=Russian
23323 ERROR_DS_MUST_BE_RUN_ON_DST_DC - For security reasons, the operation must be run on the destination DC.
23324 .
23325 Language=Polish
23326 ERROR_DS_MUST_BE_RUN_ON_DST_DC - For security reasons, the operation must be run on the destination DC.
23327 .
23328
23329 MessageId=8559
23330 Severity=Success
23331 Facility=System
23332 SymbolicName=ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER
23333 Language=English
23334 ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER - For security reasons, the source DC must be NT4SP4 or greater.
23335 .
23336 Language=Russian
23337 ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER - For security reasons, the source DC must be NT4SP4 or greater.
23338 .
23339 Language=Polish
23340 ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER - For security reasons, the source DC must be NT4SP4 or greater.
23341 .
23342
23343 MessageId=8560
23344 Severity=Success
23345 Facility=System
23346 SymbolicName=ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ
23347 Language=English
23348 ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ - Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
23349 .
23350 Language=Russian
23351 ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ - Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
23352 .
23353 Language=Polish
23354 ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ - Critical Directory Service System objects cannot be deleted during tree delete operations. The tree delete may have been partially performed.
23355 .
23356
23357 MessageId=8561
23358 Severity=Success
23359 Facility=System
23360 SymbolicName=ERROR_DS_INIT_FAILURE_CONSOLE
23361 Language=English
23362 ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1.
23363 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23364 .
23365 Language=Russian
23366 ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1.
23367 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23368 .
23369 Language=Polish
23370 ERROR_DS_INIT_FAILURE_CONSOLE - Directory Services could not start because of the following error: %1.
23371 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23372 .
23373
23374 MessageId=8562
23375 Severity=Success
23376 Facility=System
23377 SymbolicName=ERROR_DS_SAM_INIT_FAILURE_CONSOLE
23378 Language=English
23379 ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1.
23380 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23381 .
23382 Language=Russian
23383 ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1.
23384 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23385 .
23386 Language=Polish
23387 ERROR_DS_SAM_INIT_FAILURE_CONSOLE - Security Accounts Manager initialization failed because of the following error: %1.
23388 Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
23389 .
23390
23391 MessageId=8563
23392 Severity=Success
23393 Facility=System
23394 SymbolicName=ERROR_DS_FOREST_VERSION_TOO_HIGH
23395 Language=English
23396 ERROR_DS_FOREST_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
23397 .
23398 Language=Russian
23399 ERROR_DS_FOREST_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
23400 .
23401 Language=Polish
23402 ERROR_DS_FOREST_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current forest functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this forest.
23403 .
23404
23405 MessageId=8564
23406 Severity=Success
23407 Facility=System
23408 SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_HIGH
23409 Language=English
23410 ERROR_DS_DOMAIN_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
23411 .
23412 Language=Russian
23413 ERROR_DS_DOMAIN_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
23414 .
23415 Language=Polish
23416 ERROR_DS_DOMAIN_VERSION_TOO_HIGH - The version of the operating system installed is incompatible with the current domain functional level. You must upgrade to a new version of the operating system before this server can become a domain controller in this domain.
23417 .
23418
23419 MessageId=8565
23420 Severity=Success
23421 Facility=System
23422 SymbolicName=ERROR_DS_FOREST_VERSION_TOO_LOW
23423 Language=English
23424 ERROR_DS_FOREST_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
23425 .
23426 Language=Russian
23427 ERROR_DS_FOREST_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
23428 .
23429 Language=Polish
23430 ERROR_DS_FOREST_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current forest functional level. You must raise the forest functional level before this server can become a domain controller in this forest.
23431 .
23432
23433 MessageId=8566
23434 Severity=Success
23435 Facility=System
23436 SymbolicName=ERROR_DS_DOMAIN_VERSION_TOO_LOW
23437 Language=English
23438 ERROR_DS_DOMAIN_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
23439 .
23440 Language=Russian
23441 ERROR_DS_DOMAIN_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
23442 .
23443 Language=Polish
23444 ERROR_DS_DOMAIN_VERSION_TOO_LOW - This version of the operating system installed on this server no longer supports the current domain functional level. You must raise the domain functional level before this server can become a domain controller in this domain.
23445 .
23446
23447 MessageId=8567
23448 Severity=Success
23449 Facility=System
23450 SymbolicName=ERROR_DS_INCOMPATIBLE_VERSION
23451 Language=English
23452 ERROR_DS_INCOMPATIBLE_VERSION - The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
23453 .
23454 Language=Russian
23455 ERROR_DS_INCOMPATIBLE_VERSION - The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
23456 .
23457 Language=Polish
23458 ERROR_DS_INCOMPATIBLE_VERSION - The version of the operating system installed on this server is incompatible with the functional level of the domain or forest.
23459 .
23460
23461 MessageId=8568
23462 Severity=Success
23463 Facility=System
23464 SymbolicName=ERROR_DS_LOW_DSA_VERSION
23465 Language=English
23466 ERROR_DS_LOW_DSA_VERSION - The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
23467 .
23468 Language=Russian
23469 ERROR_DS_LOW_DSA_VERSION - The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
23470 .
23471 Language=Polish
23472 ERROR_DS_LOW_DSA_VERSION - The functional level of the domain (or forest) cannot be raised to the requested value, because there exist one or more domain controllers in the domain (or forest) that are at a lower incompatible functional level.
23473 .
23474
23475 MessageId=8569
23476 Severity=Success
23477 Facility=System
23478 SymbolicName=ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN
23479 Language=English
23480 ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN - The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level.
23481 .
23482 Language=Russian
23483 ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN - The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level.
23484 .
23485 Language=Polish
23486 ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN - The forest functional level cannot be raised to the requested level since one or more domains are still in mixed domain mode. All domains in the forest must be in native mode before you can raise the forest functional level.
23487 .
23488
23489 MessageId=8570
23490 Severity=Success
23491 Facility=System
23492 SymbolicName=ERROR_DS_NOT_SUPPORTED_SORT_ORDER
23493 Language=English
23494 ERROR_DS_NOT_SUPPORTED_SORT_ORDER - The sort order requested is not supported.
23495 .
23496 Language=Russian
23497 ERROR_DS_NOT_SUPPORTED_SORT_ORDER - The sort order requested is not supported.
23498 .
23499 Language=Polish
23500 ERROR_DS_NOT_SUPPORTED_SORT_ORDER - The sort order requested is not supported.
23501 .
23502
23503 MessageId=8571
23504 Severity=Success
23505 Facility=System
23506 SymbolicName=ERROR_DS_NAME_NOT_UNIQUE
23507 Language=English
23508 ERROR_DS_NAME_NOT_UNIQUE - The requested name already exists as a unique identifier.
23509 .
23510 Language=Russian
23511 ERROR_DS_NAME_NOT_UNIQUE - The requested name already exists as a unique identifier.
23512 .
23513 Language=Polish
23514 ERROR_DS_NAME_NOT_UNIQUE - The requested name already exists as a unique identifier.
23515 .
23516
23517 MessageId=8572
23518 Severity=Success
23519 Facility=System
23520 SymbolicName=ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4
23521 Language=English
23522 ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 - The machine account was created pre-NT4. The account needs to be recreated.
23523 .
23524 Language=Russian
23525 ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 - The machine account was created pre-NT4. The account needs to be recreated.
23526 .
23527 Language=Polish
23528 ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 - The machine account was created pre-NT4. The account needs to be recreated.
23529 .
23530
23531 MessageId=8573
23532 Severity=Success
23533 Facility=System
23534 SymbolicName=ERROR_DS_OUT_OF_VERSION_STORE
23535 Language=English
23536 ERROR_DS_OUT_OF_VERSION_STORE - The database is out of version store.
23537 .
23538 Language=Russian
23539 ERROR_DS_OUT_OF_VERSION_STORE - The database is out of version store.
23540 .
23541 Language=Polish
23542 ERROR_DS_OUT_OF_VERSION_STORE - The database is out of version store.
23543 .
23544
23545 MessageId=8574
23546 Severity=Success
23547 Facility=System
23548 SymbolicName=ERROR_DS_INCOMPATIBLE_CONTROLS_USED
23549 Language=English
23550 ERROR_DS_INCOMPATIBLE_CONTROLS_USED - Unable to continue operation because multiple conflicting controls were used.
23551 .
23552 Language=Russian
23553 ERROR_DS_INCOMPATIBLE_CONTROLS_USED - Unable to continue operation because multiple conflicting controls were used.
23554 .
23555 Language=Polish
23556 ERROR_DS_INCOMPATIBLE_CONTROLS_USED - Unable to continue operation because multiple conflicting controls were used.
23557 .
23558
23559 MessageId=8575
23560 Severity=Success
23561 Facility=System
23562 SymbolicName=ERROR_DS_NO_REF_DOMAIN
23563 Language=English
23564 ERROR_DS_NO_REF_DOMAIN - Unable to find a valid security descriptor reference domain for this partition.
23565 .
23566 Language=Russian
23567 ERROR_DS_NO_REF_DOMAIN - Unable to find a valid security descriptor reference domain for this partition.
23568 .
23569 Language=Polish
23570 ERROR_DS_NO_REF_DOMAIN - Unable to find a valid security descriptor reference domain for this partition.
23571 .
23572
23573 MessageId=8576
23574 Severity=Success
23575 Facility=System
23576 SymbolicName=ERROR_DS_RESERVED_LINK_ID
23577 Language=English
23578 ERROR_DS_RESERVED_LINK_ID - Schema update failed: The link identifier is reserved.
23579 .
23580 Language=Russian
23581 ERROR_DS_RESERVED_LINK_ID - Schema update failed: The link identifier is reserved.
23582 .
23583 Language=Polish
23584 ERROR_DS_RESERVED_LINK_ID - Schema update failed: The link identifier is reserved.
23585 .
23586
23587 MessageId=8577
23588 Severity=Success
23589 Facility=System
23590 SymbolicName=ERROR_DS_LINK_ID_NOT_AVAILABLE
23591 Language=English
23592 ERROR_DS_LINK_ID_NOT_AVAILABLE - Schema update failed: There are no link identifiers available.
23593 .
23594 Language=Russian
23595 ERROR_DS_LINK_ID_NOT_AVAILABLE - Schema update failed: There are no link identifiers available.
23596 .
23597 Language=Polish
23598 ERROR_DS_LINK_ID_NOT_AVAILABLE - Schema update failed: There are no link identifiers available.
23599 .
23600
23601 MessageId=8578
23602 Severity=Success
23603 Facility=System
23604 SymbolicName=ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER
23605 Language=English
23606 ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER - An account group cannot have a universal group as a member.
23607 .
23608 Language=Russian
23609 ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER - An account group cannot have a universal group as a member.
23610 .
23611 Language=Polish
23612 ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER - An account group cannot have a universal group as a member.
23613 .
23614
23615 MessageId=8579
23616 Severity=Success
23617 Facility=System
23618 SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE
23619 Language=English
23620 ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE - Rename or move operations on naming context heads or read-only objects are not allowed.
23621 .
23622 Language=Russian
23623 ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE - Rename or move operations on naming context heads or read-only objects are not allowed.
23624 .
23625 Language=Polish
23626 ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE - Rename or move operations on naming context heads or read-only objects are not allowed.
23627 .
23628
23629 MessageId=8580
23630 Severity=Success
23631 Facility=System
23632 SymbolicName=ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC
23633 Language=English
23634 ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC - Move operations on objects in the schema naming context are not allowed.
23635 .
23636 Language=Russian
23637 ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC - Move operations on objects in the schema naming context are not allowed.
23638 .
23639 Language=Polish
23640 ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC - Move operations on objects in the schema naming context are not allowed.
23641 .
23642
23643 MessageId=8581
23644 Severity=Success
23645 Facility=System
23646 SymbolicName=ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG
23647 Language=English
23648 ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG - A system flag has been set on the object and does not allow the object to be moved or renamed.
23649 .
23650 Language=Russian
23651 ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG - A system flag has been set on the object and does not allow the object to be moved or renamed.
23652 .
23653 Language=Polish
23654 ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG - A system flag has been set on the object and does not allow the object to be moved or renamed.
23655 .
23656
23657 MessageId=8582
23658 Severity=Success
23659 Facility=System
23660 SymbolicName=ERROR_DS_MODIFYDN_WRONG_GRANDPARENT
23661 Language=English
23662 ERROR_DS_MODIFYDN_WRONG_GRANDPARENT - This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
23663 .
23664 Language=Russian
23665 ERROR_DS_MODIFYDN_WRONG_GRANDPARENT - This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
23666 .
23667 Language=Polish
23668 ERROR_DS_MODIFYDN_WRONG_GRANDPARENT - This object is not allowed to change its grandparent container. Moves are not forbidden on this object, but are restricted to sibling containers.
23669 .
23670
23671 MessageId=8583
23672 Severity=Success
23673 Facility=System
23674 SymbolicName=ERROR_DS_NAME_ERROR_TRUST_REFERRAL
23675 Language=English
23676 ERROR_DS_NAME_ERROR_TRUST_REFERRAL - Unable to resolve completely, a referral to another forest is generated.
23677 .
23678 Language=Russian
23679 ERROR_DS_NAME_ERROR_TRUST_REFERRAL - Unable to resolve completely, a referral to another forest is generated.
23680 .
23681 Language=Polish
23682 ERROR_DS_NAME_ERROR_TRUST_REFERRAL - Unable to resolve completely, a referral to another forest is generated.
23683 .
23684
23685 MessageId=8584
23686 Severity=Success
23687 Facility=System
23688 SymbolicName=ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER
23689 Language=English
23690 ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER - The requested action is not supported on standard server.
23691 .
23692 Language=Russian
23693 ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER - The requested action is not supported on standard server.
23694 .
23695 Language=Polish
23696 ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER - The requested action is not supported on standard server.
23697 .
23698
23699 MessageId=8585
23700 Severity=Success
23701 Facility=System
23702 SymbolicName=ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD
23703 Language=English
23704 ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD - 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.
23705 .
23706 Language=Russian
23707 ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD - 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.
23708 .
23709 Language=Polish
23710 ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD - 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.
23711 .
23712
23713 MessageId=8586
23714 Severity=Success
23715 Facility=System
23716 SymbolicName=ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2
23717 Language=English
23718 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 - The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
23719 .
23720 Language=Russian
23721 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 - The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
23722 .
23723 Language=Polish
23724 ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 - The directory cannot validate the proposed naming context (or partition) name because it does not hold a replica nor can it contact a replica of the naming context above the proposed naming context. Please ensure that the parent naming context is properly registered in DNS, and at least one replica of this naming context is reachable by the Domain Naming master.
23725 .
23726
23727 MessageId=8587
23728 Severity=Success
23729 Facility=System
23730 SymbolicName=ERROR_DS_THREAD_LIMIT_EXCEEDED
23731 Language=English
23732 ERROR_DS_THREAD_LIMIT_EXCEEDED - The thread limit for this request was exceeded.
23733 .
23734 Language=Russian
23735 ERROR_DS_THREAD_LIMIT_EXCEEDED - The thread limit for this request was exceeded.
23736 .
23737 Language=Polish
23738 ERROR_DS_THREAD_LIMIT_EXCEEDED - The thread limit for this request was exceeded.
23739 .
23740
23741 MessageId=8588
23742 Severity=Success
23743 Facility=System
23744 SymbolicName=ERROR_DS_NOT_CLOSEST
23745 Language=English
23746 ERROR_DS_NOT_CLOSEST - The Global catalog server is not in the closet site.
23747 .
23748 Language=Russian
23749 ERROR_DS_NOT_CLOSEST - The Global catalog server is not in the closet site.
23750 .
23751 Language=Polish
23752 ERROR_DS_NOT_CLOSEST - The Global catalog server is not in the closet site.
23753 .
23754
23755 MessageId=8589
23756 Severity=Success
23757 Facility=System
23758 SymbolicName=ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF
23759 Language=English
23760 ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF - 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.
23761 .
23762 Language=Russian
23763 ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF - 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.
23764 .
23765 Language=Polish
23766 ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF - 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.
23767 .
23768
23769 MessageId=8590
23770 Severity=Success
23771 Facility=System
23772 SymbolicName=ERROR_DS_SINGLE_USER_MODE_FAILED
23773 Language=English
23774 ERROR_DS_SINGLE_USER_MODE_FAILED - The Directory Service failed to enter single user mode.
23775 .
23776 Language=Russian
23777 ERROR_DS_SINGLE_USER_MODE_FAILED - The Directory Service failed to enter single user mode.
23778 .
23779 Language=Polish
23780 ERROR_DS_SINGLE_USER_MODE_FAILED - The Directory Service failed to enter single user mode.
23781 .
23782
23783 MessageId=8591
23784 Severity=Success
23785 Facility=System
23786 SymbolicName=ERROR_DS_NTDSCRIPT_SYNTAX_ERROR
23787 Language=English
23788 ERROR_DS_NTDSCRIPT_SYNTAX_ERROR - The Directory Service cannot parse the script because of a syntax error.
23789 .
23790 Language=Russian
23791 ERROR_DS_NTDSCRIPT_SYNTAX_ERROR - The Directory Service cannot parse the script because of a syntax error.
23792 .
23793 Language=Polish
23794 ERROR_DS_NTDSCRIPT_SYNTAX_ERROR - The Directory Service cannot parse the script because of a syntax error.
23795 .
23796
23797 MessageId=8592
23798 Severity=Success
23799 Facility=System
23800 SymbolicName=ERROR_DS_NTDSCRIPT_PROCESS_ERROR
23801 Language=English
23802 ERROR_DS_NTDSCRIPT_PROCESS_ERROR - The Directory Service cannot process the script because of an error.
23803 .
23804 Language=Russian
23805 ERROR_DS_NTDSCRIPT_PROCESS_ERROR - The Directory Service cannot process the script because of an error.
23806 .
23807 Language=Polish
23808 ERROR_DS_NTDSCRIPT_PROCESS_ERROR - The Directory Service cannot process the script because of an error.
23809 .
23810
23811 MessageId=8593
23812 Severity=Success
23813 Facility=System
23814 SymbolicName=ERROR_DS_DIFFERENT_REPL_EPOCHS
23815 Language=English
23816 ERROR_DS_DIFFERENT_REPL_EPOCHS - 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).
23817 .
23818 Language=Russian
23819 ERROR_DS_DIFFERENT_REPL_EPOCHS - 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).
23820 .
23821 Language=Polish
23822 ERROR_DS_DIFFERENT_REPL_EPOCHS - 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).
23823 .
23824
23825 MessageId=8594
23826 Severity=Success
23827 Facility=System
23828 SymbolicName=ERROR_DS_DRS_EXTENSIONS_CHANGED
23829 Language=English
23830 ERROR_DS_DRS_EXTENSIONS_CHANGED - The directory service binding must be renegotiated due to a change in the server extensions information.
23831 .
23832 Language=Russian
23833 ERROR_DS_DRS_EXTENSIONS_CHANGED - The directory service binding must be renegotiated due to a change in the server extensions information.
23834 .
23835 Language=Polish
23836 ERROR_DS_DRS_EXTENSIONS_CHANGED - The directory service binding must be renegotiated due to a change in the server extensions information.
23837 .
23838
23839 MessageId=8595
23840 Severity=Success
23841 Facility=System
23842 SymbolicName=ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR
23843 Language=English
23844 ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR - Operation not allowed on a disabled cross ref.
23845 .
23846 Language=Russian
23847 ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR - Operation not allowed on a disabled cross ref.
23848 .
23849 Language=Polish
23850 ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR - Operation not allowed on a disabled cross ref.
23851 .
23852
23853 MessageId=8596
23854 Severity=Success
23855 Facility=System
23856 SymbolicName=ERROR_DS_NO_MSDS_INTID
23857 Language=English
23858 ERROR_DS_NO_MSDS_INTID - Schema update failed: No values for msDS-IntId are available.
23859 .
23860 Language=Russian
23861 ERROR_DS_NO_MSDS_INTID - Schema update failed: No values for msDS-IntId are available.
23862 .
23863 Language=Polish
23864 ERROR_DS_NO_MSDS_INTID - Schema update failed: No values for msDS-IntId are available.
23865 .
23866
23867 MessageId=8597
23868 Severity=Success
23869 Facility=System
23870 SymbolicName=ERROR_DS_DUP_MSDS_INTID
23871 Language=English
23872 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
23873 .
23874 Language=Russian
23875 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
23876 .
23877 Language=Polish
23878 ERROR_DS_DUP_MSDS_INTID - Schema update failed: Duplicate msDS-IntId. Retry the operation.
23879 .
23880
23881 MessageId=8598
23882 Severity=Success
23883 Facility=System
23884 SymbolicName=ERROR_DS_EXISTS_IN_RDNATTID
23885 Language=English
23886 ERROR_DS_EXISTS_IN_RDNATTID - Schema deletion failed: attribute is used in rDNAttID.
23887 .
23888 Language=Russian
23889 ERROR_DS_EXISTS_IN_RDNATTID - Schema deletion failed: attribute is used in rDNAttID.
23890 .
23891 Language=Polish
23892 ERROR_DS_EXISTS_IN_RDNATTID - Schema deletion failed: attribute is used in rDNAttID.
23893 .
23894
23895 MessageId=8599
23896 Severity=Success
23897 Facility=System
23898 SymbolicName=ERROR_DS_AUTHORIZATION_FAILED
23899 Language=English
23900 ERROR_DS_AUTHORIZATION_FAILED - The directory service failed to authorize the request.
23901 .
23902 Language=Russian
23903 ERROR_DS_AUTHORIZATION_FAILED - The directory service failed to authorize the request.
23904 .
23905 Language=Polish
23906 ERROR_DS_AUTHORIZATION_FAILED - The directory service failed to authorize the request.
23907 .
23908
23909 MessageId=8600
23910 Severity=Success
23911 Facility=System
23912 SymbolicName=ERROR_DS_INVALID_SCRIPT
23913 Language=English
23914 ERROR_DS_INVALID_SCRIPT - The Directory Service cannot process the script because it is invalid.
23915 .
23916 Language=Russian
23917 ERROR_DS_INVALID_SCRIPT - The Directory Service cannot process the script because it is invalid.
23918 .
23919 Language=Polish
23920 ERROR_DS_INVALID_SCRIPT - The Directory Service cannot process the script because it is invalid.
23921 .
23922
23923 MessageId=8601
23924 Severity=Success
23925 Facility=System
23926 SymbolicName=ERROR_DS_REMOTE_CROSSREF_OP_FAILED
23927 Language=English
23928 ERROR_DS_REMOTE_CROSSREF_OP_FAILED - The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
23929 .
23930 Language=Russian
23931 ERROR_DS_REMOTE_CROSSREF_OP_FAILED - The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
23932 .
23933 Language=Polish
23934 ERROR_DS_REMOTE_CROSSREF_OP_FAILED - The remote create cross reference operation failed on the Domain Naming Master FSMO. The operation's error is in the extended data.
23935 .
23936
23937 MessageId=8602
23938 Severity=Success
23939 Facility=System
23940 SymbolicName=ERROR_DS_CROSS_REF_BUSY
23941 Language=English
23942 ERROR_DS_CROSS_REF_BUSY - A cross reference is in use locally with the same name.
23943 .
23944 Language=Russian
23945 ERROR_DS_CROSS_REF_BUSY - A cross reference is in use locally with the same name.
23946 .
23947 Language=Polish
23948 ERROR_DS_CROSS_REF_BUSY - A cross reference is in use locally with the same name.
23949 .
23950
23951 MessageId=8603
23952 Severity=Success
23953 Facility=System
23954 SymbolicName=ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN
23955 Language=English
23956 ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
23957 .
23958 Language=Russian
23959 ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
23960 .
23961 Language=Polish
23962 ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN - The DS cannot derive a service principal name (SPN) with which to mutually authenticate the target server because the server's domain has been deleted from the forest.
23963 .
23964
23965 MessageId=8604
23966 Severity=Success
23967 Facility=System
23968 SymbolicName=ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC
23969 Language=English
23970 ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC - Writeable NCs prevent this DC from demoting.
23971 .
23972 Language=Russian
23973 ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC - Writeable NCs prevent this DC from demoting.
23974 .
23975 Language=Polish
23976 ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC - Writeable NCs prevent this DC from demoting.
23977 .
23978
23979 MessageId=8605
23980 Severity=Success
23981 Facility=System
23982 SymbolicName=ERROR_DS_DUPLICATE_ID_FOUND
23983 Language=English
23984 ERROR_DS_DUPLICATE_ID_FOUND - The requested object has a non-unique identifier and cannot be retrieved.
23985 .
23986 Language=Russian
23987 ERROR_DS_DUPLICATE_ID_FOUND - The requested object has a non-unique identifier and cannot be retrieved.
23988 .
23989 Language=Polish
23990 ERROR_DS_DUPLICATE_ID_FOUND - The requested object has a non-unique identifier and cannot be retrieved.
23991 .
23992
23993 MessageId=8606
23994 Severity=Success
23995 Facility=System
23996 SymbolicName=ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT
23997 Language=English
23998 ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT - Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
23999 .
24000 Language=Russian
24001 ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT - Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
24002 .
24003 Language=Polish
24004 ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT - Insufficient attributes were given to create an object. This object may not exist because it may have been deleted and already garbage collected.
24005 .
24006
24007 MessageId=8607
24008 Severity=Success
24009 Facility=System
24010 SymbolicName=ERROR_DS_GROUP_CONVERSION_ERROR
24011 Language=English
24012 ERROR_DS_GROUP_CONVERSION_ERROR - The group cannot be converted due to attribute restrictions on the requested group type.
24013 .
24014 Language=Russian
24015 ERROR_DS_GROUP_CONVERSION_ERROR - The group cannot be converted due to attribute restrictions on the requested group type.
24016 .
24017 Language=Polish
24018 ERROR_DS_GROUP_CONVERSION_ERROR - The group cannot be converted due to attribute restrictions on the requested group type.
24019 .
24020
24021 MessageId=8608
24022 Severity=Success
24023 Facility=System
24024 SymbolicName=ERROR_DS_CANT_MOVE_APP_BASIC_GROUP
24025 Language=English
24026 ERROR_DS_CANT_MOVE_APP_BASIC_GROUP - Cross-domain move of non-empty basic application groups is not allowed.
24027 .
24028 Language=Russian
24029 ERROR_DS_CANT_MOVE_APP_BASIC_GROUP - Cross-domain move of non-empty basic application groups is not allowed.
24030 .
24031 Language=Polish
24032 ERROR_DS_CANT_MOVE_APP_BASIC_GROUP - Cross-domain move of non-empty basic application groups is not allowed.
24033 .
24034
24035 MessageId=8609
24036 Severity=Success
24037 Facility=System
24038 SymbolicName=ERROR_DS_CANT_MOVE_APP_QUERY_GROUP
24039 Language=English
24040 ERROR_DS_CANT_MOVE_APP_QUERY_GROUP - Cross-domain move on non-empty query based application groups is not allowed.
24041 .
24042 Language=Russian
24043 ERROR_DS_CANT_MOVE_APP_QUERY_GROUP - Cross-domain move on non-empty query based application groups is not allowed.
24044 .
24045 Language=Polish
24046 ERROR_DS_CANT_MOVE_APP_QUERY_GROUP - Cross-domain move on non-empty query based application groups is not allowed.
24047 .
24048
24049 MessageId=8610
24050 Severity=Success
24051 Facility=System
24052 SymbolicName=ERROR_DS_ROLE_NOT_VERIFIED
24053 Language=English
24054 ERROR_DS_ROLE_NOT_VERIFIED - The role owner could not be verified because replication of its partition has not occurred recently.
24055 .
24056 Language=Russian
24057 ERROR_DS_ROLE_NOT_VERIFIED - The role owner could not be verified because replication of its partition has not occurred recently.
24058 .
24059 Language=Polish
24060 ERROR_DS_ROLE_NOT_VERIFIED - The role owner could not be verified because replication of its partition has not occurred recently.
24061 .
24062
24063 MessageId=8611
24064 Severity=Success
24065 Facility=System
24066 SymbolicName=ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL
24067 Language=English
24068 ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL - The target container for a redirection of a well-known object container cannot already be a special container.
24069 .
24070 Language=Russian
24071 ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL - The target container for a redirection of a well-known object container cannot already be a special container.
24072 .
24073 Language=Polish
24074 ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL - The target container for a redirection of a well-known object container cannot already be a special container.
24075 .
24076
24077 MessageId=8612
24078 Severity=Success
24079 Facility=System
24080 SymbolicName=ERROR_DS_DOMAIN_RENAME_IN_PROGRESS
24081 Language=English
24082 ERROR_DS_DOMAIN_RENAME_IN_PROGRESS - The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
24083 .
24084 Language=Russian
24085 ERROR_DS_DOMAIN_RENAME_IN_PROGRESS - The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
24086 .
24087 Language=Polish
24088 ERROR_DS_DOMAIN_RENAME_IN_PROGRESS - The Directory Service cannot perform the requested operation because a domain rename operation is in progress.
24089 .
24090
24091 MessageId=8613
24092 Severity=Success
24093 Facility=System
24094 SymbolicName=ERROR_DS_EXISTING_AD_CHILD_NC
24095 Language=English
24096 ERROR_DS_EXISTING_AD_CHILD_NC - The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method.
24097 .
24098 Language=Russian
24099 ERROR_DS_EXISTING_AD_CHILD_NC - The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method.
24100 .
24101 Language=Polish
24102 ERROR_DS_EXISTING_AD_CHILD_NC - The Active Directory detected an Active Directory child partition below the requested new partition name. The Active Directory's partition hierarchy must be created in a top-down method.
24103 .
24104
24105 MessageId=8614
24106 Severity=Success
24107 Facility=System
24108 SymbolicName=ERROR_DS_REPL_LIFETIME_EXCEEDED
24109 Language=English
24110 ERROR_DS_REPL_LIFETIME_EXCEEDED - The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
24111 .
24112 Language=Russian
24113 ERROR_DS_REPL_LIFETIME_EXCEEDED - The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
24114 .
24115 Language=Polish
24116 ERROR_DS_REPL_LIFETIME_EXCEEDED - The Active Directory cannot replicate with this server because the time since the last replication with this server has exceeded the tombstone lifetime.
24117 .
24118
24119 MessageId=8615
24120 Severity=Success
24121 Facility=System
24122 SymbolicName=ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER
24123 Language=English
24124 ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER - The requested operation is not allowed on an object under the system container.
24125 .
24126 Language=Russian
24127 ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER - The requested operation is not allowed on an object under the system container.
24128 .
24129 Language=Polish
24130 ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER - The requested operation is not allowed on an object under the system container.
24131 .
24132
24133 MessageId=8616
24134 Severity=Success
24135 Facility=System
24136 SymbolicName=ERROR_DS_LDAP_SEND_QUEUE_FULL
24137 Language=English
24138 ERROR_DS_LDAP_SEND_QUEUE_FULL - The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
24139 .
24140 Language=Russian
24141 ERROR_DS_LDAP_SEND_QUEUE_FULL - The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
24142 .
24143 Language=Polish
24144 ERROR_DS_LDAP_SEND_QUEUE_FULL - The LDAP servers network send queue has filled up because the client is not processing the results of it's requests fast enough. No more requests will be processed until the client catches up. If the client does not catch up then it will be disconnected.
24145 .
24146
24147 MessageId=8617
24148 Severity=Success
24149 Facility=System
24150 SymbolicName=ERROR_DS_DRA_OUT_SCHEDULE_WINDOW
24151 Language=English
24152 ERROR_DS_DRA_OUT_SCHEDULE_WINDOW - The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
24153 .
24154 Language=Russian
24155 ERROR_DS_DRA_OUT_SCHEDULE_WINDOW - The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
24156 .
24157 Language=Polish
24158 ERROR_DS_DRA_OUT_SCHEDULE_WINDOW - The scheduled replication did not take place because the system was too busy to execute the request within the schedule window. The replication queue is overloaded. Consider reducing the number of partners or decreasing the scheduled replication frequency.
24159 .
24160
24161 MessageId=9001
24162 Severity=Success
24163 Facility=System
24164 SymbolicName=DNS_ERROR_RCODE_FORMAT_ERROR
24165 Language=English
24166 DNS_ERROR_RCODE_FORMAT_ERROR - DNS server unable to interpret format.
24167 .
24168 Language=Russian
24169 DNS_ERROR_RCODE_FORMAT_ERROR - DNS server unable to interpret format.
24170 .
24171 Language=Polish
24172 DNS_ERROR_RCODE_FORMAT_ERROR - DNS server unable to interpret format.
24173 .
24174
24175 MessageId=9002
24176 Severity=Success
24177 Facility=System
24178 SymbolicName=DNS_ERROR_RCODE_SERVER_FAILURE
24179 Language=English
24180 DNS_ERROR_RCODE_SERVER_FAILURE - DNS server failure.
24181 .
24182 Language=Russian
24183 DNS_ERROR_RCODE_SERVER_FAILURE - DNS server failure.
24184 .
24185 Language=Polish
24186 DNS_ERROR_RCODE_SERVER_FAILURE - DNS server failure.
24187 .
24188
24189 MessageId=9003
24190 Severity=Success
24191 Facility=System
24192 SymbolicName=DNS_ERROR_RCODE_NAME_ERROR
24193 Language=English
24194 DNS_ERROR_RCODE_NAME_ERROR - DNS name does not exist.
24195 .
24196 Language=Russian
24197 DNS_ERROR_RCODE_NAME_ERROR - DNS name does not exist.
24198 .
24199 Language=Polish
24200 DNS_ERROR_RCODE_NAME_ERROR - DNS name does not exist.
24201 .
24202
24203 MessageId=9004
24204 Severity=Success
24205 Facility=System
24206 SymbolicName=DNS_ERROR_RCODE_NOT_IMPLEMENTED
24207 Language=English
24208 DNS_ERROR_RCODE_NOT_IMPLEMENTED - DNS request not supported by name server.
24209 .
24210 Language=Russian
24211 DNS_ERROR_RCODE_NOT_IMPLEMENTED - DNS request not supported by name server.
24212 .
24213 Language=Polish
24214 DNS_ERROR_RCODE_NOT_IMPLEMENTED - DNS request not supported by name server.
24215 .
24216
24217 MessageId=9005
24218 Severity=Success
24219 Facility=System
24220 SymbolicName=DNS_ERROR_RCODE_REFUSED
24221 Language=English
24222 DNS_ERROR_RCODE_REFUSED - DNS operation refused.
24223 .
24224 Language=Russian
24225 DNS_ERROR_RCODE_REFUSED - DNS operation refused.
24226 .
24227 Language=Polish
24228 DNS_ERROR_RCODE_REFUSED - DNS operation refused.
24229 .
24230
24231 MessageId=9006
24232 Severity=Success
24233 Facility=System
24234 SymbolicName=DNS_ERROR_RCODE_YXDOMAIN
24235 Language=English
24236 DNS_ERROR_RCODE_YXDOMAIN - DNS name that ought not exist, does exist.
24237 .
24238 Language=Russian
24239 DNS_ERROR_RCODE_YXDOMAIN - DNS name that ought not exist, does exist.
24240 .
24241 Language=Polish
24242 DNS_ERROR_RCODE_YXDOMAIN - DNS name that ought not exist, does exist.
24243 .
24244
24245 MessageId=9007
24246 Severity=Success
24247 Facility=System
24248 SymbolicName=DNS_ERROR_RCODE_YXRRSET
24249 Language=English
24250 DNS_ERROR_RCODE_YXRRSET - DNS RR set that ought not exist, does exist.
24251 .
24252 Language=Russian
24253 DNS_ERROR_RCODE_YXRRSET - DNS RR set that ought not exist, does exist.
24254 .
24255 Language=Polish
24256 DNS_ERROR_RCODE_YXRRSET - DNS RR set that ought not exist, does exist.
24257 .
24258
24259 MessageId=9008
24260 Severity=Success
24261 Facility=System
24262 SymbolicName=DNS_ERROR_RCODE_NXRRSET
24263 Language=English
24264 DNS_ERROR_RCODE_NXRRSET - DNS RR set that ought to exist, does not exist.
24265 .
24266 Language=Russian
24267 DNS_ERROR_RCODE_NXRRSET - DNS RR set that ought to exist, does not exist.
24268 .
24269 Language=Polish
24270 DNS_ERROR_RCODE_NXRRSET - DNS RR set that ought to exist, does not exist.
24271 .
24272
24273 MessageId=9009
24274 Severity=Success
24275 Facility=System
24276 SymbolicName=DNS_ERROR_RCODE_NOTAUTH
24277 Language=English
24278 DNS_ERROR_RCODE_NOTAUTH - DNS server not authoritative for zone.
24279 .
24280 Language=Russian
24281 DNS_ERROR_RCODE_NOTAUTH - DNS server not authoritative for zone.
24282 .
24283 Language=Polish
24284 DNS_ERROR_RCODE_NOTAUTH - DNS server not authoritative for zone.
24285 .
24286
24287 MessageId=9010
24288 Severity=Success
24289 Facility=System
24290 SymbolicName=DNS_ERROR_RCODE_NOTZONE
24291 Language=English
24292 DNS_ERROR_RCODE_NOTZONE - DNS name in update or prereq is not in zone.
24293 .
24294 Language=Russian
24295 DNS_ERROR_RCODE_NOTZONE - DNS name in update or prereq is not in zone.
24296 .
24297 Language=Polish
24298 DNS_ERROR_RCODE_NOTZONE - DNS name in update or prereq is not in zone.
24299 .
24300
24301 MessageId=9016
24302 Severity=Success
24303 Facility=System
24304 SymbolicName=DNS_ERROR_RCODE_BADSIG
24305 Language=English
24306 DNS_ERROR_RCODE_BADSIG - DNS signature failed to verify.
24307 .
24308 Language=Russian
24309 DNS_ERROR_RCODE_BADSIG - DNS signature failed to verify.
24310 .
24311 Language=Polish
24312 DNS_ERROR_RCODE_BADSIG - DNS signature failed to verify.
24313 .
24314
24315 MessageId=9017
24316 Severity=Success
24317 Facility=System
24318 SymbolicName=DNS_ERROR_RCODE_BADKEY
24319 Language=English
24320 DNS_ERROR_RCODE_BADKEY - DNS bad key.
24321 .
24322 Language=Russian
24323 DNS_ERROR_RCODE_BADKEY - DNS bad key.
24324 .
24325 Language=Polish
24326 DNS_ERROR_RCODE_BADKEY - DNS bad key.
24327 .
24328
24329 MessageId=9018
24330 Severity=Success
24331 Facility=System
24332 SymbolicName=DNS_ERROR_RCODE_BADTIME
24333 Language=English
24334 DNS_ERROR_RCODE_BADTIME - DNS signature validity expired.
24335 .
24336 Language=Russian
24337 DNS_ERROR_RCODE_BADTIME - DNS signature validity expired.
24338 .
24339 Language=Polish
24340 DNS_ERROR_RCODE_BADTIME - DNS signature validity expired.
24341 .
24342
24343 MessageId=9501
24344 Severity=Success
24345 Facility=System
24346 SymbolicName=DNS_INFO_NO_RECORDS
24347 Language=English
24348 DNS_INFO_NO_RECORDS - No records found for given DNS query.
24349 .
24350 Language=Russian
24351 DNS_INFO_NO_RECORDS - No records found for given DNS query.
24352 .
24353 Language=Polish
24354 DNS_INFO_NO_RECORDS - No records found for given DNS query.
24355 .
24356
24357 MessageId=9502
24358 Severity=Success
24359 Facility=System
24360 SymbolicName=DNS_ERROR_BAD_PACKET
24361 Language=English
24362 DNS_ERROR_BAD_PACKET - Bad DNS packet.
24363 .
24364 Language=Russian
24365 DNS_ERROR_BAD_PACKET - Bad DNS packet.
24366 .
24367 Language=Polish
24368 DNS_ERROR_BAD_PACKET - Bad DNS packet.
24369 .
24370
24371 MessageId=9503
24372 Severity=Success
24373 Facility=System
24374 SymbolicName=DNS_ERROR_NO_PACKET
24375 Language=English
24376 DNS_ERROR_NO_PACKET - No DNS packet.
24377 .
24378 Language=Russian
24379 DNS_ERROR_NO_PACKET - No DNS packet.
24380 .
24381 Language=Polish
24382 DNS_ERROR_NO_PACKET - No DNS packet.
24383 .
24384
24385 MessageId=9504
24386 Severity=Success
24387 Facility=System
24388 SymbolicName=DNS_ERROR_RCODE
24389 Language=English
24390 DNS_ERROR_RCODE - DNS error, check rcode.
24391 .
24392 Language=Russian
24393 DNS_ERROR_RCODE - DNS error, check rcode.
24394 .
24395 Language=Polish
24396 DNS_ERROR_RCODE - DNS error, check rcode.
24397 .
24398
24399 MessageId=9505
24400 Severity=Success
24401 Facility=System
24402 SymbolicName=DNS_ERROR_UNSECURE_PACKET
24403 Language=English
24404 DNS_ERROR_UNSECURE_PACKET - Unsecured DNS packet.
24405 .
24406 Language=Russian
24407 DNS_ERROR_UNSECURE_PACKET - Unsecured DNS packet.
24408 .
24409 Language=Polish
24410 DNS_ERROR_UNSECURE_PACKET - Unsecured DNS packet.
24411 .
24412
24413 MessageId=9551
24414 Severity=Success
24415 Facility=System
24416 SymbolicName=DNS_ERROR_INVALID_TYPE
24417 Language=English
24418 DNS_ERROR_INVALID_TYPE - Invalid DNS type.
24419 .
24420 Language=Russian
24421 DNS_ERROR_INVALID_TYPE - Invalid DNS type.
24422 .
24423 Language=Polish
24424 DNS_ERROR_INVALID_TYPE - Invalid DNS type.
24425 .
24426
24427 MessageId=9552
24428 Severity=Success
24429 Facility=System
24430 SymbolicName=DNS_ERROR_INVALID_IP_ADDRESS
24431 Language=English
24432 DNS_ERROR_INVALID_IP_ADDRESS - Invalid IP address.
24433 .
24434 Language=Russian
24435 DNS_ERROR_INVALID_IP_ADDRESS - Invalid IP address.
24436 .
24437 Language=Polish
24438 DNS_ERROR_INVALID_IP_ADDRESS - Invalid IP address.
24439 .
24440
24441 MessageId=9553
24442 Severity=Success
24443 Facility=System
24444 SymbolicName=DNS_ERROR_INVALID_PROPERTY
24445 Language=English
24446 DNS_ERROR_INVALID_PROPERTY - Invalid property.
24447 .
24448 Language=Russian
24449 DNS_ERROR_INVALID_PROPERTY - Invalid property.
24450 .
24451 Language=Polish
24452 DNS_ERROR_INVALID_PROPERTY - Invalid property.
24453 .
24454
24455 MessageId=9554
24456 Severity=Success
24457 Facility=System
24458 SymbolicName=DNS_ERROR_TRY_AGAIN_LATER
24459 Language=English
24460 DNS_ERROR_TRY_AGAIN_LATER - Try DNS operation again later.
24461 .
24462 Language=Russian
24463 DNS_ERROR_TRY_AGAIN_LATER - Try DNS operation again later.
24464 .
24465 Language=Polish
24466 DNS_ERROR_TRY_AGAIN_LATER - Try DNS operation again later.
24467 .
24468
24469 MessageId=9555
24470 Severity=Success
24471 Facility=System
24472 SymbolicName=DNS_ERROR_NOT_UNIQUE
24473 Language=English
24474 DNS_ERROR_NOT_UNIQUE - Record for given name and type is not unique.
24475 .
24476 Language=Russian
24477 DNS_ERROR_NOT_UNIQUE - Record for given name and type is not unique.
24478 .
24479 Language=Polish
24480 DNS_ERROR_NOT_UNIQUE - Record for given name and type is not unique.
24481 .
24482
24483 MessageId=9556
24484 Severity=Success
24485 Facility=System
24486 SymbolicName=DNS_ERROR_NON_RFC_NAME
24487 Language=English
24488 DNS_ERROR_NON_RFC_NAME - DNS name does not comply with RFC specifications.
24489 .
24490 Language=Russian
24491 DNS_ERROR_NON_RFC_NAME - DNS name does not comply with RFC specifications.
24492 .
24493 Language=Polish
24494 DNS_ERROR_NON_RFC_NAME - DNS name does not comply with RFC specifications.
24495 .
24496
24497 MessageId=9557
24498 Severity=Success
24499 Facility=System
24500 SymbolicName=DNS_STATUS_FQDN
24501 Language=English
24502 DNS_STATUS_FQDN - DNS name is a fully-qualified DNS name.
24503 .
24504 Language=Russian
24505 DNS_STATUS_FQDN - DNS name is a fully-qualified DNS name.
24506 .
24507 Language=Polish
24508 DNS_STATUS_FQDN - DNS name is a fully-qualified DNS name.
24509 .
24510
24511 MessageId=9558
24512 Severity=Success
24513 Facility=System
24514 SymbolicName=DNS_STATUS_DOTTED_NAME
24515 Language=English
24516 DNS_STATUS_DOTTED_NAME - DNS name is dotted (multi-label).
24517 .
24518 Language=Russian
24519 DNS_STATUS_DOTTED_NAME - DNS name is dotted (multi-label).
24520 .
24521 Language=Polish
24522 DNS_STATUS_DOTTED_NAME - DNS name is dotted (multi-label).
24523 .
24524
24525 MessageId=9559
24526 Severity=Success
24527 Facility=System
24528 SymbolicName=DNS_STATUS_SINGLE_PART_NAME
24529 Language=English
24530 DNS_STATUS_SINGLE_PART_NAME - DNS name is a single-part name.
24531 .
24532 Language=Russian
24533 DNS_STATUS_SINGLE_PART_NAME - DNS name is a single-part name.
24534 .
24535 Language=Polish
24536 DNS_STATUS_SINGLE_PART_NAME - DNS name is a single-part name.
24537 .
24538
24539 MessageId=9560
24540 Severity=Success
24541 Facility=System
24542 SymbolicName=DNS_ERROR_INVALID_NAME_CHAR
24543 Language=English
24544 DNS_ERROR_INVALID_NAME_CHAR - DSN name contains an invalid character.
24545 .
24546 Language=Russian
24547 DNS_ERROR_INVALID_NAME_CHAR - DSN name contains an invalid character.
24548 .
24549 Language=Polish
24550 DNS_ERROR_INVALID_NAME_CHAR - DSN name contains an invalid character.
24551 .
24552
24553 MessageId=9561
24554 Severity=Success
24555 Facility=System
24556 SymbolicName=DNS_ERROR_NUMERIC_NAME
24557 Language=English
24558 DNS_ERROR_NUMERIC_NAME - DNS name is entirely numeric.
24559 .
24560 Language=Russian
24561 DNS_ERROR_NUMERIC_NAME - DNS name is entirely numeric.
24562 .
24563 Language=Polish
24564 DNS_ERROR_NUMERIC_NAME - DNS name is entirely numeric.
24565 .
24566
24567 MessageId=9562
24568 Severity=Success
24569 Facility=System
24570 SymbolicName=DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER
24571 Language=English
24572 DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - The operation requested is not permitted on a DNS root server.
24573 .
24574 Language=Russian
24575 DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - The operation requested is not permitted on a DNS root server.
24576 .
24577 Language=Polish
24578 DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER - The operation requested is not permitted on a DNS root server.
24579 .
24580
24581 MessageId=9563
24582 Severity=Success
24583 Facility=System
24584 SymbolicName=DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION
24585 Language=English
24586 DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - The record could not be created because this part of the DNS namespace has been delegated to another server.
24587 .
24588 Language=Russian
24589 DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - The record could not be created because this part of the DNS namespace has been delegated to another server.
24590 .
24591 Language=Polish
24592 DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION - The record could not be created because this part of the DNS namespace has been delegated to another server.
24593 .
24594
24595 MessageId=9564
24596 Severity=Success
24597 Facility=System
24598 SymbolicName=DNS_ERROR_CANNOT_FIND_ROOT_HINTS
24599 Language=English
24600 DNS_ERROR_CANNOT_FIND_ROOT_HINTS - The DNS server could not find a set of root hints.
24601 .
24602 Language=Russian
24603 DNS_ERROR_CANNOT_FIND_ROOT_HINTS - The DNS server could not find a set of root hints.
24604 .
24605 Language=Polish
24606 DNS_ERROR_CANNOT_FIND_ROOT_HINTS - The DNS server could not find a set of root hints.
24607 .
24608
24609 MessageId=9565
24610 Severity=Success
24611 Facility=System
24612 SymbolicName=DNS_ERROR_INCONSISTENT_ROOT_HINTS
24613 Language=English
24614 DNS_ERROR_INCONSISTENT_ROOT_HINTS - The DNS server found root hints but they were not consistent across all adapters.
24615 .
24616 Language=Russian
24617 DNS_ERROR_INCONSISTENT_ROOT_HINTS - The DNS server found root hints but they were not consistent across all adapters.
24618 .
24619 Language=Polish
24620 DNS_ERROR_INCONSISTENT_ROOT_HINTS - The DNS server found root hints but they were not consistent across all adapters.
24621 .
24622
24623 MessageId=9601
24624 Severity=Success
24625 Facility=System
24626 SymbolicName=DNS_ERROR_ZONE_DOES_NOT_EXIST
24627 Language=English
24628 DNS_ERROR_ZONE_DOES_NOT_EXIST - DNS zone does not exist.
24629 .
24630 Language=Russian
24631 DNS_ERROR_ZONE_DOES_NOT_EXIST - DNS zone does not exist.
24632 .
24633 Language=Polish
24634 DNS_ERROR_ZONE_DOES_NOT_EXIST - DNS zone does not exist.
24635 .
24636
24637 MessageId=9602
24638 Severity=Success
24639 Facility=System
24640 SymbolicName=DNS_ERROR_NO_ZONE_INFO
24641 Language=English
24642 DNS_ERROR_NO_ZONE_INFO - DNS zone information not available.
24643 .
24644 Language=Russian
24645 DNS_ERROR_NO_ZONE_INFO - DNS zone information not available.
24646 .
24647 Language=Polish
24648 DNS_ERROR_NO_ZONE_INFO - DNS zone information not available.
24649 .
24650
24651 MessageId=9603
24652 Severity=Success
24653 Facility=System
24654 SymbolicName=DNS_ERROR_INVALID_ZONE_OPERATION
24655 Language=English
24656 DNS_ERROR_INVALID_ZONE_OPERATION - Invalid operation for DNS zone.
24657 .
24658 Language=Russian
24659 DNS_ERROR_INVALID_ZONE_OPERATION - Invalid operation for DNS zone.
24660 .
24661 Language=Polish
24662 DNS_ERROR_INVALID_ZONE_OPERATION - Invalid operation for DNS zone.
24663 .
24664
24665 MessageId=9604
24666 Severity=Success
24667 Facility=System
24668 SymbolicName=DNS_ERROR_ZONE_CONFIGURATION_ERROR
24669 Language=English
24670 DNS_ERROR_ZONE_CONFIGURATION_ERROR - Invalid DNS zone configuration.
24671 .
24672 Language=Russian
24673 DNS_ERROR_ZONE_CONFIGURATION_ERROR - Invalid DNS zone configuration.
24674 .
24675 Language=Polish
24676 DNS_ERROR_ZONE_CONFIGURATION_ERROR - Invalid DNS zone configuration.
24677 .
24678
24679 MessageId=9605
24680 Severity=Success
24681 Facility=System
24682 SymbolicName=DNS_ERROR_ZONE_HAS_NO_SOA_RECORD
24683 Language=English
24684 DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - DNS zone has no start of authority (SOA) record.
24685 .
24686 Language=Russian
24687 DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - DNS zone has no start of authority (SOA) record.
24688 .
24689 Language=Polish
24690 DNS_ERROR_ZONE_HAS_NO_SOA_RECORD - DNS zone has no start of authority (SOA) record.
24691 .
24692
24693 MessageId=9606
24694 Severity=Success
24695 Facility=System
24696 SymbolicName=DNS_ERROR_ZONE_HAS_NO_NS_RECORDS
24697 Language=English
24698 DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - DNS zone has no name server (NS) record.
24699 .
24700 Language=Russian
24701 DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - DNS zone has no name server (NS) record.
24702 .
24703 Language=Polish
24704 DNS_ERROR_ZONE_HAS_NO_NS_RECORDS - DNS zone has no name server (NS) record.
24705 .
24706
24707 MessageId=9607
24708 Severity=Success
24709 Facility=System
24710 SymbolicName=DNS_ERROR_ZONE_LOCKED
24711 Language=English
24712 DNS_ERROR_ZONE_LOCKED - DNS zone is locked.
24713 .
24714 Language=Russian
24715 DNS_ERROR_ZONE_LOCKED - DNS zone is locked.
24716 .
24717 Language=Polish
24718 DNS_ERROR_ZONE_LOCKED - DNS zone is locked.
24719 .
24720
24721 MessageId=9608
24722 Severity=Success
24723 Facility=System
24724 SymbolicName=DNS_ERROR_ZONE_CREATION_FAILED
24725 Language=English
24726 DNS_ERROR_ZONE_CREATION_FAILED - DNS zone creation failed.
24727 .
24728 Language=Russian
24729 DNS_ERROR_ZONE_CREATION_FAILED - DNS zone creation failed.
24730 .
24731 Language=Polish
24732 DNS_ERROR_ZONE_CREATION_FAILED - DNS zone creation failed.
24733 .
24734
24735 MessageId=9609
24736 Severity=Success
24737 Facility=System
24738 SymbolicName=DNS_ERROR_ZONE_ALREADY_EXISTS
24739 Language=English
24740 DNS_ERROR_ZONE_ALREADY_EXISTS - DNS zone already exists.
24741 .
24742 Language=Russian
24743 DNS_ERROR_ZONE_ALREADY_EXISTS - DNS zone already exists.
24744 .
24745 Language=Polish
24746 DNS_ERROR_ZONE_ALREADY_EXISTS - DNS zone already exists.
24747 .
24748
24749 MessageId=9610
24750 Severity=Success
24751 Facility=System
24752 SymbolicName=DNS_ERROR_AUTOZONE_ALREADY_EXISTS
24753 Language=English
24754 DNS_ERROR_AUTOZONE_ALREADY_EXISTS - DNS automatic zone already exists.
24755 .
24756 Language=Russian
24757 DNS_ERROR_AUTOZONE_ALREADY_EXISTS - DNS automatic zone already exists.
24758 .
24759 Language=Polish
24760 DNS_ERROR_AUTOZONE_ALREADY_EXISTS - DNS automatic zone already exists.
24761 .
24762
24763 MessageId=9611
24764 Severity=Success
24765 Facility=System
24766 SymbolicName=DNS_ERROR_INVALID_ZONE_TYPE
24767 Language=English
24768 DNS_ERROR_INVALID_ZONE_TYPE - Invalid DNS zone type.
24769 .
24770 Language=Russian
24771 DNS_ERROR_INVALID_ZONE_TYPE - Invalid DNS zone type.
24772 .
24773 Language=Polish
24774 DNS_ERROR_INVALID_ZONE_TYPE - Invalid DNS zone type.
24775 .
24776
24777 MessageId=9612
24778 Severity=Success
24779 Facility=System
24780 SymbolicName=DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP
24781 Language=English
24782 DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Secondary DNS zone requires master IP address.
24783 .
24784 Language=Russian
24785 DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Secondary DNS zone requires master IP address.
24786 .
24787 Language=Polish
24788 DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP - Secondary DNS zone requires master IP address.
24789 .
24790
24791 MessageId=9613
24792 Severity=Success
24793 Facility=System
24794 SymbolicName=DNS_ERROR_ZONE_NOT_SECONDARY
24795 Language=English
24796 DNS_ERROR_ZONE_NOT_SECONDARY - DNS zone not secondary.
24797 .
24798 Language=Russian
24799 DNS_ERROR_ZONE_NOT_SECONDARY - DNS zone not secondary.
24800 .
24801 Language=Polish
24802 DNS_ERROR_ZONE_NOT_SECONDARY - DNS zone not secondary.
24803 .
24804
24805 MessageId=9614
24806 Severity=Success
24807 Facility=System
24808 SymbolicName=DNS_ERROR_NEED_SECONDARY_ADDRESSES
24809 Language=English
24810 DNS_ERROR_NEED_SECONDARY_ADDRESSES - Need secondary IP address.
24811 .
24812 Language=Russian
24813 DNS_ERROR_NEED_SECONDARY_ADDRESSES - Need secondary IP address.
24814 .
24815 Language=Polish
24816 DNS_ERROR_NEED_SECONDARY_ADDRESSES - Need secondary IP address.
24817 .
24818
24819 MessageId=9615
24820 Severity=Success
24821 Facility=System
24822 SymbolicName=DNS_ERROR_WINS_INIT_FAILED
24823 Language=English
24824 DNS_ERROR_WINS_INIT_FAILED - WINS initialization failed.
24825 .
24826 Language=Russian
24827 DNS_ERROR_WINS_INIT_FAILED - WINS initialization failed.
24828 .
24829 Language=Polish
24830 DNS_ERROR_WINS_INIT_FAILED - WINS initialization failed.
24831 .
24832
24833 MessageId=9616
24834 Severity=Success
24835 Facility=System
24836 SymbolicName=DNS_ERROR_NEED_WINS_SERVERS
24837 Language=English
24838 DNS_ERROR_NEED_WINS_SERVERS - Need WINS servers.
24839 .
24840 Language=Russian
24841 DNS_ERROR_NEED_WINS_SERVERS - Need WINS servers.
24842 .
24843 Language=Polish
24844 DNS_ERROR_NEED_WINS_SERVERS - Need WINS servers.
24845 .
24846
24847 MessageId=9617
24848 Severity=Success
24849 Facility=System
24850 SymbolicName=DNS_ERROR_NBSTAT_INIT_FAILED
24851 Language=English
24852 DNS_ERROR_NBSTAT_INIT_FAILED - NBTSTAT initialization call failed.
24853 .
24854 Language=Russian
24855 DNS_ERROR_NBSTAT_INIT_FAILED - NBTSTAT initialization call failed.
24856 .
24857 Language=Polish
24858 DNS_ERROR_NBSTAT_INIT_FAILED - NBTSTAT initialization call failed.
24859 .
24860
24861 MessageId=9618
24862 Severity=Success
24863 Facility=System
24864 SymbolicName=DNS_ERROR_SOA_DELETE_INVALID
24865 Language=English
24866 DNS_ERROR_SOA_DELETE_INVALID - Invalid delete of start of authority (SOA)
24867 .
24868 Language=Russian
24869 DNS_ERROR_SOA_DELETE_INVALID - Invalid delete of start of authority (SOA)
24870 .
24871 Language=Polish
24872 DNS_ERROR_SOA_DELETE_INVALID - Invalid delete of start of authority (SOA)
24873 .
24874
24875 MessageId=9619
24876 Severity=Success
24877 Facility=System
24878 SymbolicName=DNS_ERROR_FORWARDER_ALREADY_EXISTS
24879 Language=English
24880 DNS_ERROR_FORWARDER_ALREADY_EXISTS - A conditional forwarding zone already exists for that name.
24881 .
24882 Language=Russian
24883 DNS_ERROR_FORWARDER_ALREADY_EXISTS - A conditional forwarding zone already exists for that name.
24884 .
24885 Language=Polish
24886 DNS_ERROR_FORWARDER_ALREADY_EXISTS - A conditional forwarding zone already exists for that name.
24887 .
24888
24889 MessageId=9620
24890 Severity=Success
24891 Facility=System
24892 SymbolicName=DNS_ERROR_ZONE_REQUIRES_MASTER_IP
24893 Language=English
24894 DNS_ERROR_ZONE_REQUIRES_MASTER_IP - This zone must be configured with one or more master DNS server IP addresses.
24895 .
24896 Language=Russian
24897 DNS_ERROR_ZONE_REQUIRES_MASTER_IP - This zone must be configured with one or more master DNS server IP addresses.
24898 .
24899 Language=Polish
24900 DNS_ERROR_ZONE_REQUIRES_MASTER_IP - This zone must be configured with one or more master DNS server IP addresses.
24901 .
24902
24903 MessageId=9621
24904 Severity=Success
24905 Facility=System
24906 SymbolicName=DNS_ERROR_ZONE_IS_SHUTDOWN
24907 Language=English
24908 DNS_ERROR_ZONE_IS_SHUTDOWN - The operation cannot be performed because this zone is shutdown.
24909 .
24910 Language=Russian
24911 DNS_ERROR_ZONE_IS_SHUTDOWN - The operation cannot be performed because this zone is shutdown.
24912 .
24913 Language=Polish
24914 DNS_ERROR_ZONE_IS_SHUTDOWN - The operation cannot be performed because this zone is shutdown.
24915 .
24916
24917 MessageId=9651
24918 Severity=Success
24919 Facility=System
24920 SymbolicName=DNS_ERROR_PRIMARY_REQUIRES_DATAFILE
24921 Language=English
24922 DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Primary DNS zone requires datafile.
24923 .
24924 Language=Russian
24925 DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Primary DNS zone requires datafile.
24926 .
24927 Language=Polish
24928 DNS_ERROR_PRIMARY_REQUIRES_DATAFILE - Primary DNS zone requires datafile.
24929 .
24930
24931 MessageId=9652
24932 Severity=Success
24933 Facility=System
24934 SymbolicName=DNS_ERROR_INVALID_DATAFILE_NAME
24935 Language=English
24936 DNS_ERROR_INVALID_DATAFILE_NAME - Invalid datafile name for DNS zone.
24937 .
24938 Language=Russian
24939 DNS_ERROR_INVALID_DATAFILE_NAME - Invalid datafile name for DNS zone.
24940 .
24941 Language=Polish
24942 DNS_ERROR_INVALID_DATAFILE_NAME - Invalid datafile name for DNS zone.
24943 .
24944
24945 MessageId=9653
24946 Severity=Success
24947 Facility=System
24948 SymbolicName=DNS_ERROR_DATAFILE_OPEN_FAILURE
24949 Language=English
24950 DNS_ERROR_DATAFILE_OPEN_FAILURE - Failed to open datafile for DNS zone.
24951 .
24952 Language=Russian
24953 DNS_ERROR_DATAFILE_OPEN_FAILURE - Failed to open datafile for DNS zone.
24954 .
24955 Language=Polish
24956 DNS_ERROR_DATAFILE_OPEN_FAILURE - Failed to open datafile for DNS zone.
24957 .
24958
24959 MessageId=9654
24960 Severity=Success
24961 Facility=System
24962 SymbolicName=DNS_ERROR_FILE_WRITEBACK_FAILED
24963 Language=English
24964 DNS_ERROR_FILE_WRITEBACK_FAILED - Failed to write datafile for DNS zone.
24965 .
24966 Language=Russian
24967 DNS_ERROR_FILE_WRITEBACK_FAILED - Failed to write datafile for DNS zone.
24968 .
24969 Language=Polish
24970 DNS_ERROR_FILE_WRITEBACK_FAILED - Failed to write datafile for DNS zone.
24971 .
24972
24973 MessageId=9655
24974 Severity=Success
24975 Facility=System
24976 SymbolicName=DNS_ERROR_DATAFILE_PARSING
24977 Language=English
24978 DNS_ERROR_DATAFILE_PARSING - Failure while reading datafile for DNS zone.
24979 .
24980 Language=Russian
24981 DNS_ERROR_DATAFILE_PARSING - Failure while reading datafile for DNS zone.
24982 .
24983 Language=Polish
24984 DNS_ERROR_DATAFILE_PARSING - Failure while reading datafile for DNS zone.
24985 .
24986
24987 MessageId=9701
24988 Severity=Success
24989 Facility=System
24990 SymbolicName=DNS_ERROR_RECORD_DOES_NOT_EXIST
24991 Language=English
24992 DNS_ERROR_RECORD_DOES_NOT_EXIST - DNS record does not exist.
24993 .
24994 Language=Russian
24995 DNS_ERROR_RECORD_DOES_NOT_EXIST - DNS record does not exist.
24996 .
24997 Language=Polish
24998 DNS_ERROR_RECORD_DOES_NOT_EXIST - DNS record does not exist.
24999 .
25000
25001 MessageId=9702
25002 Severity=Success
25003 Facility=System
25004 SymbolicName=DNS_ERROR_RECORD_FORMAT
25005 Language=English
25006 DNS_ERROR_RECORD_FORMAT - DNS record format error.
25007 .
25008 Language=Russian
25009 DNS_ERROR_RECORD_FORMAT - DNS record format error.
25010 .
25011 Language=Polish
25012 DNS_ERROR_RECORD_FORMAT - DNS record format error.
25013 .
25014
25015 MessageId=9703
25016 Severity=Success
25017 Facility=System
25018 SymbolicName=DNS_ERROR_NODE_CREATION_FAILED
25019 Language=English
25020 DNS_ERROR_NODE_CREATION_FAILED - Node creation failure in DNS.
25021 .
25022 Language=Russian
25023 DNS_ERROR_NODE_CREATION_FAILED - Node creation failure in DNS.
25024 .
25025 Language=Polish
25026 DNS_ERROR_NODE_CREATION_FAILED - Node creation failure in DNS.
25027 .
25028
25029 MessageId=9704
25030 Severity=Success
25031 Facility=System
25032 SymbolicName=DNS_ERROR_UNKNOWN_RECORD_TYPE
25033 Language=English
25034 DNS_ERROR_UNKNOWN_RECORD_TYPE - Unknown DNS record type.
25035 .
25036 Language=Russian
25037 DNS_ERROR_UNKNOWN_RECORD_TYPE - Unknown DNS record type.
25038 .
25039 Language=Polish
25040 DNS_ERROR_UNKNOWN_RECORD_TYPE - Unknown DNS record type.
25041 .
25042
25043 MessageId=9705
25044 Severity=Success
25045 Facility=System
25046 SymbolicName=DNS_ERROR_RECORD_TIMED_OUT
25047 Language=English
25048 DNS_ERROR_RECORD_TIMED_OUT - DNS record timed out.
25049 .
25050 Language=Russian
25051 DNS_ERROR_RECORD_TIMED_OUT - DNS record timed out.
25052 .
25053 Language=Polish
25054 DNS_ERROR_RECORD_TIMED_OUT - DNS record timed out.
25055 .
25056
25057 MessageId=9706
25058 Severity=Success
25059 Facility=System
25060 SymbolicName=DNS_ERROR_NAME_NOT_IN_ZONE
25061 Language=English
25062 DNS_ERROR_NAME_NOT_IN_ZONE - Name not in DNS zone.
25063 .
25064 Language=Russian
25065 DNS_ERROR_NAME_NOT_IN_ZONE - Name not in DNS zone.
25066 .
25067 Language=Polish
25068 DNS_ERROR_NAME_NOT_IN_ZONE - Name not in DNS zone.
25069 .
25070
25071 MessageId=9707
25072 Severity=Success
25073 Facility=System
25074 SymbolicName=DNS_ERROR_CNAME_LOOP
25075 Language=English
25076 DNS_ERROR_CNAME_LOOP - CNAME loop detected.
25077 .
25078 Language=Russian
25079 DNS_ERROR_CNAME_LOOP - CNAME loop detected.
25080 .
25081 Language=Polish
25082 DNS_ERROR_CNAME_LOOP - CNAME loop detected.
25083 .
25084
25085 MessageId=9708
25086 Severity=Success
25087 Facility=System
25088 SymbolicName=DNS_ERROR_NODE_IS_CNAME
25089 Language=English
25090 DNS_ERROR_NODE_IS_CNAME - Node is a CNAME DNS record.
25091 .
25092 Language=Russian
25093 DNS_ERROR_NODE_IS_CNAME - Node is a CNAME DNS record.
25094 .
25095 Language=Polish
25096 DNS_ERROR_NODE_IS_CNAME - Node is a CNAME DNS record.
25097 .
25098
25099 MessageId=9709
25100 Severity=Success
25101 Facility=System
25102 SymbolicName=DNS_ERROR_CNAME_COLLISION
25103 Language=English
25104 DNS_ERROR_CNAME_COLLISION - A CNAME record already exists for given name.
25105 .
25106 Language=Russian
25107 DNS_ERROR_CNAME_COLLISION - A CNAME record already exists for given name.
25108 .
25109 Language=Polish
25110 DNS_ERROR_CNAME_COLLISION - A CNAME record already exists for given name.
25111 .
25112
25113 MessageId=9710
25114 Severity=Success
25115 Facility=System
25116 SymbolicName=DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT
25117 Language=English
25118 DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Record only at DNS zone root.
25119 .
25120 Language=Russian
25121 DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Record only at DNS zone root.
25122 .
25123 Language=Polish
25124 DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT - Record only at DNS zone root.
25125 .
25126
25127 MessageId=9711
25128 Severity=Success
25129 Facility=System
25130 SymbolicName=DNS_ERROR_RECORD_ALREADY_EXISTS
25131 Language=English
25132 DNS_ERROR_RECORD_ALREADY_EXISTS - DNS record already exists.
25133 .
25134 Language=Russian
25135 DNS_ERROR_RECORD_ALREADY_EXISTS - DNS record already exists.
25136 .
25137 Language=Polish
25138 DNS_ERROR_RECORD_ALREADY_EXISTS - DNS record already exists.
25139 .
25140
25141 MessageId=9712
25142 Severity=Success
25143 Facility=System
25144 SymbolicName=DNS_ERROR_SECONDARY_DATA
25145 Language=English
25146 DNS_ERROR_SECONDARY_DATA - Secondary DNS zone data error.
25147 .
25148 Language=Russian
25149 DNS_ERROR_SECONDARY_DATA - Secondary DNS zone data error.
25150 .
25151 Language=Polish
25152 DNS_ERROR_SECONDARY_DATA - Secondary DNS zone data error.
25153 .
25154
25155 MessageId=9713
25156 Severity=Success
25157 Facility=System
25158 SymbolicName=DNS_ERROR_NO_CREATE_CACHE_DATA
25159 Language=English
25160 DNS_ERROR_NO_CREATE_CACHE_DATA - Could not create DNS cache data.
25161 .
25162 Language=Russian
25163 DNS_ERROR_NO_CREATE_CACHE_DATA - Could not create DNS cache data.
25164 .
25165 Language=Polish
25166 DNS_ERROR_NO_CREATE_CACHE_DATA - Could not create DNS cache data.
25167 .
25168
25169 MessageId=9714
25170 Severity=Success
25171 Facility=System
25172 SymbolicName=DNS_ERROR_NAME_DOES_NOT_EXIST
25173 Language=English
25174 DNS_ERROR_NAME_DOES_NOT_EXIST - DNS name does not exist.
25175 .
25176 Language=Russian
25177 DNS_ERROR_NAME_DOES_NOT_EXIST - DNS name does not exist.
25178 .
25179 Language=Polish
25180 DNS_ERROR_NAME_DOES_NOT_EXIST - DNS name does not exist.
25181 .
25182
25183 MessageId=9715
25184 Severity=Success
25185 Facility=System
25186 SymbolicName=DNS_WARNING_PTR_CREATE_FAILED
25187 Language=English
25188 DNS_WARNING_PTR_CREATE_FAILED - Could not create pointer (PTR) record.
25189 .
25190 Language=Russian
25191 DNS_WARNING_PTR_CREATE_FAILED - Could not create pointer (PTR) record.
25192 .
25193 Language=Polish
25194 DNS_WARNING_PTR_CREATE_FAILED - Could not create pointer (PTR) record.
25195 .
25196
25197 MessageId=9716
25198 Severity=Success
25199 Facility=System
25200 SymbolicName=DNS_WARNING_DOMAIN_UNDELETED
25201 Language=English
25202 DNS_WARNING_DOMAIN_UNDELETED - DNS domain was undeleted.
25203 .
25204 Language=Russian
25205 DNS_WARNING_DOMAIN_UNDELETED - DNS domain was undeleted.
25206 .
25207 Language=Polish
25208 DNS_WARNING_DOMAIN_UNDELETED - DNS domain was undeleted.
25209 .
25210
25211 MessageId=9717
25212 Severity=Success
25213 Facility=System
25214 SymbolicName=DNS_ERROR_DS_UNAVAILABLE
25215 Language=English
25216 DNS_ERROR_DS_UNAVAILABLE - The directory service is unavailable.
25217 .
25218 Language=Russian
25219 DNS_ERROR_DS_UNAVAILABLE - The directory service is unavailable.
25220 .
25221 Language=Polish
25222 DNS_ERROR_DS_UNAVAILABLE - The directory service is unavailable.
25223 .
25224
25225 MessageId=9718
25226 Severity=Success
25227 Facility=System
25228 SymbolicName=DNS_ERROR_DS_ZONE_ALREADY_EXISTS
25229 Language=English
25230 DNS_ERROR_DS_ZONE_ALREADY_EXISTS - DNS zone already exists in the directory service.
25231 .
25232 Language=Russian
25233 DNS_ERROR_DS_ZONE_ALREADY_EXISTS - DNS zone already exists in the directory service.
25234 .
25235 Language=Polish
25236 DNS_ERROR_DS_ZONE_ALREADY_EXISTS - DNS zone already exists in the directory service.
25237 .
25238
25239 MessageId=9719
25240 Severity=Success
25241 Facility=System
25242 SymbolicName=DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE
25243 Language=English
25244 DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - DNS server not creating or reading the boot file for the directory service integrated DNS zone.
25245 .
25246 Language=Russian
25247 DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - DNS server not creating or reading the boot file for the directory service integrated DNS zone.
25248 .
25249 Language=Polish
25250 DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE - DNS server not creating or reading the boot file for the directory service integrated DNS zone.
25251 .
25252
25253 MessageId=9751
25254 Severity=Success
25255 Facility=System
25256 SymbolicName=DNS_INFO_AXFR_COMPLETE
25257 Language=English
25258 DNS_INFO_AXFR_COMPLETE - DNS AXFR (zone transfer) complete.
25259 .
25260 Language=Russian
25261 DNS_INFO_AXFR_COMPLETE - DNS AXFR (zone transfer) complete.
25262 .
25263 Language=Polish
25264 DNS_INFO_AXFR_COMPLETE - DNS AXFR (zone transfer) complete.
25265 .
25266
25267 MessageId=9752
25268 Severity=Success
25269 Facility=System
25270 SymbolicName=DNS_ERROR_AXFR
25271 Language=English
25272 DNS_ERROR_AXFR - DNS zone transfer failed.
25273 .
25274 Language=Russian
25275 DNS_ERROR_AXFR - DNS zone transfer failed.
25276 .
25277 Language=Polish
25278 DNS_ERROR_AXFR - DNS zone transfer failed.
25279 .
25280
25281 MessageId=9753
25282 Severity=Success
25283 Facility=System
25284 SymbolicName=DNS_INFO_ADDED_LOCAL_WINS
25285 Language=English
25286 DNS_INFO_ADDED_LOCAL_WINS - Added local WINS server.
25287 .
25288 Language=Russian
25289 DNS_INFO_ADDED_LOCAL_WINS - Added local WINS server.
25290 .
25291 Language=Polish
25292 DNS_INFO_ADDED_LOCAL_WINS - Added local WINS server.
25293 .
25294
25295 MessageId=9801
25296 Severity=Success
25297 Facility=System
25298 SymbolicName=DNS_STATUS_CONTINUE_NEEDED
25299 Language=English
25300 DNS_STATUS_CONTINUE_NEEDED - Secure update call needs to continue update request.
25301 .
25302 Language=Russian
25303 DNS_STATUS_CONTINUE_NEEDED - Secure update call needs to continue update request.
25304 .
25305 Language=Polish
25306 DNS_STATUS_CONTINUE_NEEDED - Secure update call needs to continue update request.
25307 .
25308
25309 MessageId=9851
25310 Severity=Success
25311 Facility=System
25312 SymbolicName=DNS_ERROR_NO_TCPIP
25313 Language=English
25314 DNS_ERROR_NO_TCPIP - TCP/IP network protocol not installed.
25315 .
25316 Language=Russian
25317 DNS_ERROR_NO_TCPIP - TCP/IP network protocol not installed.
25318 .
25319 Language=Polish
25320 DNS_ERROR_NO_TCPIP - TCP/IP network protocol not installed.
25321 .
25322
25323 MessageId=9852
25324 Severity=Success
25325 Facility=System
25326 SymbolicName=DNS_ERROR_NO_DNS_SERVERS
25327 Language=English
25328 DNS_ERROR_NO_DNS_SERVERS - No DNS servers configured for local system.
25329 .
25330 Language=Russian
25331 DNS_ERROR_NO_DNS_SERVERS - No DNS servers configured for local system.
25332 .
25333 Language=Polish
25334 DNS_ERROR_NO_DNS_SERVERS - No DNS servers configured for local system.
25335 .
25336
25337 MessageId=9901
25338 Severity=Success
25339 Facility=System
25340 SymbolicName=DNS_ERROR_DP_DOES_NOT_EXIST
25341 Language=English
25342 DNS_ERROR_DP_DOES_NOT_EXIST - The specified directory partition does not exist.
25343 .
25344 Language=Russian
25345 DNS_ERROR_DP_DOES_NOT_EXIST - The specified directory partition does not exist.
25346 .
25347 Language=Polish
25348 DNS_ERROR_DP_DOES_NOT_EXIST - The specified directory partition does not exist.
25349 .
25350
25351 MessageId=9902
25352 Severity=Success
25353 Facility=System
25354 SymbolicName=DNS_ERROR_DP_ALREADY_EXISTS
25355 Language=English
25356 DNS_ERROR_DP_ALREADY_EXISTS - The specified directory partition already exists.
25357 .
25358 Language=Russian
25359 DNS_ERROR_DP_ALREADY_EXISTS - The specified directory partition already exists.
25360 .
25361 Language=Polish
25362 DNS_ERROR_DP_ALREADY_EXISTS - The specified directory partition already exists.
25363 .
25364
25365 MessageId=9903
25366 Severity=Success
25367 Facility=System
25368 SymbolicName=DNS_ERROR_DP_NOT_ENLISTED
25369 Language=English
25370 DNS_ERROR_DP_NOT_ENLISTED - The DNS server is not enlisted in the specified directory partition.
25371 .
25372 Language=Russian
25373 DNS_ERROR_DP_NOT_ENLISTED - The DNS server is not enlisted in the specified directory partition.
25374 .
25375 Language=Polish
25376 DNS_ERROR_DP_NOT_ENLISTED - The DNS server is not enlisted in the specified directory partition.
25377 .
25378
25379 MessageId=9904
25380 Severity=Success
25381 Facility=System
25382 SymbolicName=DNS_ERROR_DP_ALREADY_ENLISTED
25383 Language=English
25384 DNS_ERROR_DP_ALREADY_ENLISTED - The DNS server is already enlisted in the specified directory partition.
25385 .
25386 Language=Russian
25387 DNS_ERROR_DP_ALREADY_ENLISTED - The DNS server is already enlisted in the specified directory partition.
25388 .
25389 Language=Polish
25390 DNS_ERROR_DP_ALREADY_ENLISTED - The DNS server is already enlisted in the specified directory partition.
25391 .
25392
25393 MessageId=9905
25394 Severity=Success
25395 Facility=System
25396 SymbolicName=DNS_ERROR_DP_NOT_AVAILABLE
25397 Language=English
25398 DNS_ERROR_DP_NOT_AVAILABLE - The directory partition is not available at this time. Please wait a few minutes and try again.
25399 .
25400 Language=Russian
25401 DNS_ERROR_DP_NOT_AVAILABLE - The directory partition is not available at this time. Please wait a few minutes and try again.
25402 .
25403 Language=Polish
25404 DNS_ERROR_DP_NOT_AVAILABLE - The directory partition is not available at this time. Please wait a few minutes and try again.
25405 .
25406
25407 MessageId=9906
25408 Severity=Success
25409 Facility=System
25410 SymbolicName=DNS_ERROR_DP_FSMO_ERROR
25411 Language=English
25412 DNS_ERROR_DP_FSMO_ERROR - The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
25413 .
25414 Language=Russian
25415 DNS_ERROR_DP_FSMO_ERROR - The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
25416 .
25417 Language=Polish
25418 DNS_ERROR_DP_FSMO_ERROR - The application directory partition operation failed. The domain controller holding the domain naming master role is down or unable to service the request or is not running Windows Server 2003.
25419 .
25420
25421 MessageId=10004
25422 Severity=Success
25423 Facility=System
25424 SymbolicName=WSAEINTR
25425 Language=English
25426 WSAEINTR - A blocking operation was interrupted by a call to WSACancelBlockingCall.
25427 .
25428 Language=Russian
25429 WSAEINTR - A blocking operation was interrupted by a call to WSACancelBlockingCall.
25430 .
25431 Language=Polish
25432 WSAEINTR - A blocking operation was interrupted by a call to WSACancelBlockingCall.
25433 .
25434
25435 MessageId=10009
25436 Severity=Success
25437 Facility=System
25438 SymbolicName=WSAEBADF
25439 Language=English
25440 WSAEBADF - The file handle supplied is not valid.
25441 .
25442 Language=Russian
25443 WSAEBADF - The file handle supplied is not valid.
25444 .
25445 Language=Polish
25446 WSAEBADF - The file handle supplied is not valid.
25447 .
25448
25449 MessageId=10013
25450 Severity=Success
25451 Facility=System
25452 SymbolicName=WSAEACCES
25453 Language=English
25454 WSAEACCES - An attempt was made to access a socket in a way forbidden by its access permissions.
25455 .
25456 Language=Russian
25457 WSAEACCES - An attempt was made to access a socket in a way forbidden by its access permissions.
25458 .
25459 Language=Polish
25460 WSAEACCES - An attempt was made to access a socket in a way forbidden by its access permissions.
25461 .
25462
25463 MessageId=10014
25464 Severity=Success
25465 Facility=System
25466 SymbolicName=WSAEFAULT
25467 Language=English
25468 WSAEFAULT - The system detected an invalid pointer address in attempting to use a pointer argument in a call.
25469 .
25470 Language=Russian
25471 WSAEFAULT - The system detected an invalid pointer address in attempting to use a pointer argument in a call.
25472 .
25473 Language=Polish
25474 WSAEFAULT - The system detected an invalid pointer address in attempting to use a pointer argument in a call.
25475 .
25476
25477 MessageId=10022
25478 Severity=Success
25479 Facility=System
25480 SymbolicName=WSAEINVAL
25481 Language=English
25482 WSAEINVAL - An invalid argument was supplied.
25483 .
25484 Language=Russian
25485 WSAEINVAL - An invalid argument was supplied.
25486 .
25487 Language=Polish
25488 WSAEINVAL - An invalid argument was supplied.
25489 .
25490
25491 MessageId=10024
25492 Severity=Success
25493 Facility=System
25494 SymbolicName=WSAEMFILE
25495 Language=English
25496 WSAEMFILE - Too many open sockets.
25497 .
25498 Language=Russian
25499 WSAEMFILE - Too many open sockets.
25500 .
25501 Language=Polish
25502 WSAEMFILE - Too many open sockets.
25503 .
25504
25505 MessageId=10035
25506 Severity=Success
25507 Facility=System
25508 SymbolicName=WSAEWOULDBLOCK
25509 Language=English
25510 WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately.
25511 .
25512 Language=Russian
25513 WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately.
25514 .
25515 Language=Polish
25516 WSAEWOULDBLOCK - A non-blocking socket operation could not be completed immediately.
25517 .
25518
25519 MessageId=10036
25520 Severity=Success
25521 Facility=System
25522 SymbolicName=WSAEINPROGRESS
25523 Language=English
25524 WSAEINPROGRESS - A blocking operation is currently executing.
25525 .
25526 Language=Russian
25527 WSAEINPROGRESS - A blocking operation is currently executing.
25528 .
25529 Language=Polish
25530 WSAEINPROGRESS - A blocking operation is currently executing.
25531 .
25532
25533 MessageId=10037
25534 Severity=Success
25535 Facility=System
25536 SymbolicName=WSAEALREADY
25537 Language=English
25538 WSAEALREADY - An operation was attempted on a non-blocking socket that already had an operation in progress.
25539 .
25540 Language=Russian
25541 WSAEALREADY - An operation was attempted on a non-blocking socket that already had an operation in progress.
25542 .
25543 Language=Polish
25544 WSAEALREADY - An operation was attempted on a non-blocking socket that already had an operation in progress.
25545 .
25546
25547 MessageId=10038
25548 Severity=Success
25549 Facility=System
25550 SymbolicName=WSAENOTSOCK
25551 Language=English
25552 WSAENOTSOCK - An operation was attempted on something that is not a socket.
25553 .
25554 Language=Russian
25555 WSAENOTSOCK - An operation was attempted on something that is not a socket.
25556 .
25557 Language=Polish
25558 WSAENOTSOCK - An operation was attempted on something that is not a socket.
25559 .
25560
25561 MessageId=10039
25562 Severity=Success
25563 Facility=System
25564 SymbolicName=WSAEDESTADDRREQ
25565 Language=English
25566 WSAEDESTADDRREQ - A required address was omitted from an operation on a socket.
25567 .
25568 Language=Russian
25569 WSAEDESTADDRREQ - A required address was omitted from an operation on a socket.
25570 .
25571 Language=Polish
25572 WSAEDESTADDRREQ - A required address was omitted from an operation on a socket.
25573 .
25574
25575 MessageId=10040
25576 Severity=Success
25577 Facility=System
25578 SymbolicName=WSAEMSGSIZE
25579 Language=English
25580 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.
25581 .
25582 Language=Russian
25583 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.
25584 .
25585 Language=Polish
25586 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.
25587 .
25588
25589 MessageId=10041
25590 Severity=Success
25591 Facility=System
25592 SymbolicName=WSAEPROTOTYPE
25593 Language=English
25594 WSAEPROTOTYPE - A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
25595 .
25596 Language=Russian
25597 WSAEPROTOTYPE - A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
25598 .
25599 Language=Polish
25600 WSAEPROTOTYPE - A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
25601 .
25602
25603 MessageId=10042
25604 Severity=Success
25605 Facility=System
25606 SymbolicName=WSAENOPROTOOPT
25607 Language=English
25608 WSAENOPROTOOPT - An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
25609 .
25610 Language=Russian
25611 WSAENOPROTOOPT - An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
25612 .
25613 Language=Polish
25614 WSAENOPROTOOPT - An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
25615 .
25616
25617 MessageId=10043
25618 Severity=Success
25619 Facility=System
25620 SymbolicName=WSAEPROTONOSUPPORT
25621 Language=English
25622 WSAEPROTONOSUPPORT - The requested protocol has not been configured into the system, or no implementation for it exists.
25623 .
25624 Language=Russian
25625 WSAEPROTONOSUPPORT - The requested protocol has not been configured into the system, or no implementation for it exists.
25626 .
25627 Language=Polish
25628 WSAEPROTONOSUPPORT - The requested protocol has not been configured into the system, or no implementation for it exists.
25629 .
25630
25631 MessageId=10044
25632 Severity=Success
25633 Facility=System
25634 SymbolicName=WSAESOCKTNOSUPPORT
25635 Language=English
25636 WSAESOCKTNOSUPPORT - The support for the specified socket type does not exist in this address family.
25637 .
25638 Language=Russian
25639 WSAESOCKTNOSUPPORT - The support for the specified socket type does not exist in this address family.
25640 .
25641 Language=Polish
25642 WSAESOCKTNOSUPPORT - The support for the specified socket type does not exist in this address family.
25643 .
25644
25645 MessageId=10045
25646 Severity=Success
25647 Facility=System
25648 SymbolicName=WSAEOPNOTSUPP
25649 Language=English
25650 WSAEOPNOTSUPP - The attempted operation is not supported for the type of object referenced.
25651 .
25652 Language=Russian
25653 WSAEOPNOTSUPP - The attempted operation is not supported for the type of object referenced.
25654 .
25655 Language=Polish
25656 WSAEOPNOTSUPP - The attempted operation is not supported for the type of object referenced.
25657 .
25658
25659 MessageId=10046
25660 Severity=Success
25661 Facility=System
25662 SymbolicName=WSAEPFNOSUPPORT
25663 Language=English
25664 WSAEPFNOSUPPORT - The protocol family has not been configured into the system or no implementation for it exists.
25665 .
25666 Language=Russian
25667 WSAEPFNOSUPPORT - The protocol family has not been configured into the system or no implementation for it exists.
25668 .
25669 Language=Polish
25670 WSAEPFNOSUPPORT - The protocol family has not been configured into the system or no implementation for it exists.
25671 .
25672
25673 MessageId=10047
25674 Severity=Success
25675 Facility=System
25676 SymbolicName=WSAEAFNOSUPPORT
25677 Language=English
25678 WSAEAFNOSUPPORT - An address incompatible with the requested protocol was used.
25679 .
25680 Language=Russian
25681 WSAEAFNOSUPPORT - An address incompatible with the requested protocol was used.
25682 .
25683 Language=Polish
25684 WSAEAFNOSUPPORT - An address incompatible with the requested protocol was used.
25685 .
25686
25687 MessageId=10048
25688 Severity=Success
25689 Facility=System
25690 SymbolicName=WSAEADDRINUSE
25691 Language=English
25692 WSAEADDRINUSE - Only one usage of each socket address (protocol/network address/port) is normally permitted.
25693 .
25694 Language=Russian
25695 WSAEADDRINUSE - Only one usage of each socket address (protocol/network address/port) is normally permitted.
25696 .
25697 Language=Polish
25698 WSAEADDRINUSE - Only one usage of each socket address (protocol/network address/port) is normally permitted.
25699 .
25700
25701 MessageId=10049
25702 Severity=Success
25703 Facility=System
25704 SymbolicName=WSAEADDRNOTAVAIL
25705 Language=English
25706 WSAEADDRNOTAVAIL - The requested address is not valid in its context.
25707 .
25708 Language=Russian
25709 WSAEADDRNOTAVAIL - The requested address is not valid in its context.
25710 .
25711 Language=Polish
25712 WSAEADDRNOTAVAIL - The requested address is not valid in its context.
25713 .
25714
25715 MessageId=10050
25716 Severity=Success
25717 Facility=System
25718 SymbolicName=WSAENETDOWN
25719 Language=English
25720 WSAENETDOWN - A socket operation encountered a dead network.
25721 .
25722 Language=Russian
25723 WSAENETDOWN - A socket operation encountered a dead network.
25724 .
25725 Language=Polish
25726 WSAENETDOWN - A socket operation encountered a dead network.
25727 .
25728
25729 MessageId=10051
25730 Severity=Success
25731 Facility=System
25732 SymbolicName=WSAENETUNREACH
25733 Language=English
25734 WSAENETUNREACH - A socket operation was attempted to an unreachable network.
25735 .
25736 Language=Russian
25737 WSAENETUNREACH - A socket operation was attempted to an unreachable network.
25738 .
25739 Language=Polish
25740 WSAENETUNREACH - A socket operation was attempted to an unreachable network.
25741 .
25742
25743 MessageId=10052
25744 Severity=Success
25745 Facility=System
25746 SymbolicName=WSAENETRESET
25747 Language=English
25748 WSAENETRESET - The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
25749 .
25750 Language=Russian
25751 WSAENETRESET - The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
25752 .
25753 Language=Polish
25754 WSAENETRESET - The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
25755 .
25756
25757 MessageId=10053
25758 Severity=Success
25759 Facility=System
25760 SymbolicName=WSAECONNABORTED
25761 Language=English
25762 WSAECONNABORTED - An established connection was aborted by the software in your host machine.
25763 .
25764 Language=Russian
25765 WSAECONNABORTED - An established connection was aborted by the software in your host machine.
25766 .
25767 Language=Polish
25768 WSAECONNABORTED - An established connection was aborted by the software in your host machine.
25769 .
25770
25771 MessageId=10054
25772 Severity=Success
25773 Facility=System
25774 SymbolicName=WSAECONNRESET
25775 Language=English
25776 WSAECONNRESET - An existing connection was forcibly closed by the remote host.
25777 .
25778 Language=Russian
25779 WSAECONNRESET - An existing connection was forcibly closed by the remote host.
25780 .
25781 Language=Polish
25782 WSAECONNRESET - An existing connection was forcibly closed by the remote host.
25783 .
25784
25785 MessageId=10055
25786 Severity=Success
25787 Facility=System
25788 SymbolicName=WSAENOBUFS
25789 Language=English
25790 WSAENOBUFS - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
25791 .
25792 Language=Russian
25793 WSAENOBUFS - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
25794 .
25795 Language=Polish
25796 WSAENOBUFS - An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
25797 .
25798
25799 MessageId=10056
25800 Severity=Success
25801 Facility=System
25802 SymbolicName=WSAEISCONN
25803 Language=English
25804 WSAEISCONN - A connect request was made on an already connected socket.
25805 .
25806 Language=Russian
25807 WSAEISCONN - A connect request was made on an already connected socket.
25808 .
25809 Language=Polish
25810 WSAEISCONN - A connect request was made on an already connected socket.
25811 .
25812
25813 MessageId=10057
25814 Severity=Success
25815 Facility=System
25816 SymbolicName=WSAENOTCONN
25817 Language=English
25818 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.
25819 .
25820 Language=Russian
25821 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.
25822 .
25823 Language=Polish
25824 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.
25825 .
25826
25827 MessageId=10058
25828 Severity=Success
25829 Facility=System
25830 SymbolicName=WSAESHUTDOWN
25831 Language=English
25832 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.
25833 .
25834 Language=Russian
25835 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.
25836 .
25837 Language=Polish
25838 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.
25839 .
25840
25841 MessageId=10059
25842 Severity=Success
25843 Facility=System
25844 SymbolicName=WSAETOOMANYREFS
25845 Language=English
25846 WSAETOOMANYREFS - Too many references to some kernel object.
25847 .
25848 Language=Russian
25849 WSAETOOMANYREFS - Too many references to some kernel object.
25850 .
25851 Language=Polish
25852 WSAETOOMANYREFS - Too many references to some kernel object.
25853 .
25854
25855 MessageId=10060
25856 Severity=Success
25857 Facility=System
25858 SymbolicName=WSAETIMEDOUT
25859 Language=English
25860 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.
25861 .
25862 Language=Russian
25863 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.
25864 .
25865 Language=Polish
25866 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.
25867 .
25868
25869 MessageId=10061
25870 Severity=Success
25871 Facility=System
25872 SymbolicName=WSAECONNREFUSED
25873 Language=English
25874 WSAECONNREFUSED - No connection could be made because the target machine actively refused it.
25875 .
25876 Language=Russian
25877 WSAECONNREFUSED - No connection could be made because the target machine actively refused it.
25878 .
25879 Language=Polish
25880 WSAECONNREFUSED - No connection could be made because the target machine actively refused it.
25881 .
25882
25883 MessageId=10062
25884 Severity=Success
25885 Facility=System
25886 SymbolicName=WSAELOOP
25887 Language=English
25888 WSAELOOP - Cannot translate name.
25889 .
25890 Language=Russian
25891 WSAELOOP - Cannot translate name.
25892 .
25893 Language=Polish
25894 WSAELOOP - Cannot translate name.
25895 .
25896
25897 MessageId=10063
25898 Severity=Success
25899 Facility=System
25900 SymbolicName=WSAENAMETOOLONG
25901 Language=English
25902 WSAENAMETOOLONG - Name component or name was too long.
25903 .
25904 Language=Russian
25905 WSAENAMETOOLONG - Name component or name was too long.
25906 .
25907 Language=Polish
25908 WSAENAMETOOLONG - Name component or name was too long.
25909 .
25910
25911 MessageId=10064
25912 Severity=Success
25913 Facility=System
25914 SymbolicName=WSAEHOSTDOWN
25915 Language=English
25916 WSAEHOSTDOWN - A socket operation failed because the destination host was down.
25917 .
25918 Language=Russian
25919 WSAEHOSTDOWN - A socket operation failed because the destination host was down.
25920 .
25921 Language=Polish
25922 WSAEHOSTDOWN - A socket operation failed because the destination host was down.
25923 .
25924
25925 MessageId=10065
25926 Severity=Success
25927 Facility=System
25928 SymbolicName=WSAEHOSTUNREACH
25929 Language=English
25930 WSAEHOSTUNREACH - A socket operation was attempted to an unreachable host.
25931 .
25932 Language=Russian
25933 WSAEHOSTUNREACH - A socket operation was attempted to an unreachable host.
25934 .
25935 Language=Polish
25936 WSAEHOSTUNREACH - A socket operation was attempted to an unreachable host.
25937 .
25938
25939 MessageId=10066
25940 Severity=Success
25941 Facility=System
25942 SymbolicName=WSAENOTEMPTY
25943 Language=English
25944 WSAENOTEMPTY - Cannot remove a directory that is not empty.
25945 .
25946 Language=Russian
25947 WSAENOTEMPTY - Cannot remove a directory that is not empty.
25948 .
25949 Language=Polish
25950 WSAENOTEMPTY - Cannot remove a directory that is not empty.
25951 .
25952
25953 MessageId=10067
25954 Severity=Success
25955 Facility=System
25956 SymbolicName=WSAEPROCLIM
25957 Language=English
25958 WSAEPROCLIM - A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
25959 .
25960 Language=Russian
25961 WSAEPROCLIM - A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
25962 .
25963 Language=Polish
25964 WSAEPROCLIM - A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
25965 .
25966
25967 MessageId=10068
25968 Severity=Success
25969 Facility=System
25970 SymbolicName=WSAEUSERS
25971 Language=English
25972 WSAEUSERS - Ran out of quota.
25973 .
25974 Language=Russian
25975 WSAEUSERS - Ran out of quota.
25976 .
25977 Language=Polish
25978 WSAEUSERS - Ran out of quota.
25979 .
25980
25981 MessageId=10069
25982 Severity=Success
25983 Facility=System
25984 SymbolicName=WSAEDQUOT
25985 Language=English
25986 WSAEDQUOT - Ran out of disk quota.
25987 .
25988 Language=Russian
25989 WSAEDQUOT - Ran out of disk quota.
25990 .
25991 Language=Polish
25992 WSAEDQUOT - Ran out of disk quota.
25993 .
25994
25995 MessageId=10070
25996 Severity=Success
25997 Facility=System
25998 SymbolicName=WSAESTALE
25999 Language=English
26000 WSAESTALE - File handle reference is no longer available.
26001 .
26002 Language=Russian
26003 WSAESTALE - File handle reference is no longer available.
26004 .
26005 Language=Polish
26006 WSAESTALE - File handle reference is no longer available.
26007 .
26008
26009 MessageId=10071
26010 Severity=Success
26011 Facility=System
26012 SymbolicName=WSAEREMOTE
26013 Language=English
26014 WSAEREMOTE - Item is not available locally.
26015 .
26016 Language=Russian
26017 WSAEREMOTE - Item is not available locally.
26018 .
26019 Language=Polish
26020 WSAEREMOTE - Item is not available locally.
26021 .
26022
26023 MessageId=10091
26024 Severity=Success
26025 Facility=System
26026 SymbolicName=WSASYSNOTREADY
26027 Language=English
26028 WSASYSNOTREADY - WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
26029 .
26030 Language=Russian
26031 WSASYSNOTREADY - WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
26032 .
26033 Language=Polish
26034 WSASYSNOTREADY - WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
26035 .
26036
26037 MessageId=10092
26038 Severity=Success
26039 Facility=System
26040 SymbolicName=WSAVERNOTSUPPORTED
26041 Language=English
26042 WSAVERNOTSUPPORTED - The Windows Sockets version requested is not supported.
26043 .
26044 Language=Russian
26045 WSAVERNOTSUPPORTED - The Windows Sockets version requested is not supported.
26046 .
26047 Language=Polish
26048 WSAVERNOTSUPPORTED - The Windows Sockets version requested is not supported.
26049 .
26050
26051 MessageId=10093
26052 Severity=Success
26053 Facility=System
26054 SymbolicName=WSANOTINITIALISED
26055 Language=English
26056 WSANOTINITIALISED - Either the application has not called WSAStartup, or WSAStartup failed.
26057 .
26058 Language=Russian
26059 WSANOTINITIALISED - Either the application has not called WSAStartup, or WSAStartup failed.
26060 .
26061 Language=Polish
26062 WSANOTINITIALISED - Either the application has not called WSAStartup, or WSAStartup failed.
26063 .
26064
26065 MessageId=10101
26066 Severity=Success
26067 Facility=System
26068 SymbolicName=WSAEDISCON
26069 Language=English
26070 WSAEDISCON - Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
26071 .
26072 Language=Russian
26073 WSAEDISCON - Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
26074 .
26075 Language=Polish
26076 WSAEDISCON - Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
26077 .
26078
26079 MessageId=10102
26080 Severity=Success
26081 Facility=System
26082 SymbolicName=WSAENOMORE
26083 Language=English
26084 WSAENOMORE - No more results can be returned by WSALookupServiceNext.
26085 .
26086 Language=Russian
26087 WSAENOMORE - No more results can be returned by WSALookupServiceNext.
26088 .
26089 Language=Polish
26090 WSAENOMORE - No more results can be returned by WSALookupServiceNext.
26091 .
26092
26093 MessageId=10103
26094 Severity=Success
26095 Facility=System
26096 SymbolicName=WSAECANCELLED
26097 Language=English
26098 WSAECANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26099 .
26100 Language=Russian
26101 WSAECANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26102 .
26103 Language=Polish
26104 WSAECANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26105 .
26106
26107 MessageId=10104
26108 Severity=Success
26109 Facility=System
26110 SymbolicName=WSAEINVALIDPROCTABLE
26111 Language=English
26112 WSAEINVALIDPROCTABLE - The procedure call table is invalid.
26113 .
26114 Language=Russian
26115 WSAEINVALIDPROCTABLE - The procedure call table is invalid.
26116 .
26117 Language=Polish
26118 WSAEINVALIDPROCTABLE - The procedure call table is invalid.
26119 .
26120
26121 MessageId=10105
26122 Severity=Success
26123 Facility=System
26124 SymbolicName=WSAEINVALIDPROVIDER
26125 Language=English
26126 WSAEINVALIDPROVIDER - The requested service provider is invalid.
26127 .
26128 Language=Russian
26129 WSAEINVALIDPROVIDER - The requested service provider is invalid.
26130 .
26131 Language=Polish
26132 WSAEINVALIDPROVIDER - The requested service provider is invalid.
26133 .
26134
26135 MessageId=10106
26136 Severity=Success
26137 Facility=System
26138 SymbolicName=WSAEPROVIDERFAILEDINIT
26139 Language=English
26140 WSAEPROVIDERFAILEDINIT - The requested service provider could not be loaded or initialized.
26141 .
26142 Language=Russian
26143 WSAEPROVIDERFAILEDINIT - The requested service provider could not be loaded or initialized.
26144 .
26145 Language=Polish
26146 WSAEPROVIDERFAILEDINIT - The requested service provider could not be loaded or initialized.
26147 .
26148
26149 MessageId=10107
26150 Severity=Success
26151 Facility=System
26152 SymbolicName=WSASYSCALLFAILURE
26153 Language=English
26154 WSASYSCALLFAILURE - A system call that should never fail has failed.
26155 .
26156 Language=Russian
26157 WSASYSCALLFAILURE - A system call that should never fail has failed.
26158 .
26159 Language=Polish
26160 WSASYSCALLFAILURE - A system call that should never fail has failed.
26161 .
26162
26163 MessageId=10108
26164 Severity=Success
26165 Facility=System
26166 SymbolicName=WSASERVICE_NOT_FOUND
26167 Language=English
26168 WSASERVICE_NOT_FOUND - No such service is known. The service cannot be found in the specified name space.
26169 .
26170 Language=Russian
26171 WSASERVICE_NOT_FOUND - No such service is known. The service cannot be found in the specified name space.
26172 .
26173 Language=Polish
26174 WSASERVICE_NOT_FOUND - No such service is known. The service cannot be found in the specified name space.
26175 .
26176
26177 MessageId=10109
26178 Severity=Success
26179 Facility=System
26180 SymbolicName=WSATYPE_NOT_FOUND
26181 Language=English
26182 WSATYPE_NOT_FOUND - The specified class was not found.
26183 .
26184 Language=Russian
26185 WSATYPE_NOT_FOUND - The specified class was not found.
26186 .
26187 Language=Polish
26188 WSATYPE_NOT_FOUND - The specified class was not found.
26189 .
26190
26191 MessageId=10110
26192 Severity=Success
26193 Facility=System
26194 SymbolicName=WSA_E_NO_MORE
26195 Language=English
26196 WSA_E_NO_MORE - No more results can be returned by WSALookupServiceNext.
26197 .
26198 Language=Russian
26199 WSA_E_NO_MORE - No more results can be returned by WSALookupServiceNext.
26200 .
26201 Language=Polish
26202 WSA_E_NO_MORE - No more results can be returned by WSALookupServiceNext.
26203 .
26204
26205 MessageId=10111
26206 Severity=Success
26207 Facility=System
26208 SymbolicName=WSA_E_CANCELLED
26209 Language=English
26210 WSA_E_CANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26211 .
26212 Language=Russian
26213 WSA_E_CANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26214 .
26215 Language=Polish
26216 WSA_E_CANCELLED - A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
26217 .
26218
26219 MessageId=10112
26220 Severity=Success
26221 Facility=System
26222 SymbolicName=WSAEREFUSED
26223 Language=English
26224 WSAEREFUSED - A database query failed because it was actively refused.
26225 .
26226 Language=Russian
26227 WSAEREFUSED - A database query failed because it was actively refused.
26228 .
26229 Language=Polish
26230 WSAEREFUSED - A database query failed because it was actively refused.
26231 .
26232
26233 MessageId=11001
26234 Severity=Success
26235 Facility=System
26236 SymbolicName=WSAHOST_NOT_FOUND
26237 Language=English
26238 WSAHOST_NOT_FOUND - No such host is known.
26239 .
26240 Language=Russian
26241 WSAHOST_NOT_FOUND - No such host is known.
26242 .
26243 Language=Polish
26244 WSAHOST_NOT_FOUND - No such host is known.
26245 .
26246
26247 MessageId=11002
26248 Severity=Success
26249 Facility=System
26250 SymbolicName=WSATRY_AGAIN
26251 Language=English
26252 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.
26253 .
26254 Language=Russian
26255 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.
26256 .
26257 Language=Polish
26258 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.
26259 .
26260
26261 MessageId=11003
26262 Severity=Success
26263 Facility=System
26264 SymbolicName=WSANO_RECOVERY
26265 Language=English
26266 WSANO_RECOVERY - A non-recoverable error occurred during a database lookup.
26267 .
26268 Language=Russian
26269 WSANO_RECOVERY - A non-recoverable error occurred during a database lookup.
26270 .
26271 Language=Polish
26272 WSANO_RECOVERY - A non-recoverable error occurred during a database lookup.
26273 .
26274
26275 MessageId=11004
26276 Severity=Success
26277 Facility=System
26278 SymbolicName=WSANO_DATA
26279 Language=English
26280 WSANO_DATA - The requested name is valid, but no data of the requested type was found.
26281 .
26282 Language=Russian
26283 WSANO_DATA - The requested name is valid, but no data of the requested type was found.
26284 .
26285 Language=Polish
26286 WSANO_DATA - The requested name is valid, but no data of the requested type was found.
26287 .
26288
26289 MessageId=11005
26290 Severity=Success
26291 Facility=System
26292 SymbolicName=WSA_QOS_RECEIVERS
26293 Language=English
26294 WSA_QOS_RECEIVERS - At least one reserve has arrived.
26295 .
26296 Language=Russian
26297 WSA_QOS_RECEIVERS - At least one reserve has arrived.
26298 .
26299 Language=Polish
26300 WSA_QOS_RECEIVERS - At least one reserve has arrived.
26301 .
26302
26303 MessageId=11006
26304 Severity=Success
26305 Facility=System
26306 SymbolicName=WSA_QOS_SENDERS
26307 Language=English
26308 WSA_QOS_SENDERS - At least one path has arrived.
26309 .
26310 Language=Russian
26311 WSA_QOS_SENDERS - At least one path has arrived.
26312 .
26313 Language=Polish
26314 WSA_QOS_SENDERS - At least one path has arrived.
26315 .
26316
26317 MessageId=11007
26318 Severity=Success
26319 Facility=System
26320 SymbolicName=WSA_QOS_NO_SENDERS
26321 Language=English
26322 WSA_QOS_NO_SENDERS - There are no senders.
26323 .
26324 Language=Russian
26325 WSA_QOS_NO_SENDERS - There are no senders.
26326 .
26327 Language=Polish
26328 WSA_QOS_NO_SENDERS - There are no senders.
26329 .
26330
26331 MessageId=11008
26332 Severity=Success
26333 Facility=System
26334 SymbolicName=WSA_QOS_NO_RECEIVERS
26335 Language=English
26336 WSA_QOS_NO_RECEIVERS - There are no receivers.
26337 .
26338 Language=Russian
26339 WSA_QOS_NO_RECEIVERS - There are no receivers.
26340 .
26341 Language=Polish
26342 WSA_QOS_NO_RECEIVERS - There are no receivers.
26343 .
26344
26345 MessageId=11009
26346 Severity=Success
26347 Facility=System
26348 SymbolicName=WSA_QOS_REQUEST_CONFIRMED
26349 Language=English
26350 WSA_QOS_REQUEST_CONFIRMED - Reserve has been confirmed.
26351 .
26352 Language=Russian
26353 WSA_QOS_REQUEST_CONFIRMED - Reserve has been confirmed.
26354 .
26355 Language=Polish
26356 WSA_QOS_REQUEST_CONFIRMED - Reserve has been confirmed.
26357 .
26358
26359 MessageId=11010
26360 Severity=Success
26361 Facility=System
26362 SymbolicName=WSA_QOS_ADMISSION_FAILURE
26363 Language=English
26364 WSA_QOS_ADMISSION_FAILURE - Error due to lack of resources.
26365 .
26366 Language=Russian
26367 WSA_QOS_ADMISSION_FAILURE - Error due to lack of resources.
26368 .
26369 Language=Polish
26370 WSA_QOS_ADMISSION_FAILURE - Error due to lack of resources.
26371 .
26372
26373 MessageId=11011
26374 Severity=Success
26375 Facility=System
26376 SymbolicName=WSA_QOS_POLICY_FAILURE
26377 Language=English
26378 WSA_QOS_POLICY_FAILURE - Rejected for administrative reasons - bad credentials.
26379 .
26380 Language=Russian
26381 WSA_QOS_POLICY_FAILURE - Rejected for administrative reasons - bad credentials.
26382 .
26383 Language=Polish
26384 WSA_QOS_POLICY_FAILURE - Rejected for administrative reasons - bad credentials.
26385 .
26386
26387 MessageId=11012
26388 Severity=Success
26389 Facility=System
26390 SymbolicName=WSA_QOS_BAD_STYLE
26391 Language=English
26392 WSA_QOS_BAD_STYLE - Unknown or conflicting style.
26393 .
26394 Language=Russian
26395 WSA_QOS_BAD_STYLE - Unknown or conflicting style.
26396 .
26397 Language=Polish
26398 WSA_QOS_BAD_STYLE - Unknown or conflicting style.
26399 .
26400
26401 MessageId=11013
26402 Severity=Success
26403 Facility=System
26404 SymbolicName=WSA_QOS_BAD_OBJECT
26405 Language=English
26406 WSA_QOS_BAD_OBJECT - Problem with some part of the filterspec or providerspecific buffer in general.
26407 .
26408 Language=Russian
26409 WSA_QOS_BAD_OBJECT - Problem with some part of the filterspec or providerspecific buffer in general.
26410 .
26411 Language=Polish
26412 WSA_QOS_BAD_OBJECT - Problem with some part of the filterspec or providerspecific buffer in general.
26413 .
26414
26415 MessageId=11014
26416 Severity=Success
26417 Facility=System
26418 SymbolicName=WSA_QOS_TRAFFIC_CTRL_ERROR
26419 Language=English
26420 WSA_QOS_TRAFFIC_CTRL_ERROR - Problem with some part of the flowspec.
26421 .
26422 Language=Russian
26423 WSA_QOS_TRAFFIC_CTRL_ERROR - Problem with some part of the flowspec.
26424 .
26425 Language=Polish
26426 WSA_QOS_TRAFFIC_CTRL_ERROR - Problem with some part of the flowspec.
26427 .
26428
26429 MessageId=11015
26430 Severity=Success
26431 Facility=System
26432 SymbolicName=WSA_QOS_GENERIC_ERROR
26433 Language=English
26434 WSA_QOS_GENERIC_ERROR - General QOS error.
26435 .
26436 Language=Russian
26437 WSA_QOS_GENERIC_ERROR - General QOS error.
26438 .
26439 Language=Polish
26440 WSA_QOS_GENERIC_ERROR - General QOS error.
26441 .
26442
26443 MessageId=11016
26444 Severity=Success
26445 Facility=System
26446 SymbolicName=WSA_QOS_ESERVICETYPE
26447 Language=English
26448 WSA_QOS_ESERVICETYPE - An invalid or unrecognized service type was found in the flowspec.
26449 .
26450 Language=Russian
26451 WSA_QOS_ESERVICETYPE - An invalid or unrecognized service type was found in the flowspec.
26452 .
26453 Language=Polish
26454 WSA_QOS_ESERVICETYPE - An invalid or unrecognized service type was found in the flowspec.
26455 .
26456
26457 MessageId=11017
26458 Severity=Success
26459 Facility=System
26460 SymbolicName=WSA_QOS_EFLOWSPEC
26461 Language=English
26462 WSA_QOS_EFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS structure.
26463 .
26464 Language=Russian
26465 WSA_QOS_EFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS structure.
26466 .
26467 Language=Polish
26468 WSA_QOS_EFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS structure.
26469 .
26470
26471 MessageId=11018
26472 Severity=Success
26473 Facility=System
26474 SymbolicName=WSA_QOS_EPROVSPECBUF
26475 Language=English
26476 WSA_QOS_EPROVSPECBUF - Invalid QOS provider-specific buffer.
26477 .
26478 Language=Russian
26479 WSA_QOS_EPROVSPECBUF - Invalid QOS provider-specific buffer.
26480 .
26481 Language=Polish
26482 WSA_QOS_EPROVSPECBUF - Invalid QOS provider-specific buffer.
26483 .
26484
26485 MessageId=11019
26486 Severity=Success
26487 Facility=System
26488 SymbolicName=WSA_QOS_EFILTERSTYLE
26489 Language=English
26490 WSA_QOS_EFILTERSTYLE - An invalid QOS filter style was used.
26491 .
26492 Language=Russian
26493 WSA_QOS_EFILTERSTYLE - An invalid QOS filter style was used.
26494 .
26495 Language=Polish
26496 WSA_QOS_EFILTERSTYLE - An invalid QOS filter style was used.
26497 .
26498
26499 MessageId=11020
26500 Severity=Success
26501 Facility=System
26502 SymbolicName=WSA_QOS_EFILTERTYPE
26503 Language=English
26504 WSA_QOS_EFILTERTYPE - An invalid QOS filter type was used.
26505 .
26506 Language=Russian
26507 WSA_QOS_EFILTERTYPE - An invalid QOS filter type was used.
26508 .
26509 Language=Polish
26510 WSA_QOS_EFILTERTYPE - An invalid QOS filter type was used.
26511 .
26512
26513 MessageId=11021
26514 Severity=Success
26515 Facility=System
26516 SymbolicName=WSA_QOS_EFILTERCOUNT
26517 Language=English
26518 WSA_QOS_EFILTERCOUNT - An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
26519 .
26520 Language=Russian
26521 WSA_QOS_EFILTERCOUNT - An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
26522 .
26523 Language=Polish
26524 WSA_QOS_EFILTERCOUNT - An incorrect number of QOS FILTERSPECs were specified in the FLOWDESCRIPTOR.
26525 .
26526
26527 MessageId=11022
26528 Severity=Success
26529 Facility=System
26530 SymbolicName=WSA_QOS_EOBJLENGTH
26531 Language=English
26532 WSA_QOS_EOBJLENGTH - An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
26533 .
26534 Language=Russian
26535 WSA_QOS_EOBJLENGTH - An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
26536 .
26537 Language=Polish
26538 WSA_QOS_EOBJLENGTH - An object with an invalid ObjectLength field was specified in the QOS provider-specific buffer.
26539 .
26540
26541 MessageId=11023
26542 Severity=Success
26543 Facility=System
26544 SymbolicName=WSA_QOS_EFLOWCOUNT
26545 Language=English
26546 WSA_QOS_EFLOWCOUNT - An incorrect number of flow descriptors was specified in the QOS structure.
26547 .
26548 Language=Russian
26549 WSA_QOS_EFLOWCOUNT - An incorrect number of flow descriptors was specified in the QOS structure.
26550 .
26551 Language=Polish
26552 WSA_QOS_EFLOWCOUNT - An incorrect number of flow descriptors was specified in the QOS structure.
26553 .
26554
26555 MessageId=11024
26556 Severity=Success
26557 Facility=System
26558 SymbolicName=WSA_QOS_EUNKNOWNPSOBJ
26559 Language=English
26560 WSA_QOS_EUNKNOWNPSOBJ - An unrecognized object was found in the QOS provider-specific buffer.
26561 .
26562 Language=Russian
26563 WSA_QOS_EUNKNOWNPSOBJ - An unrecognized object was found in the QOS provider-specific buffer.
26564 .
26565 Language=Polish
26566 WSA_QOS_EUNKNOWNPSOBJ - An unrecognized object was found in the QOS provider-specific buffer.
26567 .
26568
26569 MessageId=11025
26570 Severity=Success
26571 Facility=System
26572 SymbolicName=WSA_QOS_EPOLICYOBJ
26573 Language=English
26574 WSA_QOS_EPOLICYOBJ - An invalid policy object was found in the QOS provider-specific buffer.
26575 .
26576 Language=Russian
26577 WSA_QOS_EPOLICYOBJ - An invalid policy object was found in the QOS provider-specific buffer.
26578 .
26579 Language=Polish
26580 WSA_QOS_EPOLICYOBJ - An invalid policy object was found in the QOS provider-specific buffer.
26581 .
26582
26583 MessageId=11026
26584 Severity=Success
26585 Facility=System
26586 SymbolicName=WSA_QOS_EFLOWDESC
26587 Language=English
26588 WSA_QOS_EFLOWDESC - An invalid QOS flow descriptor was found in the flow descriptor list.
26589 .
26590 Language=Russian
26591 WSA_QOS_EFLOWDESC - An invalid QOS flow descriptor was found in the flow descriptor list.
26592 .
26593 Language=Polish
26594 WSA_QOS_EFLOWDESC - An invalid QOS flow descriptor was found in the flow descriptor list.
26595 .
26596
26597 MessageId=11027
26598 Severity=Success
26599 Facility=System
26600 SymbolicName=WSA_QOS_EPSFLOWSPEC
26601 Language=English
26602 WSA_QOS_EPSFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
26603 .
26604 Language=Russian
26605 WSA_QOS_EPSFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
26606 .
26607 Language=Polish
26608 WSA_QOS_EPSFLOWSPEC - An invalid or inconsistent flowspec was found in the QOS provider-specific buffer.
26609 .
26610
26611 MessageId=11028
26612 Severity=Success
26613 Facility=System
26614 SymbolicName=WSA_QOS_EPSFILTERSPEC
26615 Language=English
26616 WSA_QOS_EPSFILTERSPEC - An invalid FILTERSPEC was found in the QOS provider-specific buffer.
26617 .
26618 Language=Russian
26619 WSA_QOS_EPSFILTERSPEC - An invalid FILTERSPEC was found in the QOS provider-specific buffer.
26620 .
26621 Language=Polish
26622 WSA_QOS_EPSFILTERSPEC - An invalid FILTERSPEC was found in the QOS provider-specific buffer.
26623 .
26624
26625 MessageId=11029
26626 Severity=Success
26627 Facility=System
26628 SymbolicName=WSA_QOS_ESDMODEOBJ
26629 Language=English
26630 WSA_QOS_ESDMODEOBJ - An invalid shape discard mode object was found in the QOS provider-specific buffer.
26631 .
26632 Language=Russian
26633 WSA_QOS_ESDMODEOBJ - An invalid shape discard mode object was found in the QOS provider-specific buffer.
26634 .
26635 Language=Polish
26636 WSA_QOS_ESDMODEOBJ - An invalid shape discard mode object was found in the QOS provider-specific buffer.
26637 .
26638
26639 MessageId=11030
26640 Severity=Success
26641 Facility=System
26642 SymbolicName=WSA_QOS_ESHAPERATEOBJ
26643 Language=English
26644 WSA_QOS_ESHAPERATEOBJ - An invalid shaping rate object was found in the QOS provider-specific buffer.
26645 .
26646 Language=Russian
26647 WSA_QOS_ESHAPERATEOBJ - An invalid shaping rate object was found in the QOS provider-specific buffer.
26648 .
26649 Language=Polish
26650 WSA_QOS_ESHAPERATEOBJ - An invalid shaping rate object was found in the QOS provider-specific buffer.
26651 .
26652
26653 MessageId=11031
26654 Severity=Success
26655 Facility=System
26656 SymbolicName=WSA_QOS_RESERVED_PETYPE
26657 Language=English
26658 WSA_QOS_RESERVED_PETYPE - A reserved policy element was found in the QOS provider-specific buffer.
26659 .
26660 Language=Russian
26661 WSA_QOS_RESERVED_PETYPE - A reserved policy element was found in the QOS provider-specific buffer.
26662 .
26663 Language=Polish
26664 WSA_QOS_RESERVED_PETYPE - A reserved policy element was found in the QOS provider-specific buffer.
26665 .
26666
26667 MessageId=12000
26668 Severity=Success
26669 Facility=System
26670 SymbolicName=ERROR_FLT_IO_COMPLETE
26671 Language=English
26672 ERROR_FLT_IO_COMPLETE - The IO was completed by a filter.
26673 .
26674 Language=Russian
26675 ERROR_FLT_IO_COMPLETE - The IO was completed by a filter.
26676 .
26677 Language=Polish
26678 ERROR_FLT_IO_COMPLETE - The IO was completed by a filter.
26679 .
26680
26681 MessageId=12001
26682 Severity=Success
26683 Facility=System
26684 SymbolicName=ERROR_FLT_BUFFER_TOO_SMALL
26685 Language=English
26686 ERROR_FLT_BUFFER_TOO_SMALL - The buffer is too small to contain the entry. No information has been written to the buffer.
26687 .
26688 Language=Russian
26689 ERROR_FLT_BUFFER_TOO_SMALL - The buffer is too small to contain the entry. No information has been written to the buffer.
26690 .
26691 Language=Polish
26692 ERROR_FLT_BUFFER_TOO_SMALL - The buffer is too small to contain the entry. No information has been written to the buffer.
26693 .
26694
26695 MessageId=12002
26696 Severity=Success
26697 Facility=System
26698 SymbolicName=ERROR_FLT_NO_HANDLER_DEFINED
26699 Language=English
26700 ERROR_FLT_NO_HANDLER_DEFINED - A handler was not defined by the filter for this operation.
26701 .
26702 Language=Russian
26703 ERROR_FLT_NO_HANDLER_DEFINED - A handler was not defined by the filter for this operation.
26704 .
26705 Language=Polish
26706 ERROR_FLT_NO_HANDLER_DEFINED - A handler was not defined by the filter for this operation.
26707 .
26708
26709 MessageId=12003
26710 Severity=Success
26711 Facility=System
26712 SymbolicName=ERROR_FLT_CONTEXT_ALREADY_DEFINED
26713 Language=English
26714 ERROR_FLT_CONTEXT_ALREADY_DEFINED - A context is already defined for this object.
26715 .
26716 Language=Russian
26717 ERROR_FLT_CONTEXT_ALREADY_DEFINED - A context is already defined for this object.
26718 .
26719 Language=Polish
26720 ERROR_FLT_CONTEXT_ALREADY_DEFINED - A context is already defined for this object.
26721 .
26722
26723 MessageId=12004
26724 Severity=Success
26725 Facility=System
26726 SymbolicName=ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST
26727 Language=English
26728 ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST - Asynchronous requests are not valid for this operation.
26729 .
26730 Language=Russian
26731 ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST - Asynchronous requests are not valid for this operation.
26732 .
26733 Language=Polish
26734 ERROR_FLT_INVALID_ASYNCHRONOUS_REQUEST - Asynchronous requests are not valid for this operation.
26735 .
26736
26737 MessageId=12005
26738 Severity=Success
26739 Facility=System
26740 SymbolicName=ERROR_FLT_DISALLOW_FAST_IO
26741 Language=English
26742 ERROR_FLT_DISALLOW_FAST_IO - Disallow the Fast IO path for this operation.
26743 .
26744 Language=Russian
26745 ERROR_FLT_DISALLOW_FAST_IO - Disallow the Fast IO path for this operation.
26746 .
26747 Language=Polish
26748 ERROR_FLT_DISALLOW_FAST_IO - Disallow the Fast IO path for this operation.
26749 .
26750
26751 MessageId=12006
26752 Severity=Success
26753 Facility=System
26754 SymbolicName=ERROR_FLT_INVALID_NAME_REQUEST
26755 Language=English
26756 ERROR_FLT_INVALID_NAME_REQUEST - An invalid name request was made. The name requested cannot be retrieved at this time.
26757 .
26758 Language=Russian
26759 ERROR_FLT_INVALID_NAME_REQUEST - An invalid name request was made. The name requested cannot be retrieved at this time.
26760 .
26761 Language=Polish
26762 ERROR_FLT_INVALID_NAME_REQUEST - An invalid name request was made. The name requested cannot be retrieved at this time.
26763 .
26764
26765 MessageId=12007
26766 Severity=Success
26767 Facility=System
26768 SymbolicName=ERROR_FLT_NOT_SAFE_TO_POST_OPERATION
26769 Language=English
26770 ERROR_FLT_NOT_SAFE_TO_POST_OPERATION - Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
26771 .
26772 Language=Russian
26773 ERROR_FLT_NOT_SAFE_TO_POST_OPERATION - Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
26774 .
26775 Language=Polish
26776 ERROR_FLT_NOT_SAFE_TO_POST_OPERATION - Posting this operation to a worker thread for further processing is not safe at this time because it could lead to a system deadlock.
26777 .
26778
26779 MessageId=12008
26780 Severity=Success
26781 Facility=System
26782 SymbolicName=ERROR_FLT_NOT_INITIALIZED
26783 Language=English
26784 ERROR_FLT_NOT_INITIALIZED - The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
26785 .
26786 Language=Russian
26787 ERROR_FLT_NOT_INITIALIZED - The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
26788 .
26789 Language=Polish
26790 ERROR_FLT_NOT_INITIALIZED - The Filter Manager was not initialized when a filter tried to register. Make sure that the Filter Manager is getting loaded as a driver.
26791 .
26792
26793 MessageId=12009
26794 Severity=Success
26795 Facility=System
26796 SymbolicName=ERROR_FLT_FILTER_NOT_READY
26797 Language=English
26798 ERROR_FLT_FILTER_NOT_READY - The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
26799 .
26800 Language=Russian
26801 ERROR_FLT_FILTER_NOT_READY - The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
26802 .
26803 Language=Polish
26804 ERROR_FLT_FILTER_NOT_READY - The filter is not ready for attachment to volumes because it has not finished initializing (FltStartFiltering has not been called).
26805 .
26806
26807 MessageId=12010
26808 Severity=Success
26809 Facility=System
26810 SymbolicName=ERROR_FLT_POST_OPERATION_CLEANUP
26811 Language=English
26812 ERROR_FLT_POST_OPERATION_CLEANUP - The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
26813 .
26814 Language=Russian
26815 ERROR_FLT_POST_OPERATION_CLEANUP - The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
26816 .
26817 Language=Polish
26818 ERROR_FLT_POST_OPERATION_CLEANUP - The filter must cleanup any operation specific context at this time because it is being removed from the system before the operation is completed by the lower drivers.
26819 .
26820
26821 MessageId=12011
26822 Severity=Success
26823 Facility=System
26824 SymbolicName=ERROR_FLT_INTERNAL_ERROR
26825 Language=English
26826 ERROR_FLT_INTERNAL_ERROR - The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
26827 .
26828 Language=Russian
26829 ERROR_FLT_INTERNAL_ERROR - The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
26830 .
26831 Language=Polish
26832 ERROR_FLT_INTERNAL_ERROR - The Filter Manager had an internal error from which it cannot recover, therefore the operation has been failed. This is usually the result of a filter returning an invalid value from a pre-operation callback.
26833 .
26834
26835 MessageId=12012
26836 Severity=Success
26837 Facility=System
26838 SymbolicName=ERROR_FLT_DELETING_OBJECT
26839 Language=English
26840 ERROR_FLT_DELETING_OBJECT - The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
26841 .
26842 Language=Russian
26843 ERROR_FLT_DELETING_OBJECT - The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
26844 .
26845 Language=Polish
26846 ERROR_FLT_DELETING_OBJECT - The object specified for this action is in the process of being deleted, therefore the action requested cannot be completed at this time.
26847 .
26848
26849 MessageId=12013
26850 Severity=Success
26851 Facility=System
26852 SymbolicName=ERROR_FLT_MUST_BE_NONPAGED_POOL
26853 Language=English
26854 ERROR_FLT_MUST_BE_NONPAGED_POOL - Non-paged pool must be used for this type of context.
26855 .
26856 Language=Russian
26857 ERROR_FLT_MUST_BE_NONPAGED_POOL - Non-paged pool must be used for this type of context.
26858 .
26859 Language=Polish
26860 ERROR_FLT_MUST_BE_NONPAGED_POOL - Non-paged pool must be used for this type of context.
26861 .
26862
26863 MessageId=12014
26864 Severity=Success
26865 Facility=System
26866 SymbolicName=ERROR_FLT_DUPLICATE_ENTRY
26867 Language=English
26868 ERROR_FLT_DUPLICATE_ENTRY - A duplicate handler definition has been provided for an operation.
26869 .
26870 Language=Russian
26871 ERROR_FLT_DUPLICATE_ENTRY - A duplicate handler definition has been provided for an operation.
26872 .
26873 Language=Polish
26874 ERROR_FLT_DUPLICATE_ENTRY - A duplicate handler definition has been provided for an operation.
26875 .
26876
26877 MessageId=12015
26878 Severity=Success
26879 Facility=System
26880 SymbolicName=ERROR_FLT_CBDQ_DISABLED
26881 Language=English
26882 ERROR_FLT_CBDQ_DISABLED - The callback data queue has been disabled.
26883 .
26884 Language=Russian
26885 ERROR_FLT_CBDQ_DISABLED - The callback data queue has been disabled.
26886 .
26887 Language=Polish
26888 ERROR_FLT_CBDQ_DISABLED - The callback data queue has been disabled.
26889 .
26890
26891 MessageId=12016
26892 Severity=Success
26893 Facility=System
26894 SymbolicName=ERROR_FLT_DO_NOT_ATTACH
26895 Language=English
26896 ERROR_FLT_DO_NOT_ATTACH - Do not attach the filter to the volume at this time.
26897 .
26898 Language=Russian
26899 ERROR_FLT_DO_NOT_ATTACH - Do not attach the filter to the volume at this time.
26900 .
26901 Language=Polish
26902 ERROR_FLT_DO_NOT_ATTACH - Do not attach the filter to the volume at this time.
26903 .
26904
26905 MessageId=12017
26906 Severity=Success
26907 Facility=System
26908 SymbolicName=ERROR_FLT_DO_NOT_DETACH
26909 Language=English
26910 ERROR_FLT_DO_NOT_DETACH - Do not detach the filter from the volume at this time.
26911 .
26912 Language=Russian
26913 ERROR_FLT_DO_NOT_DETACH - Do not detach the filter from the volume at this time.
26914 .
26915 Language=Polish
26916 ERROR_FLT_DO_NOT_DETACH - Do not detach the filter from the volume at this time.
26917 .
26918
26919 MessageId=12018
26920 Severity=Success
26921 Facility=System
26922 SymbolicName=ERROR_FLT_INSTANCE_ALTITUDE_COLLISION
26923 Language=English
26924 ERROR_FLT_INSTANCE_ALTITUDE_COLLISION - An instance already exists at this altitude on the volume specified.
26925 .
26926 Language=Russian
26927 ERROR_FLT_INSTANCE_ALTITUDE_COLLISION - An instance already exists at this altitude on the volume specified.
26928 .
26929 Language=Polish
26930 ERROR_FLT_INSTANCE_ALTITUDE_COLLISION - An instance already exists at this altitude on the volume specified.
26931 .
26932
26933 MessageId=12019
26934 Severity=Success
26935 Facility=System
26936 SymbolicName=ERROR_FLT_INSTANCE_NAME_COLLISION
26937 Language=English
26938 ERROR_FLT_INSTANCE_NAME_COLLISION - An instance already exists with this name on the volume specified.
26939 .
26940 Language=Russian
26941 ERROR_FLT_INSTANCE_NAME_COLLISION - An instance already exists with this name on the volume specified.
26942 .
26943 Language=Polish
26944 ERROR_FLT_INSTANCE_NAME_COLLISION - An instance already exists with this name on the volume specified.
26945 .
26946
26947 MessageId=12020
26948 Severity=Success
26949 Facility=System
26950 SymbolicName=ERROR_FLT_FILTER_NOT_FOUND
26951 Language=English
26952 ERROR_FLT_FILTER_NOT_FOUND - The system could not find the filter specified.
26953 .
26954 Language=Russian
26955 ERROR_FLT_FILTER_NOT_FOUND - The system could not find the filter specified.
26956 .
26957 Language=Polish
26958 ERROR_FLT_FILTER_NOT_FOUND - The system could not find the filter specified.
26959 .
26960
26961 MessageId=12021
26962 Severity=Success
26963 Facility=System
26964 SymbolicName=ERROR_FLT_VOLUME_NOT_FOUND
26965 Language=English
26966 ERROR_FLT_VOLUME_NOT_FOUND - The system could not find the volume specified.
26967 .
26968 Language=Russian
26969 ERROR_FLT_VOLUME_NOT_FOUND - The system could not find the volume specified.
26970 .
26971 Language=Polish
26972 ERROR_FLT_VOLUME_NOT_FOUND - The system could not find the volume specified.
26973 .
26974
26975 MessageId=12022
26976 Severity=Success
26977 Facility=System
26978 SymbolicName=ERROR_FLT_INSTANCE_NOT_FOUND
26979 Language=English
26980 ERROR_FLT_INSTANCE_NOT_FOUND - The system could not find the instance specified.
26981 .
26982 Language=Russian
26983 ERROR_FLT_INSTANCE_NOT_FOUND - The system could not find the instance specified.
26984 .
26985 Language=Polish
26986 ERROR_FLT_INSTANCE_NOT_FOUND - The system could not find the instance specified.
26987 .
26988
26989 MessageId=12023
26990 Severity=Success
26991 Facility=System
26992 SymbolicName=ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND
26993 Language=English
26994 ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND - No registered context allocation definition was found for the given request.
26995 .
26996 Language=Russian
26997 ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND - No registered context allocation definition was found for the given request.
26998 .
26999 Language=Polish
27000 ERROR_FLT_CONTEXT_ALLOCATION_NOT_FOUND - No registered context allocation definition was found for the given request.
27001 .
27002
27003 MessageId=12024
27004 Severity=Success
27005 Facility=System
27006 SymbolicName=ERROR_FLT_INVALID_CONTEXT_REGISTRATION
27007 Language=English
27008 ERROR_FLT_INVALID_CONTEXT_REGISTRATION - An invalid parameter was specified during context registration.
27009 .
27010 Language=Russian
27011 ERROR_FLT_INVALID_CONTEXT_REGISTRATION - An invalid parameter was specified during context registration.
27012 .
27013 Language=Polish
27014 ERROR_FLT_INVALID_CONTEXT_REGISTRATION - An invalid parameter was specified during context registration.
27015 .
27016
27017 MessageId=12025
27018 Severity=Success
27019 Facility=System
27020 SymbolicName=ERROR_FLT_NAME_CACHE_MISS
27021 Language=English
27022 ERROR_FLT_NAME_CACHE_MISS - The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
27023 .
27024 Language=Russian
27025 ERROR_FLT_NAME_CACHE_MISS - The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
27026 .
27027 Language=Polish
27028 ERROR_FLT_NAME_CACHE_MISS - The name requested was not found in Filter Manager's name cache and could not be retrieved from the file system.
27029 .
27030
27031 MessageId=12026
27032 Severity=Success
27033 Facility=System
27034 SymbolicName=ERROR_FLT_NO_DEVICE_OBJECT
27035 Language=English
27036 ERROR_FLT_NO_DEVICE_OBJECT - The requested device object does not exist for the given volume.
27037 .
27038 Language=Russian
27039 ERROR_FLT_NO_DEVICE_OBJECT - The requested device object does not exist for the given volume.
27040 .
27041 Language=Polish
27042 ERROR_FLT_NO_DEVICE_OBJECT - The requested device object does not exist for the given volume.
27043 .
27044
27045 MessageId=12027
27046 Severity=Success
27047 Facility=System
27048 SymbolicName=ERROR_FLT_VOLUME_ALREADY_MOUNTED
27049 Language=English
27050 ERROR_FLT_VOLUME_ALREADY_MOUNTED - The specified volume is already mounted.
27051 .
27052 Language=Russian
27053 ERROR_FLT_VOLUME_ALREADY_MOUNTED - The specified volume is already mounted.
27054 .
27055 Language=Polish
27056 ERROR_FLT_VOLUME_ALREADY_MOUNTED - The specified volume is already mounted.
27057 .
27058
27059 MessageId=12028
27060 Severity=Success
27061 Facility=System
27062 SymbolicName=ERROR_FLT_NO_WAITER_FOR_REPLY
27063 Language=English
27064 ERROR_FLT_NO_WAITER_FOR_REPLY - No waiter is present for the filter's reply to this message.
27065 .
27066 Language=Russian
27067 ERROR_FLT_NO_WAITER_FOR_REPLY - No waiter is present for the filter's reply to this message.
27068 .
27069 Language=Polish
27070 ERROR_FLT_NO_WAITER_FOR_REPLY - No waiter is present for the filter's reply to this message.
27071 .
27072
27073 MessageId=13000
27074 Severity=Success
27075 Facility=System
27076 SymbolicName=ERROR_IPSEC_QM_POLICY_EXISTS
27077 Language=English
27078 ERROR_IPSEC_QM_POLICY_EXISTS - The specified quick mode policy already exists.
27079 .
27080 Language=Russian
27081 ERROR_IPSEC_QM_POLICY_EXISTS - The specified quick mode policy already exists.
27082 .
27083 Language=Polish
27084 ERROR_IPSEC_QM_POLICY_EXISTS - The specified quick mode policy already exists.
27085 .
27086
27087 MessageId=13001
27088 Severity=Success
27089 Facility=System
27090 SymbolicName=ERROR_IPSEC_QM_POLICY_NOT_FOUND
27091 Language=English
27092 ERROR_IPSEC_QM_POLICY_NOT_FOUND - The specified quick mode policy was not found.
27093 .
27094 Language=Russian
27095 ERROR_IPSEC_QM_POLICY_NOT_FOUND - The specified quick mode policy was not found.
27096 .
27097 Language=Polish
27098 ERROR_IPSEC_QM_POLICY_NOT_FOUND - The specified quick mode policy was not found.
27099 .
27100
27101 MessageId=13002
27102 Severity=Success
27103 Facility=System
27104 SymbolicName=ERROR_IPSEC_QM_POLICY_IN_USE
27105 Language=English
27106 ERROR_IPSEC_QM_POLICY_IN_USE - The specified quick mode policy is being used.
27107 .
27108 Language=Russian
27109 ERROR_IPSEC_QM_POLICY_IN_USE - The specified quick mode policy is being used.
27110 .
27111 Language=Polish
27112 ERROR_IPSEC_QM_POLICY_IN_USE - The specified quick mode policy is being used.
27113 .
27114
27115 MessageId=13003
27116 Severity=Success
27117 Facility=System
27118 SymbolicName=ERROR_IPSEC_MM_POLICY_EXISTS
27119 Language=English
27120 ERROR_IPSEC_MM_POLICY_EXISTS - The specified main mode policy already exists.
27121 .
27122 Language=Russian
27123 ERROR_IPSEC_MM_POLICY_EXISTS - The specified main mode policy already exists.
27124 .
27125 Language=Polish
27126 ERROR_IPSEC_MM_POLICY_EXISTS - The specified main mode policy already exists.
27127 .
27128
27129 MessageId=13004
27130 Severity=Success
27131 Facility=System
27132 SymbolicName=ERROR_IPSEC_MM_POLICY_NOT_FOUND
27133 Language=English
27134 ERROR_IPSEC_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27135 .
27136 Language=Russian
27137 ERROR_IPSEC_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27138 .
27139 Language=Polish
27140 ERROR_IPSEC_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27141 .
27142
27143 MessageId=13005
27144 Severity=Success
27145 Facility=System
27146 SymbolicName=ERROR_IPSEC_MM_POLICY_IN_USE
27147 Language=English
27148 ERROR_IPSEC_MM_POLICY_IN_USE - The specified main mode policy is being used.
27149 .
27150 Language=Russian
27151 ERROR_IPSEC_MM_POLICY_IN_USE - The specified main mode policy is being used.
27152 .
27153 Language=Polish
27154 ERROR_IPSEC_MM_POLICY_IN_USE - The specified main mode policy is being used.
27155 .
27156
27157 MessageId=13006
27158 Severity=Success
27159 Facility=System
27160 SymbolicName=ERROR_IPSEC_MM_FILTER_EXISTS
27161 Language=English
27162 ERROR_IPSEC_MM_FILTER_EXISTS - The specified main mode filter already exists.
27163 .
27164 Language=Russian
27165 ERROR_IPSEC_MM_FILTER_EXISTS - The specified main mode filter already exists.
27166 .
27167 Language=Polish
27168 ERROR_IPSEC_MM_FILTER_EXISTS - The specified main mode filter already exists.
27169 .
27170
27171 MessageId=13007
27172 Severity=Success
27173 Facility=System
27174 SymbolicName=ERROR_IPSEC_MM_FILTER_NOT_FOUND
27175 Language=English
27176 ERROR_IPSEC_MM_FILTER_NOT_FOUND - The specified main mode filter was not found.
27177 .
27178 Language=Russian
27179 ERROR_IPSEC_MM_FILTER_NOT_FOUND - The specified main mode filter was not found.
27180 .
27181 Language=Polish
27182 ERROR_IPSEC_MM_FILTER_NOT_FOUND - The specified main mode filter was not found.
27183 .
27184
27185 MessageId=13008
27186 Severity=Success
27187 Facility=System
27188 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
27189 Language=English
27190 ERROR_IPSEC_TRANSPORT_FILTER_EXISTS - The specified transport mode filter already exists.
27191 .
27192 Language=Russian
27193 ERROR_IPSEC_TRANSPORT_FILTER_EXISTS - The specified transport mode filter already exists.
27194 .
27195 Language=Polish
27196 ERROR_IPSEC_TRANSPORT_FILTER_EXISTS - The specified transport mode filter already exists.
27197 .
27198
27199 MessageId=13009
27200 Severity=Success
27201 Facility=System
27202 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
27203 Language=English
27204 ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND - The specified transport mode filter does not exist.
27205 .
27206 Language=Russian
27207 ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND - The specified transport mode filter does not exist.
27208 .
27209 Language=Polish
27210 ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND - The specified transport mode filter does not exist.
27211 .
27212
27213 MessageId=13010
27214 Severity=Success
27215 Facility=System
27216 SymbolicName=ERROR_IPSEC_MM_AUTH_EXISTS
27217 Language=English
27218 ERROR_IPSEC_MM_AUTH_EXISTS - The specified main mode authentication list exists.
27219 .
27220 Language=Russian
27221 ERROR_IPSEC_MM_AUTH_EXISTS - The specified main mode authentication list exists.
27222 .
27223 Language=Polish
27224 ERROR_IPSEC_MM_AUTH_EXISTS - The specified main mode authentication list exists.
27225 .
27226
27227 MessageId=13011
27228 Severity=Success
27229 Facility=System
27230 SymbolicName=ERROR_IPSEC_MM_AUTH_NOT_FOUND
27231 Language=English
27232 ERROR_IPSEC_MM_AUTH_NOT_FOUND - The specified main mode authentication list was not found.
27233 .
27234 Language=Russian
27235 ERROR_IPSEC_MM_AUTH_NOT_FOUND - The specified main mode authentication list was not found.
27236 .
27237 Language=Polish
27238 ERROR_IPSEC_MM_AUTH_NOT_FOUND - The specified main mode authentication list was not found.
27239 .
27240
27241 MessageId=13012
27242 Severity=Success
27243 Facility=System
27244 SymbolicName=ERROR_IPSEC_MM_AUTH_IN_USE
27245 Language=English
27246 ERROR_IPSEC_MM_AUTH_IN_USE - The specified quick mode policy is being used.
27247 .
27248 Language=Russian
27249 ERROR_IPSEC_MM_AUTH_IN_USE - The specified quick mode policy is being used.
27250 .
27251 Language=Polish
27252 ERROR_IPSEC_MM_AUTH_IN_USE - The specified quick mode policy is being used.
27253 .
27254
27255 MessageId=13013
27256 Severity=Success
27257 Facility=System
27258 SymbolicName=ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
27259 Language=English
27260 ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27261 .
27262 Language=Russian
27263 ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27264 .
27265 Language=Polish
27266 ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND - The specified main mode policy was not found.
27267 .
27268
27269 MessageId=13014
27270 Severity=Success
27271 Facility=System
27272 SymbolicName=ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
27273 Language=English
27274 ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND - The specified quick mode policy was not found.
27275 .
27276 Language=Russian
27277 ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND - The specified quick mode policy was not found.
27278 .
27279 Language=Polish
27280 ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND - The specified quick mode policy was not found.
27281 .
27282
27283 MessageId=13015
27284 Severity=Success
27285 Facility=System
27286 SymbolicName=ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
27287 Language=English
27288 ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND - The manifest file contains one or more syntax errors.
27289 .
27290 Language=Russian
27291 ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND - The manifest file contains one or more syntax errors.
27292 .
27293 Language=Polish
27294 ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND - The manifest file contains one or more syntax errors.
27295 .
27296
27297 MessageId=13016
27298 Severity=Success
27299 Facility=System
27300 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_EXISTS
27301 Language=English
27302 ERROR_IPSEC_TUNNEL_FILTER_EXISTS - The application attempted to activate a disabled activation context.
27303 .
27304 Language=Russian
27305 ERROR_IPSEC_TUNNEL_FILTER_EXISTS - The application attempted to activate a disabled activation context.
27306 .
27307 Language=Polish
27308 ERROR_IPSEC_TUNNEL_FILTER_EXISTS - The application attempted to activate a disabled activation context.
27309 .
27310
27311 MessageId=13017
27312 Severity=Success
27313 Facility=System
27314 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
27315 Language=English
27316 ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND - The requested lookup key was not found in any active activation context.
27317 .
27318 Language=Russian
27319 ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND - The requested lookup key was not found in any active activation context.
27320 .
27321 Language=Polish
27322 ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND - The requested lookup key was not found in any active activation context.
27323 .
27324
27325 MessageId=13018
27326 Severity=Success
27327 Facility=System
27328 SymbolicName=ERROR_IPSEC_MM_FILTER_PENDING_DELETION
27329 Language=English
27330 ERROR_IPSEC_MM_FILTER_PENDING_DELETION - The Main Mode filter is pending deletion.
27331 .
27332 Language=Russian
27333 ERROR_IPSEC_MM_FILTER_PENDING_DELETION - The Main Mode filter is pending deletion.
27334 .
27335 Language=Polish
27336 ERROR_IPSEC_MM_FILTER_PENDING_DELETION - The Main Mode filter is pending deletion.
27337 .
27338
27339 MessageId=13019
27340 Severity=Success
27341 Facility=System
27342 SymbolicName=ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
27343 Language=English
27344 ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - The transport filter is pending deletion.
27345 .
27346 Language=Russian
27347 ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - The transport filter is pending deletion.
27348 .
27349 Language=Polish
27350 ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION - The transport filter is pending deletion.
27351 .
27352
27353 MessageId=13020
27354 Severity=Success
27355 Facility=System
27356 SymbolicName=ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
27357 Language=English
27358 ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION - The tunnel filter is pending deletion.
27359 .
27360 Language=Russian
27361 ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION - The tunnel filter is pending deletion.
27362 .
27363 Language=Polish
27364 ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION - The tunnel filter is pending deletion.
27365 .
27366
27367 MessageId=13021
27368 Severity=Success
27369 Facility=System
27370 SymbolicName=ERROR_IPSEC_MM_POLICY_PENDING_DELETION
27371 Language=English
27372 ERROR_IPSEC_MM_POLICY_PENDING_DELETION - The Main Mode policy is pending deletion.
27373 .
27374 Language=Russian
27375 ERROR_IPSEC_MM_POLICY_PENDING_DELETION - The Main Mode policy is pending deletion.
27376 .
27377 Language=Polish
27378 ERROR_IPSEC_MM_POLICY_PENDING_DELETION - The Main Mode policy is pending deletion.
27379 .
27380
27381 MessageId=13022
27382 Severity=Success
27383 Facility=System
27384 SymbolicName=ERROR_IPSEC_MM_AUTH_PENDING_DELETION
27385 Language=English
27386 ERROR_IPSEC_MM_AUTH_PENDING_DELETION - The Main Mode authentication bundle is pending deletion.
27387 .
27388 Language=Russian
27389 ERROR_IPSEC_MM_AUTH_PENDING_DELETION - The Main Mode authentication bundle is pending deletion.
27390 .
27391 Language=Polish
27392 ERROR_IPSEC_MM_AUTH_PENDING_DELETION - The Main Mode authentication bundle is pending deletion.
27393 .
27394
27395 MessageId=13023
27396 Severity=Success
27397 Facility=System
27398 SymbolicName=ERROR_IPSEC_QM_POLICY_PENDING_DELETION
27399 Language=English
27400 ERROR_IPSEC_QM_POLICY_PENDING_DELETION - The Quick Mode policy is pending deletion.
27401 .
27402 Language=Russian
27403 ERROR_IPSEC_QM_POLICY_PENDING_DELETION - The Quick Mode policy is pending deletion.
27404 .
27405 Language=Polish
27406 ERROR_IPSEC_QM_POLICY_PENDING_DELETION - The Quick Mode policy is pending deletion.
27407 .
27408
27409 MessageId=13024
27410 Severity=Success
27411 Facility=System
27412 SymbolicName=WARNING_IPSEC_MM_POLICY_PRUNED
27413 Language=English
27414 WARNING_IPSEC_MM_POLICY_PRUNED - The Main Mode policy was successfully added, but some of the requested offers are not supported.
27415 .
27416 Language=Russian
27417 WARNING_IPSEC_MM_POLICY_PRUNED - The Main Mode policy was successfully added, but some of the requested offers are not supported.
27418 .
27419 Language=Polish
27420 WARNING_IPSEC_MM_POLICY_PRUNED - The Main Mode policy was successfully added, but some of the requested offers are not supported.
27421 .
27422
27423 MessageId=13025
27424 Severity=Success
27425 Facility=System
27426 SymbolicName=WARNING_IPSEC_QM_POLICY_PRUNED
27427 Language=English
27428 WARNING_IPSEC_QM_POLICY_PRUNED - The Quick Mode policy was successfully added, but some of the requested offers are not supported.
27429 .
27430 Language=Russian
27431 WARNING_IPSEC_QM_POLICY_PRUNED - The Quick Mode policy was successfully added, but some of the requested offers are not supported.
27432 .
27433 Language=Polish
27434 WARNING_IPSEC_QM_POLICY_PRUNED - The Quick Mode policy was successfully added, but some of the requested offers are not supported.
27435 .
27436
27437 MessageId=13801
27438 Severity=Success
27439 Facility=System
27440 SymbolicName=ERROR_IPSEC_IKE_AUTH_FAIL
27441 Language=English
27442 ERROR_IPSEC_IKE_AUTH_FAIL - IKE authentication credentials are unacceptable.
27443 .
27444 Language=Russian
27445 ERROR_IPSEC_IKE_AUTH_FAIL - IKE authentication credentials are unacceptable.
27446 .
27447 Language=Polish
27448 ERROR_IPSEC_IKE_AUTH_FAIL - IKE authentication credentials are unacceptable.
27449 .
27450
27451 MessageId=13802
27452 Severity=Success
27453 Facility=System
27454 SymbolicName=ERROR_IPSEC_IKE_ATTRIB_FAIL
27455 Language=English
27456 ERROR_IPSEC_IKE_ATTRIB_FAIL - IKE security attributes are unacceptable.
27457 .
27458 Language=Russian
27459 ERROR_IPSEC_IKE_ATTRIB_FAIL - IKE security attributes are unacceptable.
27460 .
27461 Language=Polish
27462 ERROR_IPSEC_IKE_ATTRIB_FAIL - IKE security attributes are unacceptable.
27463 .
27464
27465 MessageId=13803
27466 Severity=Success
27467 Facility=System
27468 SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_PENDING
27469 Language=English
27470 ERROR_IPSEC_IKE_NEGOTIATION_PENDING - IKE Negotiation in progress.
27471 .
27472 Language=Russian
27473 ERROR_IPSEC_IKE_NEGOTIATION_PENDING - IKE Negotiation in progress.
27474 .
27475 Language=Polish
27476 ERROR_IPSEC_IKE_NEGOTIATION_PENDING - IKE Negotiation in progress.
27477 .
27478
27479 MessageId=13804
27480 Severity=Success
27481 Facility=System
27482 SymbolicName=ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
27483 Language=English
27484 ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR - General processing error.
27485 .
27486 Language=Russian
27487 ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR - General processing error.
27488 .
27489 Language=Polish
27490 ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR - General processing error.
27491 .
27492
27493 MessageId=13805
27494 Severity=Success
27495 Facility=System
27496 SymbolicName=ERROR_IPSEC_IKE_TIMED_OUT
27497 Language=English
27498 ERROR_IPSEC_IKE_TIMED_OUT - Negotiation timed out.
27499 .
27500 Language=Russian
27501 ERROR_IPSEC_IKE_TIMED_OUT - Negotiation timed out.
27502 .
27503 Language=Polish
27504 ERROR_IPSEC_IKE_TIMED_OUT - Negotiation timed out.
27505 .
27506
27507 MessageId=13806
27508 Severity=Success
27509 Facility=System
27510 SymbolicName=ERROR_IPSEC_IKE_NO_CERT
27511 Language=English
27512 ERROR_IPSEC_IKE_NO_CERT - IKE failed to find valid machine certificate.
27513 .
27514 Language=Russian
27515 ERROR_IPSEC_IKE_NO_CERT - IKE failed to find valid machine certificate.
27516 .
27517 Language=Polish
27518 ERROR_IPSEC_IKE_NO_CERT - IKE failed to find valid machine certificate.
27519 .
27520
27521 MessageId=13807
27522 Severity=Success
27523 Facility=System
27524 SymbolicName=ERROR_IPSEC_IKE_SA_DELETED
27525 Language=English
27526 ERROR_IPSEC_IKE_SA_DELETED - IKE SA deleted by peer before establishment completed.
27527 .
27528 Language=Russian
27529 ERROR_IPSEC_IKE_SA_DELETED - IKE SA deleted by peer before establishment completed.
27530 .
27531 Language=Polish
27532 ERROR_IPSEC_IKE_SA_DELETED - IKE SA deleted by peer before establishment completed.
27533 .
27534
27535 MessageId=13808
27536 Severity=Success
27537 Facility=System
27538 SymbolicName=ERROR_IPSEC_IKE_SA_REAPED
27539 Language=English
27540 ERROR_IPSEC_IKE_SA_REAPED - IKE SA deleted before establishment completed.
27541 .
27542 Language=Russian
27543 ERROR_IPSEC_IKE_SA_REAPED - IKE SA deleted before establishment completed.
27544 .
27545 Language=Polish
27546 ERROR_IPSEC_IKE_SA_REAPED - IKE SA deleted before establishment completed.
27547 .
27548
27549 MessageId=13809
27550 Severity=Success
27551 Facility=System
27552 SymbolicName=ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
27553 Language=English
27554 ERROR_IPSEC_IKE_MM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27555 .
27556 Language=Russian
27557 ERROR_IPSEC_IKE_MM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27558 .
27559 Language=Polish
27560 ERROR_IPSEC_IKE_MM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27561 .
27562
27563 MessageId=13810
27564 Severity=Success
27565 Facility=System
27566 SymbolicName=ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
27567 Language=English
27568 ERROR_IPSEC_IKE_QM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27569 .
27570 Language=Russian
27571 ERROR_IPSEC_IKE_QM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27572 .
27573 Language=Polish
27574 ERROR_IPSEC_IKE_QM_ACQUIRE_DROP - Negotiation request sat in Queue too long.
27575 .
27576
27577 MessageId=13811
27578 Severity=Success
27579 Facility=System
27580 SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_MM
27581 Language=English
27582 ERROR_IPSEC_IKE_QUEUE_DROP_MM - Negotiation request sat in Queue too long.
27583 .
27584 Language=Russian
27585 ERROR_IPSEC_IKE_QUEUE_DROP_MM - Negotiation request sat in Queue too long.
27586 .
27587 Language=Polish
27588 ERROR_IPSEC_IKE_QUEUE_DROP_MM - Negotiation request sat in Queue too long.
27589 .
27590
27591 MessageId=13812
27592 Severity=Success
27593 Facility=System
27594 SymbolicName=ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
27595 Language=English
27596 ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM - Negotiation request sat in Queue too long.
27597 .
27598 Language=Russian
27599 ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM - Negotiation request sat in Queue too long.
27600 .
27601 Language=Polish
27602 ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM - Negotiation request sat in Queue too long.
27603 .
27604
27605 MessageId=13813
27606 Severity=Success
27607 Facility=System
27608 SymbolicName=ERROR_IPSEC_IKE_DROP_NO_RESPONSE
27609 Language=English
27610 ERROR_IPSEC_IKE_DROP_NO_RESPONSE - No response from peer.
27611 .
27612 Language=Russian
27613 ERROR_IPSEC_IKE_DROP_NO_RESPONSE - No response from peer.
27614 .
27615 Language=Polish
27616 ERROR_IPSEC_IKE_DROP_NO_RESPONSE - No response from peer.
27617 .
27618
27619 MessageId=13814
27620 Severity=Success
27621 Facility=System
27622 SymbolicName=ERROR_IPSEC_IKE_MM_DELAY_DROP
27623 Language=English
27624 ERROR_IPSEC_IKE_MM_DELAY_DROP - Negotiation took too long.
27625 .
27626 Language=Russian
27627 ERROR_IPSEC_IKE_MM_DELAY_DROP - Negotiation took too long.
27628 .
27629 Language=Polish
27630 ERROR_IPSEC_IKE_MM_DELAY_DROP - Negotiation took too long.
27631 .
27632
27633 MessageId=13815
27634 Severity=Success
27635 Facility=System
27636 SymbolicName=ERROR_IPSEC_IKE_QM_DELAY_DROP
27637 Language=English
27638 ERROR_IPSEC_IKE_QM_DELAY_DROP - Negotiation took too long.
27639 .
27640 Language=Russian
27641 ERROR_IPSEC_IKE_QM_DELAY_DROP - Negotiation took too long.
27642 .
27643 Language=Polish
27644 ERROR_IPSEC_IKE_QM_DELAY_DROP - Negotiation took too long.
27645 .
27646
27647 MessageId=13816
27648 Severity=Success
27649 Facility=System
27650 SymbolicName=ERROR_IPSEC_IKE_ERROR
27651 Language=English
27652 ERROR_IPSEC_IKE_ERROR - Unknown error occurred.
27653 .
27654 Language=Russian
27655 ERROR_IPSEC_IKE_ERROR - Unknown error occurred.
27656 .
27657 Language=Polish
27658 ERROR_IPSEC_IKE_ERROR - Unknown error occurred.
27659 .
27660
27661 MessageId=13817
27662 Severity=Success
27663 Facility=System
27664 SymbolicName=ERROR_IPSEC_IKE_CRL_FAILED
27665 Language=English
27666 ERROR_IPSEC_IKE_CRL_FAILED - Certificate Revocation Check failed.
27667 .
27668 Language=Russian
27669 ERROR_IPSEC_IKE_CRL_FAILED - Certificate Revocation Check failed.
27670 .
27671 Language=Polish
27672 ERROR_IPSEC_IKE_CRL_FAILED - Certificate Revocation Check failed.
27673 .
27674
27675 MessageId=13818
27676 Severity=Success
27677 Facility=System
27678 SymbolicName=ERROR_IPSEC_IKE_INVALID_KEY_USAGE
27679 Language=English
27680 ERROR_IPSEC_IKE_INVALID_KEY_USAGE - Invalid certificate key usage.
27681 .
27682 Language=Russian
27683 ERROR_IPSEC_IKE_INVALID_KEY_USAGE - Invalid certificate key usage.
27684 .
27685 Language=Polish
27686 ERROR_IPSEC_IKE_INVALID_KEY_USAGE - Invalid certificate key usage.
27687 .
27688
27689 MessageId=13819
27690 Severity=Success
27691 Facility=System
27692 SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_TYPE
27693 Language=English
27694 ERROR_IPSEC_IKE_INVALID_CERT_TYPE - Invalid certificate type.
27695 .
27696 Language=Russian
27697 ERROR_IPSEC_IKE_INVALID_CERT_TYPE - Invalid certificate type.
27698 .
27699 Language=Polish
27700 ERROR_IPSEC_IKE_INVALID_CERT_TYPE - Invalid certificate type.
27701 .
27702
27703 MessageId=13820
27704 Severity=Success
27705 Facility=System
27706 SymbolicName=ERROR_IPSEC_IKE_NO_PRIVATE_KEY
27707 Language=English
27708 ERROR_IPSEC_IKE_NO_PRIVATE_KEY - No private key associated with machine certificate.
27709 .
27710 Language=Russian
27711 ERROR_IPSEC_IKE_NO_PRIVATE_KEY - No private key associated with machine certificate.
27712 .
27713 Language=Polish
27714 ERROR_IPSEC_IKE_NO_PRIVATE_KEY - No private key associated with machine certificate.
27715 .
27716
27717 MessageId=13822
27718 Severity=Success
27719 Facility=System
27720 SymbolicName=ERROR_IPSEC_IKE_DH_FAIL
27721 Language=English
27722 ERROR_IPSEC_IKE_DH_FAIL - Failure in Diffie-Hellman computation.
27723 .
27724 Language=Russian
27725 ERROR_IPSEC_IKE_DH_FAIL - Failure in Diffie-Hellman computation.
27726 .
27727 Language=Polish
27728 ERROR_IPSEC_IKE_DH_FAIL - Failure in Diffie-Hellman computation.
27729 .
27730
27731 MessageId=13824
27732 Severity=Success
27733 Facility=System
27734 SymbolicName=ERROR_IPSEC_IKE_INVALID_HEADER
27735 Language=English
27736 ERROR_IPSEC_IKE_INVALID_HEADER - Invalid header.
27737 .
27738 Language=Russian
27739 ERROR_IPSEC_IKE_INVALID_HEADER - Invalid header.
27740 .
27741 Language=Polish
27742 ERROR_IPSEC_IKE_INVALID_HEADER - Invalid header.
27743 .
27744
27745 MessageId=13825
27746 Severity=Success
27747 Facility=System
27748 SymbolicName=ERROR_IPSEC_IKE_NO_POLICY
27749 Language=English
27750 ERROR_IPSEC_IKE_NO_POLICY - No policy configured.
27751 .
27752 Language=Russian
27753 ERROR_IPSEC_IKE_NO_POLICY - No policy configured.
27754 .
27755 Language=Polish
27756 ERROR_IPSEC_IKE_NO_POLICY - No policy configured.
27757 .
27758
27759 MessageId=13826
27760 Severity=Success
27761 Facility=System
27762 SymbolicName=ERROR_IPSEC_IKE_INVALID_SIGNATURE
27763 Language=English
27764 ERROR_IPSEC_IKE_INVALID_SIGNATURE - Failed to verify signature.
27765 .
27766 Language=Russian
27767 ERROR_IPSEC_IKE_INVALID_SIGNATURE - Failed to verify signature.
27768 .
27769 Language=Polish
27770 ERROR_IPSEC_IKE_INVALID_SIGNATURE - Failed to verify signature.
27771 .
27772
27773 MessageId=13827
27774 Severity=Success
27775 Facility=System
27776 SymbolicName=ERROR_IPSEC_IKE_KERBEROS_ERROR
27777 Language=English
27778 ERROR_IPSEC_IKE_KERBEROS_ERROR - Failed to authenticate using Kerberos.
27779 .
27780 Language=Russian
27781 ERROR_IPSEC_IKE_KERBEROS_ERROR - Failed to authenticate using Kerberos.
27782 .
27783 Language=Polish
27784 ERROR_IPSEC_IKE_KERBEROS_ERROR - Failed to authenticate using Kerberos.
27785 .
27786
27787 MessageId=13828
27788 Severity=Success
27789 Facility=System
27790 SymbolicName=ERROR_IPSEC_IKE_NO_PUBLIC_KEY
27791 Language=English
27792 ERROR_IPSEC_IKE_NO_PUBLIC_KEY - Peer's certificate did not have a public key.
27793 .
27794 Language=Russian
27795 ERROR_IPSEC_IKE_NO_PUBLIC_KEY - Peer's certificate did not have a public key.
27796 .
27797 Language=Polish
27798 ERROR_IPSEC_IKE_NO_PUBLIC_KEY - Peer's certificate did not have a public key.
27799 .
27800
27801 MessageId=13829
27802 Severity=Success
27803 Facility=System
27804 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR
27805 Language=English
27806 ERROR_IPSEC_IKE_PROCESS_ERR - Error processing error payload.
27807 .
27808 Language=Russian
27809 ERROR_IPSEC_IKE_PROCESS_ERR - Error processing error payload.
27810 .
27811 Language=Polish
27812 ERROR_IPSEC_IKE_PROCESS_ERR - Error processing error payload.
27813 .
27814
27815 MessageId=13830
27816 Severity=Success
27817 Facility=System
27818 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SA
27819 Language=English
27820 ERROR_IPSEC_IKE_PROCESS_ERR_SA - Error processing SA payload.
27821 .
27822 Language=Russian
27823 ERROR_IPSEC_IKE_PROCESS_ERR_SA - Error processing SA payload.
27824 .
27825 Language=Polish
27826 ERROR_IPSEC_IKE_PROCESS_ERR_SA - Error processing SA payload.
27827 .
27828
27829 MessageId=13831
27830 Severity=Success
27831 Facility=System
27832 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_PROP
27833 Language=English
27834 ERROR_IPSEC_IKE_PROCESS_ERR_PROP - Error processing Proposal payload.
27835 .
27836 Language=Russian
27837 ERROR_IPSEC_IKE_PROCESS_ERR_PROP - Error processing Proposal payload.
27838 .
27839 Language=Polish
27840 ERROR_IPSEC_IKE_PROCESS_ERR_PROP - Error processing Proposal payload.
27841 .
27842
27843 MessageId=13832
27844 Severity=Success
27845 Facility=System
27846 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
27847 Language=English
27848 ERROR_IPSEC_IKE_PROCESS_ERR_TRANS - Error processing Transform payload.
27849 .
27850 Language=Russian
27851 ERROR_IPSEC_IKE_PROCESS_ERR_TRANS - Error processing Transform payload.
27852 .
27853 Language=Polish
27854 ERROR_IPSEC_IKE_PROCESS_ERR_TRANS - Error processing Transform payload.
27855 .
27856
27857 MessageId=13833
27858 Severity=Success
27859 Facility=System
27860 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_KE
27861 Language=English
27862 ERROR_IPSEC_IKE_PROCESS_ERR_KE - Error processing KE payload.
27863 .
27864 Language=Russian
27865 ERROR_IPSEC_IKE_PROCESS_ERR_KE - Error processing KE payload.
27866 .
27867 Language=Polish
27868 ERROR_IPSEC_IKE_PROCESS_ERR_KE - Error processing KE payload.
27869 .
27870
27871 MessageId=13834
27872 Severity=Success
27873 Facility=System
27874 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_ID
27875 Language=English
27876 ERROR_IPSEC_IKE_PROCESS_ERR_ID - Error processing ID payload.
27877 .
27878 Language=Russian
27879 ERROR_IPSEC_IKE_PROCESS_ERR_ID - Error processing ID payload.
27880 .
27881 Language=Polish
27882 ERROR_IPSEC_IKE_PROCESS_ERR_ID - Error processing ID payload.
27883 .
27884
27885 MessageId=13835
27886 Severity=Success
27887 Facility=System
27888 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT
27889 Language=English
27890 ERROR_IPSEC_IKE_PROCESS_ERR_CERT - Error processing Cert payload.
27891 .
27892 Language=Russian
27893 ERROR_IPSEC_IKE_PROCESS_ERR_CERT - Error processing Cert payload.
27894 .
27895 Language=Polish
27896 ERROR_IPSEC_IKE_PROCESS_ERR_CERT - Error processing Cert payload.
27897 .
27898
27899 MessageId=13836
27900 Severity=Success
27901 Facility=System
27902 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
27903 Language=English
27904 ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ - Error processing Certificate Request payload.
27905 .
27906 Language=Russian
27907 ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ - Error processing Certificate Request payload.
27908 .
27909 Language=Polish
27910 ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ - Error processing Certificate Request payload.
27911 .
27912
27913 MessageId=13837
27914 Severity=Success
27915 Facility=System
27916 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_HASH
27917 Language=English
27918 ERROR_IPSEC_IKE_PROCESS_ERR_HASH - Error processing Hash payload.
27919 .
27920 Language=Russian
27921 ERROR_IPSEC_IKE_PROCESS_ERR_HASH - Error processing Hash payload.
27922 .
27923 Language=Polish
27924 ERROR_IPSEC_IKE_PROCESS_ERR_HASH - Error processing Hash payload.
27925 .
27926
27927 MessageId=13838
27928 Severity=Success
27929 Facility=System
27930 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_SIG
27931 Language=English
27932 ERROR_IPSEC_IKE_PROCESS_ERR_SIG - Error processing Signature payload.
27933 .
27934 Language=Russian
27935 ERROR_IPSEC_IKE_PROCESS_ERR_SIG - Error processing Signature payload.
27936 .
27937 Language=Polish
27938 ERROR_IPSEC_IKE_PROCESS_ERR_SIG - Error processing Signature payload.
27939 .
27940
27941 MessageId=13839
27942 Severity=Success
27943 Facility=System
27944 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
27945 Language=English
27946 ERROR_IPSEC_IKE_PROCESS_ERR_NONCE - Error processing Nonce payload.
27947 .
27948 Language=Russian
27949 ERROR_IPSEC_IKE_PROCESS_ERR_NONCE - Error processing Nonce payload.
27950 .
27951 Language=Polish
27952 ERROR_IPSEC_IKE_PROCESS_ERR_NONCE - Error processing Nonce payload.
27953 .
27954
27955 MessageId=13840
27956 Severity=Success
27957 Facility=System
27958 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
27959 Language=English
27960 ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY - Error processing Notify payload.
27961 .
27962 Language=Russian
27963 ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY - Error processing Notify payload.
27964 .
27965 Language=Polish
27966 ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY - Error processing Notify payload.
27967 .
27968
27969 MessageId=13841
27970 Severity=Success
27971 Facility=System
27972 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
27973 Language=English
27974 ERROR_IPSEC_IKE_PROCESS_ERR_DELETE - Error processing Delete Payload.
27975 .
27976 Language=Russian
27977 ERROR_IPSEC_IKE_PROCESS_ERR_DELETE - Error processing Delete Payload.
27978 .
27979 Language=Polish
27980 ERROR_IPSEC_IKE_PROCESS_ERR_DELETE - Error processing Delete Payload.
27981 .
27982
27983 MessageId=13842
27984 Severity=Success
27985 Facility=System
27986 SymbolicName=ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
27987 Language=English
27988 ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR - Error processing VendorId payload.
27989 .
27990 Language=Russian
27991 ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR - Error processing VendorId payload.
27992 .
27993 Language=Polish
27994 ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR - Error processing VendorId payload.
27995 .
27996
27997 MessageId=13843
27998 Severity=Success
27999 Facility=System
28000 SymbolicName=ERROR_IPSEC_IKE_INVALID_PAYLOAD
28001 Language=English
28002 ERROR_IPSEC_IKE_INVALID_PAYLOAD - Invalid payload received.
28003 .
28004 Language=Russian
28005 ERROR_IPSEC_IKE_INVALID_PAYLOAD - Invalid payload received.
28006 .
28007 Language=Polish
28008 ERROR_IPSEC_IKE_INVALID_PAYLOAD - Invalid payload received.
28009 .
28010
28011 MessageId=13844
28012 Severity=Success
28013 Facility=System
28014 SymbolicName=ERROR_IPSEC_IKE_LOAD_SOFT_SA
28015 Language=English
28016 ERROR_IPSEC_IKE_LOAD_SOFT_SA - Soft SA loaded.
28017 .
28018 Language=Russian
28019 ERROR_IPSEC_IKE_LOAD_SOFT_SA - Soft SA loaded.
28020 .
28021 Language=Polish
28022 ERROR_IPSEC_IKE_LOAD_SOFT_SA - Soft SA loaded.
28023 .
28024
28025 MessageId=13845
28026 Severity=Success
28027 Facility=System
28028 SymbolicName=ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
28029 Language=English
28030 ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN - Soft SA torn down.
28031 .
28032 Language=Russian
28033 ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN - Soft SA torn down.
28034 .
28035 Language=Polish
28036 ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN - Soft SA torn down.
28037 .
28038
28039 MessageId=13846
28040 Severity=Success
28041 Facility=System
28042 SymbolicName=ERROR_IPSEC_IKE_INVALID_COOKIE
28043 Language=English
28044 ERROR_IPSEC_IKE_INVALID_COOKIE - Invalid cookie received..
28045 .
28046 Language=Russian
28047 ERROR_IPSEC_IKE_INVALID_COOKIE - Invalid cookie received..
28048 .
28049 Language=Polish
28050 ERROR_IPSEC_IKE_INVALID_COOKIE - Invalid cookie received..
28051 .
28052
28053 MessageId=13847
28054 Severity=Success
28055 Facility=System
28056 SymbolicName=ERROR_IPSEC_IKE_NO_PEER_CERT
28057 Language=English
28058 ERROR_IPSEC_IKE_NO_PEER_CERT - Peer failed to send valid machine certificate.
28059 .
28060 Language=Russian
28061 ERROR_IPSEC_IKE_NO_PEER_CERT - Peer failed to send valid machine certificate.
28062 .
28063 Language=Polish
28064 ERROR_IPSEC_IKE_NO_PEER_CERT - Peer failed to send valid machine certificate.
28065 .
28066
28067 MessageId=13848
28068 Severity=Success
28069 Facility=System
28070 SymbolicName=ERROR_IPSEC_IKE_PEER_CRL_FAILED
28071 Language=English
28072 ERROR_IPSEC_IKE_PEER_CRL_FAILED - Certification Revocation check of peer's certificate failed.
28073 .
28074 Language=Russian
28075 ERROR_IPSEC_IKE_PEER_CRL_FAILED - Certification Revocation check of peer's certificate failed.
28076 .
28077 Language=Polish
28078 ERROR_IPSEC_IKE_PEER_CRL_FAILED - Certification Revocation check of peer's certificate failed.
28079 .
28080
28081 MessageId=13849
28082 Severity=Success
28083 Facility=System
28084 SymbolicName=ERROR_IPSEC_IKE_POLICY_CHANGE
28085 Language=English
28086 ERROR_IPSEC_IKE_POLICY_CHANGE - New policy invalidated SAs formed with old policy.
28087 .
28088 Language=Russian
28089 ERROR_IPSEC_IKE_POLICY_CHANGE - New policy invalidated SAs formed with old policy.
28090 .
28091 Language=Polish
28092 ERROR_IPSEC_IKE_POLICY_CHANGE - New policy invalidated SAs formed with old policy.
28093 .
28094
28095 MessageId=13850
28096 Severity=Success
28097 Facility=System
28098 SymbolicName=ERROR_IPSEC_IKE_NO_MM_POLICY
28099 Language=English
28100 ERROR_IPSEC_IKE_NO_MM_POLICY - There is no available Main Mode IKE policy.
28101 .
28102 Language=Russian
28103 ERROR_IPSEC_IKE_NO_MM_POLICY - There is no available Main Mode IKE policy.
28104 .
28105 Language=Polish
28106 ERROR_IPSEC_IKE_NO_MM_POLICY - There is no available Main Mode IKE policy.
28107 .
28108
28109 MessageId=13851
28110 Severity=Success
28111 Facility=System
28112 SymbolicName=ERROR_IPSEC_IKE_NOTCBPRIV
28113 Language=English
28114 ERROR_IPSEC_IKE_NOTCBPRIV - Failed to enabled TCB privilege.
28115 .
28116 Language=Russian
28117 ERROR_IPSEC_IKE_NOTCBPRIV - Failed to enabled TCB privilege.
28118 .
28119 Language=Polish
28120 ERROR_IPSEC_IKE_NOTCBPRIV - Failed to enabled TCB privilege.
28121 .
28122
28123 MessageId=13852
28124 Severity=Success
28125 Facility=System
28126 SymbolicName=ERROR_IPSEC_IKE_SECLOADFAIL
28127 Language=English
28128 ERROR_IPSEC_IKE_SECLOADFAIL - Failed to load SECURITY.DLL.
28129 .
28130 Language=Russian
28131 ERROR_IPSEC_IKE_SECLOADFAIL - Failed to load SECURITY.DLL.
28132 .
28133 Language=Polish
28134 ERROR_IPSEC_IKE_SECLOADFAIL - Failed to load SECURITY.DLL.
28135 .
28136
28137 MessageId=13853
28138 Severity=Success
28139 Facility=System
28140 SymbolicName=ERROR_IPSEC_IKE_FAILSSPINIT
28141 Language=English
28142 ERROR_IPSEC_IKE_FAILSSPINIT - Failed to obtain security function table dispatch address from SSPI.
28143 .
28144 Language=Russian
28145 ERROR_IPSEC_IKE_FAILSSPINIT - Failed to obtain security function table dispatch address from SSPI.
28146 .
28147 Language=Polish
28148 ERROR_IPSEC_IKE_FAILSSPINIT - Failed to obtain security function table dispatch address from SSPI.
28149 .
28150
28151 MessageId=13854
28152 Severity=Success
28153 Facility=System
28154 SymbolicName=ERROR_IPSEC_IKE_FAILQUERYSSP
28155 Language=English
28156 ERROR_IPSEC_IKE_FAILQUERYSSP - Failed to query Kerberos package to obtain max token size.
28157 .
28158 Language=Russian
28159 ERROR_IPSEC_IKE_FAILQUERYSSP - Failed to query Kerberos package to obtain max token size.
28160 .
28161 Language=Polish
28162 ERROR_IPSEC_IKE_FAILQUERYSSP - Failed to query Kerberos package to obtain max token size.
28163 .
28164
28165 MessageId=13855
28166 Severity=Success
28167 Facility=System
28168 SymbolicName=ERROR_IPSEC_IKE_SRVACQFAIL
28169 Language=English
28170 ERROR_IPSEC_IKE_SRVACQFAIL - Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
28171 .
28172 Language=Russian
28173 ERROR_IPSEC_IKE_SRVACQFAIL - Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
28174 .
28175 Language=Polish
28176 ERROR_IPSEC_IKE_SRVACQFAIL - Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.
28177 .
28178
28179 MessageId=13856
28180 Severity=Success
28181 Facility=System
28182 SymbolicName=ERROR_IPSEC_IKE_SRVQUERYCRED
28183 Language=English
28184 ERROR_IPSEC_IKE_SRVQUERYCRED - Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
28185 .
28186 Language=Russian
28187 ERROR_IPSEC_IKE_SRVQUERYCRED - Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
28188 .
28189 Language=Polish
28190 ERROR_IPSEC_IKE_SRVQUERYCRED - Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).
28191 .
28192
28193 MessageId=13857
28194 Severity=Success
28195 Facility=System
28196 SymbolicName=ERROR_IPSEC_IKE_GETSPIFAIL
28197 Language=English
28198 ERROR_IPSEC_IKE_GETSPIFAIL - 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.
28199 .
28200 Language=Russian
28201 ERROR_IPSEC_IKE_GETSPIFAIL - 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.
28202 .
28203 Language=Polish
28204 ERROR_IPSEC_IKE_GETSPIFAIL - 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.
28205 .
28206
28207 MessageId=13858
28208 Severity=Success
28209 Facility=System
28210 SymbolicName=ERROR_IPSEC_IKE_INVALID_FILTER
28211 Language=English
28212 ERROR_IPSEC_IKE_INVALID_FILTER - Given filter is invalid.
28213 .
28214 Language=Russian
28215 ERROR_IPSEC_IKE_INVALID_FILTER - Given filter is invalid.
28216 .
28217 Language=Polish
28218 ERROR_IPSEC_IKE_INVALID_FILTER - Given filter is invalid.
28219 .
28220
28221 MessageId=13859
28222 Severity=Success
28223 Facility=System
28224 SymbolicName=ERROR_IPSEC_IKE_OUT_OF_MEMORY
28225 Language=English
28226 ERROR_IPSEC_IKE_OUT_OF_MEMORY - Memory allocation failed.
28227 .
28228 Language=Russian
28229 ERROR_IPSEC_IKE_OUT_OF_MEMORY - Memory allocation failed.
28230 .
28231 Language=Polish
28232 ERROR_IPSEC_IKE_OUT_OF_MEMORY - Memory allocation failed.
28233 .
28234
28235 MessageId=13860
28236 Severity=Success
28237 Facility=System
28238 SymbolicName=ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
28239 Language=English
28240 ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED - 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.
28241 .
28242 Language=Russian
28243 ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED - 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.
28244 .
28245 Language=Polish
28246 ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED - 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.
28247 .
28248
28249 MessageId=13861
28250 Severity=Success
28251 Facility=System
28252 SymbolicName=ERROR_IPSEC_IKE_INVALID_POLICY
28253 Language=English
28254 ERROR_IPSEC_IKE_INVALID_POLICY - Invalid policy.
28255 .
28256 Language=Russian
28257 ERROR_IPSEC_IKE_INVALID_POLICY - Invalid policy.
28258 .
28259 Language=Polish
28260 ERROR_IPSEC_IKE_INVALID_POLICY - Invalid policy.
28261 .
28262
28263 MessageId=13862
28264 Severity=Success
28265 Facility=System
28266 SymbolicName=ERROR_IPSEC_IKE_UNKNOWN_DOI
28267 Language=English
28268 ERROR_IPSEC_IKE_UNKNOWN_DOI - Invalid DOI.
28269 .
28270 Language=Russian
28271 ERROR_IPSEC_IKE_UNKNOWN_DOI - Invalid DOI.
28272 .
28273 Language=Polish
28274 ERROR_IPSEC_IKE_UNKNOWN_DOI - Invalid DOI.
28275 .
28276
28277 MessageId=13863
28278 Severity=Success
28279 Facility=System
28280 SymbolicName=ERROR_IPSEC_IKE_INVALID_SITUATION
28281 Language=English
28282 ERROR_IPSEC_IKE_INVALID_SITUATION - Invalid situation.
28283 .
28284 Language=Russian
28285 ERROR_IPSEC_IKE_INVALID_SITUATION - Invalid situation.
28286 .
28287 Language=Polish
28288 ERROR_IPSEC_IKE_INVALID_SITUATION - Invalid situation.
28289 .
28290
28291 MessageId=13864
28292 Severity=Success
28293 Facility=System
28294 SymbolicName=ERROR_IPSEC_IKE_DH_FAILURE
28295 Language=English
28296 ERROR_IPSEC_IKE_DH_FAILURE - Diffie-Hellman failure.
28297 .
28298 Language=Russian
28299 ERROR_IPSEC_IKE_DH_FAILURE - Diffie-Hellman failure.
28300 .
28301 Language=Polish
28302 ERROR_IPSEC_IKE_DH_FAILURE - Diffie-Hellman failure.
28303 .
28304
28305 MessageId=13865
28306 Severity=Success
28307 Facility=System
28308 SymbolicName=ERROR_IPSEC_IKE_INVALID_GROUP
28309 Language=English
28310 ERROR_IPSEC_IKE_INVALID_GROUP - Invalid Diffie-Hellman group.
28311 .
28312 Language=Russian
28313 ERROR_IPSEC_IKE_INVALID_GROUP - Invalid Diffie-Hellman group.
28314 .
28315 Language=Polish
28316 ERROR_IPSEC_IKE_INVALID_GROUP - Invalid Diffie-Hellman group.
28317 .
28318
28319 MessageId=13866
28320 Severity=Success
28321 Facility=System
28322 SymbolicName=ERROR_IPSEC_IKE_ENCRYPT
28323 Language=English
28324 ERROR_IPSEC_IKE_ENCRYPT - Error encrypting payload.
28325 .
28326 Language=Russian
28327 ERROR_IPSEC_IKE_ENCRYPT - Error encrypting payload.
28328 .
28329 Language=Polish
28330 ERROR_IPSEC_IKE_ENCRYPT - Error encrypting payload.
28331 .
28332
28333 MessageId=13867
28334 Severity=Success
28335 Facility=System
28336 SymbolicName=ERROR_IPSEC_IKE_DECRYPT
28337 Language=English
28338 ERROR_IPSEC_IKE_DECRYPT - Error decrypting payload.
28339 .
28340 Language=Russian
28341 ERROR_IPSEC_IKE_DECRYPT - Error decrypting payload.
28342 .
28343 Language=Polish
28344 ERROR_IPSEC_IKE_DECRYPT - Error decrypting payload.
28345 .
28346
28347 MessageId=13868
28348 Severity=Success
28349 Facility=System
28350 SymbolicName=ERROR_IPSEC_IKE_POLICY_MATCH
28351 Language=English
28352 ERROR_IPSEC_IKE_POLICY_MATCH - Policy match error.
28353 .
28354 Language=Russian
28355 ERROR_IPSEC_IKE_POLICY_MATCH - Policy match error.
28356 .
28357 Language=Polish
28358 ERROR_IPSEC_IKE_POLICY_MATCH - Policy match error.
28359 .
28360
28361 MessageId=13869
28362 Severity=Success
28363 Facility=System
28364 SymbolicName=ERROR_IPSEC_IKE_UNSUPPORTED_ID
28365 Language=English
28366 ERROR_IPSEC_IKE_UNSUPPORTED_ID - Unsupported ID.
28367 .
28368 Language=Russian
28369 ERROR_IPSEC_IKE_UNSUPPORTED_ID - Unsupported ID.
28370 .
28371 Language=Polish
28372 ERROR_IPSEC_IKE_UNSUPPORTED_ID - Unsupported ID.
28373 .
28374
28375 MessageId=13870
28376 Severity=Success
28377 Facility=System
28378 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH
28379 Language=English
28380 ERROR_IPSEC_IKE_INVALID_HASH - Hash verification failed.
28381 .
28382 Language=Russian
28383 ERROR_IPSEC_IKE_INVALID_HASH - Hash verification failed.
28384 .
28385 Language=Polish
28386 ERROR_IPSEC_IKE_INVALID_HASH - Hash verification failed.
28387 .
28388
28389 MessageId=13871
28390 Severity=Success
28391 Facility=System
28392 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_ALG
28393 Language=English
28394 ERROR_IPSEC_IKE_INVALID_HASH_ALG - Invalid hash algorithm.
28395 .
28396 Language=Russian
28397 ERROR_IPSEC_IKE_INVALID_HASH_ALG - Invalid hash algorithm.
28398 .
28399 Language=Polish
28400 ERROR_IPSEC_IKE_INVALID_HASH_ALG - Invalid hash algorithm.
28401 .
28402
28403 MessageId=13872
28404 Severity=Success
28405 Facility=System
28406 SymbolicName=ERROR_IPSEC_IKE_INVALID_HASH_SIZE
28407 Language=English
28408 ERROR_IPSEC_IKE_INVALID_HASH_SIZE - Invalid hash size.
28409 .
28410 Language=Russian
28411 ERROR_IPSEC_IKE_INVALID_HASH_SIZE - Invalid hash size.
28412 .
28413 Language=Polish
28414 ERROR_IPSEC_IKE_INVALID_HASH_SIZE - Invalid hash size.
28415 .
28416
28417 MessageId=13873
28418 Severity=Success
28419 Facility=System
28420 SymbolicName=ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
28421 Language=English
28422 ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG - Invalid encryption algorithm.
28423 .
28424 Language=Russian
28425 ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG - Invalid encryption algorithm.
28426 .
28427 Language=Polish
28428 ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG - Invalid encryption algorithm.
28429 .
28430
28431 MessageId=13874
28432 Severity=Success
28433 Facility=System
28434 SymbolicName=ERROR_IPSEC_IKE_INVALID_AUTH_ALG
28435 Language=English
28436 ERROR_IPSEC_IKE_INVALID_AUTH_ALG - Invalid authentication algorithm.
28437 .
28438 Language=Russian
28439 ERROR_IPSEC_IKE_INVALID_AUTH_ALG - Invalid authentication algorithm.
28440 .
28441 Language=Polish
28442 ERROR_IPSEC_IKE_INVALID_AUTH_ALG - Invalid authentication algorithm.
28443 .
28444
28445 MessageId=13875
28446 Severity=Success
28447 Facility=System
28448 SymbolicName=ERROR_IPSEC_IKE_INVALID_SIG
28449 Language=English
28450 ERROR_IPSEC_IKE_INVALID_SIG - Invalid certificate signature.
28451 .
28452 Language=Russian
28453 ERROR_IPSEC_IKE_INVALID_SIG - Invalid certificate signature.
28454 .
28455 Language=Polish
28456 ERROR_IPSEC_IKE_INVALID_SIG - Invalid certificate signature.
28457 .
28458
28459 MessageId=13876
28460 Severity=Success
28461 Facility=System
28462 SymbolicName=ERROR_IPSEC_IKE_LOAD_FAILED
28463 Language=English
28464 ERROR_IPSEC_IKE_LOAD_FAILED - Load failed.
28465 .
28466 Language=Russian
28467 ERROR_IPSEC_IKE_LOAD_FAILED - Load failed.
28468 .
28469 Language=Polish
28470 ERROR_IPSEC_IKE_LOAD_FAILED - Load failed.
28471 .
28472
28473 MessageId=13877
28474 Severity=Success
28475 Facility=System
28476 SymbolicName=ERROR_IPSEC_IKE_RPC_DELETE
28477 Language=English
28478 ERROR_IPSEC_IKE_RPC_DELETE - Deleted via RPC call.
28479 .
28480 Language=Russian
28481 ERROR_IPSEC_IKE_RPC_DELETE - Deleted via RPC call.
28482 .
28483 Language=Polish
28484 ERROR_IPSEC_IKE_RPC_DELETE - Deleted via RPC call.
28485 .
28486
28487 MessageId=13878
28488 Severity=Success
28489 Facility=System
28490 SymbolicName=ERROR_IPSEC_IKE_BENIGN_REINIT
28491 Language=English
28492 ERROR_IPSEC_IKE_BENIGN_REINIT - Temporary state created to perform reinit. This is not a real failure.
28493 .
28494 Language=Russian
28495 ERROR_IPSEC_IKE_BENIGN_REINIT - Temporary state created to perform reinit. This is not a real failure.
28496 .
28497 Language=Polish
28498 ERROR_IPSEC_IKE_BENIGN_REINIT - Temporary state created to perform reinit. This is not a real failure.
28499 .
28500
28501 MessageId=13879
28502 Severity=Success
28503 Facility=System
28504 SymbolicName=ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
28505 Language=English
28506 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - 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.
28507 .
28508 Language=Russian
28509 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - 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.
28510 .
28511 Language=Polish
28512 ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY - 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.
28513 .
28514
28515 MessageId=13881
28516 Severity=Success
28517 Facility=System
28518 SymbolicName=ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
28519 Language=English
28520 ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN - Key length in certificate is too small for configured security requirements.
28521 .
28522 Language=Russian
28523 ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN - Key length in certificate is too small for configured security requirements.
28524 .
28525 Language=Polish
28526 ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN - Key length in certificate is too small for configured security requirements.
28527 .
28528
28529 MessageId=13882
28530 Severity=Success
28531 Facility=System
28532 SymbolicName=ERROR_IPSEC_IKE_MM_LIMIT
28533 Language=English
28534 ERROR_IPSEC_IKE_MM_LIMIT - Max number of established MM SAs to peer exceeded.
28535 .
28536 Language=Russian
28537 ERROR_IPSEC_IKE_MM_LIMIT - Max number of established MM SAs to peer exceeded.
28538 .
28539 Language=Polish
28540 ERROR_IPSEC_IKE_MM_LIMIT - Max number of established MM SAs to peer exceeded.
28541 .
28542
28543 MessageId=13883
28544 Severity=Success
28545 Facility=System
28546 SymbolicName=ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
28547 Language=English
28548 ERROR_IPSEC_IKE_NEGOTIATION_DISABLED - IKE received a policy that disables negotiation.
28549 .
28550 Language=Russian
28551 ERROR_IPSEC_IKE_NEGOTIATION_DISABLED - IKE received a policy that disables negotiation.
28552 .
28553 Language=Polish
28554 ERROR_IPSEC_IKE_NEGOTIATION_DISABLED - IKE received a policy that disables negotiation.
28555 .
28556
28557 MessageId=13884
28558 Severity=Success
28559 Facility=System
28560 SymbolicName=ERROR_IPSEC_IKE_NEG_STATUS_END
28561 Language=English
28562 ERROR_IPSEC_IKE_NEG_STATUS_END - ERROR_IPSEC_IKE_NEG_STATUS_END
28563 .
28564 Language=Russian
28565 ERROR_IPSEC_IKE_NEG_STATUS_END - ERROR_IPSEC_IKE_NEG_STATUS_END
28566 .
28567 Language=Polish
28568 ERROR_IPSEC_IKE_NEG_STATUS_END - ERROR_IPSEC_IKE_NEG_STATUS_END
28569 .
28570
28571 MessageId=14000
28572 Severity=Success
28573 Facility=System
28574 SymbolicName=ERROR_SXS_SECTION_NOT_FOUND
28575 Language=English
28576 ERROR_SXS_SECTION_NOT_FOUND - The requested section was not present in the activation context.
28577 .
28578 Language=Russian
28579 ERROR_SXS_SECTION_NOT_FOUND - The requested section was not present in the activation context.
28580 .
28581 Language=Polish
28582 ERROR_SXS_SECTION_NOT_FOUND - The requested section was not present in the activation context.
28583 .
28584
28585 MessageId=14001
28586 Severity=Success
28587 Facility=System
28588 SymbolicName=ERROR_SXS_CANT_GEN_ACTCTX
28589 Language=English
28590 ERROR_SXS_CANT_GEN_ACTCTX - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
28591 .
28592 Language=Russian
28593 ERROR_SXS_CANT_GEN_ACTCTX - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
28594 .
28595 Language=Polish
28596 ERROR_SXS_CANT_GEN_ACTCTX - This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem.
28597 .
28598
28599 MessageId=14002
28600 Severity=Success
28601 Facility=System
28602 SymbolicName=ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
28603 Language=English
28604 ERROR_SXS_INVALID_ACTCTXDATA_FORMAT - The application binding data format is invalid.
28605 .
28606 Language=Russian
28607 ERROR_SXS_INVALID_ACTCTXDATA_FORMAT - The application binding data format is invalid.
28608 .
28609 Language=Polish
28610 ERROR_SXS_INVALID_ACTCTXDATA_FORMAT - The application binding data format is invalid.
28611 .
28612
28613 MessageId=14003
28614 Severity=Success
28615 Facility=System
28616 SymbolicName=ERROR_SXS_ASSEMBLY_NOT_FOUND
28617 Language=English
28618 ERROR_SXS_ASSEMBLY_NOT_FOUND - The referenced assembly is not installed on your system.
28619 .
28620 Language=Russian
28621 ERROR_SXS_ASSEMBLY_NOT_FOUND - The referenced assembly is not installed on your system.
28622 .
28623 Language=Polish
28624 ERROR_SXS_ASSEMBLY_NOT_FOUND - The referenced assembly is not installed on your system.
28625 .
28626
28627 MessageId=14004
28628 Severity=Success
28629 Facility=System
28630 SymbolicName=ERROR_SXS_MANIFEST_FORMAT_ERROR
28631 Language=English
28632 ERROR_SXS_MANIFEST_FORMAT_ERROR - The manifest file does not begin with the required tag and format information.
28633 .
28634 Language=Russian
28635 ERROR_SXS_MANIFEST_FORMAT_ERROR - The manifest file does not begin with the required tag and format information.
28636 .
28637 Language=Polish
28638 ERROR_SXS_MANIFEST_FORMAT_ERROR - The manifest file does not begin with the required tag and format information.
28639 .
28640
28641 MessageId=14005
28642 Severity=Success
28643 Facility=System
28644 SymbolicName=ERROR_SXS_MANIFEST_PARSE_ERROR
28645 Language=English
28646 ERROR_SXS_MANIFEST_PARSE_ERROR - The manifest file contains one or more syntax errors.
28647 .
28648 Language=Russian
28649 ERROR_SXS_MANIFEST_PARSE_ERROR - The manifest file contains one or more syntax errors.
28650 .
28651 Language=Polish
28652 ERROR_SXS_MANIFEST_PARSE_ERROR - The manifest file contains one or more syntax errors.
28653 .
28654
28655 MessageId=14006
28656 Severity=Success
28657 Facility=System
28658 SymbolicName=ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
28659 Language=English
28660 ERROR_SXS_ACTIVATION_CONTEXT_DISABLED - The application attempted to activate a disabled activation context.
28661 .
28662 Language=Russian
28663 ERROR_SXS_ACTIVATION_CONTEXT_DISABLED - The application attempted to activate a disabled activation context.
28664 .
28665 Language=Polish
28666 ERROR_SXS_ACTIVATION_CONTEXT_DISABLED - The application attempted to activate a disabled activation context.
28667 .
28668
28669 MessageId=14007
28670 Severity=Success
28671 Facility=System
28672 SymbolicName=ERROR_SXS_KEY_NOT_FOUND
28673 Language=English
28674 ERROR_SXS_KEY_NOT_FOUND - The requested lookup key was not found in any active activation context.
28675 .
28676 Language=Russian
28677 ERROR_SXS_KEY_NOT_FOUND - The requested lookup key was not found in any active activation context.
28678 .
28679 Language=Polish
28680 ERROR_SXS_KEY_NOT_FOUND - The requested lookup key was not found in any active activation context.
28681 .
28682
28683 MessageId=14008
28684 Severity=Success
28685 Facility=System
28686 SymbolicName=ERROR_SXS_VERSION_CONFLICT
28687 Language=English
28688 ERROR_SXS_VERSION_CONFLICT - A component version required by the application conflicts with another component version already active.
28689 .
28690 Language=Russian
28691 ERROR_SXS_VERSION_CONFLICT - A component version required by the application conflicts with another component version already active.
28692 .
28693 Language=Polish
28694 ERROR_SXS_VERSION_CONFLICT - A component version required by the application conflicts with another component version already active.
28695 .
28696
28697 MessageId=14009
28698 Severity=Success
28699 Facility=System
28700 SymbolicName=ERROR_SXS_WRONG_SECTION_TYPE
28701 Language=English
28702 ERROR_SXS_WRONG_SECTION_TYPE - The type requested activation context section does not match the query API used.
28703 .
28704 Language=Russian
28705 ERROR_SXS_WRONG_SECTION_TYPE - The type requested activation context section does not match the query API used.
28706 .
28707 Language=Polish
28708 ERROR_SXS_WRONG_SECTION_TYPE - The type requested activation context section does not match the query API used.
28709 .
28710
28711 MessageId=14010
28712 Severity=Success
28713 Facility=System
28714 SymbolicName=ERROR_SXS_THREAD_QUERIES_DISABLED
28715 Language=English
28716 ERROR_SXS_THREAD_QUERIES_DISABLED - Lack of system resources has required isolated activation to be disabled for the current thread of execution.
28717 .
28718 Language=Russian
28719 ERROR_SXS_THREAD_QUERIES_DISABLED - Lack of system resources has required isolated activation to be disabled for the current thread of execution.
28720 .
28721 Language=Polish
28722 ERROR_SXS_THREAD_QUERIES_DISABLED - Lack of system resources has required isolated activation to be disabled for the current thread of execution.
28723 .
28724
28725 MessageId=14011
28726 Severity=Success
28727 Facility=System
28728 SymbolicName=ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
28729 Language=English
28730 ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET - An attempt to set the process default activation context failed because the process default activation context was already set.
28731 .
28732 Language=Russian
28733 ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET - An attempt to set the process default activation context failed because the process default activation context was already set.
28734 .
28735 Language=Polish
28736 ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET - An attempt to set the process default activation context failed because the process default activation context was already set.
28737 .
28738
28739 MessageId=14012
28740 Severity=Success
28741 Facility=System
28742 SymbolicName=ERROR_SXS_UNKNOWN_ENCODING_GROUP
28743 Language=English
28744 ERROR_SXS_UNKNOWN_ENCODING_GROUP - The encoding group identifier specified is not recognized.
28745 .
28746 Language=Russian
28747 ERROR_SXS_UNKNOWN_ENCODING_GROUP - The encoding group identifier specified is not recognized.
28748 .
28749 Language=Polish
28750 ERROR_SXS_UNKNOWN_ENCODING_GROUP - The encoding group identifier specified is not recognized.
28751 .
28752
28753 MessageId=14013
28754 Severity=Success
28755 Facility=System
28756 SymbolicName=ERROR_SXS_UNKNOWN_ENCODING
28757 Language=English
28758 ERROR_SXS_UNKNOWN_ENCODING - The encoding requested is not recognized.
28759 .
28760 Language=Russian
28761 ERROR_SXS_UNKNOWN_ENCODING - The encoding requested is not recognized.
28762 .
28763 Language=Polish
28764 ERROR_SXS_UNKNOWN_ENCODING - The encoding requested is not recognized.
28765 .
28766
28767 MessageId=14014
28768 Severity=Success
28769 Facility=System
28770 SymbolicName=ERROR_SXS_INVALID_XML_NAMESPACE_URI
28771 Language=English
28772 ERROR_SXS_INVALID_XML_NAMESPACE_URI - The manifest contains a reference to an invalid URI.
28773 .
28774 Language=Russian
28775 ERROR_SXS_INVALID_XML_NAMESPACE_URI - The manifest contains a reference to an invalid URI.
28776 .
28777 Language=Polish
28778 ERROR_SXS_INVALID_XML_NAMESPACE_URI - The manifest contains a reference to an invalid URI.
28779 .
28780
28781 MessageId=14015
28782 Severity=Success
28783 Facility=System
28784 SymbolicName=ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
28785 Language=English
28786 ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED - The application manifest contains a reference to a dependent assembly which is not installed.
28787 .
28788 Language=Russian
28789 ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED - The application manifest contains a reference to a dependent assembly which is not installed.
28790 .
28791 Language=Polish
28792 ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED - The application manifest contains a reference to a dependent assembly which is not installed.
28793 .
28794
28795 MessageId=14016
28796 Severity=Success
28797 Facility=System
28798 SymbolicName=ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
28799 Language=English
28800 ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED - The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.
28801 .
28802 Language=Russian
28803 ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED - The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.
28804 .
28805 Language=Polish
28806 ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED - The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.
28807 .
28808
28809 MessageId=14017
28810 Severity=Success
28811 Facility=System
28812 SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
28813 Language=English
28814 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE - The manifest contains an attribute for the assembly identity which is not valid.
28815 .
28816 Language=Russian
28817 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE - The manifest contains an attribute for the assembly identity which is not valid.
28818 .
28819 Language=Polish
28820 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE - The manifest contains an attribute for the assembly identity which is not valid.
28821 .
28822
28823 MessageId=14018
28824 Severity=Success
28825 Facility=System
28826 SymbolicName=ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
28827 Language=English
28828 ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE - The manifest is missing the required default namespace specification on the assembly element.
28829 .
28830 Language=Russian
28831 ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE - The manifest is missing the required default namespace specification on the assembly element.
28832 .
28833 Language=Polish
28834 ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE - The manifest is missing the required default namespace specification on the assembly element.
28835 .
28836
28837 MessageId=14019
28838 Severity=Success
28839 Facility=System
28840 SymbolicName=ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
28841 Language=English
28842 ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE - The manifest has a default namespace specified on the assembly element but its value is not \"urn:schemas-microsoft-com:asm.v1\".
28843 .
28844 Language=Russian
28845 ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE - The manifest has a default namespace specified on the assembly element but its value is not \"urn:schemas-microsoft-com:asm.v1\".
28846 .
28847 Language=Polish
28848 ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE - The manifest has a default namespace specified on the assembly element but its value is not \"urn:schemas-microsoft-com:asm.v1\".
28849 .
28850
28851 MessageId=14020
28852 Severity=Success
28853 Facility=System
28854 SymbolicName=ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
28855 Language=English
28856 ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT - The private manifest probe has crossed the reparse-point-associated path.
28857 .
28858 Language=Russian
28859 ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT - The private manifest probe has crossed the reparse-point-associated path.
28860 .
28861 Language=Polish
28862 ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT - The private manifest probe has crossed the reparse-point-associated path.
28863 .
28864
28865 MessageId=14021
28866 Severity=Success
28867 Facility=System
28868 SymbolicName=ERROR_SXS_DUPLICATE_DLL_NAME
28869 Language=English
28870 ERROR_SXS_DUPLICATE_DLL_NAME - Two or more components referenced directly or indirectly by the application manifest have files by the same name.
28871 .
28872 Language=Russian
28873 ERROR_SXS_DUPLICATE_DLL_NAME - Two or more components referenced directly or indirectly by the application manifest have files by the same name.
28874 .
28875 Language=Polish
28876 ERROR_SXS_DUPLICATE_DLL_NAME - Two or more components referenced directly or indirectly by the application manifest have files by the same name.
28877 .
28878
28879 MessageId=14022
28880 Severity=Success
28881 Facility=System
28882 SymbolicName=ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
28883 Language=English
28884 ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME - Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
28885 .
28886 Language=Russian
28887 ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME - Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
28888 .
28889 Language=Polish
28890 ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME - Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
28891 .
28892
28893 MessageId=14023
28894 Severity=Success
28895 Facility=System
28896 SymbolicName=ERROR_SXS_DUPLICATE_CLSID
28897 Language=English
28898 ERROR_SXS_DUPLICATE_CLSID - Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
28899 .
28900 Language=Russian
28901 ERROR_SXS_DUPLICATE_CLSID - Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
28902 .
28903 Language=Polish
28904 ERROR_SXS_DUPLICATE_CLSID - Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
28905 .
28906
28907 MessageId=14024
28908 Severity=Success
28909 Facility=System
28910 SymbolicName=ERROR_SXS_DUPLICATE_IID
28911 Language=English
28912 ERROR_SXS_DUPLICATE_IID - Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
28913 .
28914 Language=Russian
28915 ERROR_SXS_DUPLICATE_IID - Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
28916 .
28917 Language=Polish
28918 ERROR_SXS_DUPLICATE_IID - Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
28919 .
28920
28921 MessageId=14025
28922 Severity=Success
28923 Facility=System
28924 SymbolicName=ERROR_SXS_DUPLICATE_TLBID
28925 Language=English
28926 ERROR_SXS_DUPLICATE_TLBID - Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
28927 .
28928 Language=Russian
28929 ERROR_SXS_DUPLICATE_TLBID - Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
28930 .
28931 Language=Polish
28932 ERROR_SXS_DUPLICATE_TLBID - Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
28933 .
28934
28935 MessageId=14026
28936 Severity=Success
28937 Facility=System
28938 SymbolicName=ERROR_SXS_DUPLICATE_PROGID
28939 Language=English
28940 ERROR_SXS_DUPLICATE_PROGID - Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
28941 .
28942 Language=Russian
28943 ERROR_SXS_DUPLICATE_PROGID - Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
28944 .
28945 Language=Polish
28946 ERROR_SXS_DUPLICATE_PROGID - Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
28947 .
28948
28949 MessageId=14027
28950 Severity=Success
28951 Facility=System
28952 SymbolicName=ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
28953 Language=English
28954 ERROR_SXS_DUPLICATE_ASSEMBLY_NAME - Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
28955 .
28956 Language=Russian
28957 ERROR_SXS_DUPLICATE_ASSEMBLY_NAME - Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
28958 .
28959 Language=Polish
28960 ERROR_SXS_DUPLICATE_ASSEMBLY_NAME - Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.
28961 .
28962
28963 MessageId=14028
28964 Severity=Success
28965 Facility=System
28966 SymbolicName=ERROR_SXS_FILE_HASH_MISMATCH
28967 Language=English
28968 ERROR_SXS_FILE_HASH_MISMATCH - A component's file does not match the verification information present in the component manifest.
28969 .
28970 Language=Russian
28971 ERROR_SXS_FILE_HASH_MISMATCH - A component's file does not match the verification information present in the component manifest.
28972 .
28973 Language=Polish
28974 ERROR_SXS_FILE_HASH_MISMATCH - A component's file does not match the verification information present in the component manifest.
28975 .
28976
28977 MessageId=14029
28978 Severity=Success
28979 Facility=System
28980 SymbolicName=ERROR_SXS_POLICY_PARSE_ERROR
28981 Language=English
28982 ERROR_SXS_POLICY_PARSE_ERROR - The policy manifest contains one or more syntax errors.
28983 .
28984 Language=Russian
28985 ERROR_SXS_POLICY_PARSE_ERROR - The policy manifest contains one or more syntax errors.
28986 .
28987 Language=Polish
28988 ERROR_SXS_POLICY_PARSE_ERROR - The policy manifest contains one or more syntax errors.
28989 .
28990
28991 MessageId=14030
28992 Severity=Success
28993 Facility=System
28994 SymbolicName=ERROR_SXS_XML_E_MISSINGQUOTE
28995 Language=English
28996 ERROR_SXS_XML_E_MISSINGQUOTE - Manifest Parse Error : A string literal was expected, but no opening quote character was found.
28997 .
28998 Language=Russian
28999 ERROR_SXS_XML_E_MISSINGQUOTE - Manifest Parse Error : A string literal was expected, but no opening quote character was found.
29000 .
29001 Language=Polish
29002 ERROR_SXS_XML_E_MISSINGQUOTE - Manifest Parse Error : A string literal was expected, but no opening quote character was found.
29003 .
29004
29005 MessageId=14031
29006 Severity=Success
29007 Facility=System
29008 SymbolicName=ERROR_SXS_XML_E_COMMENTSYNTAX
29009 Language=English
29010 ERROR_SXS_XML_E_COMMENTSYNTAX - Manifest Parse Error : Incorrect syntax was used in a comment.
29011 .
29012 Language=Russian
29013 ERROR_SXS_XML_E_COMMENTSYNTAX - Manifest Parse Error : Incorrect syntax was used in a comment.
29014 .
29015 Language=Polish
29016 ERROR_SXS_XML_E_COMMENTSYNTAX - Manifest Parse Error : Incorrect syntax was used in a comment.
29017 .
29018
29019 MessageId=14032
29020 Severity=Success
29021 Facility=System
29022 SymbolicName=ERROR_SXS_XML_E_BADSTARTNAMECHAR
29023 Language=English
29024 ERROR_SXS_XML_E_BADSTARTNAMECHAR - Manifest Parse Error : A name was started with an invalid character.
29025 .
29026 Language=Russian
29027 ERROR_SXS_XML_E_BADSTARTNAMECHAR - Manifest Parse Error : A name was started with an invalid character.
29028 .
29029 Language=Polish
29030 ERROR_SXS_XML_E_BADSTARTNAMECHAR - Manifest Parse Error : A name was started with an invalid character.
29031 .
29032
29033 MessageId=14033
29034 Severity=Success
29035 Facility=System
29036 SymbolicName=ERROR_SXS_XML_E_BADNAMECHAR
29037 Language=English
29038 ERROR_SXS_XML_E_BADNAMECHAR - Manifest Parse Error : A name contained an invalid character.
29039 .
29040 Language=Russian
29041 ERROR_SXS_XML_E_BADNAMECHAR - Manifest Parse Error : A name contained an invalid character.
29042 .
29043 Language=Polish
29044 ERROR_SXS_XML_E_BADNAMECHAR - Manifest Parse Error : A name contained an invalid character.
29045 .
29046
29047 MessageId=14034
29048 Severity=Success
29049 Facility=System
29050 SymbolicName=ERROR_SXS_XML_E_BADCHARINSTRING
29051 Language=English
29052 ERROR_SXS_XML_E_BADCHARINSTRING - Manifest Parse Error : A string literal contained an invalid character.
29053 .
29054 Language=Russian
29055 ERROR_SXS_XML_E_BADCHARINSTRING - Manifest Parse Error : A string literal contained an invalid character.
29056 .
29057 Language=Polish
29058 ERROR_SXS_XML_E_BADCHARINSTRING - Manifest Parse Error : A string literal contained an invalid character.
29059 .
29060
29061 MessageId=14035
29062 Severity=Success
29063 Facility=System
29064 SymbolicName=ERROR_SXS_XML_E_XMLDECLSYNTAX
29065 Language=English
29066 ERROR_SXS_XML_E_XMLDECLSYNTAX - Manifest Parse Error : Invalid syntax for an XML declaration.
29067 .
29068 Language=Russian
29069 ERROR_SXS_XML_E_XMLDECLSYNTAX - Manifest Parse Error : Invalid syntax for an XML declaration.
29070 .
29071 Language=Polish
29072 ERROR_SXS_XML_E_XMLDECLSYNTAX - Manifest Parse Error : Invalid syntax for an XML declaration.
29073 .
29074
29075 MessageId=14036
29076 Severity=Success
29077 Facility=System
29078 SymbolicName=ERROR_SXS_XML_E_BADCHARDATA
29079 Language=English
29080 ERROR_SXS_XML_E_BADCHARDATA - Manifest Parse Error : An invalid character was found in text content.
29081 .
29082 Language=Russian
29083 ERROR_SXS_XML_E_BADCHARDATA - Manifest Parse Error : An invalid character was found in text content.
29084 .
29085 Language=Polish
29086 ERROR_SXS_XML_E_BADCHARDATA - Manifest Parse Error : An invalid character was found in text content.
29087 .
29088
29089 MessageId=14037
29090 Severity=Success
29091 Facility=System
29092 SymbolicName=ERROR_SXS_XML_E_MISSINGWHITESPACE
29093 Language=English
29094 ERROR_SXS_XML_E_MISSINGWHITESPACE - Manifest Parse Error : Required white space was missing.
29095 .
29096 Language=Russian
29097 ERROR_SXS_XML_E_MISSINGWHITESPACE - Manifest Parse Error : Required white space was missing.
29098 .
29099 Language=Polish
29100 ERROR_SXS_XML_E_MISSINGWHITESPACE - Manifest Parse Error : Required white space was missing.
29101 .
29102
29103 MessageId=14038
29104 Severity=Success
29105 Facility=System
29106 SymbolicName=ERROR_SXS_XML_E_EXPECTINGTAGEND
29107 Language=English
29108 ERROR_SXS_XML_E_EXPECTINGTAGEND - Manifest Parse Error : The character '>' was expected.
29109 .
29110 Language=Russian
29111 ERROR_SXS_XML_E_EXPECTINGTAGEND - Manifest Parse Error : The character '>' was expected.
29112 .
29113 Language=Polish
29114 ERROR_SXS_XML_E_EXPECTINGTAGEND - Manifest Parse Error : The character '>' was expected.
29115 .
29116
29117 MessageId=14039
29118 Severity=Success
29119 Facility=System
29120 SymbolicName=ERROR_SXS_XML_E_MISSINGSEMICOLON
29121 Language=English
29122 ERROR_SXS_XML_E_MISSINGSEMICOLON - Manifest Parse Error : A semi colon character was expected.
29123 .
29124 Language=Russian
29125 ERROR_SXS_XML_E_MISSINGSEMICOLON - Manifest Parse Error : A semi colon character was expected.
29126 .
29127 Language=Polish
29128 ERROR_SXS_XML_E_MISSINGSEMICOLON - Manifest Parse Error : A semi colon character was expected.
29129 .
29130
29131 MessageId=14040
29132 Severity=Success
29133 Facility=System
29134 SymbolicName=ERROR_SXS_XML_E_UNBALANCEDPAREN
29135 Language=English
29136 ERROR_SXS_XML_E_UNBALANCEDPAREN - Manifest Parse Error : Unbalanced parentheses.
29137 .
29138 Language=Russian
29139 ERROR_SXS_XML_E_UNBALANCEDPAREN - Manifest Parse Error : Unbalanced parentheses.
29140 .
29141 Language=Polish
29142 ERROR_SXS_XML_E_UNBALANCEDPAREN - Manifest Parse Error : Unbalanced parentheses.
29143 .
29144
29145 MessageId=14041
29146 Severity=Success
29147 Facility=System
29148 SymbolicName=ERROR_SXS_XML_E_INTERNALERROR
29149 Language=English
29150 ERROR_SXS_XML_E_INTERNALERROR - Manifest Parse Error : Internal error.
29151 .
29152 Language=Russian
29153 ERROR_SXS_XML_E_INTERNALERROR - Manifest Parse Error : Internal error.
29154 .
29155 Language=Polish
29156 ERROR_SXS_XML_E_INTERNALERROR - Manifest Parse Error : Internal error.
29157 .
29158
29159 MessageId=14042
29160 Severity=Success
29161 Facility=System
29162 SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
29163 Language=English
29164 ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE - Manifest Parse Error : White space is not allowed at this location.
29165 .
29166 Language=Russian
29167 ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE - Manifest Parse Error : White space is not allowed at this location.
29168 .
29169 Language=Polish
29170 ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE - Manifest Parse Error : White space is not allowed at this location.
29171 .
29172
29173 MessageId=14043
29174 Severity=Success
29175 Facility=System
29176 SymbolicName=ERROR_SXS_XML_E_INCOMPLETE_ENCODING
29177 Language=English
29178 ERROR_SXS_XML_E_INCOMPLETE_ENCODING - Manifest Parse Error : End of file reached in invalid state for current encoding.
29179 .
29180 Language=Russian
29181 ERROR_SXS_XML_E_INCOMPLETE_ENCODING - Manifest Parse Error : End of file reached in invalid state for current encoding.
29182 .
29183 Language=Polish
29184 ERROR_SXS_XML_E_INCOMPLETE_ENCODING - Manifest Parse Error : End of file reached in invalid state for current encoding.
29185 .
29186
29187 MessageId=14044
29188 Severity=Success
29189 Facility=System
29190 SymbolicName=ERROR_SXS_XML_E_MISSING_PAREN
29191 Language=English
29192 ERROR_SXS_XML_E_MISSING_PAREN - Manifest Parse Error : Missing parenthesis.
29193 .
29194 Language=Russian
29195 ERROR_SXS_XML_E_MISSING_PAREN - Manifest Parse Error : Missing parenthesis.
29196 .
29197 Language=Polish
29198 ERROR_SXS_XML_E_MISSING_PAREN - Manifest Parse Error : Missing parenthesis.
29199 .
29200
29201 MessageId=14045
29202 Severity=Success
29203 Facility=System
29204 SymbolicName=ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
29205 Language=English
29206 ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE - Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
29207 .
29208 Language=Russian
29209 ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE - Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
29210 .
29211 Language=Polish
29212 ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE - Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
29213 .
29214
29215 MessageId=14046
29216 Severity=Success
29217 Facility=System
29218 SymbolicName=ERROR_SXS_XML_E_MULTIPLE_COLONS
29219 Language=English
29220 ERROR_SXS_XML_E_MULTIPLE_COLONS - Manifest Parse Error : Multiple colons are not allowed in a name.
29221 .
29222 Language=Russian
29223 ERROR_SXS_XML_E_MULTIPLE_COLONS - Manifest Parse Error : Multiple colons are not allowed in a name.
29224 .
29225 Language=Polish
29226 ERROR_SXS_XML_E_MULTIPLE_COLONS - Manifest Parse Error : Multiple colons are not allowed in a name.
29227 .
29228
29229 MessageId=14047
29230 Severity=Success
29231 Facility=System
29232 SymbolicName=ERROR_SXS_XML_E_INVALID_DECIMAL
29233 Language=English
29234 ERROR_SXS_XML_E_INVALID_DECIMAL - Manifest Parse Error : Invalid character for decimal digit.
29235 .
29236 Language=Russian
29237 ERROR_SXS_XML_E_INVALID_DECIMAL - Manifest Parse Error : Invalid character for decimal digit.
29238 .
29239 Language=Polish
29240 ERROR_SXS_XML_E_INVALID_DECIMAL - Manifest Parse Error : Invalid character for decimal digit.
29241 .
29242
29243 MessageId=14048
29244 Severity=Success
29245 Facility=System
29246 SymbolicName=ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
29247 Language=English
29248 ERROR_SXS_XML_E_INVALID_HEXIDECIMAL - Manifest Parse Error : Invalid character for hexadecimal digit.
29249 .
29250 Language=Russian
29251 ERROR_SXS_XML_E_INVALID_HEXIDECIMAL - Manifest Parse Error : Invalid character for hexadecimal digit.
29252 .
29253 Language=Polish
29254 ERROR_SXS_XML_E_INVALID_HEXIDECIMAL - Manifest Parse Error : Invalid character for hexadecimal digit.
29255 .
29256
29257 MessageId=14049
29258 Severity=Success
29259 Facility=System
29260 SymbolicName=ERROR_SXS_XML_E_INVALID_UNICODE
29261 Language=English
29262 ERROR_SXS_XML_E_INVALID_UNICODE - Manifest Parse Error : Invalid Unicode character value for this platform.
29263 .
29264 Language=Russian
29265 ERROR_SXS_XML_E_INVALID_UNICODE - Manifest Parse Error : Invalid Unicode character value for this platform.
29266 .
29267 Language=Polish
29268 ERROR_SXS_XML_E_INVALID_UNICODE - Manifest Parse Error : Invalid Unicode character value for this platform.
29269 .
29270
29271 MessageId=14050
29272 Severity=Success
29273 Facility=System
29274 SymbolicName=ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
29275 Language=English
29276 ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK - Manifest Parse Error : Expecting white space or '?'.
29277 .
29278 Language=Russian
29279 ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK - Manifest Parse Error : Expecting white space or '?'.
29280 .
29281 Language=Polish
29282 ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK - Manifest Parse Error : Expecting white space or '?'.
29283 .
29284
29285 MessageId=14051
29286 Severity=Success
29287 Facility=System
29288 SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDENDTAG
29289 Language=English
29290 ERROR_SXS_XML_E_UNEXPECTEDENDTAG - Manifest Parse Error : End tag was not expected at this location.
29291 .
29292 Language=Russian
29293 ERROR_SXS_XML_E_UNEXPECTEDENDTAG - Manifest Parse Error : End tag was not expected at this location.
29294 .
29295 Language=Polish
29296 ERROR_SXS_XML_E_UNEXPECTEDENDTAG - Manifest Parse Error : End tag was not expected at this location.
29297 .
29298
29299 MessageId=14052
29300 Severity=Success
29301 Facility=System
29302 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDTAG
29303 Language=English
29304 ERROR_SXS_XML_E_UNCLOSEDTAG - Manifest Parse Error : The following tags were not closed: %1.
29305 .
29306 Language=Russian
29307 ERROR_SXS_XML_E_UNCLOSEDTAG - Manifest Parse Error : The following tags were not closed: %1.
29308 .
29309 Language=Polish
29310 ERROR_SXS_XML_E_UNCLOSEDTAG - Manifest Parse Error : The following tags were not closed: %1.
29311 .
29312
29313 MessageId=14053
29314 Severity=Success
29315 Facility=System
29316 SymbolicName=ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
29317 Language=English
29318 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
29319 .
29320 Language=Russian
29321 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
29322 .
29323 Language=Polish
29324 ERROR_SXS_XML_E_DUPLICATEATTRIBUTE - Manifest Parse Error : Duplicate attribute.
29325 .
29326
29327 MessageId=14054
29328 Severity=Success
29329 Facility=System
29330 SymbolicName=ERROR_SXS_XML_E_MULTIPLEROOTS
29331 Language=English
29332 ERROR_SXS_XML_E_MULTIPLEROOTS - Manifest Parse Error : Only one top level element is allowed in an XML document.
29333 .
29334 Language=Russian
29335 ERROR_SXS_XML_E_MULTIPLEROOTS - Manifest Parse Error : Only one top level element is allowed in an XML document.
29336 .
29337 Language=Polish
29338 ERROR_SXS_XML_E_MULTIPLEROOTS - Manifest Parse Error : Only one top level element is allowed in an XML document.
29339 .
29340
29341 MessageId=14055
29342 Severity=Success
29343 Facility=System
29344 SymbolicName=ERROR_SXS_XML_E_INVALIDATROOTLEVEL
29345 Language=English
29346 ERROR_SXS_XML_E_INVALIDATROOTLEVEL - Manifest Parse Error : Invalid at the top level of the document.
29347 .
29348 Language=Russian
29349 ERROR_SXS_XML_E_INVALIDATROOTLEVEL - Manifest Parse Error : Invalid at the top level of the document.
29350 .
29351 Language=Polish
29352 ERROR_SXS_XML_E_INVALIDATROOTLEVEL - Manifest Parse Error : Invalid at the top level of the document.
29353 .
29354
29355 MessageId=14056
29356 Severity=Success
29357 Facility=System
29358 SymbolicName=ERROR_SXS_XML_E_BADXMLDECL
29359 Language=English
29360 ERROR_SXS_XML_E_BADXMLDECL - Manifest Parse Error : Invalid XML declaration.
29361 .
29362 Language=Russian
29363 ERROR_SXS_XML_E_BADXMLDECL - Manifest Parse Error : Invalid XML declaration.
29364 .
29365 Language=Polish
29366 ERROR_SXS_XML_E_BADXMLDECL - Manifest Parse Error : Invalid XML declaration.
29367 .
29368
29369 MessageId=14057
29370 Severity=Success
29371 Facility=System
29372 SymbolicName=ERROR_SXS_XML_E_MISSINGROOT
29373 Language=English
29374 ERROR_SXS_XML_E_MISSINGROOT - Manifest Parse Error : XML document must have a top level element.
29375 .
29376 Language=Russian
29377 ERROR_SXS_XML_E_MISSINGROOT - Manifest Parse Error : XML document must have a top level element.
29378 .
29379 Language=Polish
29380 ERROR_SXS_XML_E_MISSINGROOT - Manifest Parse Error : XML document must have a top level element.
29381 .
29382
29383 MessageId=14058
29384 Severity=Success
29385 Facility=System
29386 SymbolicName=ERROR_SXS_XML_E_UNEXPECTEDEOF
29387 Language=English
29388 ERROR_SXS_XML_E_UNEXPECTEDEOF - Manifest Parse Error : Unexpected end of file.
29389 .
29390 Language=Russian
29391 ERROR_SXS_XML_E_UNEXPECTEDEOF - Manifest Parse Error : Unexpected end of file.
29392 .
29393 Language=Polish
29394 ERROR_SXS_XML_E_UNEXPECTEDEOF - Manifest Parse Error : Unexpected end of file.
29395 .
29396
29397 MessageId=14059
29398 Severity=Success
29399 Facility=System
29400 SymbolicName=ERROR_SXS_XML_E_BADPEREFINSUBSET
29401 Language=English
29402 ERROR_SXS_XML_E_BADPEREFINSUBSET - Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
29403 .
29404 Language=Russian
29405 ERROR_SXS_XML_E_BADPEREFINSUBSET - Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
29406 .
29407 Language=Polish
29408 ERROR_SXS_XML_E_BADPEREFINSUBSET - Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
29409 .
29410
29411 MessageId=14060
29412 Severity=Success
29413 Facility=System
29414 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
29415 Language=English
29416 ERROR_SXS_XML_E_UNCLOSEDSTARTTAG - Manifest Parse Error : Element was not closed.
29417 .
29418 Language=Russian
29419 ERROR_SXS_XML_E_UNCLOSEDSTARTTAG - Manifest Parse Error : Element was not closed.
29420 .
29421 Language=Polish
29422 ERROR_SXS_XML_E_UNCLOSEDSTARTTAG - Manifest Parse Error : Element was not closed.
29423 .
29424
29425 MessageId=14061
29426 Severity=Success
29427 Facility=System
29428 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDENDTAG
29429 Language=English
29430 ERROR_SXS_XML_E_UNCLOSEDENDTAG - Manifest Parse Error : End element was missing the character '>'.
29431 .
29432 Language=Russian
29433 ERROR_SXS_XML_E_UNCLOSEDENDTAG - Manifest Parse Error : End element was missing the character '>'.
29434 .
29435 Language=Polish
29436 ERROR_SXS_XML_E_UNCLOSEDENDTAG - Manifest Parse Error : End element was missing the character '>'.
29437 .
29438
29439 MessageId=14062
29440 Severity=Success
29441 Facility=System
29442 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDSTRING
29443 Language=English
29444 ERROR_SXS_XML_E_UNCLOSEDSTRING - Manifest Parse Error : A string literal was not closed.
29445 .
29446 Language=Russian
29447 ERROR_SXS_XML_E_UNCLOSEDSTRING - Manifest Parse Error : A string literal was not closed.
29448 .
29449 Language=Polish
29450 ERROR_SXS_XML_E_UNCLOSEDSTRING - Manifest Parse Error : A string literal was not closed.
29451 .
29452
29453 MessageId=14063
29454 Severity=Success
29455 Facility=System
29456 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCOMMENT
29457 Language=English
29458 ERROR_SXS_XML_E_UNCLOSEDCOMMENT - Manifest Parse Error : A comment was not closed.
29459 .
29460 Language=Russian
29461 ERROR_SXS_XML_E_UNCLOSEDCOMMENT - Manifest Parse Error : A comment was not closed.
29462 .
29463 Language=Polish
29464 ERROR_SXS_XML_E_UNCLOSEDCOMMENT - Manifest Parse Error : A comment was not closed.
29465 .
29466
29467 MessageId=14064
29468 Severity=Success
29469 Facility=System
29470 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDDECL
29471 Language=English
29472 ERROR_SXS_XML_E_UNCLOSEDDECL - Manifest Parse Error : A declaration was not closed.
29473 .
29474 Language=Russian
29475 ERROR_SXS_XML_E_UNCLOSEDDECL - Manifest Parse Error : A declaration was not closed.
29476 .
29477 Language=Polish
29478 ERROR_SXS_XML_E_UNCLOSEDDECL - Manifest Parse Error : A declaration was not closed.
29479 .
29480
29481 MessageId=14065
29482 Severity=Success
29483 Facility=System
29484 SymbolicName=ERROR_SXS_XML_E_UNCLOSEDCDATA
29485 Language=English
29486 ERROR_SXS_XML_E_UNCLOSEDCDATA - Manifest Parse Error : A CDATA section was not closed.
29487 .
29488 Language=Russian
29489 ERROR_SXS_XML_E_UNCLOSEDCDATA - Manifest Parse Error : A CDATA section was not closed.
29490 .
29491 Language=Polish
29492 ERROR_SXS_XML_E_UNCLOSEDCDATA - Manifest Parse Error : A CDATA section was not closed.
29493 .
29494
29495 MessageId=14066
29496 Severity=Success
29497 Facility=System
29498 SymbolicName=ERROR_SXS_XML_E_RESERVEDNAMESPACE
29499 Language=English
29500 ERROR_SXS_XML_E_RESERVEDNAMESPACE - Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string \"xml\".
29501 .
29502 Language=Russian
29503 ERROR_SXS_XML_E_RESERVEDNAMESPACE - Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string \"xml\".
29504 .
29505 Language=Polish
29506 ERROR_SXS_XML_E_RESERVEDNAMESPACE - Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string \"xml\".
29507 .
29508
29509 MessageId=14067
29510 Severity=Success
29511 Facility=System
29512 SymbolicName=ERROR_SXS_XML_E_INVALIDENCODING
29513 Language=English
29514 ERROR_SXS_XML_E_INVALIDENCODING - Manifest Parse Error : System does not support the specified encoding.
29515 .
29516 Language=Russian
29517 ERROR_SXS_XML_E_INVALIDENCODING - Manifest Parse Error : System does not support the specified encoding.
29518 .
29519 Language=Polish
29520 ERROR_SXS_XML_E_INVALIDENCODING - Manifest Parse Error : System does not support the specified encoding.
29521 .
29522
29523 MessageId=14068
29524 Severity=Success
29525 Facility=System
29526 SymbolicName=ERROR_SXS_XML_E_INVALIDSWITCH
29527 Language=English
29528 ERROR_SXS_XML_E_INVALIDSWITCH - Manifest Parse Error : Switch from current encoding to specified encoding not supported.
29529 .
29530 Language=Russian
29531 ERROR_SXS_XML_E_INVALIDSWITCH - Manifest Parse Error : Switch from current encoding to specified encoding not supported.
29532 .
29533 Language=Polish
29534 ERROR_SXS_XML_E_INVALIDSWITCH - Manifest Parse Error : Switch from current encoding to specified encoding not supported.
29535 .
29536
29537 MessageId=14069
29538 Severity=Success
29539 Facility=System
29540 SymbolicName=ERROR_SXS_XML_E_BADXMLCASE
29541 Language=English
29542 ERROR_SXS_XML_E_BADXMLCASE - Manifest Parse Error : The name 'xml' is reserved and must be lower case.
29543 .
29544 Language=Russian
29545 ERROR_SXS_XML_E_BADXMLCASE - Manifest Parse Error : The name 'xml' is reserved and must be lower case.
29546 .
29547 Language=Polish
29548 ERROR_SXS_XML_E_BADXMLCASE - Manifest Parse Error : The name 'xml' is reserved and must be lower case.
29549 .
29550
29551 MessageId=14070
29552 Severity=Success
29553 Facility=System
29554 SymbolicName=ERROR_SXS_XML_E_INVALID_STANDALONE
29555 Language=English
29556 ERROR_SXS_XML_E_INVALID_STANDALONE - Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
29557 .
29558 Language=Russian
29559 ERROR_SXS_XML_E_INVALID_STANDALONE - Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
29560 .
29561 Language=Polish
29562 ERROR_SXS_XML_E_INVALID_STANDALONE - Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
29563 .
29564
29565 MessageId=14071
29566 Severity=Success
29567 Facility=System
29568 SymbolicName=ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
29569 Language=English
29570 ERROR_SXS_XML_E_UNEXPECTED_STANDALONE - Manifest Parse Error : The standalone attribute cannot be used in external entities.
29571 .
29572 Language=Russian
29573 ERROR_SXS_XML_E_UNEXPECTED_STANDALONE - Manifest Parse Error : The standalone attribute cannot be used in external entities.
29574 .
29575 Language=Polish
29576 ERROR_SXS_XML_E_UNEXPECTED_STANDALONE - Manifest Parse Error : The standalone attribute cannot be used in external entities.
29577 .
29578
29579 MessageId=14072
29580 Severity=Success
29581 Facility=System
29582 SymbolicName=ERROR_SXS_XML_E_INVALID_VERSION
29583 Language=English
29584 ERROR_SXS_XML_E_INVALID_VERSION - Manifest Parse Error : Invalid version number.
29585 .
29586 Language=Russian
29587 ERROR_SXS_XML_E_INVALID_VERSION - Manifest Parse Error : Invalid version number.
29588 .
29589 Language=Polish
29590 ERROR_SXS_XML_E_INVALID_VERSION - Manifest Parse Error : Invalid version number.
29591 .
29592
29593 MessageId=14073
29594 Severity=Success
29595 Facility=System
29596 SymbolicName=ERROR_SXS_XML_E_MISSINGEQUALS
29597 Language=English
29598 ERROR_SXS_XML_E_MISSINGEQUALS - Manifest Parse Error : Missing equals sign between attribute and attribute value.
29599 .
29600 Language=Russian
29601 ERROR_SXS_XML_E_MISSINGEQUALS - Manifest Parse Error : Missing equals sign between attribute and attribute value.
29602 .
29603 Language=Polish
29604 ERROR_SXS_XML_E_MISSINGEQUALS - Manifest Parse Error : Missing equals sign between attribute and attribute value.
29605 .
29606
29607 MessageId=14074
29608 Severity=Success
29609 Facility=System
29610 SymbolicName=ERROR_SXS_PROTECTION_RECOVERY_FAILED
29611 Language=English
29612 ERROR_SXS_PROTECTION_RECOVERY_FAILED - Assembly Protection Error: Unable to recover the specified assembly.
29613 .
29614 Language=Russian
29615 ERROR_SXS_PROTECTION_RECOVERY_FAILED - Assembly Protection Error: Unable to recover the specified assembly.
29616 .
29617 Language=Polish
29618 ERROR_SXS_PROTECTION_RECOVERY_FAILED - Assembly Protection Error: Unable to recover the specified assembly.
29619 .
29620
29621 MessageId=14075
29622 Severity=Success
29623 Facility=System
29624 SymbolicName=ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
29625 Language=English
29626 ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT - Assembly Protection Error: The public key for an assembly was too short to be allowed.
29627 .
29628 Language=Russian
29629 ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT - Assembly Protection Error: The public key for an assembly was too short to be allowed.
29630 .
29631 Language=Polish
29632 ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT - Assembly Protection Error: The public key for an assembly was too short to be allowed.
29633 .
29634
29635 MessageId=14076
29636 Severity=Success
29637 Facility=System
29638 SymbolicName=ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
29639 Language=English
29640 ERROR_SXS_PROTECTION_CATALOG_NOT_VALID - Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
29641 .
29642 Language=Russian
29643 ERROR_SXS_PROTECTION_CATALOG_NOT_VALID - Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
29644 .
29645 Language=Polish
29646 ERROR_SXS_PROTECTION_CATALOG_NOT_VALID - Assembly Protection Error: The catalog for an assembly is not valid, or does not match the assembly's manifest.
29647 .
29648
29649 MessageId=14077
29650 Severity=Success
29651 Facility=System
29652 SymbolicName=ERROR_SXS_UNTRANSLATABLE_HRESULT
29653 Language=English
29654 ERROR_SXS_UNTRANSLATABLE_HRESULT - An HRESULT could not be translated to a corresponding Win32 error code.
29655 .
29656 Language=Russian
29657 ERROR_SXS_UNTRANSLATABLE_HRESULT - An HRESULT could not be translated to a corresponding Win32 error code.
29658 .
29659 Language=Polish
29660 ERROR_SXS_UNTRANSLATABLE_HRESULT - An HRESULT could not be translated to a corresponding Win32 error code.
29661 .
29662
29663 MessageId=14078
29664 Severity=Success
29665 Facility=System
29666 SymbolicName=ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
29667 Language=English
29668 ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING - Assembly Protection Error: The catalog for an assembly is missing.
29669 .
29670 Language=Russian
29671 ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING - Assembly Protection Error: The catalog for an assembly is missing.
29672 .
29673 Language=Polish
29674 ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING - Assembly Protection Error: The catalog for an assembly is missing.
29675 .
29676
29677 MessageId=14079
29678 Severity=Success
29679 Facility=System
29680 SymbolicName=ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
29681 Language=English
29682 ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE - The supplied assembly identity is missing one or more attributes which must be present in this context.
29683 .
29684 Language=Russian
29685 ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE - The supplied assembly identity is missing one or more attributes which must be present in this context.
29686 .
29687 Language=Polish
29688 ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE - The supplied assembly identity is missing one or more attributes which must be present in this context.
29689 .
29690
29691 MessageId=14080
29692 Severity=Success
29693 Facility=System
29694 SymbolicName=ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
29695 Language=English
29696 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME - The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
29697 .
29698 Language=Russian
29699 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME - The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
29700 .
29701 Language=Polish
29702 ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME - The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
29703 .
29704
29705 MessageId=14081
29706 Severity=Success
29707 Facility=System
29708 SymbolicName=ERROR_SXS_ASSEMBLY_MISSING
29709 Language=English
29710 ERROR_SXS_ASSEMBLY_MISSING - The referenced assembly could not be found.
29711 .
29712 Language=Russian
29713 ERROR_SXS_ASSEMBLY_MISSING - The referenced assembly could not be found.
29714 .
29715 Language=Polish
29716 ERROR_SXS_ASSEMBLY_MISSING - The referenced assembly could not be found.
29717 .
29718
29719 MessageId=14082
29720 Severity=Success
29721 Facility=System
29722 SymbolicName=ERROR_SXS_CORRUPT_ACTIVATION_STACK
29723 Language=English
29724 ERROR_SXS_CORRUPT_ACTIVATION_STACK - The activation context activation stack for the running thread of execution is corrupt.
29725 .
29726 Language=Russian
29727 ERROR_SXS_CORRUPT_ACTIVATION_STACK - The activation context activation stack for the running thread of execution is corrupt.
29728 .
29729 Language=Polish
29730 ERROR_SXS_CORRUPT_ACTIVATION_STACK - The activation context activation stack for the running thread of execution is corrupt.
29731 .
29732
29733 MessageId=14083
29734 Severity=Success
29735 Facility=System
29736 SymbolicName=ERROR_SXS_CORRUPTION
29737 Language=English
29738 ERROR_SXS_CORRUPTION - The application isolation metadata for this process or thread has become corrupt.
29739 .
29740 Language=Russian
29741 ERROR_SXS_CORRUPTION - The application isolation metadata for this process or thread has become corrupt.
29742 .
29743 Language=Polish
29744 ERROR_SXS_CORRUPTION - The application isolation metadata for this process or thread has become corrupt.
29745 .
29746
29747 MessageId=14084
29748 Severity=Success
29749 Facility=System
29750 SymbolicName=ERROR_SXS_EARLY_DEACTIVATION
29751 Language=English
29752 ERROR_SXS_EARLY_DEACTIVATION - The activation context being deactivated is not the most recently activated one.
29753 .
29754 Language=Russian
29755 ERROR_SXS_EARLY_DEACTIVATION - The activation context being deactivated is not the most recently activated one.
29756 .
29757 Language=Polish
29758 ERROR_SXS_EARLY_DEACTIVATION - The activation context being deactivated is not the most recently activated one.
29759 .
29760
29761 MessageId=14085
29762 Severity=Success
29763 Facility=System
29764 SymbolicName=ERROR_SXS_INVALID_DEACTIVATION
29765 Language=English
29766 ERROR_SXS_INVALID_DEACTIVATION - The activation context being deactivated is not active for the current thread of execution.
29767 .
29768 Language=Russian
29769 ERROR_SXS_INVALID_DEACTIVATION - The activation context being deactivated is not active for the current thread of execution.
29770 .
29771 Language=Polish
29772 ERROR_SXS_INVALID_DEACTIVATION - The activation context being deactivated is not active for the current thread of execution.
29773 .
29774
29775 MessageId=14086
29776 Severity=Success
29777 Facility=System
29778 SymbolicName=ERROR_SXS_MULTIPLE_DEACTIVATION
29779 Language=English
29780 ERROR_SXS_MULTIPLE_DEACTIVATION - The activation context being deactivated has already been deactivated.
29781 .
29782 Language=Russian
29783 ERROR_SXS_MULTIPLE_DEACTIVATION - The activation context being deactivated has already been deactivated.
29784 .
29785 Language=Polish
29786 ERROR_SXS_MULTIPLE_DEACTIVATION - The activation context being deactivated has already been deactivated.
29787 .
29788
29789 MessageId=14087
29790 Severity=Success
29791 Facility=System
29792 SymbolicName=ERROR_SXS_PROCESS_TERMINATION_REQUESTED
29793 Language=English
29794 ERROR_SXS_PROCESS_TERMINATION_REQUESTED - A component used by the isolation facility has requested to terminate the process.
29795 .
29796 Language=Russian
29797 ERROR_SXS_PROCESS_TERMINATION_REQUESTED - A component used by the isolation facility has requested to terminate the process.
29798 .
29799 Language=Polish
29800 ERROR_SXS_PROCESS_TERMINATION_REQUESTED - A component used by the isolation facility has requested to terminate the process.
29801 .
29802
29803 MessageId=14088
29804 Severity=Success
29805 Facility=System
29806 SymbolicName=ERROR_SXS_RELEASE_ACTIVATION_CONTEXT
29807 Language=English
29808 ERROR_SXS_RELEASE_ACTIVATION_CONTEXT - A kernel mode component is releasing a reference on an activation context.
29809 .
29810 Language=Russian
29811 ERROR_SXS_RELEASE_ACTIVATION_CONTEXT - A kernel mode component is releasing a reference on an activation context.
29812 .
29813 Language=Polish
29814 ERROR_SXS_RELEASE_ACTIVATION_CONTEXT - A kernel mode component is releasing a reference on an activation context.
29815 .
29816
29817 MessageId=14089
29818 Severity=Success
29819 Facility=System
29820 SymbolicName=ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
29821 Language=English
29822 ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY - The activation context of system default assembly could not be generated.
29823 .
29824 Language=Russian
29825 ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY - The activation context of system default assembly could not be generated.
29826 .
29827 Language=Polish
29828 ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY - The activation context of system default assembly could not be generated.
29829 .
29830
29831 MessageId=14090
29832 Severity=Success
29833 Facility=System
29834 SymbolicName=ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
29835 Language=English
29836 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE - The value of an attribute in an identity is not within the legal range.
29837 .
29838 Language=Russian
29839 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE - The value of an attribute in an identity is not within the legal range.
29840 .
29841 Language=Polish
29842 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE - The value of an attribute in an identity is not within the legal range.
29843 .
29844
29845 MessageId=14091
29846 Severity=Success
29847 Facility=System
29848 SymbolicName=ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
29849 Language=English
29850 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME - The name of an attribute in an identity is not within the legal range.
29851 .
29852 Language=Russian
29853 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME - The name of an attribute in an identity is not within the legal range.
29854 .
29855 Language=Polish
29856 ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME - The name of an attribute in an identity is not within the legal range.
29857 .
29858
29859 MessageId=14092
29860 Severity=Success
29861 Facility=System
29862 SymbolicName=ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
29863 Language=English
29864 ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE - An identity contains two definitions for the same attribute.
29865 .
29866 Language=Russian
29867 ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE - An identity contains two definitions for the same attribute.
29868 .
29869 Language=Polish
29870 ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE - An identity contains two definitions for the same attribute.
29871 .
29872
29873 MessageId=14093
29874 Severity=Success
29875 Facility=System
29876 SymbolicName=ERROR_SXS_IDENTITY_PARSE_ERROR
29877 Language=English
29878 ERROR_SXS_IDENTITY_PARSE_ERROR - The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
29879 .
29880 Language=Russian
29881 ERROR_SXS_IDENTITY_PARSE_ERROR - The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
29882 .
29883 Language=Polish
29884 ERROR_SXS_IDENTITY_PARSE_ERROR - The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.
29885 .
29886
29887 MessageId=15000
29888 Severity=Success
29889 Facility=System
29890 SymbolicName=ERROR_EVT_INVALID_CHANNEL_PATH
29891 Language=English
29892 ERROR_EVT_INVALID_CHANNEL_PATH - The specified channel path is invalid. See extended error info for more details.
29893 .
29894 Language=Russian
29895 ERROR_EVT_INVALID_CHANNEL_PATH - The specified channel path is invalid. See extended error info for more details.
29896 .
29897 Language=Polish
29898 ERROR_EVT_INVALID_CHANNEL_PATH - The specified channel path is invalid. See extended error info for more details.
29899 .
29900
29901 MessageId=15001
29902 Severity=Success
29903 Facility=System
29904 SymbolicName=ERROR_EVT_INVALID_QUERY
29905 Language=English
29906 ERROR_EVT_INVALID_QUERY - The specified query is invalid. See extended error info for more details.
29907 .
29908 Language=Russian
29909 ERROR_EVT_INVALID_QUERY - The specified query is invalid. See extended error info for more details.
29910 .
29911 Language=Polish
29912 ERROR_EVT_INVALID_QUERY - The specified query is invalid. See extended error info for more details.
29913 .
29914
29915 MessageId=15002
29916 Severity=Success
29917 Facility=System
29918 SymbolicName=ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND
29919 Language=English
29920 ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND - The publisher did indicate they have a manifest/resource but a manifest/resource could not be found.
29921 .
29922 Language=Russian
29923 ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND - The publisher did indicate they have a manifest/resource but a manifest/resource could not be found.
29924 .
29925 Language=Polish
29926 ERROR_EVT_PUBLISHER_MANIFEST_NOT_FOUND - The publisher did indicate they have a manifest/resource but a manifest/resource could not be found.
29927 .
29928
29929 MessageId=15003
29930 Severity=Success
29931 Facility=System
29932 SymbolicName=ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED
29933 Language=English
29934 ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED - The publisher does not have a manifest and is performing an operation which requires they have a manifest.
29935 .
29936 Language=Russian
29937 ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED - The publisher does not have a manifest and is performing an operation which requires they have a manifest.
29938 .
29939 Language=Polish
29940 ERROR_EVT_PUBLISHER_MANIFEST_NOT_SPECIFIED - The publisher does not have a manifest and is performing an operation which requires they have a manifest.
29941 .
29942
29943 MessageId=15004
29944 Severity=Success
29945 Facility=System
29946 SymbolicName=ERROR_EVT_NO_REGISTERED_TEMPLATE
29947 Language=English
29948 ERROR_EVT_NO_REGISTERED_TEMPLATE - There is no registered template for specified event id.
29949 .
29950 Language=Russian
29951 ERROR_EVT_NO_REGISTERED_TEMPLATE - There is no registered template for specified event id.
29952 .
29953 Language=Polish
29954 ERROR_EVT_NO_REGISTERED_TEMPLATE - There is no registered template for specified event id.
29955 .
29956
29957 MessageId=15005
29958 Severity=Success
29959 Facility=System
29960 SymbolicName=ERROR_EVT_EVENT_CHANNEL_MISMATCH
29961 Language=English
29962 ERROR_EVT_EVENT_CHANNEL_MISMATCH - The specified event was declared in the manifest to go a different channel than the one this publisher handle is bound to.
29963 .
29964 Language=Russian
29965 ERROR_EVT_EVENT_CHANNEL_MISMATCH - The specified event was declared in the manifest to go a different channel than the one this publisher handle is bound to.
29966 .
29967 Language=Polish
29968 ERROR_EVT_EVENT_CHANNEL_MISMATCH - The specified event was declared in the manifest to go a different channel than the one this publisher handle is bound to.
29969 .
29970
29971 MessageId=15006
29972 Severity=Success
29973 Facility=System
29974 SymbolicName=ERROR_EVT_UNEXPECTED_VALUE_TYPE
29975 Language=English
29976 ERROR_EVT_UNEXPECTED_VALUE_TYPE - The type of a specified substitution value does not match the type expected from the template definition.
29977 .
29978 Language=Russian
29979 ERROR_EVT_UNEXPECTED_VALUE_TYPE - The type of a specified substitution value does not match the type expected from the template definition.
29980 .
29981 Language=Polish
29982 ERROR_EVT_UNEXPECTED_VALUE_TYPE - The type of a specified substitution value does not match the type expected from the template definition.
29983 .
29984
29985 MessageId=15007
29986 Severity=Success
29987 Facility=System
29988 SymbolicName=ERROR_EVT_UNEXPECTED_NUM_VALUES
29989 Language=English
29990 ERROR_EVT_UNEXPECTED_NUM_VALUES - The number of specified substitution values does not match the number expected from the template definition.
29991 .
29992 Language=Russian
29993 ERROR_EVT_UNEXPECTED_NUM_VALUES - The number of specified substitution values does not match the number expected from the template definition.
29994 .
29995 Language=Polish
29996 ERROR_EVT_UNEXPECTED_NUM_VALUES - The number of specified substitution values does not match the number expected from the template definition.
29997 .
29998
29999 MessageId=15008
30000 Severity=Success
30001 Facility=System
30002 SymbolicName=ERROR_EVT_CHANNEL_NOT_FOUND
30003 Language=English
30004 ERROR_EVT_CHANNEL_NOT_FOUND - The specified channel could not be found. Check channel configuration.
30005 .
30006 Language=Russian
30007 ERROR_EVT_CHANNEL_NOT_FOUND - The specified channel could not be found. Check channel configuration.
30008 .
30009 Language=Polish
30010 ERROR_EVT_CHANNEL_NOT_FOUND - The specified channel could not be found. Check channel configuration.
30011 .
30012
30013 MessageId=15009
30014 Severity=Success
30015 Facility=System
30016 SymbolicName=ERROR_EVT_MALFORMED_XML_TEXT
30017 Language=English
30018 ERROR_EVT_MALFORMED_XML_TEXT - The specified xml text was not well-formed. See Extended Error for more details.
30019 .
30020 Language=Russian
30021 ERROR_EVT_MALFORMED_XML_TEXT - The specified xml text was not well-formed. See Extended Error for more details.
30022 .
30023 Language=Polish
30024 ERROR_EVT_MALFORMED_XML_TEXT - The specified xml text was not well-formed. See Extended Error for more details.
30025 .
30026
30027 MessageId=15010
30028 Severity=Success
30029 Facility=System
30030 SymbolicName=ERROR_EVT_CHANNEL_PATH_TOO_GENERAL
30031 Language=English
30032 ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more than one instance of a channel. The operation requires that only one channel be selected. It may be necessary to scope channel path to version / publicKeyToken to select only one instance.
30033 .
30034 Language=Russian
30035 ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more than one instance of a channel. The operation requires that only one channel be selected. It may be necessary to scope channel path to version / publicKeyToken to select only one instance.
30036 .
30037 Language=Polish
30038 ERROR_EVT_CHANNEL_PATH_TOO_GENERAL - The specified channel path selects more than one instance of a channel. The operation requires that only one channel be selected. It may be necessary to scope channel path to version / publicKeyToken to select only one instance.
30039 .
30040
30041 MessageId=0x000E
30042 Severity=Warning
30043 Facility=WIN32
30044 SymbolicName=E_OUTOFMEMORY
30045 Language=English
30046 E_OUTOFMEMORY - Out of memory
30047 .
30048 Language=Russian
30049 E_OUTOFMEMORY - Out of memory
30050 .
30051 Language=Polish
30052 E_OUTOFMEMORY - Out of memory
30053 .
30054
30055 MessageId=0x0057
30056 Severity=Warning
30057 Facility=WIN32
30058 SymbolicName=E_INVALIDARG
30059 Language=English
30060 E_INVALIDARG - One or more arguments are invalid
30061 .
30062 Language=Russian
30063 E_INVALIDARG - One or more arguments are invalid
30064 .
30065 Language=Polish
30066 E_INVALIDARG - One or more arguments are invalid
30067 .
30068
30069 MessageId=0x0006
30070 Severity=Warning
30071 Facility=WIN32
30072 SymbolicName=E_HANDLE
30073 Language=English
30074 E_POINTER - Invalid handle
30075 .
30076 Language=Russian
30077 E_POINTER - Invalid handle
30078 .
30079 Language=Polish
30080 E_POINTER - Invalid handle
30081 .
30082
30083 MessageId=0x0005
30084 Severity=Warning
30085 Facility=WIN32
30086 SymbolicName=E_ACCESSDENIED
30087 Language=English
30088 E_ACCESSDENIED - WIN32 access denied error
30089 .
30090 Language=Russian
30091 E_ACCESSDENIED - WIN32 access denied error
30092 .
30093 Language=Polish
30094 E_ACCESSDENIED - WIN32 access denied error
30095 .
30096
30097
30098 MessageId=0x0000
30099 Severity=Warning
30100 Facility=ITF
30101 SymbolicName=OLE_E_OLEVERB
30102 Language=English
30103 OLE_E_OLEVERB - Invalid OLEVERB structure
30104 .
30105 Language=Russian
30106 OLE_E_OLEVERB - Invalid OLEVERB structure
30107 .
30108 Language=Polish
30109 OLE_E_OLEVERB - Invalid OLEVERB structure
30110 .
30111
30112 MessageId=0x0001
30113 Severity=Warning
30114 Facility=ITF
30115 SymbolicName=OLE_E_ADVF
30116 Language=English
30117 OLE_E_ADVF - Invalid advise flags
30118 .
30119 Language=Russian
30120 OLE_E_ADVF - Invalid advise flags
30121 .
30122 Language=Polish
30123 OLE_E_ADVF - Invalid advise flags
30124 .
30125
30126 MessageId=0x0002
30127 Severity=Warning
30128 Facility=ITF
30129 SymbolicName=OLE_E_ENUM_NOMORE
30130 Language=English
30131 OLE_E_ENUM_NOMORE - Can't enumerate any more, because the associated data is missing
30132 .
30133 Language=Russian
30134 OLE_E_ENUM_NOMORE - Can't enumerate any more, because the associated data is missing
30135 .
30136 Language=Polish
30137 OLE_E_ENUM_NOMORE - Can't enumerate any more, because the associated data is missing
30138 .
30139
30140 MessageId=0x0003
30141 Severity=Warning
30142 Facility=ITF
30143 SymbolicName=OLE_E_ADVISENOTSUPPORTED
30144 Language=English
30145 OLE_E_ADVISENOTSUPPORTED - This implementation doesn't take advises
30146 .
30147 Language=Russian
30148 OLE_E_ADVISENOTSUPPORTED - This implementation doesn't take advises
30149 .
30150 Language=Polish
30151 OLE_E_ADVISENOTSUPPORTED - This implementation doesn't take advises
30152 .
30153
30154 MessageId=0x0004
30155 Severity=Warning
30156 Facility=ITF
30157 SymbolicName=OLE_E_NOCONNECTION
30158 Language=English
30159 OLE_E_NOCONNECTION - There is no connection for this connection ID
30160 .
30161 Language=Russian
30162 OLE_E_NOCONNECTION - There is no connection for this connection ID
30163 .
30164 Language=Polish
30165 OLE_E_NOCONNECTION - There is no connection for this connection ID
30166 .
30167
30168 MessageId=0x0005
30169 Severity=Warning
30170 Facility=ITF
30171 SymbolicName=OLE_E_NOTRUNNING
30172 Language=English
30173 OLE_E_NOTRUNNING - Need to run the object to perform this operation
30174 .
30175 Language=Russian
30176 OLE_E_NOTRUNNING - Need to run the object to perform this operation
30177 .
30178 Language=Polish
30179 OLE_E_NOTRUNNING - Need to run the object to perform this operation
30180 .
30181
30182 MessageId=0x0006
30183 Severity=Warning
30184 Facility=ITF
30185 SymbolicName=OLE_E_NOCACHE
30186 Language=English
30187 OLE_E_NOCACHE - There is no cache to operate on
30188 .
30189 Language=Russian
30190 OLE_E_NOCACHE - There is no cache to operate on
30191 .
30192 Language=Polish
30193 OLE_E_NOCACHE - There is no cache to operate on
30194 .
30195
30196 MessageId=0x0007
30197 Severity=Warning
30198 Facility=ITF
30199 SymbolicName=OLE_E_BLANK
30200 Language=English
30201 OLE_E_BLANK - Uninitialized object
30202 .
30203 Language=Russian
30204 OLE_E_BLANK - Uninitialized object
30205 .
30206 Language=Polish
30207 OLE_E_BLANK - Uninitialized object
30208 .
30209
30210 MessageId=0x0008
30211 Severity=Warning
30212 Facility=ITF
30213 SymbolicName=OLE_E_CLASSDIFF
30214 Language=English
30215 OLE_E_CLASSDIFF - Linked object's source class has changed
30216 .
30217 Language=Russian
30218 OLE_E_CLASSDIFF - Linked object's source class has changed
30219 .
30220 Language=Polish
30221 OLE_E_CLASSDIFF - Linked object's source class has changed
30222 .
30223
30224 MessageId=0x0009
30225 Severity=Warning
30226 Facility=ITF
30227 SymbolicName=OLE_E_CANT_GETMONIKER
30228 Language=English
30229 OLE_E_CANT_GETMONIKER - Not able to get the moniker of the object
30230 .
30231 Language=Russian
30232 OLE_E_CANT_GETMONIKER - Not able to get the moniker of the object
30233 .
30234 Language=Polish
30235 OLE_E_CANT_GETMONIKER - Not able to get the moniker of the object
30236 .
30237
30238 MessageId=0x000A
30239 Severity=Warning
30240 Facility=ITF
30241 SymbolicName=OLE_E_CANT_BINDTOSOURCE
30242 Language=English
30243 OLE_E_CANT_BINDTOSOURCE - Not able to bind to the source
30244 .
30245 Language=Russian
30246 OLE_E_CANT_BINDTOSOURCE - Not able to bind to the source
30247 .
30248 Language=Polish
30249 OLE_E_CANT_BINDTOSOURCE - Not able to bind to the source
30250 .
30251
30252 MessageId=0x000B
30253 Severity=Warning
30254 Facility=ITF
30255 SymbolicName=OLE_E_STATIC
30256 Language=English
30257 OLE_E_STATIC - Object is static; operation not allowed
30258 .
30259 Language=Russian
30260 OLE_E_STATIC - Object is static; operation not allowed
30261 .
30262 Language=Polish
30263 OLE_E_STATIC - Object is static; operation not allowed
30264 .
30265
30266 MessageId=0x000C
30267 Severity=Warning
30268 Facility=ITF
30269 SymbolicName=OLE_E_PROMPTSAVECANCELLED
30270 Language=English
30271 OLE_E_PROMPTSAVECANCELLED - User canceled out of save dialog
30272 .
30273 Language=Russian
30274 OLE_E_PROMPTSAVECANCELLED - User canceled out of save dialog
30275 .
30276 Language=Polish
30277 OLE_E_PROMPTSAVECANCELLED - User canceled out of save dialog
30278 .
30279
30280 MessageId=0x000D
30281 Severity=Warning
30282 Facility=ITF
30283 SymbolicName=OLE_E_INVALIDRECT
30284 Language=English
30285 OLE_E_INVALIDRECT - Invalid rectangle
30286 .
30287 Language=Russian
30288 OLE_E_INVALIDRECT - Invalid rectangle
30289 .
30290 Language=Polish
30291 OLE_E_INVALIDRECT - Invalid rectangle
30292 .
30293
30294 MessageId=0x000E
30295 Severity=Warning
30296 Facility=ITF
30297 SymbolicName=OLE_E_WRONGCOMPOBJ
30298 Language=English
30299 OLE_E_WRONGCOMPOBJ - compobj.dll is too old for the ole2.dll initialized
30300 .
30301 Language=Russian
30302 OLE_E_WRONGCOMPOBJ - compobj.dll is too old for the ole2.dll initialized
30303 .
30304 Language=Polish
30305 OLE_E_WRONGCOMPOBJ - compobj.dll is too old for the ole2.dll initialized
30306 .
30307
30308 MessageId=0x000F
30309 Severity=Warning
30310 Facility=ITF
30311 SymbolicName=OLE_E_INVALIDHWND
30312 Language=English
30313 OLE_E_INVALIDHWND - Invalid window handle
30314 .
30315 Language=Russian
30316 OLE_E_INVALIDHWND - Invalid window handle
30317 .
30318 Language=Polish
30319 OLE_E_INVALIDHWND - Invalid window handle
30320 .
30321
30322 MessageId=0x0010
30323 Severity=Warning
30324 Facility=ITF
30325 SymbolicName=OLE_E_NOT_INPLACEACTIVE
30326 Language=English
30327 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
30328 .
30329 Language=Russian
30330 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
30331 .
30332 Language=Polish
30333 OLE_E_NOT_INPLACEACTIVE - Object is not in any of the inplace active states
30334 .
30335
30336 MessageId=0x0011
30337 Severity=Warning
30338 Facility=ITF
30339 SymbolicName=OLE_E_CANTCONVERT
30340 Language=English
30341 OLE_E_CANTCONVERT - Not able to convert object
30342 .
30343 Language=Russian
30344 OLE_E_CANTCONVERT - Not able to convert object
30345 .
30346 Language=Polish
30347 OLE_E_CANTCONVERT - Not able to convert object
30348 .
30349
30350 MessageId=0x0012
30351 Severity=Warning
30352 Facility=ITF
30353 SymbolicName=OLE_E_NOSTORAGE
30354 Language=English
30355 OLE_E_NOSTORAGE - Not able to perform the operation because object is not given storage yet
30356 .
30357 Language=Russian
30358 OLE_E_NOSTORAGE - Not able to perform the operation because object is not given storage yet
30359 .
30360 Language=Polish
30361 OLE_E_NOSTORAGE - Not able to perform the operation because object is not given storage yet
30362 .
30363
30364 MessageId=0x0064
30365 Severity=Warning
30366 Facility=ITF
30367 SymbolicName=DV_E_FORMATETC
30368 Language=English
30369 DV_E_FORMATETC - Invalid FORMATETC structure
30370 .
30371 Language=Russian
30372 DV_E_FORMATETC - Invalid FORMATETC structure
30373 .
30374 Language=Polish
30375 DV_E_FORMATETC - Invalid FORMATETC structure
30376 .
30377
30378 MessageId=0x0065
30379 Severity=Warning
30380 Facility=ITF
30381 SymbolicName=DV_E_DVTARGETDEVICE
30382 Language=English
30383 DV_E_DVTARGETDEVICE - Invalid DVTARGETDEVICE structure
30384 .
30385 Language=Russian
30386 DV_E_DVTARGETDEVICE - Invalid DVTARGETDEVICE structure
30387 .
30388 Language=Polish
30389 DV_E_DVTARGETDEVICE - Invalid DVTARGETDEVICE structure
30390 .
30391
30392 MessageId=0x0066
30393 Severity=Warning
30394 Facility=ITF
30395 SymbolicName=DV_E_STGMEDIUM
30396 Language=English
30397 DV_E_STGMEDIUM - Invalid STDGMEDIUM structure
30398 .
30399 Language=Russian
30400 DV_E_STGMEDIUM - Invalid STDGMEDIUM structure
30401 .
30402 Language=Polish
30403 DV_E_STGMEDIUM - Invalid STDGMEDIUM structure
30404 .
30405
30406 MessageId=0x0067
30407 Severity=Warning
30408 Facility=ITF
30409 SymbolicName=DV_E_STATDATA
30410 Language=English
30411 DV_E_STATDATA - Invalid STATDATA structure
30412 .
30413 Language=Russian
30414 DV_E_STATDATA - Invalid STATDATA structure
30415 .
30416 Language=Polish
30417 DV_E_STATDATA - Invalid STATDATA structure
30418 .
30419
30420 MessageId=0x0068
30421 Severity=Warning
30422 Facility=ITF
30423 SymbolicName=DV_E_LINDEX
30424 Language=English
30425 DV_E_LINDEX - Invalid lindex
30426 .
30427 Language=Russian
30428 DV_E_LINDEX - Invalid lindex
30429 .
30430 Language=Polish
30431 DV_E_LINDEX - Invalid lindex
30432 .
30433
30434 MessageId=0x0069
30435 Severity=Warning
30436 Facility=ITF
30437 SymbolicName=DV_E_TYMED
30438 Language=English
30439 DV_E_TYMED - Invalid tymed
30440 .
30441 Language=Russian
30442 DV_E_TYMED - Invalid tymed
30443 .
30444 Language=Polish
30445 DV_E_TYMED - Invalid tymed
30446 .
30447
30448 MessageId=0x006A
30449 Severity=Warning
30450 Facility=ITF
30451 SymbolicName=DV_E_CLIPFORMAT
30452 Language=English
30453 DV_E_CLIPFORMAT - Invalid clipboard format
30454 .
30455 Language=Russian
30456 DV_E_CLIPFORMAT - Invalid clipboard format
30457 .
30458 Language=Polish
30459 DV_E_CLIPFORMAT - Invalid clipboard format
30460 .
30461
30462 MessageId=0x006B
30463 Severity=Warning
30464 Facility=ITF
30465 SymbolicName=DV_E_DVASPECT
30466 Language=English
30467 DV_E_DVASPECT - Invalid aspect(s)
30468 .
30469 Language=Russian
30470 DV_E_DVASPECT - Invalid aspect(s)
30471 .
30472 Language=Polish
30473 DV_E_DVASPECT - Invalid aspect(s)
30474 .
30475
30476 MessageId=0x006C
30477 Severity=Warning
30478 Facility=ITF
30479 SymbolicName=DV_E_DVTARGETDEVICE_SIZE
30480 Language=English
30481 DV_E_DVTARGETDEVICE_SIZE - tdSize parameter of the DVTARGETDEVICE structure is invalid
30482 .
30483 Language=Russian
30484 DV_E_DVTARGETDEVICE_SIZE - tdSize parameter of the DVTARGETDEVICE structure is invalid
30485 .
30486 Language=Polish
30487 DV_E_DVTARGETDEVICE_SIZE - tdSize parameter of the DVTARGETDEVICE structure is invalid
30488 .
30489
30490 MessageId=0x006D
30491 Severity=Warning
30492 Facility=ITF
30493 SymbolicName=DV_E_NOIVIEWOBJECT
30494 Language=English
30495 DV_E_NOIVIEWOBJECT - Object doesn't support IViewObject interface
30496 .
30497 Language=Russian
30498 DV_E_NOIVIEWOBJECT - Object doesn't support IViewObject interface
30499 .
30500 Language=Polish
30501 DV_E_NOIVIEWOBJECT - Object doesn't support IViewObject interface
30502 .
30503
30504 MessageId=0x0100
30505 Severity=Warning
30506 Facility=ITF
30507 SymbolicName=DRAGDROP_E_NOTREGISTERED
30508 Language=English
30509 DRAGDROP_E_NOTREGISTERED - Trying to revoke a drop target that has not been registered
30510 .
30511 Language=Russian
30512 DRAGDROP_E_NOTREGISTERED - Trying to revoke a drop target that has not been registered
30513 .
30514 Language=Polish
30515 DRAGDROP_E_NOTREGISTERED - Trying to revoke a drop target that has not been registered
30516 .
30517
30518 MessageId=0x0101
30519 Severity=Warning
30520 Facility=ITF
30521 SymbolicName=DRAGDROP_E_ALREADYREGISTERED
30522 Language=English
30523 DRAGDROP_E_ALREADYREGISTERED - This window has already been registered as a drop target
30524 .
30525 Language=Russian
30526 DRAGDROP_E_ALREADYREGISTERED - This window has already been registered as a drop target
30527 .
30528 Language=Polish
30529 DRAGDROP_E_ALREADYREGISTERED - This window has already been registered as a drop target
30530 .
30531
30532 MessageId=0x0102
30533 Severity=Warning
30534 Facility=ITF
30535 SymbolicName=DRAGDROP_E_INVALIDHWND
30536 Language=English
30537 DRAGDROP_E_INVALIDHWND - Invalid window handle
30538 .
30539 Language=Russian
30540 DRAGDROP_E_INVALIDHWND - Invalid window handle
30541 .
30542 Language=Polish
30543 DRAGDROP_E_INVALIDHWND - Invalid window handle
30544 .
30545
30546 MessageId=0x0110
30547 Severity=Warning
30548 Facility=ITF
30549 SymbolicName=CLASS_E_NOAGGREGATION
30550 Language=English
30551 CLASS_E_NOAGGREGATION - Class does not support aggregation (or class object is remote)
30552 .
30553 Language=Russian
30554 CLASS_E_NOAGGREGATION - Class does not support aggregation (or class object is remote)
30555 .
30556 Language=Polish
30557 CLASS_E_NOAGGREGATION - Class does not support aggregation (or class object is remote)
30558 .
30559
30560 MessageId=0x0111
30561 Severity=Warning
30562 Facility=ITF
30563 SymbolicName=CLASS_E_CLASSNOTAVAILABLE
30564 Language=English
30565 CLASS_E_CLASSNOTAVAILABLE - ClassFactory cannot supply requested class
30566 .
30567 Language=Russian
30568 CLASS_E_CLASSNOTAVAILABLE - ClassFactory cannot supply requested class
30569 .
30570 Language=Polish
30571 CLASS_E_CLASSNOTAVAILABLE - ClassFactory cannot supply requested class
30572 .
30573
30574 MessageId=0x0112
30575 Severity=Warning
30576 Facility=ITF
30577 SymbolicName=CLASS_E_NOTLICENSED
30578 Language=English
30579 CLASS_E_NOTLICENSED - Class is not licensed for use
30580 .
30581 Language=Russian
30582 CLASS_E_NOTLICENSED - Class is not licensed for use
30583 .
30584 Language=Polish
30585 CLASS_E_NOTLICENSED - Class is not licensed for use
30586 .