[MC] Add messages 5730-5769 to netmsg.dll.
[reactos.git] / sdk / include / reactos / mc / netmsgmsg.mc
1 ;
2 ; netmsg_msg.mc MESSAGE resources for netmsg.dll
3 ;
4 ;
5 ; IMPORTANT: When a new language is added, all messages in this file need to be
6 ; either translated or at least duplicated for the new language.
7 ; This is a new requirement by MS mc.exe
8 ; To do this, start with a regex replace:
9 ; - In VS IDE: "Language=English\r\n(?<String>(?:[^\.].*\r\n)*\.\r\n)" -> "Language=English\r\n${String}Language=MyLanguage\r\n${String}"
10 ;
11
12 MessageIdTypedef=DWORD
13
14 SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
15 Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
16 Warning=0x2:STATUS_SEVERITY_WARNING
17 Error=0x3:STATUS_SEVERITY_ERROR
18 )
19
20 FacilityNames=(System=0x0:FACILITY_SYSTEM
21 )
22
23 LanguageNames=(English=0x409:MSG00409
24 Russian=0x419:MSG00419)
25
26
27 ;
28 ; lmerr.h message definitions (2100 - 2999 NERR_BASE)
29 ;
30
31 MessageId=2102
32 Severity=Success
33 Facility=System
34 SymbolicName=NERR_NetNotStarted
35 Language=English
36 The workstation driver is not installed.
37 .
38 Language=Russian
39 The workstation driver is not installed.
40 .
41
42 MessageId=2103
43 Severity=Success
44 Facility=System
45 SymbolicName=NERR_UnknownServer
46 Language=English
47 The server could not be located.
48 .
49 Language=Russian
50 The server could not be located.
51 .
52
53 MessageId=2104
54 Severity=Success
55 Facility=System
56 SymbolicName=NERR_ShareMem
57 Language=English
58 An internal error occurred. The network cannot access a shared memory segment.
59 .
60 Language=Russian
61 An internal error occurred. The network cannot access a shared memory segment.
62 .
63
64 MessageId=2105
65 Severity=Success
66 Facility=System
67 SymbolicName=NERR_NoNetworkResource
68 Language=English
69 A network resource shortage occurred.
70 .
71 Language=Russian
72 A network resource shortage occurred.
73 .
74
75 MessageId=2106
76 Severity=Success
77 Facility=System
78 SymbolicName=NERR_RemoteOnly
79 Language=English
80 This operation is not supported on workstations.
81 .
82 Language=Russian
83 This operation is not supported on workstations.
84 .
85
86 MessageId=2107
87 Severity=Success
88 Facility=System
89 SymbolicName=NERR_DevNotRedirected
90 Language=English
91 The device is not connected.
92 .
93 Language=Russian
94 The device is not connected.
95 .
96
97 MessageId=2114
98 Severity=Success
99 Facility=System
100 SymbolicName=NERR_ServerNotStarted
101 Language=English
102 The Server service is not started.
103 .
104 Language=Russian
105 The Server service is not started.
106 .
107
108 MessageId=2115
109 Severity=Success
110 Facility=System
111 SymbolicName=NERR_ItemNotFound
112 Language=English
113 The queue is empty.
114 .
115 Language=Russian
116 The queue is empty.
117 .
118
119 MessageId=2116
120 Severity=Success
121 Facility=System
122 SymbolicName=NERR_UnknownDevDir
123 Language=English
124 The device or directory does not exist.
125 .
126 Language=Russian
127 The device or directory does not exist.
128 .
129
130 MessageId=2117
131 Severity=Success
132 Facility=System
133 SymbolicName=NERR_RedirectedPath
134 Language=English
135 The operation is invalid on a redirected resource.
136 .
137 Language=Russian
138 The operation is invalid on a redirected resource.
139 .
140
141 MessageId=2118
142 Severity=Success
143 Facility=System
144 SymbolicName=NERR_DuplicateShare
145 Language=English
146 The name has already been shared.
147 .
148 Language=Russian
149 The name has already been shared.
150 .
151
152 MessageId=2119
153 Severity=Success
154 Facility=System
155 SymbolicName=NERR_NoRoom
156 Language=English
157 The server is currently out of the requested resource.
158 .
159 Language=Russian
160 The server is currently out of the requested resource.
161 .
162
163 MessageId=2121
164 Severity=Success
165 Facility=System
166 SymbolicName=NERR_TooManyItems
167 Language=English
168 Requested addition of items exceeds the maximum allowed.
169 .
170 Language=Russian
171 Requested addition of items exceeds the maximum allowed.
172 .
173
174 MessageId=2122
175 Severity=Success
176 Facility=System
177 SymbolicName=NERR_InvalidMaxUsers
178 Language=English
179 The Peer service supports only two simultaneous users.
180 .
181 Language=Russian
182 The Peer service supports only two simultaneous users.
183 .
184
185 MessageId=2123
186 Severity=Success
187 Facility=System
188 SymbolicName=NERR_BufTooSmall
189 Language=English
190 The API return buffer is too small.
191 .
192 Language=Russian
193 The API return buffer is too small.
194 .
195
196 MessageId=2127
197 Severity=Success
198 Facility=System
199 SymbolicName=NERR_RemoteErr
200 Language=English
201 A remote API error occurred.
202 .
203 Language=Russian
204 A remote API error occurred.
205 .
206
207 MessageId=2131
208 Severity=Success
209 Facility=System
210 SymbolicName=NERR_LanmanIniError
211 Language=English
212 An error occurred when opening or reading the configuration file.
213 .
214 Language=Russian
215 An error occurred when opening or reading the configuration file.
216 .
217
218 MessageId=2136
219 Severity=Success
220 Facility=System
221 SymbolicName=NERR_NetworkError
222 Language=English
223 A general network error occurred.
224 .
225 Language=Russian
226 A general network error occurred.
227 .
228
229 MessageId=2137
230 Severity=Success
231 Facility=System
232 SymbolicName=NERR_WkstaInconsistentState
233 Language=English
234 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
235 .
236 Language=Russian
237 The Workstation service is in an inconsistent state. Restart the computer before restarting the Workstation service.
238 .
239
240 MessageId=2138
241 Severity=Success
242 Facility=System
243 SymbolicName=NERR_WkstaNotStarted
244 Language=English
245 The Workstation service has not been started.
246 .
247 Language=Russian
248 The Workstation service has not been started.
249 .
250
251 MessageId=2139
252 Severity=Success
253 Facility=System
254 SymbolicName=NERR_BrowserNotStarted
255 Language=English
256 The requested information is not available.
257 .
258 Language=Russian
259 The requested information is not available.
260 .
261
262 MessageId=2140
263 Severity=Success
264 Facility=System
265 SymbolicName=NERR_InternalError
266 Language=English
267 An internal error occurred.
268 .
269 Language=Russian
270 An internal error occurred.
271 .
272
273 MessageId=2141
274 Severity=Success
275 Facility=System
276 SymbolicName=NERR_BadTransactConfig
277 Language=English
278 The server is not configured for transactions.
279 .
280 Language=Russian
281 The server is not configured for transactions.
282 .
283
284 MessageId=2142
285 Severity=Success
286 Facility=System
287 SymbolicName=NERR_InvalidAPI
288 Language=English
289 The requested API is not supported on the remote server.
290 .
291 Language=Russian
292 The requested API is not supported on the remote server.
293 .
294
295 MessageId=2143
296 Severity=Success
297 Facility=System
298 SymbolicName=NERR_BadEventName
299 Language=English
300 The event name is invalid.
301 .
302 Language=Russian
303 The event name is invalid.
304 .
305
306 MessageId=2144
307 Severity=Success
308 Facility=System
309 SymbolicName=NERR_DupNameReboot
310 Language=English
311 The computer name already exists on the network. Change it and restart the computer.
312 .
313 Language=Russian
314 The computer name already exists on the network. Change it and restart the computer.
315 .
316
317 MessageId=2146
318 Severity=Success
319 Facility=System
320 SymbolicName=NERR_CfgCompNotFound
321 Language=English
322 The specified component could not be found in the configuration information.
323 .
324 Language=Russian
325 The specified component could not be found in the configuration information.
326 .
327
328 MessageId=2147
329 Severity=Success
330 Facility=System
331 SymbolicName=NERR_CfgParamNotFound
332 Language=English
333 The specified parameter could not be found in the configuration information.
334 .
335 Language=Russian
336 The specified parameter could not be found in the configuration information.
337 .
338
339 MessageId=2149
340 Severity=Success
341 Facility=System
342 SymbolicName=NERR_LineTooLong
343 Language=English
344 A line in the configuration file is too long.
345 .
346 Language=Russian
347 A line in the configuration file is too long.
348 .
349
350 MessageId=2150
351 Severity=Success
352 Facility=System
353 SymbolicName=NERR_QNotFound
354 Language=English
355 The printer does not exist.
356 .
357 Language=Russian
358 The printer does not exist.
359 .
360
361 MessageId=2151
362 Severity=Success
363 Facility=System
364 SymbolicName=NERR_JobNotFound
365 Language=English
366 The print job does not exist.
367 .
368 Language=Russian
369 The print job does not exist.
370 .
371
372 MessageId=2152
373 Severity=Success
374 Facility=System
375 SymbolicName=NERR_DestNotFound
376 Language=English
377 The printer destination cannot be found.
378 .
379 Language=Russian
380 The printer destination cannot be found.
381 .
382
383 MessageId=2153
384 Severity=Success
385 Facility=System
386 SymbolicName=NERR_DestExists
387 Language=English
388 The printer destination already exists.
389 .
390 Language=Russian
391 The printer destination already exists.
392 .
393
394 MessageId=2154
395 Severity=Success
396 Facility=System
397 SymbolicName=NERR_QExists
398 Language=English
399 The printer queue already exists.
400 .
401 Language=Russian
402 The printer queue already exists.
403 .
404
405 MessageId=2155
406 Severity=Success
407 Facility=System
408 SymbolicName=NERR_QNoRoom
409 Language=English
410 No more printers can be added.
411 .
412 Language=Russian
413 No more printers can be added.
414 .
415
416 MessageId=2156
417 Severity=Success
418 Facility=System
419 SymbolicName=NERR_JobNoRoom
420 Language=English
421 No more print jobs can be added.
422 .
423 Language=Russian
424 No more print jobs can be added.
425 .
426
427 MessageId=2157
428 Severity=Success
429 Facility=System
430 SymbolicName=NERR_DestNoRoom
431 Language=English
432 No more printer destinations can be added.
433 .
434 Language=Russian
435 No more printer destinations can be added.
436 .
437
438 MessageId=2158
439 Severity=Success
440 Facility=System
441 SymbolicName=NERR_DestIdle
442 Language=English
443 This printer destination is idle and cannot accept control operations.
444 .
445 Language=Russian
446 This printer destination is idle and cannot accept control operations.
447 .
448
449 MessageId=2159
450 Severity=Success
451 Facility=System
452 SymbolicName=NERR_DestInvalidOp
453 Language=English
454 This printer destination request contains an invalid control function.
455 .
456 Language=Russian
457 This printer destination request contains an invalid control function.
458 .
459
460 MessageId=2160
461 Severity=Success
462 Facility=System
463 SymbolicName=NERR_ProcNoRespond
464 Language=English
465 The print processor is not responding.
466 .
467 Language=Russian
468 The print processor is not responding.
469 .
470
471 MessageId=2161
472 Severity=Success
473 Facility=System
474 SymbolicName=NERR_SpoolerNotLoaded
475 Language=English
476 The spooler is not running.
477 .
478 Language=Russian
479 The spooler is not running.
480 .
481
482 MessageId=2162
483 Severity=Success
484 Facility=System
485 SymbolicName=NERR_DestInvalidState
486 Language=English
487 This operation cannot be performed on the print destination in its current state.
488 .
489 Language=Russian
490 This operation cannot be performed on the print destination in its current state.
491 .
492
493 MessageId=2163
494 Severity=Success
495 Facility=System
496 SymbolicName=NERR_QInvalidState
497 Language=English
498 This operation cannot be performed on the printer queue in its current state.
499 .
500 Language=Russian
501 This operation cannot be performed on the printer queue in its current state.
502 .
503
504 MessageId=2164
505 Severity=Success
506 Facility=System
507 SymbolicName=NERR_JobInvalidState
508 Language=English
509 This operation cannot be performed on the print job in its current state.
510 .
511 Language=Russian
512 This operation cannot be performed on the print job in its current state.
513 .
514
515 MessageId=2165
516 Severity=Success
517 Facility=System
518 SymbolicName=NERR_SpoolNoMemory
519 Language=English
520 A spooler memory allocation failure occurred.
521 .
522 Language=Russian
523 A spooler memory allocation failure occurred.
524 .
525
526 MessageId=2166
527 Severity=Success
528 Facility=System
529 SymbolicName=NERR_DriverNotFound
530 Language=English
531 The device driver does not exist.
532 .
533 Language=Russian
534 The device driver does not exist.
535 .
536
537 MessageId=2167
538 Severity=Success
539 Facility=System
540 SymbolicName=NERR_DataTypeInvalid
541 Language=English
542 The data type is not supported by the print processor.
543 .
544 Language=Russian
545 The data type is not supported by the print processor.
546 .
547
548 MessageId=2168
549 Severity=Success
550 Facility=System
551 SymbolicName=NERR_ProcNotFound
552 Language=English
553 The print processor is not installed.
554 .
555 Language=Russian
556 The print processor is not installed.
557 .
558
559 MessageId=2180
560 Severity=Success
561 Facility=System
562 SymbolicName=NERR_ServiceTableLocked
563 Language=English
564 The service database is locked.
565 .
566 Language=Russian
567 The service database is locked.
568 .
569
570 MessageId=2181
571 Severity=Success
572 Facility=System
573 SymbolicName=NERR_ServiceTableFull
574 Language=English
575 The service table is full.
576 .
577 Language=Russian
578 The service table is full.
579 .
580
581 MessageId=2182
582 Severity=Success
583 Facility=System
584 SymbolicName=NERR_ServiceInstalled
585 Language=English
586 The requested service has already been started.
587 .
588 Language=Russian
589 The requested service has already been started.
590 .
591
592 MessageId=2183
593 Severity=Success
594 Facility=System
595 SymbolicName=NERR_ServiceEntryLocked
596 Language=English
597 The service does not respond to control actions.
598 .
599 Language=Russian
600 The service does not respond to control actions.
601 .
602
603 MessageId=2184
604 Severity=Success
605 Facility=System
606 SymbolicName=NERR_ServiceNotInstalled
607 Language=English
608 The service has not been started.
609 .
610 Language=Russian
611 The service has not been started.
612 .
613
614 MessageId=2185
615 Severity=Success
616 Facility=System
617 SymbolicName=NERR_BadServiceName
618 Language=English
619 The service name is invalid.
620 .
621 Language=Russian
622 The service name is invalid.
623 .
624
625 MessageId=2186
626 Severity=Success
627 Facility=System
628 SymbolicName=NERR_ServiceCtlTimeout
629 Language=English
630 The service is not responding to the control function.
631 .
632 Language=Russian
633 The service is not responding to the control function.
634 .
635
636 MessageId=2187
637 Severity=Success
638 Facility=System
639 SymbolicName=NERR_ServiceCtlBusy
640 Language=English
641 The service control is busy.
642 .
643 Language=Russian
644 The service control is busy.
645 .
646
647 MessageId=2188
648 Severity=Success
649 Facility=System
650 SymbolicName=NERR_BadServiceProgName
651 Language=English
652 The configuration file contains an invalid service program name.
653 .
654 Language=Russian
655 The configuration file contains an invalid service program name.
656 .
657
658 MessageId=2189
659 Severity=Success
660 Facility=System
661 SymbolicName=NERR_ServiceNotCtrl
662 Language=English
663 The service could not be controlled in its present state.
664 .
665 Language=Russian
666 The service could not be controlled in its present state.
667 .
668
669 MessageId=2190
670 Severity=Success
671 Facility=System
672 SymbolicName=NERR_ServiceKillProc
673 Language=English
674 The service ended abnormally.
675 .
676 Language=Russian
677 The service ended abnormally.
678 .
679
680 MessageId=2191
681 Severity=Success
682 Facility=System
683 SymbolicName=NERR_ServiceCtlNotValid
684 Language=English
685 The requested pause, continue, or stop is not valid for this service.
686 .
687 Language=Russian
688 The requested pause, continue, or stop is not valid for this service.
689 .
690
691 MessageId=2192
692 Severity=Success
693 Facility=System
694 SymbolicName=NERR_NotInDispatchTbl
695 Language=English
696 The service control dispatcher could not find the service name in the dispatch table.
697 .
698 Language=Russian
699 The service control dispatcher could not find the service name in the dispatch table.
700 .
701
702 MessageId=2193
703 Severity=Success
704 Facility=System
705 SymbolicName=NERR_BadControlRecv
706 Language=English
707 The service control dispatcher pipe read failed.
708 .
709 Language=Russian
710 The service control dispatcher pipe read failed.
711 .
712
713 MessageId=2194
714 Severity=Success
715 Facility=System
716 SymbolicName=NERR_ServiceNotStarting
717 Language=English
718 A thread for the new service could not be created.
719 .
720 Language=Russian
721 A thread for the new service could not be created.
722 .
723
724 MessageId=2200
725 Severity=Success
726 Facility=System
727 SymbolicName=NERR_AlreadyLoggedOn
728 Language=English
729 This workstation is already logged on to the local-area network.
730 .
731 Language=Russian
732 This workstation is already logged on to the local-area network.
733 .
734
735 MessageId=2201
736 Severity=Success
737 Facility=System
738 SymbolicName=NERR_NotLoggedOn
739 Language=English
740 The workstation is not logged on to the local-area network.
741 .
742 Language=Russian
743 The workstation is not logged on to the local-area network.
744 .
745
746 MessageId=2202
747 Severity=Success
748 Facility=System
749 SymbolicName=NERR_BadUsername
750 Language=English
751 The user name or group name parameter is invalid.
752 .
753 Language=Russian
754 The user name or group name parameter is invalid.
755 .
756
757 MessageId=2203
758 Severity=Success
759 Facility=System
760 SymbolicName=NERR_BadPassword
761 Language=English
762 The password parameter is invalid.
763 .
764 Language=Russian
765 The password parameter is invalid.
766 .
767
768 MessageId=2204
769 Severity=Success
770 Facility=System
771 SymbolicName=NERR_UnableToAddName_W
772 Language=English
773 The logon processor did not add the message alias.
774 .
775 Language=Russian
776 The logon processor did not add the message alias.
777 .
778
779 MessageId=2205
780 Severity=Success
781 Facility=System
782 SymbolicName=NERR_UnableToAddName_F
783 Language=English
784 The logon processor did not add the message alias.
785 .
786 Language=Russian
787 The logon processor did not add the message alias.
788 .
789
790 MessageId=2206
791 Severity=Success
792 Facility=System
793 SymbolicName=NERR_UnableToDelName_W
794 Language=English
795 The logoff processor did not delete the message alias.
796 .
797 Language=Russian
798 The logoff processor did not delete the message alias.
799 .
800
801 MessageId=2207
802 Severity=Success
803 Facility=System
804 SymbolicName=NERR_UnableToDelName_F
805 Language=English
806 The logoff processor did not delete the message alias.
807 .
808 Language=Russian
809 The logoff processor did not delete the message alias.
810 .
811
812 MessageId=2209
813 Severity=Success
814 Facility=System
815 SymbolicName=NERR_LogonsPaused
816 Language=English
817 Network logons are paused.
818 .
819 Language=Russian
820 Network logons are paused.
821 .
822
823 MessageId=2210
824 Severity=Success
825 Facility=System
826 SymbolicName=NERR_LogonServerConflict
827 Language=English
828 A centralized logon-server conflict occurred.
829 .
830 Language=Russian
831 A centralized logon-server conflict occurred.
832 .
833
834 MessageId=2211
835 Severity=Success
836 Facility=System
837 SymbolicName=NERR_LogonNoUserPath
838 Language=English
839 The server is configured without a valid user path.
840 .
841 Language=Russian
842 The server is configured without a valid user path.
843 .
844
845 MessageId=2212
846 Severity=Success
847 Facility=System
848 SymbolicName=NERR_LogonScriptError
849 Language=English
850 An error occurred while loading or running the logon script.
851 .
852 Language=Russian
853 An error occurred while loading or running the logon script.
854 .
855
856 MessageId=2214
857 Severity=Success
858 Facility=System
859 SymbolicName=NERR_StandaloneLogon
860 Language=English
861 The logon server was not specified. Your computer will be logged on as STANDALONE.
862 .
863 Language=Russian
864 The logon server was not specified. Your computer will be logged on as STANDALONE.
865 .
866
867 MessageId=2215
868 Severity=Success
869 Facility=System
870 SymbolicName=NERR_LogonServerNotFound
871 Language=English
872 The logon server could not be found.
873 .
874 Language=Russian
875 The logon server could not be found.
876 .
877
878 MessageId=2216
879 Severity=Success
880 Facility=System
881 SymbolicName=NERR_LogonDomainExists
882 Language=English
883 There is already a logon domain for this computer.
884 .
885 Language=Russian
886 There is already a logon domain for this computer.
887 .
888
889 MessageId=2217
890 Severity=Success
891 Facility=System
892 SymbolicName=NERR_NonValidatedLogon
893 Language=English
894 The logon server could not validate the logon.
895 .
896 Language=Russian
897 The logon server could not validate the logon.
898 .
899
900 MessageId=2219
901 Severity=Success
902 Facility=System
903 SymbolicName=NERR_ACFNotFound
904 Language=English
905 The security database could not be found.
906 .
907 Language=Russian
908 The security database could not be found.
909 .
910
911 MessageId=2220
912 Severity=Success
913 Facility=System
914 SymbolicName=NERR_GroupNotFound
915 Language=English
916 The group name could not be found.
917 .
918 Language=Russian
919 The group name could not be found.
920 .
921
922 MessageId=2221
923 Severity=Success
924 Facility=System
925 SymbolicName=NERR_UserNotFound
926 Language=English
927 The user name could not be found.
928 .
929 Language=Russian
930 The user name could not be found.
931 .
932
933 MessageId=2222
934 Severity=Success
935 Facility=System
936 SymbolicName=NERR_ResourceNotFound
937 Language=English
938 The resource name could not be found.
939 .
940 Language=Russian
941 The resource name could not be found.
942 .
943
944 MessageId=2223
945 Severity=Success
946 Facility=System
947 SymbolicName=NERR_GroupExists
948 Language=English
949 The group already exists.
950 .
951 Language=Russian
952 The group already exists.
953 .
954
955 MessageId=2224
956 Severity=Success
957 Facility=System
958 SymbolicName=NERR_UserExists
959 Language=English
960 The account already exists.
961 .
962 Language=Russian
963 The account already exists.
964 .
965
966 MessageId=2225
967 Severity=Success
968 Facility=System
969 SymbolicName=NERR_ResourceExists
970 Language=English
971 The resource permission list already exists.
972 .
973 Language=Russian
974 The resource permission list already exists.
975 .
976
977 MessageId=2226
978 Severity=Success
979 Facility=System
980 SymbolicName=NERR_NotPrimary
981 Language=English
982 This operation is only allowed on the primary domain controller of the domain.
983 .
984 Language=Russian
985 This operation is only allowed on the primary domain controller of the domain.
986 .
987
988 MessageId=2227
989 Severity=Success
990 Facility=System
991 SymbolicName=NERR_ACFNotLoaded
992 Language=English
993 The security database has not been started.
994 .
995 Language=Russian
996 The security database has not been started.
997 .
998
999 MessageId=2228
1000 Severity=Success
1001 Facility=System
1002 SymbolicName=NERR_ACFNoRoom
1003 Language=English
1004 There are too many names in the user accounts database.
1005 .
1006 Language=Russian
1007 There are too many names in the user accounts database.
1008 .
1009
1010 MessageId=2229
1011 Severity=Success
1012 Facility=System
1013 SymbolicName=NERR_ACFFileIOFail
1014 Language=English
1015 A disk I/O failure occurred.
1016 .
1017 Language=Russian
1018 A disk I/O failure occurred.
1019 .
1020
1021 MessageId=2230
1022 Severity=Success
1023 Facility=System
1024 SymbolicName=NERR_ACFTooManyLists
1025 Language=English
1026 The limit of 64 entries per resource was exceeded.
1027 .
1028 Language=Russian
1029 The limit of 64 entries per resource was exceeded.
1030 .
1031
1032 MessageId=2231
1033 Severity=Success
1034 Facility=System
1035 SymbolicName=NERR_UserLogon
1036 Language=English
1037 Deleting a user with a session is not allowed.
1038 .
1039 Language=Russian
1040 Deleting a user with a session is not allowed.
1041 .
1042
1043 MessageId=2232
1044 Severity=Success
1045 Facility=System
1046 SymbolicName=NERR_ACFNoParent
1047 Language=English
1048 The parent directory could not be located.
1049 .
1050 Language=Russian
1051 The parent directory could not be located.
1052 .
1053
1054 MessageId=2233
1055 Severity=Success
1056 Facility=System
1057 SymbolicName=NERR_CanNotGrowSegment
1058 Language=English
1059 Unable to add to the security database session cache segment.
1060 .
1061 Language=Russian
1062 Unable to add to the security database session cache segment.
1063 .
1064
1065 MessageId=2234
1066 Severity=Success
1067 Facility=System
1068 SymbolicName=NERR_SpeGroupOp
1069 Language=English
1070 This operation is not allowed on this special group.
1071 .
1072 Language=Russian
1073 This operation is not allowed on this special group.
1074 .
1075
1076 MessageId=2235
1077 Severity=Success
1078 Facility=System
1079 SymbolicName=NERR_NotInCache
1080 Language=English
1081 This user is not cached in user accounts database session cache.
1082 .
1083 Language=Russian
1084 This user is not cached in user accounts database session cache.
1085 .
1086
1087 MessageId=2236
1088 Severity=Success
1089 Facility=System
1090 SymbolicName=NERR_UserInGroup
1091 Language=English
1092 The user already belongs to this group.
1093 .
1094 Language=Russian
1095 The user already belongs to this group.
1096 .
1097
1098 MessageId=2237
1099 Severity=Success
1100 Facility=System
1101 SymbolicName=NERR_UserNotInGroup
1102 Language=English
1103 The user does not belong to this group.
1104 .
1105 Language=Russian
1106 The user does not belong to this group.
1107 .
1108
1109 MessageId=2238
1110 Severity=Success
1111 Facility=System
1112 SymbolicName=NERR_AccountUndefined
1113 Language=English
1114 This user account is undefined.
1115 .
1116 Language=Russian
1117 This user account is undefined.
1118 .
1119
1120 MessageId=2239
1121 Severity=Success
1122 Facility=System
1123 SymbolicName=NERR_AccountExpired
1124 Language=English
1125 This user account has expired.
1126 .
1127 Language=Russian
1128 This user account has expired.
1129 .
1130
1131 MessageId=2240
1132 Severity=Success
1133 Facility=System
1134 SymbolicName=NERR_InvalidWorkstation
1135 Language=English
1136 The user is not allowed to log on from this workstation.
1137 .
1138 Language=Russian
1139 The user is not allowed to log on from this workstation.
1140 .
1141
1142 MessageId=2241
1143 Severity=Success
1144 Facility=System
1145 SymbolicName=NERR_InvalidLogonHours
1146 Language=English
1147 The user is not allowed to log on at this time.
1148 .
1149 Language=Russian
1150 The user is not allowed to log on at this time.
1151 .
1152
1153 MessageId=2242
1154 Severity=Success
1155 Facility=System
1156 SymbolicName=NERR_PasswordExpired
1157 Language=English
1158 The password of this user has expired.
1159 .
1160 Language=Russian
1161 The password of this user has expired.
1162 .
1163
1164 MessageId=2243
1165 Severity=Success
1166 Facility=System
1167 SymbolicName=NERR_PasswordCantChange
1168 Language=English
1169 The password of this user cannot change.
1170 .
1171 Language=Russian
1172 The password of this user cannot change.
1173 .
1174
1175 MessageId=2244
1176 Severity=Success
1177 Facility=System
1178 SymbolicName=NERR_PasswordHistConflict
1179 Language=English
1180 This password cannot be used now.
1181 .
1182 Language=Russian
1183 This password cannot be used now.
1184 .
1185
1186 MessageId=2245
1187 Severity=Success
1188 Facility=System
1189 SymbolicName=NERR_PasswordTooShort
1190 Language=English
1191 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
1192 .
1193 Language=Russian
1194 The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements.
1195 .
1196
1197 MessageId=2246
1198 Severity=Success
1199 Facility=System
1200 SymbolicName=NERR_PasswordTooRecent
1201 Language=English
1202 The password of this user is too recent to change.
1203 .
1204 Language=Russian
1205 The password of this user is too recent to change.
1206 .
1207
1208 MessageId=2247
1209 Severity=Success
1210 Facility=System
1211 SymbolicName=NERR_InvalidDatabase
1212 Language=English
1213 The security database is corrupted.
1214 .
1215 Language=Russian
1216 The security database is corrupted.
1217 .
1218
1219 MessageId=2248
1220 Severity=Success
1221 Facility=System
1222 SymbolicName=NERR_DatabaseUpToDate
1223 Language=English
1224 No updates are necessary to this replicant network/local security database.
1225 .
1226 Language=Russian
1227 No updates are necessary to this replicant network/local security database.
1228 .
1229
1230 MessageId=2249
1231 Severity=Success
1232 Facility=System
1233 SymbolicName=NERR_SyncRequired
1234 Language=English
1235 This replicant database is outdated; synchronization is required.
1236 .
1237 Language=Russian
1238 This replicant database is outdated; synchronization is required.
1239 .
1240
1241 MessageId=2250
1242 Severity=Success
1243 Facility=System
1244 SymbolicName=NERR_UseNotFound
1245 Language=English
1246 The network connection could not be found.
1247 .
1248 Language=Russian
1249 The network connection could not be found.
1250 .
1251
1252 MessageId=2251
1253 Severity=Success
1254 Facility=System
1255 SymbolicName=NERR_BadAsgType
1256 Language=English
1257 This asg_type is invalid.
1258 .
1259 Language=Russian
1260 This asg_type is invalid.
1261 .
1262
1263 MessageId=2252
1264 Severity=Success
1265 Facility=System
1266 SymbolicName=NERR_DeviceIsShared
1267 Language=English
1268 This device is currently being shared.
1269 .
1270 Language=Russian
1271 This device is currently being shared.
1272 .
1273
1274 MessageId=2270
1275 Severity=Success
1276 Facility=System
1277 SymbolicName=NERR_NoComputerName
1278 Language=English
1279 The computer name could not be added as a message alias. The name may already exist on the network.
1280 .
1281 Language=Russian
1282 The computer name could not be added as a message alias. The name may already exist on the network.
1283 .
1284
1285 MessageId=2271
1286 Severity=Success
1287 Facility=System
1288 SymbolicName=NERR_MsgAlreadyStarted
1289 Language=English
1290 The Messenger service is already started.
1291 .
1292 Language=Russian
1293 The Messenger service is already started.
1294 .
1295
1296 MessageId=2272
1297 Severity=Success
1298 Facility=System
1299 SymbolicName=NERR_MsgInitFailed
1300 Language=English
1301 The Messenger service failed to start.
1302 .
1303 Language=Russian
1304 The Messenger service failed to start.
1305 .
1306
1307 MessageId=2273
1308 Severity=Success
1309 Facility=System
1310 SymbolicName=NERR_NameNotFound
1311 Language=English
1312 The message alias could not be found on the network.
1313 .
1314 Language=Russian
1315 The message alias could not be found on the network.
1316 .
1317
1318 MessageId=2274
1319 Severity=Success
1320 Facility=System
1321 SymbolicName=NERR_AlreadyForwarded
1322 Language=English
1323 This message alias has already been forwarded.
1324 .
1325 Language=Russian
1326 This message alias has already been forwarded.
1327 .
1328
1329 MessageId=2275
1330 Severity=Success
1331 Facility=System
1332 SymbolicName=NERR_AddForwarded
1333 Language=English
1334 This message alias has been added but is still forwarded.
1335 .
1336 Language=Russian
1337 This message alias has been added but is still forwarded.
1338 .
1339
1340 MessageId=2276
1341 Severity=Success
1342 Facility=System
1343 SymbolicName=NERR_AlreadyExists
1344 Language=English
1345 This message alias already exists locally.
1346 .
1347 Language=Russian
1348 This message alias already exists locally.
1349 .
1350
1351 MessageId=2277
1352 Severity=Success
1353 Facility=System
1354 SymbolicName=NERR_TooManyNames
1355 Language=English
1356 The maximum number of added message aliases has been exceeded.
1357 .
1358 Language=Russian
1359 The maximum number of added message aliases has been exceeded.
1360 .
1361
1362 MessageId=2278
1363 Severity=Success
1364 Facility=System
1365 SymbolicName=NERR_DelComputerName
1366 Language=English
1367 The computer name could not be deleted.
1368 .
1369 Language=Russian
1370 The computer name could not be deleted.
1371 .
1372
1373 MessageId=2279
1374 Severity=Success
1375 Facility=System
1376 SymbolicName=NERR_LocalForward
1377 Language=English
1378 Messages cannot be forwarded back to the same workstation.
1379 .
1380 Language=Russian
1381 Messages cannot be forwarded back to the same workstation.
1382 .
1383
1384 MessageId=2280
1385 Severity=Success
1386 Facility=System
1387 SymbolicName=NERR_GrpMsgProcessor
1388 Language=English
1389 An error occurred in the domain message processor.
1390 .
1391 Language=Russian
1392 An error occurred in the domain message processor.
1393 .
1394
1395 MessageId=2281
1396 Severity=Success
1397 Facility=System
1398 SymbolicName=NERR_PausedRemote
1399 Language=English
1400 The message was sent, but the recipient has paused the Messenger service.
1401 .
1402 Language=Russian
1403 The message was sent, but the recipient has paused the Messenger service.
1404 .
1405
1406 MessageId=2282
1407 Severity=Success
1408 Facility=System
1409 SymbolicName=NERR_BadReceive
1410 Language=English
1411 The message was sent but not received.
1412 .
1413 Language=Russian
1414 The message was sent but not received.
1415 .
1416
1417 MessageId=2283
1418 Severity=Success
1419 Facility=System
1420 SymbolicName=NERR_NameInUse
1421 Language=English
1422 The message alias is currently in use. Try again later.
1423 .
1424 Language=Russian
1425 The message alias is currently in use. Try again later.
1426 .
1427
1428 MessageId=2284
1429 Severity=Success
1430 Facility=System
1431 SymbolicName=NERR_MsgNotStarted
1432 Language=English
1433 The Messenger service has not been started.
1434 .
1435 Language=Russian
1436 The Messenger service has not been started.
1437 .
1438
1439 MessageId=2285
1440 Severity=Success
1441 Facility=System
1442 SymbolicName=NERR_NotLocalName
1443 Language=English
1444 The name is not on the local computer.
1445 .
1446 Language=Russian
1447 The name is not on the local computer.
1448 .
1449
1450 MessageId=2286
1451 Severity=Success
1452 Facility=System
1453 SymbolicName=NERR_NoForwardName
1454 Language=English
1455 The forwarded message alias could not be found on the network.
1456 .
1457 Language=Russian
1458 The forwarded message alias could not be found on the network.
1459 .
1460
1461 MessageId=2287
1462 Severity=Success
1463 Facility=System
1464 SymbolicName=NERR_RemoteFull
1465 Language=English
1466 The message alias table on the remote station is full.
1467 .
1468 Language=Russian
1469 The message alias table on the remote station is full.
1470 .
1471
1472 MessageId=2288
1473 Severity=Success
1474 Facility=System
1475 SymbolicName=NERR_NameNotForwarded
1476 Language=English
1477 Messages for this alias are not currently being forwarded.
1478 .
1479 Language=Russian
1480 Messages for this alias are not currently being forwarded.
1481 .
1482
1483 MessageId=2289
1484 Severity=Success
1485 Facility=System
1486 SymbolicName=NERR_TruncatedBroadcast
1487 Language=English
1488 The broadcast message was truncated.
1489 .
1490 Language=Russian
1491 The broadcast message was truncated.
1492 .
1493
1494 MessageId=2294
1495 Severity=Success
1496 Facility=System
1497 SymbolicName=NERR_InvalidDevice
1498 Language=English
1499 This is an invalid device name.
1500 .
1501 Language=Russian
1502 This is an invalid device name.
1503 .
1504
1505 MessageId=2295
1506 Severity=Success
1507 Facility=System
1508 SymbolicName=NERR_WriteFault
1509 Language=English
1510 A write fault occurred.
1511 .
1512 Language=Russian
1513 A write fault occurred.
1514 .
1515
1516 MessageId=2297
1517 Severity=Success
1518 Facility=System
1519 SymbolicName=NERR_DuplicateName
1520 Language=English
1521 A duplicate message alias exists on the network.
1522 .
1523 Language=Russian
1524 A duplicate message alias exists on the network.
1525 .
1526
1527 MessageId=2298
1528 Severity=Success
1529 Facility=System
1530 SymbolicName=NERR_DeleteLater
1531 Language=English
1532 This message alias will be deleted later.
1533 .
1534 Language=Russian
1535 This message alias will be deleted later.
1536 .
1537
1538 MessageId=2299
1539 Severity=Success
1540 Facility=System
1541 SymbolicName=NERR_IncompleteDel
1542 Language=English
1543 The message alias was not successfully deleted from all networks.
1544 .
1545 Language=Russian
1546 The message alias was not successfully deleted from all networks.
1547 .
1548
1549 MessageId=2300
1550 Severity=Success
1551 Facility=System
1552 SymbolicName=NERR_MultipleNets
1553 Language=English
1554 This operation is not supported on computers with multiple networks.
1555 .
1556 Language=Russian
1557 This operation is not supported on computers with multiple networks.
1558 .
1559
1560 MessageId=2310
1561 Severity=Success
1562 Facility=System
1563 SymbolicName=NERR_NetNameNotFound
1564 Language=English
1565 This shared resource does not exist.
1566 .
1567 Language=Russian
1568 This shared resource does not exist.
1569 .
1570
1571 MessageId=2311
1572 Severity=Success
1573 Facility=System
1574 SymbolicName=NERR_DeviceNotShared
1575 Language=English
1576 This device is not shared.
1577 .
1578 Language=Russian
1579 This device is not shared.
1580 .
1581
1582 MessageId=2312
1583 Severity=Success
1584 Facility=System
1585 SymbolicName=NERR_ClientNameNotFound
1586 Language=English
1587 A session does not exist with that computer name.
1588 .
1589 Language=Russian
1590 A session does not exist with that computer name.
1591 .
1592
1593 MessageId=2314
1594 Severity=Success
1595 Facility=System
1596 SymbolicName=NERR_FileIdNotFound
1597 Language=English
1598 There is not an open file with that identification number.
1599 .
1600 Language=Russian
1601 There is not an open file with that identification number.
1602 .
1603
1604 MessageId=2315
1605 Severity=Success
1606 Facility=System
1607 SymbolicName=NERR_ExecFailure
1608 Language=English
1609 A failure occurred when executing a remote administration command.
1610 .
1611 Language=Russian
1612 A failure occurred when executing a remote administration command.
1613 .
1614
1615 MessageId=2316
1616 Severity=Success
1617 Facility=System
1618 SymbolicName=NERR_TmpFile
1619 Language=English
1620 A failure occurred when opening a remote temporary file.
1621 .
1622 Language=Russian
1623 A failure occurred when opening a remote temporary file.
1624 .
1625
1626 MessageId=2317
1627 Severity=Success
1628 Facility=System
1629 SymbolicName=NERR_TooMuchData
1630 Language=English
1631 The data returned from a remote administration command has been truncated to 64K.
1632 .
1633 Language=Russian
1634 The data returned from a remote administration command has been truncated to 64K.
1635 .
1636
1637 MessageId=2318
1638 Severity=Success
1639 Facility=System
1640 SymbolicName=NERR_DeviceShareConflict
1641 Language=English
1642 This device cannot be shared as both a spooled and a non-spooled resource.
1643 .
1644 Language=Russian
1645 This device cannot be shared as both a spooled and a non-spooled resource.
1646 .
1647
1648 MessageId=2319
1649 Severity=Success
1650 Facility=System
1651 SymbolicName=NERR_BrowserTableIncomplete
1652 Language=English
1653 The information in the list of servers may be incorrect.
1654 .
1655 Language=Russian
1656 The information in the list of servers may be incorrect.
1657 .
1658
1659 MessageId=2320
1660 Severity=Success
1661 Facility=System
1662 SymbolicName=NERR_NotLocalDomain
1663 Language=English
1664 The computer is not active in this domain.
1665 .
1666 Language=Russian
1667 The computer is not active in this domain.
1668 .
1669
1670 MessageId=2321
1671 Severity=Success
1672 Facility=System
1673 SymbolicName=NERR_IsDfsShare
1674 Language=English
1675 The share must be removed from the Distributed File System before it can be deleted.
1676 .
1677 Language=Russian
1678 The share must be removed from the Distributed File System before it can be deleted.
1679 .
1680
1681 MessageId=2331
1682 Severity=Success
1683 Facility=System
1684 SymbolicName=NERR_DevInvalidOpCode
1685 Language=English
1686 The operation is invalid for this device.
1687 .
1688 Language=Russian
1689 The operation is invalid for this device.
1690 .
1691
1692 MessageId=2332
1693 Severity=Success
1694 Facility=System
1695 SymbolicName=NERR_DevNotFound
1696 Language=English
1697 This device cannot be shared.
1698 .
1699 Language=Russian
1700 This device cannot be shared.
1701 .
1702
1703 MessageId=2333
1704 Severity=Success
1705 Facility=System
1706 SymbolicName=NERR_DevNotOpen
1707 Language=English
1708 This device was not open.
1709 .
1710 Language=Russian
1711 This device was not open.
1712 .
1713
1714 MessageId=2334
1715 Severity=Success
1716 Facility=System
1717 SymbolicName=NERR_BadQueueDevString
1718 Language=English
1719 This device name list is invalid.
1720 .
1721 Language=Russian
1722 This device name list is invalid.
1723 .
1724
1725 MessageId=2335
1726 Severity=Success
1727 Facility=System
1728 SymbolicName=NERR_BadQueuePriority
1729 Language=English
1730 The queue priority is invalid.
1731 .
1732 Language=Russian
1733 The queue priority is invalid.
1734 .
1735
1736 MessageId=2337
1737 Severity=Success
1738 Facility=System
1739 SymbolicName=NERR_NoCommDevs
1740 Language=English
1741 There are no shared communication devices.
1742 .
1743 Language=Russian
1744 There are no shared communication devices.
1745 .
1746
1747 MessageId=2338
1748 Severity=Success
1749 Facility=System
1750 SymbolicName=NERR_QueueNotFound
1751 Language=English
1752 The queue you specified does not exist.
1753 .
1754 Language=Russian
1755 The queue you specified does not exist.
1756 .
1757
1758 MessageId=2340
1759 Severity=Success
1760 Facility=System
1761 SymbolicName=NERR_BadDevString
1762 Language=English
1763 This list of devices is invalid.
1764 .
1765 Language=Russian
1766 This list of devices is invalid.
1767 .
1768
1769 MessageId=2341
1770 Severity=Success
1771 Facility=System
1772 SymbolicName=NERR_BadDev
1773 Language=English
1774 The requested device is invalid.
1775 .
1776 Language=Russian
1777 The requested device is invalid.
1778 .
1779
1780 MessageId=2342
1781 Severity=Success
1782 Facility=System
1783 SymbolicName=NERR_InUseBySpooler
1784 Language=English
1785 This device is already in use by the spooler.
1786 .
1787 Language=Russian
1788 This device is already in use by the spooler.
1789 .
1790
1791 MessageId=2343
1792 Severity=Success
1793 Facility=System
1794 SymbolicName=NERR_CommDevInUse
1795 Language=English
1796 This device is already in use as a communication device.
1797 .
1798 Language=Russian
1799 This device is already in use as a communication device.
1800 .
1801
1802 MessageId=2351
1803 Severity=Success
1804 Facility=System
1805 SymbolicName=NERR_InvalidComputer
1806 Language=English
1807 This computer name is invalid.
1808 .
1809 Language=Russian
1810 This computer name is invalid.
1811 .
1812
1813 MessageId=2354
1814 Severity=Success
1815 Facility=System
1816 SymbolicName=NERR_MaxLenExceeded
1817 Language=English
1818 The string and prefix specified are too long.
1819 .
1820 Language=Russian
1821 The string and prefix specified are too long.
1822 .
1823
1824 MessageId=2356
1825 Severity=Success
1826 Facility=System
1827 SymbolicName=NERR_BadComponent
1828 Language=English
1829 This path component is invalid.
1830 .
1831 Language=Russian
1832 This path component is invalid.
1833 .
1834
1835 MessageId=2357
1836 Severity=Success
1837 Facility=System
1838 SymbolicName=NERR_CantType
1839 Language=English
1840 Could not determine the type of input.
1841 .
1842 Language=Russian
1843 Could not determine the type of input.
1844 .
1845
1846 MessageId=2362
1847 Severity=Success
1848 Facility=System
1849 SymbolicName=NERR_TooManyEntries
1850 Language=English
1851 The buffer for types is not big enough.
1852 .
1853 Language=Russian
1854 The buffer for types is not big enough.
1855 .
1856
1857 MessageId=2370
1858 Severity=Success
1859 Facility=System
1860 SymbolicName=NERR_ProfileFileTooBig
1861 Language=English
1862 Profile files cannot exceed 64K.
1863 .
1864 Language=Russian
1865 Profile files cannot exceed 64K.
1866 .
1867
1868 MessageId=2371
1869 Severity=Success
1870 Facility=System
1871 SymbolicName=NERR_ProfileOffset
1872 Language=English
1873 The start offset is out of range.
1874 .
1875 Language=Russian
1876 The start offset is out of range.
1877 .
1878
1879 MessageId=2372
1880 Severity=Success
1881 Facility=System
1882 SymbolicName=NERR_ProfileCleanup
1883 Language=English
1884 The system cannot delete current connections to network resources.
1885 .
1886 Language=Russian
1887 The system cannot delete current connections to network resources.
1888 .
1889
1890 MessageId=2373
1891 Severity=Success
1892 Facility=System
1893 SymbolicName=NERR_ProfileUnknownCmd
1894 Language=English
1895 The system was unable to parse the command line in this file.
1896 .
1897 Language=Russian
1898 The system was unable to parse the command line in this file.
1899 .
1900
1901 MessageId=2374
1902 Severity=Success
1903 Facility=System
1904 SymbolicName=NERR_ProfileLoadErr
1905 Language=English
1906 An error occurred while loading the profile file.
1907 .
1908 Language=Russian
1909 An error occurred while loading the profile file.
1910 .
1911
1912 MessageId=2375
1913 Severity=Success
1914 Facility=System
1915 SymbolicName=NERR_ProfileSaveErr
1916 Language=English
1917 Errors occurred while saving the profile file. The profile was partially saved.
1918 .
1919 Language=Russian
1920 Errors occurred while saving the profile file. The profile was partially saved.
1921 .
1922
1923 MessageId=2377
1924 Severity=Success
1925 Facility=System
1926 SymbolicName=NERR_LogOverflow
1927 Language=English
1928 Log file %1 is full.
1929 .
1930 Language=Russian
1931 Log file %1 is full.
1932 .
1933
1934 MessageId=2378
1935 Severity=Success
1936 Facility=System
1937 SymbolicName=NERR_LogFileChanged
1938 Language=English
1939 This log file has changed between reads.
1940 .
1941 Language=Russian
1942 This log file has changed between reads.
1943 .
1944
1945 MessageId=2379
1946 Severity=Success
1947 Facility=System
1948 SymbolicName=NERR_LogFileCorrupt
1949 Language=English
1950 Log file %1 is corrupt.
1951 .
1952 Language=Russian
1953 Log file %1 is corrupt.
1954 .
1955
1956 MessageId=2380
1957 Severity=Success
1958 Facility=System
1959 SymbolicName=NERR_SourceIsDir
1960 Language=English
1961 The source path cannot be a directory.
1962 .
1963 Language=Russian
1964 The source path cannot be a directory.
1965 .
1966
1967 MessageId=2381
1968 Severity=Success
1969 Facility=System
1970 SymbolicName=NERR_BadSource
1971 Language=English
1972 The source path is illegal.
1973 .
1974 Language=Russian
1975 The source path is illegal.
1976 .
1977
1978 MessageId=2382
1979 Severity=Success
1980 Facility=System
1981 SymbolicName=NERR_BadDest
1982 Language=English
1983 The destination path is illegal.
1984 .
1985 Language=Russian
1986 The destination path is illegal.
1987 .
1988
1989 MessageId=2383
1990 Severity=Success
1991 Facility=System
1992 SymbolicName=NERR_DifferentServers
1993 Language=English
1994 The source and destination paths are on different servers.
1995 .
1996 Language=Russian
1997 The source and destination paths are on different servers.
1998 .
1999
2000 MessageId=2385
2001 Severity=Success
2002 Facility=System
2003 SymbolicName=NERR_RunSrvPaused
2004 Language=English
2005 The Run server you requested is paused.
2006 .
2007 Language=Russian
2008 The Run server you requested is paused.
2009 .
2010
2011 MessageId=2389
2012 Severity=Success
2013 Facility=System
2014 SymbolicName=NERR_ErrCommRunSrv
2015 Language=English
2016 An error occurred when communicating with a Run server.
2017 .
2018 Language=Russian
2019 An error occurred when communicating with a Run server.
2020 .
2021
2022 MessageId=2391
2023 Severity=Success
2024 Facility=System
2025 SymbolicName=NERR_ErrorExecingGhost
2026 Language=English
2027 An error occurred when starting a background process.
2028 .
2029 Language=Russian
2030 An error occurred when starting a background process.
2031 .
2032
2033 MessageId=2392
2034 Severity=Success
2035 Facility=System
2036 SymbolicName=NERR_ShareNotFound
2037 Language=English
2038 The shared resource you are connected to could not be found.
2039 .
2040 Language=Russian
2041 The shared resource you are connected to could not be found.
2042 .
2043
2044 MessageId=2400
2045 Severity=Success
2046 Facility=System
2047 SymbolicName=NERR_InvalidLana
2048 Language=English
2049 The LAN adapter number is invalid.
2050 .
2051 Language=Russian
2052 The LAN adapter number is invalid.
2053 .
2054
2055 MessageId=2401
2056 Severity=Success
2057 Facility=System
2058 SymbolicName=NERR_OpenFiles
2059 Language=English
2060 There are open files on the connection.
2061 .
2062 Language=Russian
2063 There are open files on the connection.
2064 .
2065
2066 MessageId=2402
2067 Severity=Success
2068 Facility=System
2069 SymbolicName=NERR_ActiveConns
2070 Language=English
2071 Active connections still exist.
2072 .
2073 Language=Russian
2074 Active connections still exist.
2075 .
2076
2077 MessageId=2403
2078 Severity=Success
2079 Facility=System
2080 SymbolicName=NERR_BadPasswordCore
2081 Language=English
2082 This share name or password is invalid.
2083 .
2084 Language=Russian
2085 This share name or password is invalid.
2086 .
2087
2088 MessageId=2404
2089 Severity=Success
2090 Facility=System
2091 SymbolicName=NERR_DevInUse
2092 Language=English
2093 The device is being accessed by an active process.
2094 .
2095 Language=Russian
2096 The device is being accessed by an active process.
2097 .
2098
2099 MessageId=2405
2100 Severity=Success
2101 Facility=System
2102 SymbolicName=NERR_LocalDrive
2103 Language=English
2104 The drive letter is in use locally.
2105 .
2106 Language=Russian
2107 The drive letter is in use locally.
2108 .
2109
2110 MessageId=2430
2111 Severity=Success
2112 Facility=System
2113 SymbolicName=NERR_AlertExists
2114 Language=English
2115 The specified client is already registered for the specified event.
2116 .
2117 Language=Russian
2118 The specified client is already registered for the specified event.
2119 .
2120
2121 MessageId=2431
2122 Severity=Success
2123 Facility=System
2124 SymbolicName=NERR_TooManyAlerts
2125 Language=English
2126 The alert table is full.
2127 .
2128 Language=Russian
2129 The alert table is full.
2130 .
2131
2132 MessageId=2432
2133 Severity=Success
2134 Facility=System
2135 SymbolicName=NERR_NoSuchAlert
2136 Language=English
2137 An invalid or nonexistent alert name was raised.
2138 .
2139 Language=Russian
2140 An invalid or nonexistent alert name was raised.
2141 .
2142
2143 MessageId=2433
2144 Severity=Success
2145 Facility=System
2146 SymbolicName=NERR_BadRecipient
2147 Language=English
2148 The alert recipient is invalid.
2149 .
2150 Language=Russian
2151 The alert recipient is invalid.
2152 .
2153
2154 MessageId=2434
2155 Severity=Success
2156 Facility=System
2157 SymbolicName=NERR_AcctLimitExceeded
2158 Language=English
2159 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
2160 .
2161 Language=Russian
2162 A user's session with this server has been deleted\nbecause the user's logon hours are no longer valid.
2163 .
2164
2165 MessageId=2440
2166 Severity=Success
2167 Facility=System
2168 SymbolicName=NERR_InvalidLogSeek
2169 Language=English
2170 The log file does not contain the requested record number.
2171 .
2172 Language=Russian
2173 The log file does not contain the requested record number.
2174 .
2175
2176 MessageId=2450
2177 Severity=Success
2178 Facility=System
2179 SymbolicName=NERR_BadUasConfig
2180 Language=English
2181 The user accounts database is not configured correctly.
2182 .
2183 Language=Russian
2184 The user accounts database is not configured correctly.
2185 .
2186
2187 MessageId=2451
2188 Severity=Success
2189 Facility=System
2190 SymbolicName=NERR_InvalidUASOp
2191 Language=English
2192 This operation is not permitted when the Netlogon service is running.
2193 .
2194 Language=Russian
2195 This operation is not permitted when the Netlogon service is running.
2196 .
2197
2198 MessageId=2452
2199 Severity=Success
2200 Facility=System
2201 SymbolicName=NERR_LastAdmin
2202 Language=English
2203 This operation is not allowed on the last administrative account.
2204 .
2205 Language=Russian
2206 This operation is not allowed on the last administrative account.
2207 .
2208
2209 MessageId=2453
2210 Severity=Success
2211 Facility=System
2212 SymbolicName=NERR_DCNotFound
2213 Language=English
2214 Could not find domain controller for this domain.
2215 .
2216 Language=Russian
2217 Could not find domain controller for this domain.
2218 .
2219
2220 MessageId=2454
2221 Severity=Success
2222 Facility=System
2223 SymbolicName=NERR_LogonTrackingError
2224 Language=English
2225 Could not set logon information for this user.
2226 .
2227 Language=Russian
2228 Could not set logon information for this user.
2229 .
2230
2231 MessageId=2455
2232 Severity=Success
2233 Facility=System
2234 SymbolicName=NERR_NetlogonNotStarted
2235 Language=English
2236 The Netlogon service has not been started.
2237 .
2238 Language=Russian
2239 The Netlogon service has not been started.
2240 .
2241
2242 MessageId=2456
2243 Severity=Success
2244 Facility=System
2245 SymbolicName=NERR_CanNotGrowUASFile
2246 Language=English
2247 Unable to add to the user accounts database.
2248 .
2249 Language=Russian
2250 Unable to add to the user accounts database.
2251 .
2252
2253 MessageId=2457
2254 Severity=Success
2255 Facility=System
2256 SymbolicName=NERR_TimeDiffAtDC
2257 Language=English
2258 This server's clock is not synchronized with the primary domain controller's clock.
2259 .
2260 Language=Russian
2261 This server's clock is not synchronized with the primary domain controller's clock.
2262 .
2263
2264 MessageId=2458
2265 Severity=Success
2266 Facility=System
2267 SymbolicName=NERR_PasswordMismatch
2268 Language=English
2269 A password mismatch has been detected.
2270 .
2271 Language=Russian
2272 A password mismatch has been detected.
2273 .
2274
2275 MessageId=2460
2276 Severity=Success
2277 Facility=System
2278 SymbolicName=NERR_NoSuchServer
2279 Language=English
2280 The server identification does not specify a valid server.
2281 .
2282 Language=Russian
2283 The server identification does not specify a valid server.
2284 .
2285
2286 MessageId=2461
2287 Severity=Success
2288 Facility=System
2289 SymbolicName=NERR_NoSuchSession
2290 Language=English
2291 The session identification does not specify a valid session.
2292 .
2293 Language=Russian
2294 The session identification does not specify a valid session.
2295 .
2296
2297 MessageId=2462
2298 Severity=Success
2299 Facility=System
2300 SymbolicName=NERR_NoSuchConnection
2301 Language=English
2302 The connection identification does not specify a valid connection.
2303 .
2304 Language=Russian
2305 The connection identification does not specify a valid connection.
2306 .
2307
2308 MessageId=2463
2309 Severity=Success
2310 Facility=System
2311 SymbolicName=NERR_TooManyServers
2312 Language=English
2313 There is no space for another entry in the table of available servers.
2314 .
2315 Language=Russian
2316 There is no space for another entry in the table of available servers.
2317 .
2318
2319 MessageId=2464
2320 Severity=Success
2321 Facility=System
2322 SymbolicName=NERR_TooManySessions
2323 Language=English
2324 The server has reached the maximum number of sessions it supports.
2325 .
2326 Language=Russian
2327 The server has reached the maximum number of sessions it supports.
2328 .
2329
2330 MessageId=2465
2331 Severity=Success
2332 Facility=System
2333 SymbolicName=NERR_TooManyConnections
2334 Language=English
2335 The server has reached the maximum number of connections it supports.
2336 .
2337 Language=Russian
2338 The server has reached the maximum number of connections it supports.
2339 .
2340
2341 MessageId=2466
2342 Severity=Success
2343 Facility=System
2344 SymbolicName=NERR_TooManyFiles
2345 Language=English
2346 The server cannot open more files because it has reached its maximum number.
2347 .
2348 Language=Russian
2349 The server cannot open more files because it has reached its maximum number.
2350 .
2351
2352 MessageId=2467
2353 Severity=Success
2354 Facility=System
2355 SymbolicName=NERR_NoAlternateServers
2356 Language=English
2357 There are no alternate servers registered on this server.
2358 .
2359 Language=Russian
2360 There are no alternate servers registered on this server.
2361 .
2362
2363 MessageId=2470
2364 Severity=Success
2365 Facility=System
2366 SymbolicName=NERR_TryDownLevel
2367 Language=English
2368 Try down-level (remote admin protocol) version of API instead.
2369 .
2370 Language=Russian
2371 Try down-level (remote admin protocol) version of API instead.
2372 .
2373
2374 MessageId=2480
2375 Severity=Success
2376 Facility=System
2377 SymbolicName=NERR_UPSDriverNotStarted
2378 Language=English
2379 The UPS driver could not be accessed by the UPS service.
2380 .
2381 Language=Russian
2382 The UPS driver could not be accessed by the UPS service.
2383 .
2384
2385 MessageId=2481
2386 Severity=Success
2387 Facility=System
2388 SymbolicName=NERR_UPSInvalidConfig
2389 Language=English
2390 The UPS service is not configured correctly.
2391 .
2392 Language=Russian
2393 The UPS service is not configured correctly.
2394 .
2395
2396 MessageId=2482
2397 Severity=Success
2398 Facility=System
2399 SymbolicName=NERR_UPSInvalidCommPort
2400 Language=English
2401 The UPS service could not access the specified Comm Port.
2402 .
2403 Language=Russian
2404 The UPS service could not access the specified Comm Port.
2405 .
2406
2407 MessageId=2483
2408 Severity=Success
2409 Facility=System
2410 SymbolicName=NERR_UPSSignalAsserted
2411 Language=English
2412 The UPS indicated a line fail or low battery situation. Service not started.
2413 .
2414 Language=Russian
2415 The UPS indicated a line fail or low battery situation. Service not started.
2416 .
2417
2418 MessageId=2484
2419 Severity=Success
2420 Facility=System
2421 SymbolicName=NERR_UPSShutdownFailed
2422 Language=English
2423 The UPS service failed to perform a system shut down.
2424 .
2425 Language=Russian
2426 The UPS service failed to perform a system shut down.
2427 .
2428
2429 MessageId=2500
2430 Severity=Success
2431 Facility=System
2432 SymbolicName=NERR_BadDosRetCode
2433 Language=English
2434 The program below returned a DOS error code:
2435 .
2436 Language=Russian
2437 The program below returned a DOS error code:
2438 .
2439
2440 MessageId=2501
2441 Severity=Success
2442 Facility=System
2443 SymbolicName=NERR_ProgNeedsExtraMem
2444 Language=English
2445 The program below needs more memory:
2446 .
2447 Language=Russian
2448 The program below needs more memory:
2449 .
2450
2451 MessageId=2502
2452 Severity=Success
2453 Facility=System
2454 SymbolicName=NERR_BadDosFunction
2455 Language=English
2456 The program below called an unsupported DOS function:
2457 .
2458 Language=Russian
2459 The program below called an unsupported DOS function:
2460 .
2461
2462 MessageId=2503
2463 Severity=Success
2464 Facility=System
2465 SymbolicName=NERR_RemoteBootFailed
2466 Language=English
2467 The workstation failed to boot.
2468 .
2469 Language=Russian
2470 The workstation failed to boot.
2471 .
2472
2473 MessageId=2504
2474 Severity=Success
2475 Facility=System
2476 SymbolicName=NERR_BadFileCheckSum
2477 Language=English
2478 The file below is corrupt.
2479 .
2480 Language=Russian
2481 The file below is corrupt.
2482 .
2483
2484 MessageId=2505
2485 Severity=Success
2486 Facility=System
2487 SymbolicName=NERR_NoRplBootSystem
2488 Language=English
2489 No loader is specified in the boot-block definition file.
2490 .
2491 Language=Russian
2492 No loader is specified in the boot-block definition file.
2493 .
2494
2495 MessageId=2506
2496 Severity=Success
2497 Facility=System
2498 SymbolicName=NERR_RplLoadrNetBiosErr
2499 Language=English
2500 NetBIOS returned an error: The NCB and SMB are dumped above.
2501 .
2502 Language=Russian
2503 NetBIOS returned an error: The NCB and SMB are dumped above.
2504 .
2505
2506 MessageId=2507
2507 Severity=Success
2508 Facility=System
2509 SymbolicName=NERR_RplLoadrDiskErr
2510 Language=English
2511 A disk I/O error occurred.
2512 .
2513 Language=Russian
2514 A disk I/O error occurred.
2515 .
2516
2517 MessageId=2508
2518 Severity=Success
2519 Facility=System
2520 SymbolicName=NERR_ImageParamErr
2521 Language=English
2522 Image parameter substitution failed.
2523 .
2524 Language=Russian
2525 Image parameter substitution failed.
2526 .
2527
2528 MessageId=2509
2529 Severity=Success
2530 Facility=System
2531 SymbolicName=NERR_TooManyImageParams
2532 Language=English
2533 Too many image parameters cross disk sector boundaries.
2534 .
2535 Language=Russian
2536 Too many image parameters cross disk sector boundaries.
2537 .
2538
2539 MessageId=2510
2540 Severity=Success
2541 Facility=System
2542 SymbolicName=NERR_NonDosFloppyUsed
2543 Language=English
2544 The image was not generated from a DOS diskette formatted with /S.
2545 .
2546 Language=Russian
2547 The image was not generated from a DOS diskette formatted with /S.
2548 .
2549
2550 MessageId=2511
2551 Severity=Success
2552 Facility=System
2553 SymbolicName=NERR_RplBootRestart
2554 Language=English
2555 Remote boot will be restarted later.
2556 .
2557 Language=Russian
2558 Remote boot will be restarted later.
2559 .
2560
2561 MessageId=2512
2562 Severity=Success
2563 Facility=System
2564 SymbolicName=NERR_RplSrvrCallFailed
2565 Language=English
2566 The call to the Remoteboot server failed.
2567 .
2568 Language=Russian
2569 The call to the Remoteboot server failed.
2570 .
2571
2572 MessageId=2513
2573 Severity=Success
2574 Facility=System
2575 SymbolicName=NERR_CantConnectRplSrvr
2576 Language=English
2577 Cannot connect to the Remoteboot server.
2578 .
2579 Language=Russian
2580 Cannot connect to the Remoteboot server.
2581 .
2582
2583 MessageId=2514
2584 Severity=Success
2585 Facility=System
2586 SymbolicName=NERR_CantOpenImageFile
2587 Language=English
2588 Cannot open image file on the Remoteboot server.
2589 .
2590 Language=Russian
2591 Cannot open image file on the Remoteboot server.
2592 .
2593
2594 MessageId=2515
2595 Severity=Success
2596 Facility=System
2597 SymbolicName=NERR_CallingRplSrvr
2598 Language=English
2599 Connecting to the Remoteboot server...
2600 .
2601 Language=Russian
2602 Connecting to the Remoteboot server...
2603 .
2604
2605 MessageId=2516
2606 Severity=Success
2607 Facility=System
2608 SymbolicName=NERR_StartingRplBoot
2609 Language=English
2610 Connecting to the Remoteboot server...
2611 .
2612 Language=Russian
2613 Connecting to the Remoteboot server...
2614 .
2615
2616 MessageId=2517
2617 Severity=Success
2618 Facility=System
2619 SymbolicName=NERR_RplBootServiceTerm
2620 Language=English
2621 Remote boot service was stopped; check the error log for the cause of the problem.
2622 .
2623 Language=Russian
2624 Remote boot service was stopped; check the error log for the cause of the problem.
2625 .
2626
2627 MessageId=2518
2628 Severity=Success
2629 Facility=System
2630 SymbolicName=NERR_RplBootStartFailed
2631 Language=English
2632 Remote boot startup failed; check the error log for the cause of the problem.
2633 .
2634 Language=Russian
2635 Remote boot startup failed; check the error log for the cause of the problem.
2636 .
2637
2638 MessageId=2519
2639 Severity=Success
2640 Facility=System
2641 SymbolicName=NERR_RPL_CONNECTED
2642 Language=English
2643 A second connection to a Remoteboot resource is not allowed.
2644 .
2645 Language=Russian
2646 A second connection to a Remoteboot resource is not allowed.
2647 .
2648
2649 MessageId=2550
2650 Severity=Success
2651 Facility=System
2652 SymbolicName=NERR_BrowserConfiguredToNotRun
2653 Language=English
2654 The browser service was configured with MaintainServerList=No.
2655 .
2656 Language=Russian
2657 The browser service was configured with MaintainServerList=No.
2658 .
2659
2660 MessageId=2610
2661 Severity=Success
2662 Facility=System
2663 SymbolicName=NERR_RplNoAdaptersStarted
2664 Language=English
2665 Service failed to start since none of the network adapters started with this service.
2666 .
2667 Language=Russian
2668 Service failed to start since none of the network adapters started with this service.
2669 .
2670
2671 MessageId=2611
2672 Severity=Success
2673 Facility=System
2674 SymbolicName=NERR_RplBadRegistry
2675 Language=English
2676 Service failed to start due to bad startup information in the registry.
2677 .
2678 Language=Russian
2679 Service failed to start due to bad startup information in the registry.
2680 .
2681
2682 MessageId=2612
2683 Severity=Success
2684 Facility=System
2685 SymbolicName=NERR_RplBadDatabase
2686 Language=English
2687 Service failed to start because its database is absent or corrupt.
2688 .
2689 Language=Russian
2690 Service failed to start because its database is absent or corrupt.
2691 .
2692
2693 MessageId=2613
2694 Severity=Success
2695 Facility=System
2696 SymbolicName=NERR_RplRplfilesShare
2697 Language=English
2698 Service failed to start because RPLFILES share is absent.
2699 .
2700 Language=Russian
2701 Service failed to start because RPLFILES share is absent.
2702 .
2703
2704 MessageId=2614
2705 Severity=Success
2706 Facility=System
2707 SymbolicName=NERR_RplNotRplServer
2708 Language=English
2709 Service failed to start because RPLUSER group is absent.
2710 .
2711 Language=Russian
2712 Service failed to start because RPLUSER group is absent.
2713 .
2714
2715 MessageId=2615
2716 Severity=Success
2717 Facility=System
2718 SymbolicName=NERR_RplCannotEnum
2719 Language=English
2720 Cannot enumerate service records.
2721 .
2722 Language=Russian
2723 Cannot enumerate service records.
2724 .
2725
2726 MessageId=2616
2727 Severity=Success
2728 Facility=System
2729 SymbolicName=NERR_RplWkstaInfoCorrupted
2730 Language=English
2731 Workstation record information has been corrupted.
2732 .
2733 Language=Russian
2734 Workstation record information has been corrupted.
2735 .
2736
2737 MessageId=2617
2738 Severity=Success
2739 Facility=System
2740 SymbolicName=NERR_RplWkstaNotFound
2741 Language=English
2742 Workstation record was not found.
2743 .
2744 Language=Russian
2745 Workstation record was not found.
2746 .
2747
2748 MessageId=2618
2749 Severity=Success
2750 Facility=System
2751 SymbolicName=NERR_RplWkstaNameUnavailable
2752 Language=English
2753 Workstation name is in use by some other workstation.
2754 .
2755 Language=Russian
2756 Workstation name is in use by some other workstation.
2757 .
2758
2759 MessageId=2619
2760 Severity=Success
2761 Facility=System
2762 SymbolicName=NERR_RplProfileInfoCorrupted
2763 Language=English
2764 Profile record information has been corrupted.
2765 .
2766 Language=Russian
2767 Profile record information has been corrupted.
2768 .
2769
2770 MessageId=2620
2771 Severity=Success
2772 Facility=System
2773 SymbolicName=NERR_RplProfileNotFound
2774 Language=English
2775 Profile record was not found.
2776 .
2777 Language=Russian
2778 Profile record was not found.
2779 .
2780
2781 MessageId=2621
2782 Severity=Success
2783 Facility=System
2784 SymbolicName=NERR_RplProfileNameUnavailable
2785 Language=English
2786 Profile name is in use by some other profile.
2787 .
2788 Language=Russian
2789 Profile name is in use by some other profile.
2790 .
2791
2792 MessageId=2622
2793 Severity=Success
2794 Facility=System
2795 SymbolicName=NERR_RplProfileNotEmpty
2796 Language=English
2797 There are workstations using this profile.
2798 .
2799 Language=Russian
2800 There are workstations using this profile.
2801 .
2802
2803 MessageId=2623
2804 Severity=Success
2805 Facility=System
2806 SymbolicName=NERR_RplConfigInfoCorrupted
2807 Language=English
2808 Configuration record information has been corrupted.
2809 .
2810 Language=Russian
2811 Configuration record information has been corrupted.
2812 .
2813
2814 MessageId=2624
2815 Severity=Success
2816 Facility=System
2817 SymbolicName=NERR_RplConfigNotFound
2818 Language=English
2819 Configuration record was not found.
2820 .
2821 Language=Russian
2822 Configuration record was not found.
2823 .
2824
2825 MessageId=2625
2826 Severity=Success
2827 Facility=System
2828 SymbolicName=NERR_RplAdapterInfoCorrupted
2829 Language=English
2830 Adapter id record information has been corrupted.
2831 .
2832 Language=Russian
2833 Adapter id record information has been corrupted.
2834 .
2835
2836 MessageId=2626
2837 Severity=Success
2838 Facility=System
2839 SymbolicName=NERR_RplInternal
2840 Language=English
2841 An internal service error has occurred.
2842 .
2843 Language=Russian
2844 An internal service error has occurred.
2845 .
2846
2847 MessageId=2627
2848 Severity=Success
2849 Facility=System
2850 SymbolicName=NERR_RplVendorInfoCorrupted
2851 Language=English
2852 Vendor id record information has been corrupted.
2853 .
2854 Language=Russian
2855 Vendor id record information has been corrupted.
2856 .
2857
2858 MessageId=2628
2859 Severity=Success
2860 Facility=System
2861 SymbolicName=NERR_RplBootInfoCorrupted
2862 Language=English
2863 Boot block record information has been corrupted.
2864 .
2865 Language=Russian
2866 Boot block record information has been corrupted.
2867 .
2868
2869 MessageId=2629
2870 Severity=Success
2871 Facility=System
2872 SymbolicName=NERR_RplWkstaNeedsUserAcct
2873 Language=English
2874 The user account for this workstation record is missing.
2875 .
2876 Language=Russian
2877 The user account for this workstation record is missing.
2878 .
2879
2880 MessageId=2630
2881 Severity=Success
2882 Facility=System
2883 SymbolicName=NERR_RplNeedsRPLUSERAcct
2884 Language=English
2885 The RPLUSER local group could not be found.
2886 .
2887 Language=Russian
2888 The RPLUSER local group could not be found.
2889 .
2890
2891 MessageId=2631
2892 Severity=Success
2893 Facility=System
2894 SymbolicName=NERR_RplBootNotFound
2895 Language=English
2896 Boot block record was not found.
2897 .
2898 Language=Russian
2899 Boot block record was not found.
2900 .
2901
2902 MessageId=2632
2903 Severity=Success
2904 Facility=System
2905 SymbolicName=NERR_RplIncompatibleProfile
2906 Language=English
2907 Chosen profile is incompatible with this workstation.
2908 .
2909 Language=Russian
2910 Chosen profile is incompatible with this workstation.
2911 .
2912
2913 MessageId=2633
2914 Severity=Success
2915 Facility=System
2916 SymbolicName=NERR_RplAdapterNameUnavailable
2917 Language=English
2918 Chosen network adapter id is in use by some other workstation.
2919 .
2920 Language=Russian
2921 Chosen network adapter id is in use by some other workstation.
2922 .
2923
2924 MessageId=2634
2925 Severity=Success
2926 Facility=System
2927 SymbolicName=NERR_RplConfigNotEmpty
2928 Language=English
2929 There are profiles using this configuration.
2930 .
2931 Language=Russian
2932 There are profiles using this configuration.
2933 .
2934
2935 MessageId=2635
2936 Severity=Success
2937 Facility=System
2938 SymbolicName=NERR_RplBootInUse
2939 Language=English
2940 There are workstations, profiles or configurations using this boot block.
2941 .
2942 Language=Russian
2943 There are workstations, profiles or configurations using this boot block.
2944 .
2945
2946 MessageId=2636
2947 Severity=Success
2948 Facility=System
2949 SymbolicName=NERR_RplBackupDatabase
2950 Language=English
2951 Service failed to backup Remoteboot database.
2952 .
2953 Language=Russian
2954 Service failed to backup Remoteboot database.
2955 .
2956
2957 MessageId=2637
2958 Severity=Success
2959 Facility=System
2960 SymbolicName=NERR_RplAdapterNotFound
2961 Language=English
2962 Adapter record was not found.
2963 .
2964 Language=Russian
2965 Adapter record was not found.
2966 .
2967
2968 MessageId=2638
2969 Severity=Success
2970 Facility=System
2971 SymbolicName=NERR_RplVendorNotFound
2972 Language=English
2973 Vendor record was not found.
2974 .
2975 Language=Russian
2976 Vendor record was not found.
2977 .
2978
2979 MessageId=2639
2980 Severity=Success
2981 Facility=System
2982 SymbolicName=NERR_RplVendorNameUnavailable
2983 Language=English
2984 Vendor name is in use by some other vendor record.
2985 .
2986 Language=Russian
2987 Vendor name is in use by some other vendor record.
2988 .
2989
2990 MessageId=2640
2991 Severity=Success
2992 Facility=System
2993 SymbolicName=NERR_RplBootNameUnavailable
2994 Language=English
2995 (boot name, vendor id) is in use by some other boot block record.
2996 .
2997 Language=Russian
2998 (boot name, vendor id) is in use by some other boot block record.
2999 .
3000
3001 MessageId=2641
3002 Severity=Success
3003 Facility=System
3004 SymbolicName=NERR_RplConfigNameUnavailable
3005 Language=English
3006 Configuration name is in use by some other configuration.
3007 .
3008 Language=Russian
3009 Configuration name is in use by some other configuration.
3010 .
3011
3012 MessageId=2660
3013 Severity=Success
3014 Facility=System
3015 SymbolicName=NERR_DfsInternalCorruption
3016 Language=English
3017 The internal database maintained by the DFS service is corrupt
3018 .
3019 Language=Russian
3020 The internal database maintained by the DFS service is corrupt
3021 .
3022
3023 MessageId=2661
3024 Severity=Success
3025 Facility=System
3026 SymbolicName=NERR_DfsVolumeDataCorrupt
3027 Language=English
3028 One of the records in the internal DFS database is corrupt
3029 .
3030 Language=Russian
3031 One of the records in the internal DFS database is corrupt
3032 .
3033
3034 MessageId=2662
3035 Severity=Success
3036 Facility=System
3037 SymbolicName=NERR_DfsNoSuchVolume
3038 Language=English
3039 There is no DFS name whose entry path matches the input Entry Path
3040 .
3041 Language=Russian
3042 There is no DFS name whose entry path matches the input Entry Path
3043 .
3044
3045 MessageId=2663
3046 Severity=Success
3047 Facility=System
3048 SymbolicName=NERR_DfsVolumeAlreadyExists
3049 Language=English
3050 A root or link with the given name already exists
3051 .
3052 Language=Russian
3053 A root or link with the given name already exists
3054 .
3055
3056 MessageId=2664
3057 Severity=Success
3058 Facility=System
3059 SymbolicName=NERR_DfsAlreadyShared
3060 Language=English
3061 The server share specified is already shared in the DFS
3062 .
3063 Language=Russian
3064 The server share specified is already shared in the DFS
3065 .
3066
3067 MessageId=2665
3068 Severity=Success
3069 Facility=System
3070 SymbolicName=NERR_DfsNoSuchShare
3071 Language=English
3072 The indicated server share does not support the indicated DFS namespace
3073 .
3074 Language=Russian
3075 The indicated server share does not support the indicated DFS namespace
3076 .
3077
3078 MessageId=2666
3079 Severity=Success
3080 Facility=System
3081 SymbolicName=NERR_DfsNotALeafVolume
3082 Language=English
3083 The operation is not valid on this portion of the namespace
3084 .
3085 Language=Russian
3086 The operation is not valid on this portion of the namespace
3087 .
3088
3089 MessageId=2667
3090 Severity=Success
3091 Facility=System
3092 SymbolicName=NERR_DfsLeafVolume
3093 Language=English
3094 The operation is not valid on this portion of the namespace
3095 .
3096 Language=Russian
3097 The operation is not valid on this portion of the namespace
3098 .
3099
3100 MessageId=2668
3101 Severity=Success
3102 Facility=System
3103 SymbolicName=NERR_DfsVolumeHasMultipleServers
3104 Language=English
3105 The operation is ambiguous because the link has multiple servers
3106 .
3107 Language=Russian
3108 The operation is ambiguous because the link has multiple servers
3109 .
3110
3111 MessageId=2669
3112 Severity=Success
3113 Facility=System
3114 SymbolicName=NERR_DfsCantCreateJunctionPoint
3115 Language=English
3116 Unable to create a link
3117 .
3118 Language=Russian
3119 Unable to create a link
3120 .
3121
3122 MessageId=2670
3123 Severity=Success
3124 Facility=System
3125 SymbolicName=NERR_DfsServerNotDfsAware
3126 Language=English
3127 The server is not DFS Aware
3128 .
3129 Language=Russian
3130 The server is not DFS Aware
3131 .
3132
3133 MessageId=2671
3134 Severity=Success
3135 Facility=System
3136 SymbolicName=NERR_DfsBadRenamePath
3137 Language=English
3138 The specified rename target path is invalid
3139 .
3140 Language=Russian
3141 The specified rename target path is invalid
3142 .
3143
3144 MessageId=2672
3145 Severity=Success
3146 Facility=System
3147 SymbolicName=NERR_DfsVolumeIsOffline
3148 Language=English
3149 The specified DFS link is offline
3150 .
3151 Language=Russian
3152 The specified DFS link is offline
3153 .
3154
3155 MessageId=2673
3156 Severity=Success
3157 Facility=System
3158 SymbolicName=NERR_DfsNoSuchServer
3159 Language=English
3160 The specified server is not a server for this link
3161 .
3162 Language=Russian
3163 The specified server is not a server for this link
3164 .
3165
3166 MessageId=2674
3167 Severity=Success
3168 Facility=System
3169 SymbolicName=NERR_DfsCyclicalName
3170 Language=English
3171 A cycle in the DFS name was detected
3172 .
3173 Language=Russian
3174 A cycle in the DFS name was detected
3175 .
3176
3177 MessageId=2675
3178 Severity=Success
3179 Facility=System
3180 SymbolicName=NERR_DfsNotSupportedInServerDfs
3181 Language=English
3182 The operation is not supported on a server-based DFS
3183 .
3184 Language=Russian
3185 The operation is not supported on a server-based DFS
3186 .
3187
3188 MessageId=2676
3189 Severity=Success
3190 Facility=System
3191 SymbolicName=NERR_DfsDuplicateService
3192 Language=English
3193 This link is already supported by the specified server-share
3194 .
3195 Language=Russian
3196 This link is already supported by the specified server-share
3197 .
3198
3199 MessageId=2677
3200 Severity=Success
3201 Facility=System
3202 SymbolicName=NERR_DfsCantRemoveLastServerShare
3203 Language=English
3204 Can't remove the last server-share supporting this root or link
3205 .
3206 Language=Russian
3207 Can't remove the last server-share supporting this root or link
3208 .
3209
3210 MessageId=2678
3211 Severity=Success
3212 Facility=System
3213 SymbolicName=NERR_DfsVolumeIsInterDfs
3214 Language=English
3215 The operation is not supported for an Inter-DFS link
3216 .
3217 Language=Russian
3218 The operation is not supported for an Inter-DFS link
3219 .
3220
3221 MessageId=2679
3222 Severity=Success
3223 Facility=System
3224 SymbolicName=NERR_DfsInconsistent
3225 Language=English
3226 The internal state of the DFS Service has become inconsistent
3227 .
3228 Language=Russian
3229 The internal state of the DFS Service has become inconsistent
3230 .
3231
3232 MessageId=2680
3233 Severity=Success
3234 Facility=System
3235 SymbolicName=NERR_DfsServerUpgraded
3236 Language=English
3237 The DFS Service has been installed on the specified server
3238 .
3239 Language=Russian
3240 The DFS Service has been installed on the specified server
3241 .
3242
3243 MessageId=2681
3244 Severity=Success
3245 Facility=System
3246 SymbolicName=NERR_DfsDataIsIdentical
3247 Language=English
3248 The DFS data being reconciled is identical
3249 .
3250 Language=Russian
3251 The DFS data being reconciled is identical
3252 .
3253
3254 MessageId=2682
3255 Severity=Success
3256 Facility=System
3257 SymbolicName=NERR_DfsCantRemoveDfsRoot
3258 Language=English
3259 The DFS root cannot be deleted - Uninstall DFS if required
3260 .
3261 Language=Russian
3262 The DFS root cannot be deleted - Uninstall DFS if required
3263 .
3264
3265 MessageId=2683
3266 Severity=Success
3267 Facility=System
3268 SymbolicName=NERR_DfsChildOrParentInDfs
3269 Language=English
3270 A child or parent directory of the share is already in a DFS
3271 .
3272 Language=Russian
3273 A child or parent directory of the share is already in a DFS
3274 .
3275
3276 MessageId=2690
3277 Severity=Success
3278 Facility=System
3279 SymbolicName=NERR_DfsInternalError
3280 Language=English
3281 DFS internal error
3282 .
3283 Language=Russian
3284 DFS internal error
3285 .
3286
3287 MessageId=2691
3288 Severity=Success
3289 Facility=System
3290 SymbolicName=NERR_SetupAlreadyJoined
3291 Language=English
3292 This machine is already joined to a domain.
3293 .
3294 Language=Russian
3295 This machine is already joined to a domain.
3296 .
3297
3298 MessageId=2692
3299 Severity=Success
3300 Facility=System
3301 SymbolicName=NERR_SetupNotJoined
3302 Language=English
3303 This machine is not currently joined to a domain.
3304 .
3305 Language=Russian
3306 This machine is not currently joined to a domain.
3307 .
3308
3309 MessageId=2693
3310 Severity=Success
3311 Facility=System
3312 SymbolicName=NERR_SetupDomainController
3313 Language=English
3314 This machine is a domain controller and cannot be unjoined from a domain.
3315 .
3316 Language=Russian
3317 This machine is a domain controller and cannot be unjoined from a domain.
3318 .
3319
3320 MessageId=2694
3321 Severity=Success
3322 Facility=System
3323 SymbolicName=NERR_DefaultJoinRequired
3324 Language=English
3325 The destination domain controller does not support creating machine accounts in OUs.
3326 .
3327 Language=Russian
3328 The destination domain controller does not support creating machine accounts in OUs.
3329 .
3330
3331 MessageId=2695
3332 Severity=Success
3333 Facility=System
3334 SymbolicName=NERR_InvalidWorkgroupName
3335 Language=English
3336 The specified workgroup name is invalid.
3337 .
3338 Language=Russian
3339 The specified workgroup name is invalid.
3340 .
3341
3342 MessageId=2696
3343 Severity=Success
3344 Facility=System
3345 SymbolicName=NERR_NameUsesIncompatibleCodePage
3346 Language=English
3347 The specified computer name is incompatible with the default language used on the domain controller.
3348 .
3349 Language=Russian
3350 The specified computer name is incompatible with the default language used on the domain controller.
3351 .
3352
3353 MessageId=2697
3354 Severity=Success
3355 Facility=System
3356 SymbolicName=NERR_ComputerAccountNotFound
3357 Language=English
3358 The specified computer account could not be found.
3359 .
3360 Language=Russian
3361 The specified computer account could not be found.
3362 .
3363
3364 MessageId=2698
3365 Severity=Success
3366 Facility=System
3367 SymbolicName=NERR_PersonalSku
3368 Language=English
3369 This version of the operating system cannot be joined to a domain.
3370 .
3371 Language=Russian
3372 This version of the operating system cannot be joined to a domain.
3373 .
3374
3375 MessageId=2701
3376 Severity=Success
3377 Facility=System
3378 SymbolicName=NERR_PasswordMustChange
3379 Language=English
3380 Password must change at next logon
3381 .
3382 Language=Russian
3383 Password must change at next logon
3384 .
3385
3386 MessageId=2702
3387 Severity=Success
3388 Facility=System
3389 SymbolicName=NERR_AccountLockedOut
3390 Language=English
3391 Account is locked out
3392 .
3393 Language=Russian
3394 Account is locked out
3395 .
3396
3397 MessageId=2703
3398 Severity=Success
3399 Facility=System
3400 SymbolicName=NERR_PasswordTooLong
3401 Language=English
3402 Password is too long
3403 .
3404 Language=Russian
3405 Password is too long
3406 .
3407
3408 MessageId=2704
3409 Severity=Success
3410 Facility=System
3411 SymbolicName=NERR_PasswordNotComplexEnough
3412 Language=English
3413 Password doesn't meet the complexity policy
3414 .
3415 Language=Russian
3416 Password doesn't meet the complexity policy
3417 .
3418
3419 MessageId=2705
3420 Severity=Success
3421 Facility=System
3422 SymbolicName=NERR_PasswordFilterError
3423 Language=English
3424 Password doesn't meet the requirements of the filter dll's
3425 .
3426 Language=Russian
3427 Password doesn't meet the requirements of the filter dll's
3428 .
3429
3430 MessageId=2999
3431 Severity=Success
3432 Facility=System
3433 SymbolicName=MAX_NERR
3434 Language=English
3435 This is the last error in NERR range.
3436 .
3437 Language=Russian
3438 This is the last error in NERR range.
3439 .
3440
3441
3442 ;
3443 ; alertmsg.h (non-public) message definitions (3000 - 3049 ALERT_BASE)
3444 ;
3445
3446 MessageId=3000
3447 Severity=Success
3448 Facility=System
3449 SymbolicName=ALERT_3000
3450 Language=English
3451 Drive %1 is nearly full. %2 bytes are available.\n
3452 Please warn users and delete unneeded files.
3453 .
3454 Language=Russian
3455 Drive %1 is nearly full. %2 bytes are available.\n
3456 Please warn users and delete unneeded files.
3457 .
3458
3459 MessageId=3001
3460 Severity=Success
3461 Facility=System
3462 SymbolicName=ALERT_3001
3463 Language=English
3464 %1 errors were logged in the last %2 minutes.\n
3465 Please review the server's error log.
3466 .
3467 Language=Russian
3468 %1 errors were logged in the last %2 minutes.\n
3469 Please review the server's error log.
3470 .
3471
3472 MessageId=3002
3473 Severity=Success
3474 Facility=System
3475 SymbolicName=ALERT_3002
3476 Language=English
3477 %1 network errors occurred in the last %2 minutes.\n
3478 Please review the server's error log. The server and/or\n
3479 network hardware may need service.
3480 .
3481 Language=Russian
3482 %1 network errors occurred in the last %2 minutes.\n
3483 Please review the server's error log. The server and/or\n
3484 network hardware may need service.
3485 .
3486
3487 MessageId=3003
3488 Severity=Success
3489 Facility=System
3490 SymbolicName=ALERT_3003
3491 Language=English
3492 There were %1 bad password attempts in the last %2 minutes.\n
3493 Please review the server's audit trail.
3494 .
3495 Language=Russian
3496 There were %1 bad password attempts in the last %2 minutes.\n
3497 Please review the server's audit trail.
3498 .
3499
3500 MessageId=3004
3501 Severity=Success
3502 Facility=System
3503 SymbolicName=ALERT_3004
3504 Language=English
3505 There were %1 access-denied errors in the last %2 minutes.\n
3506 Please review the server's audit trail.
3507 .
3508 Language=Russian
3509 There were %1 access-denied errors in the last %2 minutes.\n
3510 Please review the server's audit trail.
3511 .
3512
3513 MessageId=3006
3514 Severity=Success
3515 Facility=System
3516 SymbolicName=ALERT_3006
3517 Language=English
3518 The error log is full. No errors will be logged until\n
3519 the file is cleared or the limit is raised.
3520 .
3521 Language=Russian
3522 The error log is full. No errors will be logged until\n
3523 the file is cleared or the limit is raised.
3524 .
3525
3526 MessageId=3007
3527 Severity=Success
3528 Facility=System
3529 SymbolicName=ALERT_3007
3530 Language=English
3531 The error log is 80%% full.
3532 .
3533 Language=Russian
3534 The error log is 80%% full.
3535 .
3536
3537 MessageId=3008
3538 Severity=Success
3539 Facility=System
3540 SymbolicName=ALERT_3008
3541 Language=English
3542 The audit log is full. No audit entries will be logged\n
3543 until the file is cleared or the limit is raised.
3544 .
3545 Language=Russian
3546 The audit log is full. No audit entries will be logged\n
3547 until the file is cleared or the limit is raised.
3548 .
3549
3550 MessageId=3009
3551 Severity=Success
3552 Facility=System
3553 SymbolicName=ALERT_3009
3554 Language=English
3555 The audit log is 80%% full.
3556 .
3557 Language=Russian
3558 The audit log is 80%% full.
3559 .
3560
3561 MessageId=3010
3562 Severity=Success
3563 Facility=System
3564 SymbolicName=ALERT_3010
3565 Language=English
3566 An error occurred closing file %1.\n
3567 Please check the file to make sure it is not corrupted.
3568 .
3569 Language=Russian
3570 An error occurred closing file %1.\n
3571 Please check the file to make sure it is not corrupted.
3572 .
3573
3574 MessageId=3011
3575 Severity=Success
3576 Facility=System
3577 SymbolicName=ALERT_3011
3578 Language=English
3579 The administrator has closed %1.
3580 .
3581 Language=Russian
3582 The administrator has closed %1.
3583 .
3584
3585 MessageId=3012
3586 Severity=Success
3587 Facility=System
3588 SymbolicName=ALERT_3012
3589 Language=English
3590 There were %1 access-denied errors in the last %2 minutes.
3591 .
3592 Language=Russian
3593 There were %1 access-denied errors in the last %2 minutes.
3594 .
3595
3596 MessageId=3020
3597 Severity=Success
3598 Facility=System
3599 SymbolicName=ALERT_3020
3600 Language=English
3601 A power failure was detected at %1. The server has been paused.
3602 .
3603 Language=Russian
3604 A power failure was detected at %1. The server has been paused.
3605 .
3606
3607 MessageId=3021
3608 Severity=Success
3609 Facility=System
3610 SymbolicName=ALERT_3021
3611 Language=English
3612 Power has been restored at %1. The server is no longer paused.
3613 .
3614 Language=Russian
3615 Power has been restored at %1. The server is no longer paused.
3616 .
3617
3618 MessageId=3022
3619 Severity=Success
3620 Facility=System
3621 SymbolicName=ALERT_3022
3622 Language=English
3623 The UPS service is starting shut down at %1 due to low battery.
3624 .
3625 Language=Russian
3626 The UPS service is starting shut down at %1 due to low battery.
3627 .
3628
3629 MessageId=3023
3630 Severity=Success
3631 Facility=System
3632 SymbolicName=ALERT_3023
3633 Language=English
3634 There is a problem with a configuration of user specified\n
3635 shut down command file. The UPS service started anyway.
3636 .
3637 Language=Russian
3638 There is a problem with a configuration of user specified\n
3639 shut down command file. The UPS service started anyway.
3640 .
3641
3642 MessageId=3025
3643 Severity=Success
3644 Facility=System
3645 SymbolicName=ALERT_3025
3646 Language=English
3647 A defective sector on drive %1 has been replaced (hotfixed).\n
3648 No data was lost. You should run CHKDSK soon to restore full\n
3649 performance and replenish the volume's spare sector pool.\n\n
3650 The hotfix occurred while processing a remote request.
3651 .
3652 Language=Russian
3653 A defective sector on drive %1 has been replaced (hotfixed).\n
3654 No data was lost. You should run CHKDSK soon to restore full\n
3655 performance and replenish the volume's spare sector pool.\n\n
3656 The hotfix occurred while processing a remote request.
3657 .
3658
3659 MessageId=3026
3660 Severity=Success
3661 Facility=System
3662 SymbolicName=ALERT_3026
3663 Language=English
3664 A disk error occurred on the HPFS volume in drive %1.\n
3665 The error occurred while processing a remote request.
3666 .
3667 Language=Russian
3668 A disk error occurred on the HPFS volume in drive %1.\n
3669 The error occurred while processing a remote request.
3670 .
3671
3672 MessageId=3027
3673 Severity=Success
3674 Facility=System
3675 SymbolicName=ALERT_3027
3676 Language=English
3677 The user accounts database (NET.ACC) is corrupted. The local security\n
3678 system is replacing the corrupted NET.ACC with the backup\n
3679 made on %1 at %2.\n
3680 Any updates made to the database after this time are lost.\n"
3681 .
3682 Language=Russian
3683 The user accounts database (NET.ACC) is corrupted. The local security\n
3684 system is replacing the corrupted NET.ACC with the backup\n
3685 made on %1 at %2.\n
3686 Any updates made to the database after this time are lost.\n"
3687 .
3688
3689 MessageId=3028
3690 Severity=Success
3691 Facility=System
3692 SymbolicName=ALERT_3028
3693 Language=English
3694 The user accounts database (NET.ACC) is missing. The local\n
3695 security system is restoring the backup database\n
3696 made on %1 at %2.\n
3697 Any updates made to the database after this time are lost.\n"
3698 .
3699 Language=Russian
3700 The user accounts database (NET.ACC) is missing. The local\n
3701 security system is restoring the backup database\n
3702 made on %1 at %2.\n
3703 Any updates made to the database after this time are lost.\n"
3704 .
3705
3706 MessageId=3029
3707 Severity=Success
3708 Facility=System
3709 SymbolicName=ALERT_3029
3710 Language=English
3711 Local security could not be started because the user accounts database\n
3712 (NET.ACC) was missing or corrupted, and no usable backup\n
3713 database was present.\n\n
3714 THE SYSTEM IS NOT SECURE.\n"
3715 .
3716 Language=Russian
3717 Local security could not be started because the user accounts database\n
3718 (NET.ACC) was missing or corrupted, and no usable backup\n
3719 database was present.\n\n
3720 THE SYSTEM IS NOT SECURE.\n"
3721 .
3722
3723 MessageId=3030
3724 Severity=Success
3725 Facility=System
3726 SymbolicName=ALERT_3030
3727 Language=English
3728 The server cannot export directory %1, to client %2.\n
3729 It is exported from another server."
3730 .
3731 Language=Russian
3732 The server cannot export directory %1, to client %2.\n
3733 It is exported from another server."
3734 .
3735
3736 MessageId=3031
3737 Severity=Success
3738 Facility=System
3739 SymbolicName=ALERT_3031
3740 Language=English
3741 The replication server could not update directory %2 from the source\n
3742 on %3 due to error %1.
3743 .
3744 Language=Russian
3745 The replication server could not update directory %2 from the source\n
3746 on %3 due to error %1.
3747 .
3748
3749 MessageId=3032
3750 Severity=Success
3751 Facility=System
3752 SymbolicName=ALERT_3032
3753 Language=English
3754 Master %1 did not send an update notice for directory %2 at the expected\n
3755 time.
3756 .
3757 Language=Russian
3758 Master %1 did not send an update notice for directory %2 at the expected\n
3759 time.
3760 .
3761
3762 MessageId=3033
3763 Severity=Success
3764 Facility=System
3765 SymbolicName=ALERT_3033
3766 Language=English
3767 User %1 has exceeded account limitation %2 on server %3.
3768 .
3769 Language=Russian
3770 User %1 has exceeded account limitation %2 on server %3.
3771 .
3772
3773 MessageId=3034
3774 Severity=Success
3775 Facility=System
3776 SymbolicName=ALERT_3034
3777 Language=English
3778 The primary domain controller for domain %1 failed.
3779 .
3780 Language=Russian
3781 The primary domain controller for domain %1 failed.
3782 .
3783
3784 MessageId=3035
3785 Severity=Success
3786 Facility=System
3787 SymbolicName=ALERT_3035
3788 Language=English
3789 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
3790 domain %1.
3791 .
3792 Language=Russian
3793 Failed to authenticate with %2, a Windows NT or Windows 2000 Domain Controller for\n
3794 domain %1.
3795 .
3796
3797 MessageId=3036
3798 Severity=Success
3799 Facility=System
3800 SymbolicName=ALERT_3036
3801 Language=English
3802 The replicator attempted to log on at %2 as %1 and failed.
3803 .
3804 Language=Russian
3805 The replicator attempted to log on at %2 as %1 and failed.
3806 .
3807
3808 MessageId=3037
3809 Severity=Success
3810 Facility=System
3811 SymbolicName=ALERT_3037
3812 Language=English
3813 @I *LOGON HOURS %0
3814 .
3815 Language=Russian
3816 @I *LOGON HOURS %0
3817 .
3818
3819 MessageId=3038
3820 Severity=Success
3821 Facility=System
3822 SymbolicName=ALERT_3038
3823 Language=English
3824 Replicator could not access %2\n
3825 on %3 due to system error %1.
3826 .
3827 Language=Russian
3828 Replicator could not access %2\n
3829 on %3 due to system error %1.
3830 .
3831
3832 MessageId=3039
3833 Severity=Success
3834 Facility=System
3835 SymbolicName=ALERT_3039
3836 Language=English
3837 Replicator limit for files in a directory has been exceeded.
3838 .
3839 Language=Russian
3840 Replicator limit for files in a directory has been exceeded.
3841 .
3842
3843 MessageId=3040
3844 Severity=Success
3845 Facility=System
3846 SymbolicName=ALERT_3040
3847 Language=English
3848 Replicator limit for tree depth has been exceeded.
3849 .
3850 Language=Russian
3851 Replicator limit for tree depth has been exceeded.
3852 .
3853
3854 MessageId=3041
3855 Severity=Success
3856 Facility=System
3857 SymbolicName=ALERT_3041
3858 Language=English
3859 The replicator cannot update directory %1. It has tree integrity\n
3860 and is the current directory for some process.
3861 .
3862 Language=Russian
3863 The replicator cannot update directory %1. It has tree integrity\n
3864 and is the current directory for some process.
3865 .
3866
3867 MessageId=3042
3868 Severity=Success
3869 Facility=System
3870 SymbolicName=ALERT_3042
3871 Language=English
3872 Network error %1 occurred.
3873 .
3874 Language=Russian
3875 Network error %1 occurred.
3876 .
3877
3878 MessageId=3045
3879 Severity=Success
3880 Facility=System
3881 SymbolicName=ALERT_3045
3882 Language=English
3883 System error %1 occurred.
3884 .
3885 Language=Russian
3886 System error %1 occurred.
3887 .
3888
3889 MessageId=3046
3890 Severity=Success
3891 Facility=System
3892 SymbolicName=ALERT_3046
3893 Language=English
3894 Cannot log on. User is currently logged on and argument TRYUSER\n
3895 is set to NO.
3896 .
3897 Language=Russian
3898 Cannot log on. User is currently logged on and argument TRYUSER\n
3899 is set to NO.
3900 .
3901
3902 MessageId=3047
3903 Severity=Success
3904 Facility=System
3905 SymbolicName=ALERT_3047
3906 Language=English
3907 IMPORT path %1 cannot be found.
3908 .
3909 Language=Russian
3910 IMPORT path %1 cannot be found.
3911 .
3912
3913 MessageId=3048
3914 Severity=Success
3915 Facility=System
3916 SymbolicName=ALERT_3048
3917 Language=English
3918 EXPORT path %1 cannot be found.
3919 .
3920 Language=Russian
3921 EXPORT path %1 cannot be found.
3922 .
3923
3924 MessageId=3049
3925 Severity=Success
3926 Facility=System
3927 SymbolicName=ALERT_3049
3928 Language=English
3929 Replicated data has changed in directory %1.
3930 .
3931 Language=Russian
3932 Replicated data has changed in directory %1.
3933 .
3934
3935 MessageId=3050
3936 Severity=Success
3937 Facility=System
3938 SymbolicName=ALERT_3050
3939 Language=English
3940 Replicator failed to update signal file in directory %2 due to\n
3941 %1 system error.
3942 .
3943 Language=Russian
3944 Replicator failed to update signal file in directory %2 due to\n
3945 %1 system error.
3946 .
3947
3948
3949 ;
3950 ; lmsvc.h message definitions (3050 - 3099 SERVICE_BASE)
3951 ;
3952
3953 MessageId=3051
3954 Severity=Success
3955 Facility=System
3956 SymbolicName=SERVICE_UIC_BADPARMVAL
3957 Language=English
3958 The Registry or the information you just typed includes an illegal\n
3959 value for \"%1\".
3960 .
3961 Language=Russian
3962 The Registry or the information you just typed includes an illegal\n
3963 value for \"%1\".
3964 .
3965
3966 MessageId=3052
3967 Severity=Success
3968 Facility=System
3969 SymbolicName=SERVICE_UIC_MISSPARM
3970 Language=English
3971 The required parameter was not provided on the command\nline or in the configuration file.
3972 .
3973 Language=Russian
3974 The required parameter was not provided on the command\nline or in the configuration file.
3975 .
3976
3977 MessageId=3053
3978 Severity=Success
3979 Facility=System
3980 SymbolicName=SERVICE_UIC_UNKPARM
3981 Language=English
3982 LAN Manager does not recognize \"%1\" as a valid option.
3983 .
3984 Language=Russian
3985 LAN Manager does not recognize \"%1\" as a valid option.
3986 .
3987
3988 MessageId=3054
3989 Severity=Success
3990 Facility=System
3991 SymbolicName=SERVICE_UIC_RESOURCE
3992 Language=English
3993 A request for resource could not be satisfied.
3994 .
3995 Language=Russian
3996 A request for resource could not be satisfied.
3997 .
3998
3999 MessageId=3055
4000 Severity=Success
4001 Facility=System
4002 SymbolicName=SERVICE_UIC_CONFIG
4003 Language=English
4004 A problem exists with the system configuration.
4005 .
4006 Language=Russian
4007 A problem exists with the system configuration.
4008 .
4009
4010 MessageId=3056
4011 Severity=Success
4012 Facility=System
4013 SymbolicName=SERVICE_UIC_SYSTEM
4014 Language=English
4015 A system error has occurred.
4016 .
4017 Language=Russian
4018 A system error has occurred.
4019 .
4020
4021 MessageId=3057
4022 Severity=Success
4023 Facility=System
4024 SymbolicName=SERVICE_UIC_INTERNAL
4025 Language=English
4026 An internal consistency error has occurred.
4027 .
4028 Language=Russian
4029 An internal consistency error has occurred.
4030 .
4031
4032 MessageId=3058
4033 Severity=Success
4034 Facility=System
4035 SymbolicName=SERVICE_UIC_AMBIGPARM
4036 Language=English
4037 The configuration file or the command line has an ambiguous option.
4038 .
4039 Language=Russian
4040 The configuration file or the command line has an ambiguous option.
4041 .
4042
4043 MessageId=3059
4044 Severity=Success
4045 Facility=System
4046 SymbolicName=SERVICE_UIC_DUPPARM
4047 Language=English
4048 The configuration file or the command line has a duplicate parameter.
4049 .
4050 Language=Russian
4051 The configuration file or the command line has a duplicate parameter.
4052 .
4053
4054 MessageId=3060
4055 Severity=Success
4056 Facility=System
4057 SymbolicName=SERVICE_UIC_KILL
4058 Language=English
4059 The service did not respond to control and was stopped with\nthe DosKillProc function.
4060 .
4061 Language=Russian
4062 The service did not respond to control and was stopped with\nthe DosKillProc function.
4063 .
4064
4065 MessageId=3061
4066 Severity=Success
4067 Facility=System
4068 SymbolicName=SERVICE_UIC_EXEC
4069 Language=English
4070 An error occurred when attempting to run the service program.
4071 .
4072 Language=Russian
4073 An error occurred when attempting to run the service program.
4074 .
4075
4076 MessageId=3062
4077 Severity=Success
4078 Facility=System
4079 SymbolicName=SERVICE_UIC_SUBSERV
4080 Language=English
4081 The sub-service failed to start.
4082 .
4083 Language=Russian
4084 The sub-service failed to start.
4085 .
4086
4087 MessageId=3063
4088 Severity=Success
4089 Facility=System
4090 SymbolicName=SERVICE_UIC_CONFLPARM
4091 Language=English
4092 There is a conflict in the value or use of these options: %1.
4093 .
4094 Language=Russian
4095 There is a conflict in the value or use of these options: %1.
4096 .
4097
4098 MessageId=3064
4099 Severity=Success
4100 Facility=System
4101 SymbolicName=SERVICE_UIC_FILE
4102 Language=English
4103 There is a problem with the file.
4104 .
4105 Language=Russian
4106 There is a problem with the file.
4107 .
4108
4109 MessageId=3070
4110 Severity=Success
4111 Facility=System
4112 SymbolicName=SERVICE_UIC_M_MEMORY
4113 Language=English
4114 memory
4115 .
4116 Language=Russian
4117 memory
4118 .
4119
4120 MessageId=3071
4121 Severity=Success
4122 Facility=System
4123 SymbolicName=SERVICE_UIC_M_DISK
4124 Language=English
4125 disk space
4126 .
4127 Language=Russian
4128 disk space
4129 .
4130
4131 MessageId=3072
4132 Severity=Success
4133 Facility=System
4134 SymbolicName=SERVICE_UIC_M_THREADS
4135 Language=English
4136 thread
4137 .
4138 Language=Russian
4139 thread
4140 .
4141
4142 MessageId=3073
4143 Severity=Success
4144 Facility=System
4145 SymbolicName=SERVICE_UIC_M_PROCESSES
4146 Language=English
4147 process
4148 .
4149 Language=Russian
4150 process
4151 .
4152
4153 MessageId=3074
4154 Severity=Success
4155 Facility=System
4156 SymbolicName=SERVICE_UIC_M_SECURITY
4157 Language=English
4158 Security Failure. %0
4159 .
4160 Language=Russian
4161 Security Failure. %0
4162 .
4163
4164 MessageId=3075
4165 Severity=Success
4166 Facility=System
4167 SymbolicName=SERVICE_UIC_M_LANROOT
4168 Language=English
4169 Bad or missing LAN Manager root directory.
4170 .
4171 Language=Russian
4172 Bad or missing LAN Manager root directory.
4173 .
4174
4175 MessageId=3076
4176 Severity=Success
4177 Facility=System
4178 SymbolicName=SERVICE_UIC_M_REDIR
4179 Language=English
4180 The network software is not installed.
4181 .
4182 Language=Russian
4183 The network software is not installed.
4184 .
4185
4186 MessageId=3077
4187 Severity=Success
4188 Facility=System
4189 SymbolicName=SERVICE_UIC_M_SERVER
4190 Language=English
4191 The server is not started.
4192 .
4193 Language=Russian
4194 The server is not started.
4195 .
4196
4197 MessageId=3078
4198 Severity=Success
4199 Facility=System
4200 SymbolicName=SERVICE_UIC_M_SEC_FILE_ERR
4201 Language=English
4202 The server cannot access the user accounts database (NET.ACC).
4203 .
4204 Language=Russian
4205 The server cannot access the user accounts database (NET.ACC).
4206 .
4207
4208 MessageId=3079
4209 Severity=Success
4210 Facility=System
4211 SymbolicName=SERVICE_UIC_M_FILES
4212 Language=English
4213 Incompatible files are installed in the LANMAN tree.
4214 .
4215 Language=Russian
4216 Incompatible files are installed in the LANMAN tree.
4217 .
4218
4219 MessageId=3080
4220 Severity=Success
4221 Facility=System
4222 SymbolicName=SERVICE_UIC_M_LOGS
4223 Language=English
4224 The LANMAN\\LOGS directory is invalid.
4225 .
4226 Language=Russian
4227 The LANMAN\\LOGS directory is invalid.
4228 .
4229
4230 MessageId=3081
4231 Severity=Success
4232 Facility=System
4233 SymbolicName=SERVICE_UIC_M_LANGROUP
4234 Language=English
4235 The domain specified could not be used.
4236 .
4237 Language=Russian
4238 The domain specified could not be used.
4239 .
4240
4241 MessageId=3082
4242 Severity=Success
4243 Facility=System
4244 SymbolicName=SERVICE_UIC_M_MSGNAME
4245 Language=English
4246 The computer name is being used as a message alias on another computer.
4247 .
4248 Language=Russian
4249 The computer name is being used as a message alias on another computer.
4250 .
4251
4252 MessageId=3083
4253 Severity=Success
4254 Facility=System
4255 SymbolicName=SERVICE_UIC_M_ANNOUNCE
4256 Language=English
4257 The announcement of the server name failed.
4258 .
4259 Language=Russian
4260 The announcement of the server name failed.
4261 .
4262
4263 MessageId=3084
4264 Severity=Success
4265 Facility=System
4266 SymbolicName=SERVICE_UIC_M_UAS
4267 Language=English
4268 The user accounts database is not configured correctly.
4269 .
4270 Language=Russian
4271 The user accounts database is not configured correctly.
4272 .
4273
4274 MessageId=3085
4275 Severity=Success
4276 Facility=System
4277 SymbolicName=SERVICE_UIC_M_SERVER_SEC_ERR
4278 Language=English
4279 The server is not running with user-level security.
4280 .
4281 Language=Russian
4282 The server is not running with user-level security.
4283 .
4284
4285 MessageId=3087
4286 Severity=Success
4287 Facility=System
4288 SymbolicName=SERVICE_UIC_M_WKSTA
4289 Language=English
4290 The workstation is not configured properly.
4291 .
4292 Language=Russian
4293 The workstation is not configured properly.
4294 .
4295
4296 MessageId=3088
4297 Severity=Success
4298 Facility=System
4299 SymbolicName=SERVICE_UIC_M_ERRLOG
4300 Language=English
4301 View your error log for details.
4302 .
4303 Language=Russian
4304 View your error log for details.
4305 .
4306
4307 MessageId=3089
4308 Severity=Success
4309 Facility=System
4310 SymbolicName=SERVICE_UIC_M_FILE_UW
4311 Language=English
4312 Unable to write to this file.
4313 .
4314 Language=Russian
4315 Unable to write to this file.
4316 .
4317
4318 MessageId=3090
4319 Severity=Success
4320 Facility=System
4321 SymbolicName=SERVICE_UIC_M_ADDPAK
4322 Language=English
4323 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
4324 and reapply all ADDPAKs.
4325 .
4326 Language=Russian
4327 ADDPAK file is corrupted. Delete LANMAN\\NETPROG\\ADDPAK.SER\n
4328 and reapply all ADDPAKs.
4329 .
4330
4331 MessageId=3091
4332 Severity=Success
4333 Facility=System
4334 SymbolicName=SERVICE_UIC_M_LAZY
4335 Language=English
4336 The LM386 server cannot be started because CACHE.EXE is not running.
4337 .
4338 Language=Russian
4339 The LM386 server cannot be started because CACHE.EXE is not running.
4340 .
4341
4342 MessageId=3092
4343 Severity=Success
4344 Facility=System
4345 SymbolicName=SERVICE_UIC_M_UAS_MACHINE_ACCT
4346 Language=English
4347 There is no account for this computer in the security database.
4348 .
4349 Language=Russian
4350 There is no account for this computer in the security database.
4351 .
4352
4353 MessageId=3093
4354 Severity=Success
4355 Facility=System
4356 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NMEMB
4357 Language=English
4358 This computer is not a member of the group SERVERS.
4359 .
4360 Language=Russian
4361 This computer is not a member of the group SERVERS.
4362 .
4363
4364 MessageId=3094
4365 Severity=Success
4366 Facility=System
4367 SymbolicName=SERVICE_UIC_M_UAS_SERVERS_NOGRP
4368 Language=English
4369 The group SERVERS is not present in the local security database.
4370 .
4371 Language=Russian
4372 The group SERVERS is not present in the local security database.
4373 .
4374
4375 MessageId=3095
4376 Severity=Success
4377 Facility=System
4378 SymbolicName=SERVICE_UIC_M_UAS_INVALID_ROLE
4379 Language=English
4380 This computer is configured as a member of a workgroup, not as\n
4381 a member of a domain. The Netlogon service does not need to run in this\n
4382 configuration.
4383 .
4384 Language=Russian
4385 This computer is configured as a member of a workgroup, not as\n
4386 a member of a domain. The Netlogon service does not need to run in this\n
4387 configuration.
4388 .
4389
4390 MessageId=3096
4391 Severity=Success
4392 Facility=System
4393 SymbolicName=SERVICE_UIC_M_NETLOGON_NO_DC
4394 Language=English
4395 The primary Domain Controller for this domain could not be located.
4396 .
4397 Language=Russian
4398 The primary Domain Controller for this domain could not be located.
4399 .
4400
4401 MessageId=3097
4402 Severity=Success
4403 Facility=System
4404 SymbolicName=SERVICE_UIC_M_NETLOGON_DC_CFLCT
4405 Language=English
4406 This computer is configured to be the primary domain controller of its domain.\n
4407 However, the computer %1 is currently claiming to be the primary domain controller\n
4408 of the domain.
4409 .
4410 Language=Russian
4411 This computer is configured to be the primary domain controller of its domain.\n
4412 However, the computer %1 is currently claiming to be the primary domain controller\n
4413 of the domain.
4414 .
4415
4416 MessageId=3098
4417 Severity=Success
4418 Facility=System
4419 SymbolicName=SERVICE_UIC_M_NETLOGON_AUTH
4420 Language=English
4421 The service failed to authenticate with the primary domain controller.
4422 .
4423 Language=Russian
4424 The service failed to authenticate with the primary domain controller.
4425 .
4426
4427 MessageId=3099
4428 Severity=Success
4429 Facility=System
4430 SymbolicName=SERVICE_UIC_M_UAS_PROLOG
4431 Language=English
4432 There is a problem with the security database creation date or serial number.
4433 .
4434 Language=Russian
4435 There is a problem with the security database creation date or serial number.
4436 .
4437
4438
4439 ;
4440 ; lmerrlog.h messages definitions (3100 - 3299 ERRLOG_BASE)
4441 ;
4442
4443 MessageId=3100
4444 Severity=Success
4445 Facility=System
4446 SymbolicName=NELOG_Internal_Error
4447 Language=English
4448 The operation failed because a network software error occurred.
4449 .
4450 Language=Russian
4451 The operation failed because a network software error occurred.
4452 .
4453
4454 MessageId=3101
4455 Severity=Success
4456 Facility=System
4457 SymbolicName=NELOG_Resource_Shortage
4458 Language=English
4459 The system ran out of a resource controlled by the %1 option.
4460 .
4461 Language=Russian
4462 The system ran out of a resource controlled by the %1 option.
4463 .
4464
4465 MessageId=3102
4466 Severity=Success
4467 Facility=System
4468 SymbolicName=NELOG_Unable_To_Lock_Segment
4469 Language=English
4470 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
4471 .
4472 Language=Russian
4473 The service failed to obtain a long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
4474 .
4475
4476 MessageId=3103
4477 Severity=Success
4478 Facility=System
4479 SymbolicName=NELOG_Unable_To_Unlock_Segment
4480 Language=English
4481 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
4482 .
4483 Language=Russian
4484 The service failed to release the long-term lock on the\nsegment for network control blocks (NCBs). The error code is the data.
4485 .
4486
4487 MessageId=3104
4488 Severity=Success
4489 Facility=System
4490 SymbolicName=NELOG_Uninstall_Service
4491 Language=English
4492 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
4493 .
4494 Language=Russian
4495 There was an error stopping service %1.\nThe error code from NetServiceControl is the data.
4496 .
4497
4498 MessageId=3105
4499 Severity=Success
4500 Facility=System
4501 SymbolicName=NELOG_Init_Exec_Fail
4502 Language=English
4503 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
4504 .
4505 Language=Russian
4506 Initialization failed because of a system execution failure on\npath %1. The system error code is the data.
4507 .
4508
4509 MessageId=3106
4510 Severity=Success
4511 Facility=System
4512 SymbolicName=NELOG_Ncb_Error
4513 Language=English
4514 An unexpected network control block (NCB) was received. The NCB is the data.
4515 .
4516 Language=Russian
4517 An unexpected network control block (NCB) was received. The NCB is the data.
4518 .
4519
4520 MessageId=3107
4521 Severity=Success
4522 Facility=System
4523 SymbolicName=NELOG_Net_Not_Started
4524 Language=English
4525 The network is not started.
4526 .
4527 Language=Russian
4528 The network is not started.
4529 .
4530
4531 MessageId=3108
4532 Severity=Success
4533 Facility=System
4534 SymbolicName=NELOG_Ioctl_Error
4535 Language=English
4536 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
4537 .
4538 Language=Russian
4539 A DosDevIoctl or DosFsCtl to NETWKSTA.SYS failed.\nThe data shown is in this format:\nDWORD approx CS:IP of call to ioctl or fsctl\nWORD error code\nWORD ioctl or fsctl number
4540 .
4541
4542 MessageId=3109
4543 Severity=Success
4544 Facility=System
4545 SymbolicName=NELOG_System_Semaphore
4546 Language=English
4547 Unable to create or open system semaphore %1.\nThe error code is the data.
4548 .
4549 Language=Russian
4550 Unable to create or open system semaphore %1.\nThe error code is the data.
4551 .
4552
4553 MessageId=3110
4554 Severity=Success
4555 Facility=System
4556 SymbolicName=NELOG_Init_OpenCreate_Err
4557 Language=English
4558 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
4559 .
4560 Language=Russian
4561 Initialization failed because of an open/create error on the\nfile %1. The system error code is the data.
4562 .
4563
4564 MessageId=3111
4565 Severity=Success
4566 Facility=System
4567 SymbolicName=NELOG_NetBios
4568 Language=English
4569 An unexpected NetBIOS error occurred.\nThe error code is the data.
4570 .
4571 Language=Russian
4572 An unexpected NetBIOS error occurred.\nThe error code is the data.
4573 .
4574
4575 MessageId=3112
4576 Severity=Success
4577 Facility=System
4578 SymbolicName=NELOG_SMB_Illegal
4579 Language=English
4580 An illegal server message block (SMB) was received.\nThe SMB is the data.
4581 .
4582 Language=Russian
4583 An illegal server message block (SMB) was received.\nThe SMB is the data.
4584 .
4585
4586 MessageId=3113
4587 Severity=Success
4588 Facility=System
4589 SymbolicName=NELOG_Service_Fail
4590 Language=English
4591 Initialization failed because the requested service %1\ncould not be started.
4592 .
4593 Language=Russian
4594 Initialization failed because the requested service %1\ncould not be started.
4595 .
4596
4597 MessageId=3114
4598 Severity=Success
4599 Facility=System
4600 SymbolicName=NELOG_Entries_Lost
4601 Language=English
4602 Some entries in the error log were lost because of a buffer\noverflow.
4603 .
4604 Language=Russian
4605 Some entries in the error log were lost because of a buffer\noverflow.
4606 .
4607
4608 MessageId=3120
4609 Severity=Success
4610 Facility=System
4611 SymbolicName=NELOG_Init_Seg_Overflow
4612 Language=English
4613 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
4614 .
4615 Language=Russian
4616 Initialization parameters controlling resource usage other\nthan net buffers are sized so that too much memory is needed.
4617 .
4618
4619 MessageId=3121
4620 Severity=Success
4621 Facility=System
4622 SymbolicName=NELOG_Srv_No_Mem_Grow
4623 Language=English
4624 The server cannot increase the size of a memory segment.
4625 .
4626 Language=Russian
4627 The server cannot increase the size of a memory segment.
4628 .
4629
4630 MessageId=3122
4631 Severity=Success
4632 Facility=System
4633 SymbolicName=NELOG_Access_File_Bad
4634 Language=English
4635 Initialization failed because account file %1 is either incorrect\nor not present.
4636 .
4637 Language=Russian
4638 Initialization failed because account file %1 is either incorrect\nor not present.
4639 .
4640
4641 MessageId=3123
4642 Severity=Success
4643 Facility=System
4644 SymbolicName=NELOG_Srvnet_Not_Started
4645 Language=English
4646 Initialization failed because network %1 was not started.
4647 .
4648 Language=Russian
4649 Initialization failed because network %1 was not started.
4650 .
4651
4652 MessageId=3124
4653 Severity=Success
4654 Facility=System
4655 SymbolicName=NELOG_Init_Chardev_Err
4656 Language=English
4657 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
4658 .
4659 Language=Russian
4660 The server failed to start. Either all three chdev\nparameters must be zero or all three must be nonzero.
4661 .
4662
4663 MessageId=3125
4664 Severity=Success
4665 Facility=System
4666 SymbolicName=NELOG_Remote_API
4667 Language=English
4668 A remote API request was halted due to the following\ninvalid description string: %1.
4669 .
4670 Language=Russian
4671 A remote API request was halted due to the following\ninvalid description string: %1.
4672 .
4673
4674 MessageId=3126
4675 Severity=Success
4676 Facility=System
4677 SymbolicName=NELOG_Ncb_TooManyErr
4678 Language=English
4679 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
4680 .
4681 Language=Russian
4682 The network %1 ran out of network control blocks (NCBs). You may need to increase NCBs\nfor this network. The following information includes the\nnumber of NCBs submitted by the server when this error occurred:
4683 .
4684
4685 MessageId=3127
4686 Severity=Success
4687 Facility=System
4688 SymbolicName=NELOG_Mailslot_err
4689 Language=English
4690 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
4691 .
4692 Language=Russian
4693 The server cannot create the %1 mailslot needed to send\nthe ReleaseMemory alert message. The error received is:
4694 .
4695
4696 MessageId=3128
4697 Severity=Success
4698 Facility=System
4699 SymbolicName=NELOG_ReleaseMem_Alert
4700 Language=English
4701 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
4702 .
4703 Language=Russian
4704 The server failed to register for the ReleaseMemory alert,\nwith recipient %1. The error code from\nNetAlertStart is the data.
4705 .
4706
4707 MessageId=3129
4708 Severity=Success
4709 Facility=System
4710 SymbolicName=NELOG_AT_cannot_write
4711 Language=English
4712 The server cannot update the AT schedule file. The file\nis corrupted.
4713 .
4714 Language=Russian
4715 The server cannot update the AT schedule file. The file\nis corrupted.
4716 .
4717
4718 MessageId=3130
4719 Severity=Success
4720 Facility=System
4721 SymbolicName=NELOG_Cant_Make_Msg_File
4722 Language=English
4723 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
4724 .
4725 Language=Russian
4726 The server encountered an error when calling\nNetIMakeLMFileName. The error code is the data.
4727 .
4728
4729 MessageId=3131
4730 Severity=Success
4731 Facility=System
4732 SymbolicName=NELOG_Exec_Netservr_NoMem
4733 Language=English
4734 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
4735 .
4736 Language=Russian
4737 Initialization failed because of a system execution failure on\npath %1. There is not enough memory to start the process.\nThe system error code is the data.
4738 .
4739
4740 MessageId=3132
4741 Severity=Success
4742 Facility=System
4743 SymbolicName=NELOG_Server_Lock_Failure
4744 Language=English
4745 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
4746 .
4747 Language=Russian
4748 Longterm lock of the server buffers failed.\nCheck swap disk's free space and restart the system to start the server.
4749 .
4750
4751 MessageId=3140
4752 Severity=Success
4753 Facility=System
4754 SymbolicName=NELOG_Msg_Shutdown
4755 Language=English
4756 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
4757 .
4758 Language=Russian
4759 The service has stopped due to repeated consecutive\noccurrences of a network control block (NCB) error. The last bad NCB follows\nin raw data.
4760 .
4761
4762 MessageId=3141
4763 Severity=Success
4764 Facility=System
4765 SymbolicName=NELOG_Msg_Sem_Shutdown
4766 Language=English
4767 The Message server has stopped due to a lock on the\nMessage server shared data segment.
4768 .
4769 Language=Russian
4770 The Message server has stopped due to a lock on the\nMessage server shared data segment.
4771 .
4772
4773 MessageId=3150
4774 Severity=Success
4775 Facility=System
4776 SymbolicName=NELOG_Msg_Log_Err
4777 Language=English
4778 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
4779 .
4780 Language=Russian
4781 A file system error occurred while opening or writing to the\nsystem message log file %1. Message logging has been\nswitched off due to the error. The error code is the data.
4782 .
4783
4784 MessageId=3151
4785 Severity=Success
4786 Facility=System
4787 SymbolicName=NELOG_VIO_POPUP_ERR
4788 Language=English
4789 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
4790 .
4791 Language=Russian
4792 Unable to display message POPUP due to system VIO call error.\nThe error code is the data.
4793 .
4794
4795 MessageId=3152
4796 Severity=Success
4797 Facility=System
4798 SymbolicName=NELOG_Msg_Unexpected_SMB_Type
4799 Language=English
4800 An illegal server message block (SMB) was received. The SMB is the data.
4801 .
4802 Language=Russian
4803 An illegal server message block (SMB) was received. The SMB is the data.
4804 .
4805
4806 MessageId=3160
4807 Severity=Success
4808 Facility=System
4809 SymbolicName=NELOG_Wksta_Infoseg
4810 Language=English
4811 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
4812 .
4813 Language=Russian
4814 The workstation information segment is bigger than 64K.\nThe size follows, in DWORD format:
4815 .
4816
4817 MessageId=3161
4818 Severity=Success
4819 Facility=System
4820 SymbolicName=NELOG_Wksta_Compname
4821 Language=English
4822 The workstation was unable to get the name-number of the computer.
4823 .
4824 Language=Russian
4825 The workstation was unable to get the name-number of the computer.
4826 .
4827
4828 MessageId=3162
4829 Severity=Success
4830 Facility=System
4831 SymbolicName=NELOG_Wksta_BiosThreadFailure
4832 Language=English
4833 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
4834 .
4835 Language=Russian
4836 The workstation could not initialize the Async NetBIOS Thread.\nThe error code is the data.
4837 .
4838
4839 MessageId=3163
4840 Severity=Success
4841 Facility=System
4842 SymbolicName=NELOG_Wksta_IniSeg
4843 Language=English
4844 The workstation could not open the initial shared segment.\nThe error code is the data.
4845 .
4846 Language=Russian
4847 The workstation could not open the initial shared segment.\nThe error code is the data.
4848 .
4849
4850 MessageId=3164
4851 Severity=Success
4852 Facility=System
4853 SymbolicName=NELOG_Wksta_HostTab_Full
4854 Language=English
4855 The workstation host table is full.
4856 .
4857 Language=Russian
4858 The workstation host table is full.
4859 .
4860
4861 MessageId=3165
4862 Severity=Success
4863 Facility=System
4864 SymbolicName=NELOG_Wksta_Bad_Mailslot_SMB
4865 Language=English
4866 A bad mailslot server message block (SMB) was received. The SMB is the data.
4867 .
4868 Language=Russian
4869 A bad mailslot server message block (SMB) was received. The SMB is the data.
4870 .
4871
4872 MessageId=3166
4873 Severity=Success
4874 Facility=System
4875 SymbolicName=NELOG_Wksta_UASInit
4876 Language=English
4877 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
4878 .
4879 Language=Russian
4880 The workstation encountered an error while trying to start the user accounts database.\nThe error code is the data.
4881 .
4882
4883 MessageId=3167
4884 Severity=Success
4885 Facility=System
4886 SymbolicName=NELOG_Wksta_SSIRelogon
4887 Language=English
4888 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
4889 .
4890 Language=Russian
4891 The workstation encountered an error while responding to an SSI revalidation request.\nThe function code and the error codes are the data.
4892 .
4893
4894 MessageId=3170
4895 Severity=Success
4896 Facility=System
4897 SymbolicName=NELOG_Build_Name
4898 Language=English
4899 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
4900 .
4901 Language=Russian
4902 The Alerter service had a problem creating the list of\nalert recipients. The error code is %1.
4903 .
4904
4905 MessageId=3171
4906 Severity=Success
4907 Facility=System
4908 SymbolicName=NELOG_Name_Expansion
4909 Language=English
4910 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
4911 .
4912 Language=Russian
4913 There was an error expanding %1 as a group name. Try\nsplitting the group into two or more smaller groups.
4914 .
4915
4916 MessageId=3172
4917 Severity=Success
4918 Facility=System
4919 SymbolicName=NELOG_Message_Send
4920 Language=English
4921 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
4922 .
4923 Language=Russian
4924 There was an error sending %2 the alert message -\n(\n%3 )\nThe error code is %1.
4925 .
4926
4927 MessageId=3173
4928 Severity=Success
4929 Facility=System
4930 SymbolicName=NELOG_Mail_Slt_Err
4931 Language=English
4932 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
4933 .
4934 Language=Russian
4935 There was an error in creating or reading the alerter mailslot.\nThe error code is %1.
4936 .
4937
4938 MessageId=3174
4939 Severity=Success
4940 Facility=System
4941 SymbolicName=NELOG_AT_cannot_read
4942 Language=English
4943 The server could not read the AT schedule file.
4944 .
4945 Language=Russian
4946 The server could not read the AT schedule file.
4947 .
4948
4949 MessageId=3175
4950 Severity=Success
4951 Facility=System
4952 SymbolicName=NELOG_AT_sched_err
4953 Language=English
4954 The server found an invalid AT schedule record.
4955 .
4956 Language=Russian
4957 The server found an invalid AT schedule record.
4958 .
4959
4960 MessageId=3176
4961 Severity=Success
4962 Facility=System
4963 SymbolicName=NELOG_AT_schedule_file_created
4964 Language=English
4965 The server could not find an AT schedule file so it created one.
4966 .
4967 Language=Russian
4968 The server could not find an AT schedule file so it created one.
4969 .
4970
4971 MessageId=3177
4972 Severity=Success
4973 Facility=System
4974 SymbolicName=NELOG_Srvnet_NB_Open
4975 Language=English
4976 The server could not access the %1 network with NetBiosOpen.
4977 .
4978 Language=Russian
4979 The server could not access the %1 network with NetBiosOpen.
4980 .
4981
4982 MessageId=3178
4983 Severity=Success
4984 Facility=System
4985 SymbolicName=NELOG_AT_Exec_Err
4986 Language=English
4987 The AT command processor could not run %1.
4988 .
4989 Language=Russian
4990 The AT command processor could not run %1.
4991 .
4992
4993 MessageId=3180
4994 Severity=Success
4995 Facility=System
4996 SymbolicName=NELOG_Lazy_Write_Err
4997 Language=English
4998 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
4999 .
5000 Language=Russian
5001 WARNING: Because of a lazy-write error, drive %1 now\ncontains some corrupted data. The cache is stopped.
5002 .
5003
5004 MessageId=3181
5005 Severity=Success
5006 Facility=System
5007 SymbolicName=NELOG_HotFix
5008 Language=English
5009 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
5010 .
5011 Language=Russian
5012 A defective sector on drive %1 has been replaced (hotfixed).\nNo data was lost. You should run CHKDSK soon to restore full\nperformance and replenish the volume's spare sector pool.\n\nThe hotfix occurred while processing a remote request.
5013 .
5014
5015 MessageId=3182
5016 Severity=Success
5017 Facility=System
5018 SymbolicName=NELOG_HardErr_From_Server
5019 Language=English
5020 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
5021 .
5022 Language=Russian
5023 A disk error occurred on the HPFS volume in drive %1.\nThe error occurred while processing a remote request.
5024 .
5025
5026 MessageId=3183
5027 Severity=Success
5028 Facility=System
5029 SymbolicName=NELOG_LocalSecFail1
5030 Language=English
5031 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
5032 .
5033 Language=Russian
5034 The user accounts database (NET.ACC) is corrupted. The local security\nsystem is replacing the corrupted NET.ACC with the backup\nmade at %1.\nAny updates made to the database after this time are lost.\n
5035 .
5036
5037 MessageId=3184
5038 Severity=Success
5039 Facility=System
5040 SymbolicName=NELOG_LocalSecFail2
5041 Language=English
5042 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
5043 .
5044 Language=Russian
5045 The user accounts database (NET.ACC) is missing. The local\nsecurity system is restoring the backup database\nmade at %1.\nAny updates made to the database made after this time are lost.\n
5046 .
5047
5048 MessageId=3185
5049 Severity=Success
5050 Facility=System
5051 SymbolicName=NELOG_LocalSecFail3
5052 Language=English
5053 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
5054 .
5055 Language=Russian
5056 Local security could not be started because the user accounts database\n(NET.ACC) was missing or corrupted, and no usable backup\ndatabase was present.\n\nTHE SYSTEM IS NOT SECURE.
5057 .
5058
5059 MessageId=3186
5060 Severity=Success
5061 Facility=System
5062 SymbolicName=NELOG_LocalSecGeneralFail
5063 Language=English
5064 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
5065 .
5066 Language=Russian
5067 Local security could not be started because an error\noccurred during initialization. The error code returned is %1.\n\nTHE SYSTEM IS NOT SECURE.\n
5068 .
5069
5070 MessageId=3190
5071 Severity=Success
5072 Facility=System
5073 SymbolicName=NELOG_NetWkSta_Internal_Error
5074 Language=English
5075 A NetWksta internal error has occurred:\n%1
5076 .
5077 Language=Russian
5078 A NetWksta internal error has occurred:\n%1
5079 .
5080
5081 MessageId=3191
5082 Severity=Success
5083 Facility=System
5084 SymbolicName=NELOG_NetWkSta_No_Resource
5085 Language=English
5086 The redirector is out of a resource: %1.
5087 .
5088 Language=Russian
5089 The redirector is out of a resource: %1.
5090 .
5091
5092 MessageId=3192
5093 Severity=Success
5094 Facility=System
5095 SymbolicName=NELOG_NetWkSta_SMB_Err
5096 Language=English
5097 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
5098 .
5099 Language=Russian
5100 A server message block (SMB) error occurred on the connection to %1.\nThe SMB header is the data.
5101 .
5102
5103 MessageId=3193
5104 Severity=Success
5105 Facility=System
5106 SymbolicName=NELOG_NetWkSta_VC_Err
5107 Language=English
5108 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
5109 .
5110 Language=Russian
5111 A virtual circuit error occurred on the session to %1.\nThe network control block (NCB) command and return code is the data.
5112 .
5113
5114 MessageId=3194
5115 Severity=Success
5116 Facility=System
5117 SymbolicName=NELOG_NetWkSta_Stuck_VC_Err
5118 Language=English
5119 Hanging up a stuck session to %1.
5120 .
5121 Language=Russian
5122 Hanging up a stuck session to %1.
5123 .
5124
5125 MessageId=3195
5126 Severity=Success
5127 Facility=System
5128 SymbolicName=NELOG_NetWkSta_NCB_Err
5129 Language=English
5130 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
5131 .
5132 Language=Russian
5133 A network control block (NCB) error occurred (%1).\nThe NCB is the data.
5134 .
5135
5136 MessageId=3196
5137 Severity=Success
5138 Facility=System
5139 SymbolicName=NELOG_NetWkSta_Write_Behind_Err
5140 Language=English
5141 A write operation to %1 failed.\nData may have been lost.
5142 .
5143 Language=Russian
5144 A write operation to %1 failed.\nData may have been lost.
5145 .
5146
5147 MessageId=3197
5148 Severity=Success
5149 Facility=System
5150 SymbolicName=NELOG_NetWkSta_Reset_Err
5151 Language=English
5152 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
5153 .
5154 Language=Russian
5155 Reset of driver %1 failed to complete the network control block (NCB).\nThe NCB is the data.
5156 .
5157
5158 MessageId=3198
5159 Severity=Success
5160 Facility=System
5161 SymbolicName=NELOG_NetWkSta_Too_Many
5162 Language=English
5163 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
5164 .
5165 Language=Russian
5166 The amount of resource %1 requested was more\nthan the maximum. The maximum amount was allocated.
5167 .
5168
5169 MessageId=3204
5170 Severity=Success
5171 Facility=System
5172 SymbolicName=NELOG_Srv_Thread_Failure
5173 Language=English
5174 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
5175 .
5176 Language=Russian
5177 The server could not create a thread.\nThe THREADS parameter in the CONFIG.SYS file should be increased.
5178 .
5179
5180 MessageId=3205
5181 Severity=Success
5182 Facility=System
5183 SymbolicName=NELOG_Srv_Close_Failure
5184 Language=English
5185 The server could not close %1.\nThe file is probably corrupted.
5186 .
5187 Language=Russian
5188 The server could not close %1.\nThe file is probably corrupted.
5189 .
5190
5191 MessageId=3206
5192 Severity=Success
5193 Facility=System
5194 SymbolicName=NELOG_ReplUserCurDir
5195 Language=English
5196 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
5197 .
5198 Language=Russian
5199 The replicator cannot update directory %1. It has tree integrity\nand is the current directory for some process.
5200 .
5201
5202 MessageId=3207
5203 Severity=Success
5204 Facility=System
5205 SymbolicName=NELOG_ReplCannotMasterDir
5206 Language=English
5207 The server cannot export directory %1 to client %2.\nIt is exported from another server.
5208 .
5209 Language=Russian
5210 The server cannot export directory %1 to client %2.\nIt is exported from another server.
5211 .
5212
5213 MessageId=3208
5214 Severity=Success
5215 Facility=System
5216 SymbolicName=NELOG_ReplUpdateError
5217 Language=English
5218 The replication server could not update directory %2 from the source\non %3 due to error %1.
5219 .
5220 Language=Russian
5221 The replication server could not update directory %2 from the source\non %3 due to error %1.
5222 .
5223
5224 MessageId=3209
5225 Severity=Success
5226 Facility=System
5227 SymbolicName=NELOG_ReplLostMaster
5228 Language=English
5229 Master %1 did not send an update notice for directory %2 at the expected\ntime.
5230 .
5231 Language=Russian
5232 Master %1 did not send an update notice for directory %2 at the expected\ntime.
5233 .
5234
5235 MessageId=3210
5236 Severity=Success
5237 Facility=System
5238 SymbolicName=NELOG_NetlogonAuthDCFail
5239 Language=English
5240 This computer could not authenticate with %2, a domain controller\n
5241 for domain %1, and therefore this computer might deny logon requests.\n
5242 This inability to authenticate might be caused by another computer on the\n
5243 same network using the same name or the password for this computer account\n
5244 is not recognized. If this message appears again, contact your system\n
5245 administrator.
5246 .
5247 Language=Russian
5248 This computer could not authenticate with %2, a domain controller\n
5249 for domain %1, and therefore this computer might deny logon requests.\n
5250 This inability to authenticate might be caused by another computer on the\n
5251 same network using the same name or the password for this computer account\n
5252 is not recognized. If this message appears again, contact your system\n
5253 administrator.
5254 .
5255
5256 MessageId=3211
5257 Severity=Success
5258 Facility=System
5259 SymbolicName=NELOG_ReplLogonFailed
5260 Language=English
5261 The replicator attempted to log on at %2 as %1 and failed.
5262 .
5263 Language=Russian
5264 The replicator attempted to log on at %2 as %1 and failed.
5265 .
5266
5267 MessageId=3212
5268 Severity=Success
5269 Facility=System
5270 SymbolicName=NELOG_ReplNetErr
5271 Language=English
5272 Network error %1 occurred.
5273 .
5274 Language=Russian
5275 Network error %1 occurred.
5276 .
5277
5278 MessageId=3213
5279 Severity=Success
5280 Facility=System
5281 SymbolicName=NELOG_ReplMaxFiles
5282 Language=English
5283 Replicator limit for files in a directory has been exceeded.
5284 .
5285 Language=Russian
5286 Replicator limit for files in a directory has been exceeded.
5287 .
5288
5289 MessageId=3214
5290 Severity=Success
5291 Facility=System
5292 SymbolicName=NELOG_ReplMaxTreeDepth
5293 Language=English
5294 Replicator limit for tree depth has been exceeded.
5295 .
5296 Language=Russian
5297 Replicator limit for tree depth has been exceeded.
5298 .
5299
5300 MessageId=3215
5301 Severity=Success
5302 Facility=System
5303 SymbolicName=NELOG_ReplBadMsg
5304 Language=English
5305 Unrecognized message received in mailslot.
5306 .
5307 Language=Russian
5308 Unrecognized message received in mailslot.
5309 .
5310
5311 MessageId=3216
5312 Severity=Success
5313 Facility=System
5314 SymbolicName=NELOG_ReplSysErr
5315 Language=English
5316 System error %1 occurred.
5317 .
5318 Language=Russian
5319 System error %1 occurred.
5320 .
5321
5322 MessageId=3217
5323 Severity=Success
5324 Facility=System
5325 SymbolicName=NELOG_ReplUserLoged
5326 Language=English
5327 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
5328 .
5329 Language=Russian
5330 Cannot log on. User is currently logged on and argument TRYUSER\nis set to NO.
5331 .
5332
5333 MessageId=3218
5334 Severity=Success
5335 Facility=System
5336 SymbolicName=NELOG_ReplBadImport
5337 Language=English
5338 IMPORT path %1 cannot be found.
5339 .
5340 Language=Russian
5341 IMPORT path %1 cannot be found.
5342 .
5343
5344 MessageId=3219
5345 Severity=Success
5346 Facility=System
5347 SymbolicName=NELOG_ReplBadExport
5348 Language=English
5349 EXPORT path %1 cannot be found.
5350 .
5351 Language=Russian
5352 EXPORT path %1 cannot be found.
5353 .
5354
5355 MessageId=3220
5356 Severity=Success
5357 Facility=System
5358 SymbolicName=NELOG_ReplSignalFileErr
5359 Language=English
5360 Replicator failed to update signal file in directory %2 due to\n%1 system error.
5361 .
5362 Language=Russian
5363 Replicator failed to update signal file in directory %2 due to\n%1 system error.
5364 .
5365
5366 MessageId=3221
5367 Severity=Success
5368 Facility=System
5369 SymbolicName=NELOG_DiskFT
5370 Language=English
5371 Disk Fault Tolerance Error\n\n%1
5372 .
5373 Language=Russian
5374 Disk Fault Tolerance Error\n\n%1
5375 .
5376
5377 MessageId=3222
5378 Severity=Success
5379 Facility=System
5380 SymbolicName=NELOG_ReplAccessDenied
5381 Language=English
5382 Replicator could not access %2\non %3 due to system error %1.
5383 .
5384 Language=Russian
5385 Replicator could not access %2\non %3 due to system error %1.
5386 .
5387
5388 MessageId=3223
5389 Severity=Success
5390 Facility=System
5391 SymbolicName=NELOG_NetlogonFailedPrimary
5392 Language=English
5393 The primary domain controller for domain %1 has apparently failed.
5394 .
5395 Language=Russian
5396 The primary domain controller for domain %1 has apparently failed.
5397 .
5398
5399 MessageId=3224
5400 Severity=Success
5401 Facility=System
5402 SymbolicName=NELOG_NetlogonPasswdSetFailed
5403 Language=English
5404 Changing machine account password for account %1 failed with\nthe following error: %n%2
5405 .
5406 Language=Russian
5407 Changing machine account password for account %1 failed with\nthe following error: %n%2
5408 .
5409
5410 MessageId=3225
5411 Severity=Success
5412 Facility=System
5413 SymbolicName=NELOG_NetlogonTrackingError
5414 Language=English
5415 An error occurred while updating the logon or logoff information for %1.
5416 .
5417 Language=Russian
5418 An error occurred while updating the logon or logoff information for %1.
5419 .
5420
5421 MessageId=3226
5422 Severity=Success
5423 Facility=System
5424 SymbolicName=NELOG_NetlogonSyncError
5425 Language=English
5426 An error occurred while synchronizing with primary domain controller %1
5427 .
5428 Language=Russian
5429 An error occurred while synchronizing with primary domain controller %1
5430 .
5431
5432 MessageId=3227
5433 Severity=Success
5434 Facility=System
5435 SymbolicName=NELOG_NetlogonRequireSignOrSealError
5436 Language=English
5437 The session setup to the Domain Controller %1 for the domain %2 failed\n
5438 because %1 does not support signing or sealing the Netlogon session.\n\n
5439 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
5440 registry entry on this machine to 0.
5441 .
5442 Language=Russian
5443 The session setup to the Domain Controller %1 for the domain %2 failed\n
5444 because %1 does not support signing or sealing the Netlogon session.\n\n
5445 Either upgrade the Domain Controller or set the RequireSignOrSeal\n
5446 registry entry on this machine to 0.
5447 .
5448
5449 MessageId=3230
5450 Severity=Success
5451 Facility=System
5452 SymbolicName=NELOG_UPS_PowerOut
5453 Language=English
5454 A power failure was detected at the server.
5455 .
5456 Language=Russian
5457 A power failure was detected at the server.
5458 .
5459
5460 MessageId=3231
5461 Severity=Success
5462 Facility=System
5463 SymbolicName=NELOG_UPS_Shutdown
5464 Language=English
5465 The UPS service performed server shut down.
5466 .
5467 Language=Russian
5468 The UPS service performed server shut down.
5469 .
5470
5471 MessageId=3232
5472 Severity=Success
5473 Facility=System
5474 SymbolicName=NELOG_UPS_CmdFileError
5475 Language=English
5476 The UPS service did not complete execution of the\nuser specified shut down command file.
5477 .
5478 Language=Russian
5479 The UPS service did not complete execution of the\nuser specified shut down command file.
5480 .
5481
5482 MessageId=3233
5483 Severity=Success
5484 Facility=System
5485 SymbolicName=NELOG_UPS_CannotOpenDriver
5486 Language=English
5487 The UPS driver could not be opened. The error code is\nthe data.
5488 .
5489 Language=Russian
5490 The UPS driver could not be opened. The error code is\nthe data.
5491 .
5492
5493 MessageId=3234
5494 Severity=Success
5495 Facility=System
5496 SymbolicName=NELOG_UPS_PowerBack
5497 Language=English
5498 Power has been restored.
5499 .
5500 Language=Russian
5501 Power has been restored.
5502 .
5503
5504 MessageId=3235
5505 Severity=Success
5506 Facility=System
5507 SymbolicName=NELOG_UPS_CmdFileConfig
5508 Language=English
5509 There is a problem with a configuration of user specified\nshut down command file.
5510 .
5511 Language=Russian
5512 There is a problem with a configuration of user specified\nshut down command file.
5513 .
5514
5515 MessageId=3236
5516 Severity=Success
5517 Facility=System
5518 SymbolicName=NELOG_UPS_CmdFileExec
5519 Language=English
5520 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
5521 .
5522 Language=Russian
5523 The UPS service failed to execute a user specified shutdown\ncommand file %1. The error code is the data.
5524 .
5525
5526 MessageId=3250
5527 Severity=Success
5528 Facility=System
5529 SymbolicName=NELOG_Missing_Parameter
5530 Language=English
5531 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
5532 .
5533 Language=Russian
5534 Initialization failed because of an invalid or missing\nparameter in the configuration file %1.
5535 .
5536
5537 MessageId=3251
5538 Severity=Success
5539 Facility=System
5540 SymbolicName=NELOG_Invalid_Config_Line
5541 Language=English
5542 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
5543 .
5544 Language=Russian
5545 Initialization failed because of an invalid line in the\nconfiguration file %1. The invalid line is the data.
5546 .
5547
5548 MessageId=3252
5549 Severity=Success
5550 Facility=System
5551 SymbolicName=NELOG_Invalid_Config_File
5552 Language=English
5553 Initialization failed because of an error in the configuration\nfile %1.
5554 .
5555 Language=Russian
5556 Initialization failed because of an error in the configuration\nfile %1.
5557 .
5558
5559 MessageId=3253
5560 Severity=Success
5561 Facility=System
5562 SymbolicName=NELOG_File_Changed
5563 Language=English
5564 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
5565 .
5566 Language=Russian
5567 The file %1 has been changed after initialization.\nThe boot-block loading was temporarily terminated.
5568 .
5569
5570 MessageId=3254
5571 Severity=Success
5572 Facility=System
5573 SymbolicName=NELOG_Files_Dont_Fit
5574 Language=English
5575 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
5576 .
5577 Language=Russian
5578 The files do not fit to the boot-block configuration\nfile %1. Change the BASE and ORG definitions or the order\nof the files.
5579 .
5580
5581 MessageId=3255
5582 Severity=Success
5583 Facility=System
5584 SymbolicName=NELOG_Wrong_DLL_Version
5585 Language=English
5586 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
5587 .
5588 Language=Russian
5589 Initialization failed because the dynamic-link\nlibrary %1 returned an incorrect version number.
5590 .
5591
5592 MessageId=3256
5593 Severity=Success
5594 Facility=System
5595 SymbolicName=NELOG_Error_in_DLL
5596 Language=English
5597 There was an unrecoverable error in the dynamic-\nlink library of the service.
5598 .
5599 Language=Russian
5600 There was an unrecoverable error in the dynamic-\nlink library of the service.
5601 .
5602
5603 MessageId=3257
5604 Severity=Success
5605 Facility=System
5606 SymbolicName=NELOG_System_Error
5607 Language=English
5608 The system returned an unexpected error code.\nThe error code is the data.
5609 .
5610 Language=Russian
5611 The system returned an unexpected error code.\nThe error code is the data.
5612 .
5613
5614 MessageId=3258
5615 Severity=Success
5616 Facility=System
5617 SymbolicName=NELOG_FT_ErrLog_Too_Large
5618 Language=English
5619 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
5620 .
5621 Language=Russian
5622 The fault-tolerance error log file, LANROOT\\LOGS\\FT.LOG,\nis more than 64K.
5623 .
5624
5625 MessageId=3259
5626 Severity=Success
5627 Facility=System
5628 SymbolicName=NELOG_FT_Update_In_Progress
5629 Language=English
5630 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
5631 update in progress bit set upon opening, which means that the\n
5632 system crashed while working on the error log.
5633 .
5634 Language=Russian
5635 The fault-tolerance error-log file, LANROOT\\LOGS\\FT.LOG, had the\n
5636 update in progress bit set upon opening, which means that the\n
5637 system crashed while working on the error log.
5638 .
5639
5640 MessageId=3260
5641 Severity=Success
5642 Facility=System
5643 SymbolicName=NELOG_Joined_Domain
5644 Language=English
5645 This computer has been successfully joined to domain '%1'.
5646 .
5647 Language=Russian
5648 This computer has been successfully joined to domain '%1'.
5649 .
5650
5651 MessageId=3261
5652 Severity=Success
5653 Facility=System
5654 SymbolicName=NELOG_Joined_Workgroup
5655 Language=English
5656 This computer has been successfully joined to workgroup '%1'.
5657 .
5658 Language=Russian
5659 This computer has been successfully joined to workgroup '%1'.
5660 .
5661
5662 MessageId=3299
5663 Severity=Success
5664 Facility=System
5665 SymbolicName=NELOG_OEM_Code
5666 Language=English
5667 %1 %2 %3 %4 %5 %6 %7 %8 %9.
5668 .
5669 Language=Russian
5670 %1 %2 %3 %4 %5 %6 %7 %8 %9.
5671 .
5672
5673
5674 ;
5675 ; msgtext.h (non-public) message definitions (3300 - 3499 MTXT_BASE)
5676 ;
5677
5678 MessageId=3301
5679 Severity=Success
5680 Facility=System
5681 SymbolicName=MTXT_3301
5682 Language=English
5683 Remote IPC %0
5684 .
5685 Language=Russian
5686 Remote IPC %0
5687 .
5688
5689 MessageId=3302
5690 Severity=Success
5691 Facility=System
5692 SymbolicName=MTXT_3302
5693 Language=English
5694 Remote Admin %0
5695 .
5696 Language=Russian
5697 Remote Admin %0
5698 .
5699
5700 MessageId=3303
5701 Severity=Success
5702 Facility=System
5703 SymbolicName=MTXT_3303
5704 Language=English
5705 Logon server share %0
5706 .
5707 Language=Russian
5708 Logon server share %0
5709 .
5710
5711 MessageId=3304
5712 Severity=Success
5713 Facility=System
5714 SymbolicName=MTXT_3304
5715 Language=English
5716 A network error occurred. %0
5717 .
5718 Language=Russian
5719 A network error occurred. %0
5720 .
5721
5722 MessageId=3400
5723 Severity=Success
5724 Facility=System
5725 SymbolicName=MTXT_3400
5726 Language=English
5727 There is not enough memory to start the Workstation service.
5728 .
5729 Language=Russian
5730 There is not enough memory to start the Workstation service.
5731 .
5732
5733 MessageId=3401
5734 Severity=Success
5735 Facility=System
5736 SymbolicName=MTXT_3401
5737 Language=English
5738 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
5739 .
5740 Language=Russian
5741 An error occurred when reading the NETWORKS entry in the LANMAN.INI file.
5742 .
5743
5744 MessageId=3402
5745 Severity=Success
5746 Facility=System
5747 SymbolicName=MTXT_3402
5748 Language=English
5749 This is an invalid argument: %1.
5750 .
5751 Language=Russian
5752 This is an invalid argument: %1.
5753 .
5754
5755 MessageId=3403
5756 Severity=Success
5757 Facility=System
5758 SymbolicName=MTXT_3403
5759 Language=English
5760 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
5761 .
5762 Language=Russian
5763 The %1 NETWORKS entry in the LANMAN.INI file has a\nsyntax error and will be ignored.
5764 .
5765
5766 MessageId=3404
5767 Severity=Success
5768 Facility=System
5769 SymbolicName=MTXT_3404
5770 Language=English
5771 There are too many NETWORKS entries in the LANMAN.INI file.
5772 .
5773 Language=Russian
5774 There are too many NETWORKS entries in the LANMAN.INI file.
5775 .
5776
5777 MessageId=3406
5778 Severity=Success
5779 Facility=System
5780 SymbolicName=MTXT_3406
5781 Language=English
5782 An error occurred when opening network\ndevice driver %1 = %2.
5783 .
5784 Language=Russian
5785 An error occurred when opening network\ndevice driver %1 = %2.
5786 .
5787
5788 MessageId=3407
5789 Severity=Success
5790 Facility=System
5791 SymbolicName=MTXT_3407
5792 Language=English
5793 Device driver %1 sent a bad BiosLinkage response.
5794 .
5795 Language=Russian
5796 Device driver %1 sent a bad BiosLinkage response.
5797 .
5798
5799 MessageId=3408
5800 Severity=Success
5801 Facility=System
5802 SymbolicName=MTXT_3408
5803 Language=English
5804 The program cannot be used with this operating system.
5805 .
5806 Language=Russian
5807 The program cannot be used with this operating system.
5808 .
5809
5810 MessageId=3409
5811 Severity=Success
5812 Facility=System
5813 SymbolicName=MTXT_3409
5814 Language=English
5815 The redirector is already installed.
5816 .
5817 Language=Russian
5818 The redirector is already installed.
5819 .
5820
5821 MessageId=3410
5822 Severity=Success
5823 Facility=System
5824 SymbolicName=MTXT_3410
5825 Language=English
5826 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
5827 .
5828 Language=Russian
5829 Installing NETWKSTA.SYS Version %1.%2.%3 (%4)\n
5830 .
5831
5832 MessageId=3411
5833 Severity=Success
5834 Facility=System
5835 SymbolicName=MTXT_3411
5836 Language=English
5837 There was an error installing NETWKSTA.SYS.\n\n
5838 Press ENTER to continue.
5839 .
5840 Language=Russian
5841 There was an error installing NETWKSTA.SYS.\n\n
5842 Press ENTER to continue.
5843 .
5844
5845 MessageId=3412
5846 Severity=Success
5847 Facility=System
5848 SymbolicName=MTXT_3412
5849 Language=English
5850 Resolver linkage problem.
5851 .
5852 Language=Russian
5853 Resolver linkage problem.
5854 .
5855
5856 MessageId=3413
5857 Severity=Success
5858 Facility=System
5859 SymbolicName=MTXT_3413
5860 Language=English
5861 Your logon time at %1 ends at %2.\n
5862 Please clean up and log off.
5863 .
5864 Language=Russian
5865 Your logon time at %1 ends at %2.\n
5866 Please clean up and log off.
5867 .
5868
5869 MessageId=3414
5870 Severity=Success
5871 Facility=System
5872 SymbolicName=MTXT_3414
5873 Language=English
5874 You will be automatically disconnected at %1.
5875 .
5876 Language=Russian
5877 You will be automatically disconnected at %1.
5878 .
5879
5880 MessageId=3415
5881 Severity=Success
5882 Facility=System
5883 SymbolicName=MTXT_3415
5884 Language=English
5885 Your logon time at %1 has ended.
5886 .
5887 Language=Russian
5888 Your logon time at %1 has ended.
5889 .
5890
5891 MessageId=3416
5892 Severity=Success
5893 Facility=System
5894 SymbolicName=MTXT_3416
5895 Language=English
5896 Your logon time at %1 ended at %2.
5897 .
5898 Language=Russian
5899 Your logon time at %1 ended at %2.
5900 .
5901
5902 MessageId=3417
5903 Severity=Success
5904 Facility=System
5905 SymbolicName=MTXT_3417
5906 Language=English
5907 WARNING: You have until %1 to logoff. If you\n
5908 have not logged off at this time, your session will be\n
5909 disconnected, and any open files or devices you\n
5910 have open may lose data."
5911 .
5912 Language=Russian
5913 WARNING: You have until %1 to logoff. If you\n
5914 have not logged off at this time, your session will be\n
5915 disconnected, and any open files or devices you\n
5916 have open may lose data."
5917 .
5918
5919 MessageId=3418
5920 Severity=Success
5921 Facility=System
5922 SymbolicName=MTXT_3418
5923 Language=English
5924 WARNING: You must log off at %1 now. You have\n
5925 two minutes to log off, or you will be disconnected.
5926 .
5927 Language=Russian
5928 WARNING: You must log off at %1 now. You have\n
5929 two minutes to log off, or you will be disconnected.
5930 .
5931
5932 MessageId=3419
5933 Severity=Success
5934 Facility=System
5935 SymbolicName=MTXT_3419
5936 Language=English
5937 You have open files or devices, and a forced\n
5938 disconnection may cause you to lose data.
5939 .
5940 Language=Russian
5941 You have open files or devices, and a forced\n
5942 disconnection may cause you to lose data.
5943 .
5944
5945 MessageId=3420
5946 Severity=Success
5947 Facility=System
5948 SymbolicName=MTXT_3420
5949 Language=English
5950 Default Share for Internal Use %0
5951 .
5952 Language=Russian
5953 Default Share for Internal Use %0
5954 .
5955
5956 MessageId=3421
5957 Severity=Success
5958 Facility=System
5959 SymbolicName=MTXT_3421
5960 Language=English
5961 Messenger Service %0
5962 .
5963 Language=Russian
5964 Messenger Service %0
5965 .
5966
5967
5968 ;
5969 ; apperr.h (non-public) message definitions (3500 - 3999 APPERR_BASE)
5970 ;
5971
5972 MessageId=3500
5973 Severity=Success
5974 Facility=System
5975 SymbolicName=APPERR_3500
5976 Language=English
5977 The command completed successfully.
5978 .
5979 Language=Russian
5980 The command completed successfully.
5981 .
5982
5983 MessageId=3501
5984 Severity=Success
5985 Facility=System
5986 SymbolicName=APPERR_3501
5987 Language=English
5988 You used an invalid option.
5989 .
5990 Language=Russian
5991 You used an invalid option.
5992 .
5993
5994 MessageId=3502
5995 Severity=Success
5996 Facility=System
5997 SymbolicName=APPERR_3502
5998 Language=English
5999 System error %1 has occurred.
6000 .
6001 Language=Russian
6002 System error %1 has occurred.
6003 .
6004
6005 MessageId=3503
6006 Severity=Success
6007 Facility=System
6008 SymbolicName=APPERR_3503
6009 Language=English
6010 The command contains an invalid number of arguments.
6011 .
6012 Language=Russian
6013 The command contains an invalid number of arguments.
6014 .
6015
6016 MessageId=3504
6017 Severity=Success
6018 Facility=System
6019 SymbolicName=APPERR_3504
6020 Language=English
6021 The command completed with one or more errors.
6022 .
6023 Language=Russian
6024 The command completed with one or more errors.
6025 .
6026
6027 MessageId=3505
6028 Severity=Success
6029 Facility=System
6030 SymbolicName=APPERR_3505
6031 Language=English
6032 You used an option with an invalid value.
6033 .
6034 Language=Russian
6035 You used an option with an invalid value.
6036 .
6037
6038 MessageId=3506
6039 Severity=Success
6040 Facility=System
6041 SymbolicName=APPERR_3506
6042 Language=English
6043 The option %1 is unknown.
6044 .
6045 Language=Russian
6046 The option %1 is unknown.
6047 .
6048
6049 MessageId=3507
6050 Severity=Success
6051 Facility=System
6052 SymbolicName=APPERR_3507
6053 Language=English
6054 Option %1 is ambiguous.
6055 .
6056 Language=Russian
6057 Option %1 is ambiguous.
6058 .
6059
6060 MessageId=3510
6061 Severity=Success
6062 Facility=System
6063 SymbolicName=APPERR_3510
6064 Language=English
6065 A command was used with conflicting switches.
6066 .
6067 Language=Russian
6068 A command was used with conflicting switches.
6069 .
6070
6071 MessageId=3511
6072 Severity=Success
6073 Facility=System
6074 SymbolicName=APPERR_3511
6075 Language=English
6076 Could not find subprogram %1.
6077 .
6078 Language=Russian
6079 Could not find subprogram %1.
6080 .
6081
6082 MessageId=3512
6083 Severity=Success
6084 Facility=System
6085 SymbolicName=APPERR_3512
6086 Language=English
6087 The software requires a newer version of the operating\nsystem.
6088 .
6089 Language=Russian
6090 The software requires a newer version of the operating\nsystem.
6091 .
6092
6093 MessageId=3513
6094 Severity=Success
6095 Facility=System
6096 SymbolicName=APPERR_3513
6097 Language=English
6098 More data is available than can be returned by the operating\nsystem.
6099 .
6100 Language=Russian
6101 More data is available than can be returned by the operating\nsystem.
6102 .
6103
6104 MessageId=3514
6105 Severity=Success
6106 Facility=System
6107 SymbolicName=APPERR_3514
6108 Language=English
6109 More help is available by typing NET HELPMSG %1.
6110 .
6111 Language=Russian
6112 More help is available by typing NET HELPMSG %1.
6113 .
6114
6115 MessageId=3515
6116 Severity=Success
6117 Facility=System
6118 SymbolicName=APPERR_3515
6119 Language=English
6120 The command can be used only on a Domain Controller.
6121 .
6122 Language=Russian
6123 The command can be used only on a Domain Controller.
6124 .
6125
6126 MessageId=3516
6127 Severity=Success
6128 Facility=System
6129 SymbolicName=APPERR_3516
6130 Language=English
6131 This command cannot be used on a Domain Controller.
6132 .
6133 Language=Russian
6134 This command cannot be used on a Domain Controller.
6135 .
6136
6137 MessageId=3520
6138 Severity=Success
6139 Facility=System
6140 SymbolicName=APPERR_3520
6141 Language=English
6142 These services are started:
6143 .
6144 Language=Russian
6145 These services are started:
6146 .
6147
6148 MessageId=3521
6149 Severity=Success
6150 Facility=System
6151 SymbolicName=APPERR_3521
6152 Language=English
6153 The %1 service is not started.
6154 .
6155 Language=Russian
6156 The %1 service is not started.
6157 .
6158
6159 MessageId=3522
6160 Severity=Success
6161 Facility=System
6162 SymbolicName=APPERR_3522
6163 Language=English
6164 The %1 service is starting%0
6165 .
6166 Language=Russian
6167 The %1 service is starting%0
6168 .
6169
6170 MessageId=3523
6171 Severity=Success
6172 Facility=System
6173 SymbolicName=APPERR_3523
6174 Language=English
6175 The %1 service could not be started.
6176 .
6177 Language=Russian
6178 The %1 service could not be started.
6179 .
6180
6181 MessageId=3524
6182 Severity=Success
6183 Facility=System
6184 SymbolicName=APPERR_3524
6185 Language=English
6186 The %1 service was started successfully.
6187 .
6188 Language=Russian
6189 The %1 service was started successfully.
6190 .
6191
6192 MessageId=3525
6193 Severity=Success
6194 Facility=System
6195 SymbolicName=APPERR_3525
6196 Language=English
6197 Stopping the Workstation service also stops the Server service.
6198 .
6199 Language=Russian
6200 Stopping the Workstation service also stops the Server service.
6201 .
6202
6203 MessageId=3526
6204 Severity=Success
6205 Facility=System
6206 SymbolicName=APPERR_3526
6207 Language=English
6208 The workstation has open files.
6209 .
6210 Language=Russian
6211 The workstation has open files.
6212 .
6213
6214 MessageId=3527
6215 Severity=Success
6216 Facility=System
6217 SymbolicName=APPERR_3527
6218 Language=English
6219 The %1 service is stopping%0
6220 .
6221 Language=Russian
6222 The %1 service is stopping%0
6223 .
6224
6225 MessageId=3528
6226 Severity=Success
6227 Facility=System
6228 SymbolicName=APPERR_3528
6229 Language=English
6230 The %1 service could not be stopped.
6231 .
6232 Language=Russian
6233 The %1 service could not be stopped.
6234 .
6235
6236 MessageId=3529
6237 Severity=Success
6238 Facility=System
6239 SymbolicName=APPERR_3529
6240 Language=English
6241 The %1 service was stopped successfully.
6242 .
6243 Language=Russian
6244 The %1 service was stopped successfully.
6245 .
6246
6247 MessageId=3530
6248 Severity=Success
6249 Facility=System
6250 SymbolicName=APPERR_3530
6251 Language=English
6252 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
6253 .
6254 Language=Russian
6255 The following services are dependent on the %1 service.\nStopping the %1 service will also stop these services.
6256 .
6257
6258 MessageId=3533
6259 Severity=Success
6260 Facility=System
6261 SymbolicName=APPERR_3533
6262 Language=English
6263 The service is starting or stopping. Please try again later.
6264 .
6265 Language=Russian
6266 The service is starting or stopping. Please try again later.
6267 .
6268
6269 MessageId=3534
6270 Severity=Success
6271 Facility=System
6272 SymbolicName=APPERR_3534
6273 Language=English
6274 The service did not report an error.
6275 .
6276 Language=Russian
6277 The service did not report an error.
6278 .
6279
6280 MessageId=3535
6281 Severity=Success
6282 Facility=System
6283 SymbolicName=APPERR_3535
6284 Language=English
6285 An error occurred controlling the device.
6286 .
6287 Language=Russian
6288 An error occurred controlling the device.
6289 .
6290
6291 MessageId=3536
6292 Severity=Success
6293 Facility=System
6294 SymbolicName=APPERR_3536
6295 Language=English
6296 The %1 service was continued successfully.
6297 .
6298 Language=Russian
6299 The %1 service was continued successfully.
6300 .
6301
6302 MessageId=3537
6303 Severity=Success
6304 Facility=System
6305 SymbolicName=APPERR_3537
6306 Language=English
6307 The %1 service was paused successfully.
6308 .
6309 Language=Russian
6310 The %1 service was paused successfully.
6311 .
6312
6313 MessageId=3538
6314 Severity=Success
6315 Facility=System
6316 SymbolicName=APPERR_3538
6317 Language=English
6318 The %1 service failed to resume.
6319 .
6320 Language=Russian
6321 The %1 service failed to resume.
6322 .
6323
6324 MessageId=3539
6325 Severity=Success
6326 Facility=System
6327 SymbolicName=APPERR_3539
6328 Language=English
6329 The %1 service failed to pause.
6330 .
6331 Language=Russian
6332 The %1 service failed to pause.
6333 .
6334
6335 MessageId=3540
6336 Severity=Success
6337 Facility=System
6338 SymbolicName=APPERR_3540
6339 Language=English
6340 The %1 service continue is pending%0
6341 .
6342 Language=Russian
6343 The %1 service continue is pending%0
6344 .
6345
6346 MessageId=3541
6347 Severity=Success
6348 Facility=System
6349 SymbolicName=APPERR_3541
6350 Language=English
6351 The %1 service pause is pending%0
6352 .
6353 Language=Russian
6354 The %1 service pause is pending%0
6355 .
6356
6357 MessageId=3542
6358 Severity=Success
6359 Facility=System
6360 SymbolicName=APPERR_3542
6361 Language=English
6362 %1 was continued successfully.
6363 .
6364 Language=Russian
6365 %1 was continued successfully.
6366 .
6367
6368 MessageId=3543
6369 Severity=Success
6370 Facility=System
6371 SymbolicName=APPERR_3543
6372 Language=English
6373 %1 was paused successfully.
6374 .
6375 Language=Russian
6376 %1 was paused successfully.
6377 .
6378
6379 MessageId=3544
6380 Severity=Success
6381 Facility=System
6382 SymbolicName=APPERR_3544
6383 Language=English
6384 The %1 service has been started by another process and is pending.%0
6385 .
6386 Language=Russian
6387 The %1 service has been started by another process and is pending.%0
6388 .
6389
6390 MessageId=3547
6391 Severity=Success
6392 Facility=System
6393 SymbolicName=APPERR_3547
6394 Language=English
6395 A service specific error occurred: %1.
6396 .
6397 Language=Russian
6398 A service specific error occurred: %1.
6399 .
6400
6401
6402 MessageId=3660
6403 Severity=Success
6404 Facility=System
6405 SymbolicName=APPERR_3660
6406 Language=English
6407 These workstations have sessions on this server:
6408 .
6409 Language=Russian
6410 These workstations have sessions on this server:
6411 .
6412
6413 MessageId=3661
6414 Severity=Success
6415 Facility=System
6416 SymbolicName=APPERR_3661
6417 Language=English
6418 These workstations have sessions with open files on this server:
6419 .
6420 Language=Russian
6421 These workstations have sessions with open files on this server:
6422 .
6423
6424 MessageId=3666
6425 Severity=Success
6426 Facility=System
6427 SymbolicName=APPERR_3666
6428 Language=English
6429 The message alias is forwarded.
6430 .
6431 Language=Russian
6432 The message alias is forwarded.
6433 .
6434
6435 MessageId=3670
6436 Severity=Success
6437 Facility=System
6438 SymbolicName=APPERR_3670
6439 Language=English
6440 You have these remote connections:
6441 .
6442 Language=Russian
6443 You have these remote connections:
6444 .
6445
6446 MessageId=3671
6447 Severity=Success
6448 Facility=System
6449 SymbolicName=APPERR_3671
6450 Language=English
6451 Continuing will cancel the connections.
6452 .
6453 Language=Russian
6454 Continuing will cancel the connections.
6455 .
6456
6457 MessageId=3675
6458 Severity=Success
6459 Facility=System
6460 SymbolicName=APPERR_3675
6461 Language=English
6462 The session from %1 has open files.
6463 .
6464 Language=Russian
6465 The session from %1 has open files.
6466 .
6467
6468 MessageId=3676
6469 Severity=Success
6470 Facility=System
6471 SymbolicName=APPERR_3676
6472 Language=English
6473 New connections will be remembered.
6474 .
6475 Language=Russian
6476 New connections will be remembered.
6477 .
6478
6479 MessageId=3677
6480 Severity=Success
6481 Facility=System
6482 SymbolicName=APPERR_3677
6483 Language=English
6484 New connections will not be remembered.
6485 .
6486 Language=Russian
6487 New connections will not be remembered.
6488 .
6489
6490 MessageId=3678
6491 Severity=Success
6492 Facility=System
6493 SymbolicName=APPERR_3678
6494 Language=English
6495 An error occurred while saving your profile. The state of your remembered connections has not changed.
6496 .
6497 Language=Russian
6498 An error occurred while saving your profile. The state of your remembered connections has not changed.
6499 .
6500
6501 MessageId=3679
6502 Severity=Success
6503 Facility=System
6504 SymbolicName=APPERR_3679
6505 Language=English
6506 An error occurred while reading your profile.
6507 .
6508 Language=Russian
6509 An error occurred while reading your profile.
6510 .
6511
6512 MessageId=3680
6513 Severity=Success
6514 Facility=System
6515 SymbolicName=APPERR_3680
6516 Language=English
6517 An error occurred while restoring the connection to %1.
6518 .
6519 Language=Russian
6520 An error occurred while restoring the connection to %1.
6521 .
6522
6523 MessageId=3682
6524 Severity=Success
6525 Facility=System
6526 SymbolicName=APPERR_3682
6527 Language=English
6528 No network services are started.
6529 .
6530 Language=Russian
6531 No network services are started.
6532 .
6533
6534 MessageId=3683
6535 Severity=Success
6536 Facility=System
6537 SymbolicName=APPERR_3683
6538 Language=English
6539 There are no entries in the list.
6540 .
6541 Language=Russian
6542 There are no entries in the list.
6543 .
6544
6545 MessageId=3688
6546 Severity=Success
6547 Facility=System
6548 SymbolicName=APPERR_3688
6549 Language=English
6550 Users have open files on %1. Continuing the operation will force the files closed.
6551 .
6552 Language=Russian
6553 Users have open files on %1. Continuing the operation will force the files closed.
6554 .
6555
6556 MessageId=3689
6557 Severity=Success
6558 Facility=System
6559 SymbolicName=APPERR_3689
6560 Language=English
6561 The Workstation service is already running. The operating system will ignore command options for the workstation.
6562 .
6563 Language=Russian
6564 The Workstation service is already running. The operating system will ignore command options for the workstation.
6565 .
6566
6567 MessageId=3691
6568 Severity=Success
6569 Facility=System
6570 SymbolicName=APPERR_3691
6571 Language=English
6572 There are open files and/or incomplete directory searches pending on the connection to %1.
6573 .
6574 Language=Russian
6575 There are open files and/or incomplete directory searches pending on the connection to %1.
6576 .
6577
6578 MessageId=3693
6579 Severity=Success
6580 Facility=System
6581 SymbolicName=APPERR_3693
6582 Language=English
6583 The request will be processed at a domain controller for domain %1.
6584 .
6585 Language=Russian
6586 The request will be processed at a domain controller for domain %1.
6587 .
6588
6589 MessageId=3694
6590 Severity=Success
6591 Facility=System
6592 SymbolicName=APPERR_3694
6593 Language=English
6594 The shared queue cannot be deleted while a print job is being spooled to the queue.
6595 .
6596 Language=Russian
6597 The shared queue cannot be deleted while a print job is being spooled to the queue.
6598 .
6599
6600 MessageId=3695
6601 Severity=Success
6602 Facility=System
6603 SymbolicName=APPERR_3695
6604 Language=English
6605 %1 has a remembered connection to %2.
6606 .
6607 Language=Russian
6608 %1 has a remembered connection to %2.
6609 .
6610
6611 MessageId=3710
6612 Severity=Success
6613 Facility=System
6614 SymbolicName=APPERR_3710
6615 Language=English
6616 An error occurred while opening the Help file.
6617 .
6618 Language=Russian
6619 An error occurred while opening the Help file.
6620 .
6621
6622 MessageId=3711
6623 Severity=Success
6624 Facility=System
6625 SymbolicName=APPERR_3711
6626 Language=English
6627 The Help file is empty.
6628 .
6629 Language=Russian
6630 The Help file is empty.
6631 .
6632
6633 MessageId=3712
6634 Severity=Success
6635 Facility=System
6636 SymbolicName=APPERR_3712
6637 Language=English
6638 The Help file is corrupted.
6639 .
6640 Language=Russian
6641 The Help file is corrupted.
6642 .
6643
6644 MessageId=3713
6645 Severity=Success
6646 Facility=System
6647 SymbolicName=APPERR_3713
6648 Language=English
6649 Could not find a domain controller for domain %1.
6650 .
6651 Language=Russian
6652 Could not find a domain controller for domain %1.
6653 .
6654
6655 MessageId=3714
6656 Severity=Success
6657 Facility=System
6658 SymbolicName=APPERR_3714
6659 Language=English
6660 This operation is privileged on systems with earlier\nversions of the software.
6661 .
6662 Language=Russian
6663 This operation is privileged on systems with earlier\nversions of the software.
6664 .
6665
6666 MessageId=3716
6667 Severity=Success
6668 Facility=System
6669 SymbolicName=APPERR_3716
6670 Language=English
6671 The device type is unknown.
6672 .
6673 Language=Russian
6674 The device type is unknown.
6675 .
6676
6677 MessageId=3717
6678 Severity=Success
6679 Facility=System
6680 SymbolicName=APPERR_3717
6681 Language=English
6682 The log file has been corrupted.
6683 .
6684 Language=Russian
6685 The log file has been corrupted.
6686 .
6687
6688 MessageId=3718
6689 Severity=Success
6690 Facility=System
6691 SymbolicName=APPERR_3718
6692 Language=English
6693 Program filenames must end with .EXE.
6694 .
6695 Language=Russian
6696 Program filenames must end with .EXE.
6697 .
6698
6699 MessageId=3719
6700 Severity=Success
6701 Facility=System
6702 SymbolicName=APPERR_3719
6703 Language=English
6704 A matching share could not be found so nothing was deleted.
6705 .
6706 Language=Russian
6707 A matching share could not be found so nothing was deleted.
6708 .
6709
6710 MessageId=3720
6711 Severity=Success
6712 Facility=System
6713 SymbolicName=APPERR_3720
6714 Language=English
6715 A bad value is in the units-per-week field of the user record.
6716 .
6717 Language=Russian
6718 A bad value is in the units-per-week field of the user record.
6719 .
6720
6721 MessageId=3721
6722 Severity=Success
6723 Facility=System
6724 SymbolicName=APPERR_3721
6725 Language=English
6726 The password is invalid for %1.
6727 .
6728 Language=Russian
6729 The password is invalid for %1.
6730 .
6731
6732 MessageId=3722
6733 Severity=Success
6734 Facility=System
6735 SymbolicName=APPERR_3722
6736 Language=English
6737 An error occurred while sending a message to %1.
6738 .
6739 Language=Russian
6740 An error occurred while sending a message to %1.
6741 .
6742
6743 MessageId=3723
6744 Severity=Success
6745 Facility=System
6746 SymbolicName=APPERR_3723
6747 Language=English
6748 The password or user name is invalid for %1.
6749 .
6750 Language=Russian
6751 The password or user name is invalid for %1.
6752 .
6753
6754 MessageId=3725
6755 Severity=Success
6756 Facility=System
6757 SymbolicName=APPERR_3725
6758 Language=English
6759 An error occurred when the share was deleted.
6760 .
6761 Language=Russian
6762 An error occurred when the share was deleted.
6763 .
6764
6765 MessageId=3726
6766 Severity=Success
6767 Facility=System
6768 SymbolicName=APPERR_3726
6769 Language=English
6770 The user name is invalid.
6771 .
6772 Language=Russian
6773 The user name is invalid.
6774 .
6775
6776 MessageId=3727
6777 Severity=Success
6778 Facility=System
6779 SymbolicName=APPERR_3727
6780 Language=English
6781 The password is invalid.
6782 .
6783 Language=Russian
6784 The password is invalid.
6785 .
6786
6787 MessageId=3728
6788 Severity=Success
6789 Facility=System
6790 SymbolicName=APPERR_3728
6791 Language=English
6792 The passwords do not match.
6793 .
6794 Language=Russian
6795 The passwords do not match.
6796 .
6797
6798 MessageId=3729
6799 Severity=Success
6800 Facility=System
6801 SymbolicName=APPERR_3729
6802 Language=English
6803 Your persistent connections were not all restored.
6804 .
6805 Language=Russian
6806 Your persistent connections were not all restored.
6807 .
6808
6809 MessageId=3730
6810 Severity=Success
6811 Facility=System
6812 SymbolicName=APPERR_3730
6813 Language=English
6814 This is not a valid computer name or domain name.
6815 .
6816 Language=Russian
6817 This is not a valid computer name or domain name.
6818 .
6819
6820 MessageId=3732
6821 Severity=Success
6822 Facility=System
6823 SymbolicName=APPERR_3732
6824 Language=English
6825 Default permissions cannot be set for that resource.
6826 .
6827 Language=Russian
6828 Default permissions cannot be set for that resource.
6829 .
6830
6831 MessageId=3734
6832 Severity=Success
6833 Facility=System
6834 SymbolicName=APPERR_3734
6835 Language=English
6836 A valid password was not entered.
6837 .
6838 Language=Russian
6839 A valid password was not entered.
6840 .
6841
6842 MessageId=3735
6843 Severity=Success
6844 Facility=System
6845 SymbolicName=APPERR_3735
6846 Language=English
6847 A valid name was not entered.
6848 .
6849 Language=Russian
6850 A valid name was not entered.
6851 .
6852
6853 MessageId=3736
6854 Severity=Success
6855 Facility=System
6856 SymbolicName=APPERR_3736
6857 Language=English
6858 The resource named cannot be shared.
6859 .
6860 Language=Russian
6861 The resource named cannot be shared.
6862 .
6863
6864 MessageId=3737
6865 Severity=Success
6866 Facility=System
6867 SymbolicName=APPERR_3737
6868 Language=English
6869 The permissions string contains invalid permissions.
6870 .
6871 Language=Russian
6872 The permissions string contains invalid permissions.
6873 .
6874
6875 MessageId=3738
6876 Severity=Success
6877 Facility=System
6878 SymbolicName=APPERR_3738
6879 Language=English
6880 You can only perform this operation on printers and communication devices.
6881 .
6882 Language=Russian
6883 You can only perform this operation on printers and communication devices.
6884 .
6885
6886 MessageId=3742
6887 Severity=Success
6888 Facility=System
6889 SymbolicName=APPERR_3742
6890 Language=English
6891 %1 is an invalid user or group name.
6892 .
6893 Language=Russian
6894 %1 is an invalid user or group name.
6895 .
6896
6897 MessageId=3743
6898 Severity=Success
6899 Facility=System
6900 SymbolicName=APPERR_3743
6901 Language=English
6902 The server is not configured for remote administration.
6903 .
6904 Language=Russian
6905 The server is not configured for remote administration.
6906 .
6907
6908 MessageId=3752
6909 Severity=Success
6910 Facility=System
6911 SymbolicName=APPERR_3752
6912 Language=English
6913 No users have sessions with this server.
6914 .
6915 Language=Russian
6916 No users have sessions with this server.
6917 .
6918
6919 MessageId=3753
6920 Severity=Success
6921 Facility=System
6922 SymbolicName=APPERR_3753
6923 Language=English
6924 User %1 is not a member of group %2.
6925 .
6926 Language=Russian
6927 User %1 is not a member of group %2.
6928 .
6929
6930 MessageId=3754
6931 Severity=Success
6932 Facility=System
6933 SymbolicName=APPERR_3754
6934 Language=English
6935 User %1 is already a member of group %2.
6936 .
6937 Language=Russian
6938 User %1 is already a member of group %2.
6939 .
6940
6941 MessageId=3755
6942 Severity=Success
6943 Facility=System
6944 SymbolicName=APPERR_3755
6945 Language=English
6946 There is no such user: %1.
6947 .
6948 Language=Russian
6949 There is no such user: %1.
6950 .
6951
6952 MessageId=3756
6953 Severity=Success
6954 Facility=System
6955 SymbolicName=APPERR_3756
6956 Language=English
6957 This is an invalid response.
6958 .
6959 Language=Russian
6960 This is an invalid response.
6961 .
6962
6963 MessageId=3757
6964 Severity=Success
6965 Facility=System
6966 SymbolicName=APPERR_3757
6967 Language=English
6968 No valid response was provided.
6969 .
6970 Language=Russian
6971 No valid response was provided.
6972 .
6973
6974 MessageId=3758
6975 Severity=Success
6976 Facility=System
6977 SymbolicName=APPERR_3758
6978 Language=English
6979 The destination list provided does not match the destination list of the printer queue.
6980 .
6981 Language=Russian
6982 The destination list provided does not match the destination list of the printer queue.
6983 .
6984
6985 MessageId=3759
6986 Severity=Success
6987 Facility=System
6988 SymbolicName=APPERR_3759
6989 Language=English
6990 Your password cannot be changed until %1.
6991 .
6992 Language=Russian
6993 Your password cannot be changed until %1.
6994 .
6995
6996 MessageId=3760
6997 Severity=Success
6998 Facility=System
6999 SymbolicName=APPERR_3760
7000 Language=English
7001 %1 is not a recognized day of the week.
7002 .
7003 Language=Russian
7004 %1 is not a recognized day of the week.
7005 .
7006
7007 MessageId=3761
7008 Severity=Success
7009 Facility=System
7010 SymbolicName=APPERR_3761
7011 Language=English
7012 The time range specified ends before it starts.
7013 .
7014 Language=Russian
7015 The time range specified ends before it starts.
7016 .
7017
7018 MessageId=3762
7019 Severity=Success
7020 Facility=System
7021 SymbolicName=APPERR_3762
7022 Language=English
7023 %1 is not a recognized hour.
7024 .
7025 Language=Russian
7026 %1 is not a recognized hour.
7027 .
7028
7029 MessageId=3763
7030 Severity=Success
7031 Facility=System
7032 SymbolicName=APPERR_3763
7033 Language=English
7034 %1 is not a valid specification for minutes.
7035 .
7036 Language=Russian
7037 %1 is not a valid specification for minutes.
7038 .
7039
7040 MessageId=3764
7041 Severity=Success
7042 Facility=System
7043 SymbolicName=APPERR_3764
7044 Language=English
7045 Time supplied is not exactly on the hour.
7046 .
7047 Language=Russian
7048 Time supplied is not exactly on the hour.
7049 .
7050
7051 MessageId=3765
7052 Severity=Success
7053 Facility=System
7054 SymbolicName=APPERR_3765
7055 Language=English
7056 12 and 24 hour time formats may not be mixed.
7057 .
7058 Language=Russian
7059 12 and 24 hour time formats may not be mixed.
7060 .
7061
7062 MessageId=3766
7063 Severity=Success
7064 Facility=System
7065 SymbolicName=APPERR_3766
7066 Language=English
7067 %1 is not a valid 12-hour suffix.
7068 .
7069 Language=Russian
7070 %1 is not a valid 12-hour suffix.
7071 .
7072
7073 MessageId=3767
7074 Severity=Success
7075 Facility=System
7076 SymbolicName=APPERR_3767
7077 Language=English
7078 An illegal date format has been supplied.
7079 .
7080 Language=Russian
7081 An illegal date format has been supplied.
7082 .
7083
7084 MessageId=3768
7085 Severity=Success
7086 Facility=System
7087 SymbolicName=APPERR_3768
7088 Language=English
7089 An illegal day range has been supplied.
7090 .
7091 Language=Russian
7092 An illegal day range has been supplied.
7093 .
7094
7095 MessageId=3769
7096 Severity=Success
7097 Facility=System
7098 SymbolicName=APPERR_3769
7099 Language=English
7100 An illegal time range has been supplied.
7101 .
7102 Language=Russian
7103 An illegal time range has been supplied.
7104 .
7105
7106 MessageId=3770
7107 Severity=Success
7108 Facility=System
7109 SymbolicName=APPERR_3770
7110 Language=English
7111 Arguments to NET USER are invalid. Check the minimum password\n
7112 length and/or arguments supplied.
7113 .
7114 Language=Russian
7115 Arguments to NET USER are invalid. Check the minimum password\n
7116 length and/or arguments supplied.
7117 .
7118
7119 MessageId=3771
7120 Severity=Success
7121 Facility=System
7122 SymbolicName=APPERR_3771
7123 Language=English
7124 The value for ENABLESCRIPT must be YES.
7125 .
7126 Language=Russian
7127 The value for ENABLESCRIPT must be YES.
7128 .
7129
7130 MessageId=3773
7131 Severity=Success
7132 Facility=System
7133 SymbolicName=APPERR_3773
7134 Language=English
7135 An illegal country code has been supplied.
7136 .
7137 Language=Russian
7138 An illegal country code has been supplied.
7139 .
7140
7141 MessageId=3774
7142 Severity=Success
7143 Facility=System
7144 SymbolicName=APPERR_3774
7145 Language=English
7146 The user was successfully created but could not be added\n
7147 to the USERS local group.
7148 .
7149 Language=Russian
7150 The user was successfully created but could not be added\n
7151 to the USERS local group.
7152 .
7153
7154 MessageId=3775
7155 Severity=Success
7156 Facility=System
7157 SymbolicName=APPERR_3775
7158 Language=English
7159 The user context supplied is invalid.
7160 .
7161 Language=Russian
7162 The user context supplied is invalid.
7163 .
7164
7165 MessageId=3776
7166 Severity=Success
7167 Facility=System
7168 SymbolicName=APPERR_3776
7169 Language=English
7170 The dynamic-link library %1 could not be loaded, or an error\n
7171 occurred while trying to use it.
7172 .
7173 Language=Russian
7174 The dynamic-link library %1 could not be loaded, or an error\n
7175 occurred while trying to use it.
7176 .
7177
7178 MessageId=3777
7179 Severity=Success
7180 Facility=System
7181 SymbolicName=APPERR_3777
7182 Language=English
7183 Sending files is no longer supported.
7184 .
7185 Language=Russian
7186 Sending files is no longer supported.
7187 .
7188
7189 MessageId=3778
7190 Severity=Success
7191 Facility=System
7192 SymbolicName=APPERR_3778
7193 Language=English
7194 You may not specify paths for ADMIN$ and IPC$ shares.
7195 .
7196 Language=Russian
7197 You may not specify paths for ADMIN$ and IPC$ shares.
7198 .
7199
7200 MessageId=3779
7201 Severity=Success
7202 Facility=System
7203 SymbolicName=APPERR_3779
7204 Language=English
7205 User or group %1 is already a member of local group %2.
7206 .
7207 Language=Russian
7208 User or group %1 is already a member of local group %2.
7209 .
7210
7211 MessageId=3780
7212 Severity=Success
7213 Facility=System
7214 SymbolicName=APPERR_3780
7215 Language=English
7216 There is no such user or group: %1.
7217 .
7218 Language=Russian
7219 There is no such user or group: %1.
7220 .
7221
7222 MessageId=3781
7223 Severity=Success
7224 Facility=System
7225 SymbolicName=APPERR_3781
7226 Language=English
7227 There is no such computer: %1.
7228 .
7229 Language=Russian
7230 There is no such computer: %1.
7231 .
7232
7233 MessageId=3782
7234 Severity=Success
7235 Facility=System
7236 SymbolicName=APPERR_3782
7237 Language=English
7238 The computer %1 already exists.
7239 .
7240 Language=Russian
7241 The computer %1 already exists.
7242 .
7243
7244 MessageId=3783
7245 Severity=Success
7246 Facility=System
7247 SymbolicName=APPERR_3783
7248 Language=English
7249 There is no such global user or group: %1.
7250 .
7251 Language=Russian
7252 There is no such global user or group: %1.
7253 .
7254
7255 MessageId=3784
7256 Severity=Success
7257 Facility=System
7258 SymbolicName=APPERR_3784
7259 Language=English
7260 Only disk shares can be marked as cacheable
7261 .
7262 Language=Russian
7263 Only disk shares can be marked as cacheable
7264 .
7265
7266 MessageId=3790
7267 Severity=Success
7268 Facility=System
7269 SymbolicName=APPERR_3790
7270 Language=English
7271 The system could not find message: %1.
7272 .
7273 Language=Russian
7274 The system could not find message: %1.
7275 .
7276
7277 MessageId=3802
7278 Severity=Success
7279 Facility=System
7280 SymbolicName=APPERR_3802
7281 Language=English
7282 This schedule date is invalid.
7283 .
7284 Language=Russian
7285 This schedule date is invalid.
7286 .
7287
7288 MessageId=3803
7289 Severity=Success
7290 Facility=System
7291 SymbolicName=APPERR_3803
7292 Language=English
7293 The LANMAN root directory is unavailable.
7294 .
7295 Language=Russian
7296 The LANMAN root directory is unavailable.
7297 .
7298
7299 MessageId=3804
7300 Severity=Success
7301 Facility=System
7302 SymbolicName=APPERR_3804
7303 Language=English
7304 The SCHED.LOG file could not be opened.
7305 .
7306 Language=Russian
7307 The SCHED.LOG file could not be opened.
7308 .
7309
7310 MessageId=3805
7311 Severity=Success
7312 Facility=System
7313 SymbolicName=APPERR_3805
7314 Language=English
7315 The Server service has not been started.
7316 .
7317 Language=Russian
7318 The Server service has not been started.
7319 .
7320
7321 MessageId=3806
7322 Severity=Success
7323 Facility=System
7324 SymbolicName=APPERR_3806
7325 Language=English
7326 The AT job ID does not exist.
7327 .
7328 Language=Russian
7329 The AT job ID does not exist.
7330 .
7331
7332 MessageId=3807
7333 Severity=Success
7334 Facility=System
7335 SymbolicName=APPERR_3807
7336 Language=English
7337 The AT schedule file is corrupted.
7338 .
7339 Language=Russian
7340 The AT schedule file is corrupted.
7341 .
7342
7343 MessageId=3808
7344 Severity=Success
7345 Facility=System
7346 SymbolicName=APPERR_3808
7347 Language=English
7348 The delete failed due to a problem with the AT schedule file.
7349 .
7350 Language=Russian
7351 The delete failed due to a problem with the AT schedule file.
7352 .
7353
7354 MessageId=3809
7355 Severity=Success
7356 Facility=System
7357 SymbolicName=APPERR_3809
7358 Language=English
7359 The command line cannot exceed 259 characters.
7360 .
7361 Language=Russian
7362 The command line cannot exceed 259 characters.
7363 .
7364
7365 MessageId=3810
7366 Severity=Success
7367 Facility=System
7368 SymbolicName=APPERR_3810
7369 Language=English
7370 The AT schedule file could not be updated because the disk is full.
7371 .
7372 Language=Russian
7373 The AT schedule file could not be updated because the disk is full.
7374 .
7375
7376 MessageId=3812
7377 Severity=Success
7378 Facility=System
7379 SymbolicName=APPERR_3812
7380 Language=English
7381 The AT schedule file is invalid. Please delete the file and create a new one.
7382 .
7383 Language=Russian
7384 The AT schedule file is invalid. Please delete the file and create a new one.
7385 .
7386
7387 MessageId=3813
7388 Severity=Success
7389 Facility=System
7390 SymbolicName=APPERR_3813
7391 Language=English
7392 The AT schedule file was deleted.
7393 .
7394 Language=Russian
7395 The AT schedule file was deleted.
7396 .
7397
7398 MessageId=3814
7399 Severity=Success
7400 Facility=System
7401 SymbolicName=APPERR_3814
7402 Language=English
7403 The syntax of this command is:\n\n
7404 AT [id] [/DELETE]\n
7405 AT time [/EVERY:date | /NEXT:date] command\n\n
7406 The AT command schedules a program command to run at a\n
7407 later date and time on a server. It also displays the\n
7408 list of programs and commands scheduled to be run.\n\n
7409 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
7410 for the day of the month.\n\n
7411 You can specify the time in the 24 hour HH:MM format.
7412 .
7413 Language=Russian
7414 The syntax of this command is:\n\n
7415 AT [id] [/DELETE]\n
7416 AT time [/EVERY:date | /NEXT:date] command\n\n
7417 The AT command schedules a program command to run at a\n
7418 later date and time on a server. It also displays the\n
7419 list of programs and commands scheduled to be run.\n\n
7420 You can specify the date as M,T,W,Th,F,Sa,Su or 1-31\n
7421 for the day of the month.\n\n
7422 You can specify the time in the 24 hour HH:MM format.
7423 .
7424
7425 MessageId=3815
7426 Severity=Success
7427 Facility=System
7428 SymbolicName=APPERR_3815
7429 Language=English
7430 The AT command has timed-out.\n
7431 Please try again later.
7432 .
7433 Language=Russian
7434 The AT command has timed-out.\n
7435 Please try again later.
7436 .
7437
7438 MessageId=3816
7439 Severity=Success
7440 Facility=System
7441 SymbolicName=APPERR_3816
7442 Language=English
7443 The minimum password age for user accounts cannot be greater\n
7444 than the maximum password age.
7445 .
7446 Language=Russian
7447 The minimum password age for user accounts cannot be greater\n
7448 than the maximum password age.
7449 .
7450
7451 MessageId=3817
7452 Severity=Success
7453 Facility=System
7454 SymbolicName=APPERR_3817
7455 Language=English
7456 You have specified a value that is incompatible\n
7457 with servers with down-level software. Please specify a lower value.
7458 .
7459 Language=Russian
7460 You have specified a value that is incompatible\n
7461 with servers with down-level software. Please specify a lower value.
7462 .
7463
7464 MessageId=3870
7465 Severity=Success
7466 Facility=System
7467 SymbolicName=APPERR_3870
7468 Language=English
7469 %1 is not a valid computer name.
7470 .
7471 Language=Russian
7472 %1 is not a valid computer name.
7473 .
7474
7475 MessageId=3871
7476 Severity=Success
7477 Facility=System
7478 SymbolicName=APPERR_3871
7479 Language=English
7480 %1 is not a valid Windows network message number.
7481 .
7482 Language=Russian
7483 %1 is not a valid Windows network message number.
7484 .
7485
7486 MessageId=3900
7487 Severity=Success
7488 Facility=System
7489 SymbolicName=APPERR_3900
7490 Language=English
7491 Message from %1 to %2 on %3
7492 .
7493 Language=Russian
7494 Message from %1 to %2 on %3
7495 .
7496
7497 MessageId=3901
7498 Severity=Success
7499 Facility=System
7500 SymbolicName=APPERR_3901
7501 Language=English
7502 ****
7503 .
7504 Language=Russian
7505 ****
7506 .
7507
7508 MessageId=3902
7509 Severity=Success
7510 Facility=System
7511 SymbolicName=APPERR_3902
7512 Language=English
7513 **** unexpected end of message ****
7514 .
7515 Language=Russian
7516 **** unexpected end of message ****
7517 .
7518
7519 MessageId=3905
7520 Severity=Success
7521 Facility=System
7522 SymbolicName=APPERR_3905
7523 Language=English
7524 Press ESC to exit
7525 .
7526 Language=Russian
7527 Press ESC to exit
7528 .
7529
7530 MessageId=3906
7531 Severity=Success
7532 Facility=System
7533 SymbolicName=APPERR_3906
7534 Language=English
7535 ...
7536 .
7537 Language=Russian
7538 ...
7539 .
7540
7541 MessageId=3910
7542 Severity=Success
7543 Facility=System
7544 SymbolicName=APPERR_3910
7545 Language=English
7546 Current time at %1 is %2
7547 .
7548 Language=Russian
7549 Current time at %1 is %2
7550 .
7551
7552 MessageId=3911
7553 Severity=Success
7554 Facility=System
7555 SymbolicName=APPERR_3911
7556 Language=English
7557 The current local clock is %1\n
7558 Do you want to set the local computer's time to match the\n
7559 time at %2? %3: %0
7560 .
7561 Language=Russian
7562 Do you want to set the local computer's time to match the\n
7563 time at %2? %3: %0
7564 .
7565
7566 MessageId=3912
7567 Severity=Success
7568 Facility=System
7569 SymbolicName=APPERR_3912
7570 Language=English
7571 Could not locate a time-server.
7572 .
7573 Language=Russian
7574 Could not locate a time-server.
7575 .
7576
7577 MessageId=3913
7578 Severity=Success
7579 Facility=System
7580 SymbolicName=APPERR_3913
7581 Language=English
7582 Could not find the domain controller for domain %1.
7583 .
7584 Language=Russian
7585 Could not find the domain controller for domain %1.
7586 .
7587
7588 MessageId=3914
7589 Severity=Success
7590 Facility=System
7591 SymbolicName=APPERR_3914
7592 Language=English
7593 Local time (GMT%3) at %1 is %2
7594 .
7595 Language=Russian
7596 Local time (GMT%3) at %1 is %2
7597 .
7598
7599 MessageId=3915
7600 Severity=Success
7601 Facility=System
7602 SymbolicName=APPERR_3915
7603 Language=English
7604 The user's home directory could not be determined.
7605 .
7606 Language=Russian
7607 The user's home directory could not be determined.
7608 .
7609
7610 MessageId=3916
7611 Severity=Success
7612 Facility=System
7613 SymbolicName=APPERR_3916
7614 Language=English
7615 The user's home directory has not been specified.
7616 .
7617 Language=Russian
7618 The user's home directory has not been specified.
7619 .
7620
7621 MessageId=3917
7622 Severity=Success
7623 Facility=System
7624 SymbolicName=APPERR_3917
7625 Language=English
7626 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
7627 .
7628 Language=Russian
7629 The name specified for the user's home directory (%1) is not a universal naming convention (UNC) name.
7630 .
7631
7632 MessageId=3918
7633 Severity=Success
7634 Facility=System
7635 SymbolicName=APPERR_3918
7636 Language=English
7637 Drive %1 is now connected to %2. Your home directory is %3\\%4.
7638 .
7639 Language=Russian
7640 Drive %1 is now connected to %2. Your home directory is %3\\%4.
7641 .
7642
7643 MessageId=3919
7644 Severity=Success
7645 Facility=System
7646 SymbolicName=APPERR_3919
7647 Language=English
7648 Drive %1 is now connected to %2.
7649 .
7650 Language=Russian
7651 Drive %1 is now connected to %2.
7652 .
7653
7654 MessageId=3920
7655 Severity=Success
7656 Facility=System
7657 SymbolicName=APPERR_3920
7658 Language=English
7659 There are no available drive letters left.
7660 .
7661 Language=Russian
7662 There are no available drive letters left.
7663 .
7664
7665 MessageId=3932
7666 Severity=Success
7667 Facility=System
7668 SymbolicName=APPERR_3932
7669 Language=English
7670 %1 is not a valid domain or workgroup name.
7671 .
7672 Language=Russian
7673 %1 is not a valid domain or workgroup name.
7674 .
7675
7676 MessageId=3935
7677 Severity=Success
7678 Facility=System
7679 SymbolicName=APPERR_3935
7680 Language=English
7681 The current SNTP value is: %1
7682 .
7683 Language=Russian
7684 The current SNTP value is: %1
7685 .
7686
7687 MessageId=3936
7688 Severity=Success
7689 Facility=System
7690 SymbolicName=APPERR_3936
7691 Language=English
7692 This computer is not currently configured to use a specific SNTP server.
7693 .
7694 Language=Russian
7695 This computer is not currently configured to use a specific SNTP server.
7696 .
7697
7698 MessageId=3937
7699 Severity=Success
7700 Facility=System
7701 SymbolicName=APPERR_3937
7702 Language=English
7703 This current autoconfigured SNTP value is: %1
7704 .
7705 Language=Russian
7706 This current autoconfigured SNTP value is: %1
7707 .
7708
7709 MessageId=3951
7710 Severity=Success
7711 Facility=System
7712 SymbolicName=APPERR_3951
7713 Language=English
7714 You specified too many values for the %1 option.
7715 .
7716 Language=Russian
7717 You specified too many values for the %1 option.
7718 .
7719
7720 MessageId=3952
7721 Severity=Success
7722 Facility=System
7723 SymbolicName=APPERR_3952
7724 Language=English
7725 You entered an invalid value for the %1 option.
7726 .
7727 Language=Russian
7728 You entered an invalid value for the %1 option.
7729 .
7730
7731 MessageId=3953
7732 Severity=Success
7733 Facility=System
7734 SymbolicName=APPERR_3953
7735 Language=English
7736 The syntax is incorrect.
7737 .
7738 Language=Russian
7739 The syntax is incorrect.
7740 .
7741
7742 MessageId=3960
7743 Severity=Success
7744 Facility=System
7745 SymbolicName=APPERR_3960
7746 Language=English
7747 You specified an invalid file number.
7748 .
7749 Language=Russian
7750 You specified an invalid file number.
7751 .
7752
7753 MessageId=3961
7754 Severity=Success
7755 Facility=System
7756 SymbolicName=APPERR_3961
7757 Language=English
7758 You specified an invalid print job number.
7759 .
7760 Language=Russian
7761 You specified an invalid print job number.
7762 .
7763
7764 MessageId=3963
7765 Severity=Success
7766 Facility=System
7767 SymbolicName=APPERR_3963
7768 Language=English
7769 The user or group account specified cannot be found.
7770 .
7771 Language=Russian
7772 The user or group account specified cannot be found.
7773 .
7774
7775 MessageId=3965
7776 Severity=Success
7777 Facility=System
7778 SymbolicName=APPERR_3965
7779 Language=English
7780 The user was added but could not be enabled for File and Print\n
7781 Services for NetWare.
7782 .
7783 Language=Russian
7784 The user was added but could not be enabled for File and Print\n
7785 Services for NetWare.
7786 .
7787
7788 MessageId=3966
7789 Severity=Success
7790 Facility=System
7791 SymbolicName=APPERR_3966
7792 Language=English
7793 File and Print Services for NetWare is not installed.
7794 .
7795 Language=Russian
7796 File and Print Services for NetWare is not installed.
7797 .
7798
7799 MessageId=3967
7800 Severity=Success
7801 Facility=System
7802 SymbolicName=APPERR_3967
7803 Language=English
7804 Cannot set user properties for File and Print Services for NetWare.
7805 .
7806 Language=Russian
7807 Cannot set user properties for File and Print Services for NetWare.
7808 .
7809
7810 MessageId=3968
7811 Severity=Success
7812 Facility=System
7813 SymbolicName=APPERR_3968
7814 Language=English
7815 Password for %1 is: %2
7816 .
7817 Language=Russian
7818 Password for %1 is: %2
7819 .
7820
7821 MessageId=3969
7822 Severity=Success
7823 Facility=System
7824 SymbolicName=APPERR_3969
7825 Language=English
7826 NetWare compatible logon
7827 .
7828 Language=Russian
7829 NetWare compatible logon
7830 .
7831
7832 ;
7833 ; apperr2.h (non-public) message difinitions (4300 - 5299 APPERR2_BASE)
7834 ;
7835
7836
7837 ;
7838 ; ncberr.h (non-public) nessage definitions (5300 - 5499 NRCERR_BASE)
7839 ;
7840
7841 MessageId=5300
7842 Severity=Success
7843 Facility=System
7844 SymbolicName=NRCERR_5300
7845 Language=English
7846 The network control block (NCB) request completed successfully.\n
7847 The NCB is the data.
7848 .
7849 Language=Russian
7850 The network control block (NCB) request completed successfully.\n
7851 The NCB is the data.
7852 .
7853
7854 MessageId=5301
7855 Severity=Success
7856 Facility=System
7857 SymbolicName=NRCERR_5301
7858 Language=English
7859 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
7860 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
7861 The NCB is the data.
7862 .
7863 Language=Russian
7864 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
7865 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
7866 The NCB is the data.
7867 .
7868
7869 MessageId=5302
7870 Severity=Success
7871 Facility=System
7872 SymbolicName=NRCERR_5302
7873 Language=English
7874 The data descriptor array specified in the network control block (NCB) is\n
7875 invalid. The NCB is the data.
7876 .
7877 Language=Russian
7878 The data descriptor array specified in the network control block (NCB) is\n
7879 invalid. The NCB is the data.
7880 .
7881
7882 MessageId=5303
7883 Severity=Success
7884 Facility=System
7885 SymbolicName=NRCERR_5303
7886 Language=English
7887 The command specified in the network control block (NCB) is illegal.\n
7888 The NCB is the data.
7889 .
7890 Language=Russian
7891 The command specified in the network control block (NCB) is illegal.\n
7892 The NCB is the data.
7893 .
7894
7895 MessageId=5304
7896 Severity=Success
7897 Facility=System
7898 SymbolicName=NRCERR_5304
7899 Language=English
7900 The message correlator specified in the network control block (NCB) is\n
7901 invalid. The NCB is the data.
7902 .
7903 Language=Russian
7904 The message correlator specified in the network control block (NCB) is\n
7905 invalid. The NCB is the data.
7906 .
7907
7908 MessageId=5305
7909 Severity=Success
7910 Facility=System
7911 SymbolicName=NRCERR_5305
7912 Language=English
7913 A network control block (NCB) command timed-out. The session may have\n
7914 terminated abnormally. The NCB is the data.
7915 .
7916 Language=Russian
7917 A network control block (NCB) command timed-out. The session may have\n
7918 terminated abnormally. The NCB is the data.
7919 .
7920
7921 MessageId=5306
7922 Severity=Success
7923 Facility=System
7924 SymbolicName=NRCERR_5306
7925 Language=English
7926 An incomplete network control block (NCB) message was received.\n
7927 The NCB is the data.
7928 .
7929 Language=Russian
7930 An incomplete network control block (NCB) message was received.\n
7931 The NCB is the data.
7932 .
7933
7934 MessageId=5307
7935 Severity=Success
7936 Facility=System
7937 SymbolicName=NRCERR_5307
7938 Language=English
7939 The buffer address specified in the network control block (NCB) is illegal.\n
7940 The NCB is the data.
7941 .
7942 Language=Russian
7943 The buffer address specified in the network control block (NCB) is illegal.\n
7944 The NCB is the data.
7945 .
7946
7947 MessageId=5308
7948 Severity=Success
7949 Facility=System
7950 SymbolicName=NRCERR_5308
7951 Language=English
7952 The session number specified in the network control block (NCB) is not active.\n
7953 The NCB is the data.
7954 .
7955 Language=Russian
7956 The session number specified in the network control block (NCB) is not active.\n
7957 The NCB is the data.
7958 .
7959
7960 MessageId=5309
7961 Severity=Success
7962 Facility=System
7963 SymbolicName=NRCERR_5309
7964 Language=English
7965 No resource was available in the network adapter.\n
7966 The network control block (NCB) request was refused. The NCB is the data.
7967 .
7968 Language=Russian
7969 No resource was available in the network adapter.\n
7970 The network control block (NCB) request was refused. The NCB is the data.
7971 .
7972
7973 MessageId=5310
7974 Severity=Success
7975 Facility=System
7976 SymbolicName=NRCERR_5310
7977 Language=English
7978 The session specified in the network control block (NCB) was closed.\n
7979 The NCB is the data.
7980 .
7981 Language=Russian
7982 The session specified in the network control block (NCB) was closed.\n
7983 The NCB is the data.
7984 .
7985
7986 MessageId=5311
7987 Severity=Success
7988 Facility=System
7989 SymbolicName=NRCERR_5311
7990 Language=English
7991 The network control block (NCB) command was canceled.\n
7992 The NCB is the data.
7993 .
7994 Language=Russian
7995 The network control block (NCB) command was canceled.\n
7996 The NCB is the data.
7997 .
7998
7999 MessageId=5312
8000 Severity=Success
8001 Facility=System
8002 SymbolicName=NRCERR_5312
8003 Language=English
8004 The message segment specified in the network control block (NCB) is\n
8005 illogical. The NCB is the data.
8006 .
8007 Language=Russian
8008 The message segment specified in the network control block (NCB) is\n
8009 illogical. The NCB is the data.
8010 .
8011
8012 MessageId=5313
8013 Severity=Success
8014 Facility=System
8015 SymbolicName=NRCERR_5313
8016 Language=English
8017 The name already exists in the local adapter name table.\n
8018 The network control block (NCB) request was refused. The NCB is the data.
8019 .
8020 Language=Russian
8021 The name already exists in the local adapter name table.\n
8022 The network control block (NCB) request was refused. The NCB is the data.
8023 .
8024
8025 MessageId=5314
8026 Severity=Success
8027 Facility=System
8028 SymbolicName=NRCERR_5314
8029 Language=English
8030 The network adapter name table is full.\n
8031 The network control block (NCB) request was refused. The NCB is the data.
8032 .
8033 Language=Russian
8034 The network adapter name table is full.\n
8035 The network control block (NCB) request was refused. The NCB is the data.
8036 .
8037
8038 MessageId=5315
8039 Severity=Success
8040 Facility=System
8041 SymbolicName=NRCERR_5315
8042 Language=English
8043 The network name has active sessions and is now de-registered.\n
8044 The network control block (NCB) command completed. The NCB is the data.
8045 .
8046 Language=Russian
8047 The network name has active sessions and is now de-registered.\n
8048 The network control block (NCB) command completed. The NCB is the data.
8049 .
8050
8051 MessageId=5316
8052 Severity=Success
8053 Facility=System
8054 SymbolicName=NRCERR_5316
8055 Language=English
8056 A previously issued Receive Lookahead command is active\n
8057 for this session. The network control block (NCB) command was rejected.\n
8058 The NCB is the data.
8059 .
8060 Language=Russian
8061 A previously issued Receive Lookahead command is active\n
8062 for this session. The network control block (NCB) command was rejected.\n
8063 The NCB is the data.
8064 .
8065
8066 MessageId=5317
8067 Severity=Success
8068 Facility=System
8069 SymbolicName=NRCERR_5317
8070 Language=English
8071 The local session table is full. The network control block (NCB) request was refused.\n
8072 The NCB is the data.
8073 .
8074 Language=Russian
8075 The local session table is full. The network control block (NCB) request was refused.\n
8076 The NCB is the data.
8077 .
8078
8079 MessageId=5318
8080 Severity=Success
8081 Facility=System
8082 SymbolicName=NRCERR_5318
8083 Language=English
8084 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
8085 on the remote computer. The NCB is the data.
8086 .
8087 Language=Russian
8088 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
8089 on the remote computer. The NCB is the data.
8090 .
8091
8092 MessageId=5319
8093 Severity=Success
8094 Facility=System
8095 SymbolicName=NRCERR_5319
8096 Language=English
8097 The name number specified in the network control block (NCB) is illegal.\n
8098 The NCB is the data.
8099 .
8100 Language=Russian
8101 The name number specified in the network control block (NCB) is illegal.\n
8102 The NCB is the data.
8103 .
8104
8105 MessageId=5320
8106 Severity=Success
8107 Facility=System
8108 SymbolicName=NRCERR_5320
8109 Language=English
8110 The call name specified in the network control block (NCB) cannot be found or\n
8111 did not answer. The NCB is the data.
8112 .
8113 Language=Russian
8114 The call name specified in the network control block (NCB) cannot be found or\n
8115 did not answer. The NCB is the data.
8116 .
8117
8118 MessageId=5321
8119 Severity=Success
8120 Facility=System
8121 SymbolicName=NRCERR_5321
8122 Language=English
8123 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
8124 00h in the NCB name. The NCB is the data.
8125 .
8126 Language=Russian
8127 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
8128 00h in the NCB name. The NCB is the data.
8129 .
8130
8131 MessageId=5322
8132 Severity=Success
8133 Facility=System
8134 SymbolicName=NRCERR_5322
8135 Language=English
8136 The name specified in the network control block (NCB) is in use on a remote adapter.\n
8137 The NCB is the data.
8138 .
8139 Language=Russian
8140 The name specified in the network control block (NCB) is in use on a remote adapter.\n
8141 The NCB is the data.
8142 .
8143
8144 MessageId=5323
8145 Severity=Success
8146 Facility=System
8147 SymbolicName=NRCERR_5323
8148 Language=English
8149 The name specified in the network control block (NCB) has been deleted.\n
8150 The NCB is the data.
8151 .
8152 Language=Russian
8153 The name specified in the network control block (NCB) has been deleted.\n
8154 The NCB is the data.
8155 .
8156
8157 MessageId=5324
8158 Severity=Success
8159 Facility=System
8160 SymbolicName=NRCERR_5324
8161 Language=English
8162 The session specified in the network control block (NCB) ended abnormally.\n
8163 The NCB is the data.
8164 .
8165 Language=Russian
8166 The session specified in the network control block (NCB) ended abnormally.\n
8167 The NCB is the data.
8168 .
8169
8170 MessageId=5325
8171 Severity=Success
8172 Facility=System
8173 SymbolicName=NRCERR_5325
8174 Language=English
8175 The network protocol has detected two or more identical\n
8176 names on the network.\tThe network control block (NCB) is the data.
8177 .
8178 Language=Russian
8179 The network protocol has detected two or more identical\n
8180 names on the network.\tThe network control block (NCB) is the data.
8181 .
8182
8183 MessageId=5326
8184 Severity=Success
8185 Facility=System
8186 SymbolicName=NRCERR_5326
8187 Language=English
8188 An unexpected protocol packet was received. There may be an\n
8189 incompatible remote device. The network control block (NCB) is the data."
8190 .
8191 Language=Russian
8192 An unexpected protocol packet was received. There may be an\n
8193 incompatible remote device. The network control block (NCB) is the data."
8194 .
8195
8196 MessageId=5333
8197 Severity=Success
8198 Facility=System
8199 SymbolicName=NRCERR_5333
8200 Language=English
8201 The NetBIOS interface is busy.\n
8202 The network control block (NCB) request was refused. The NCB is the data.
8203 .
8204 Language=Russian
8205 The NetBIOS interface is busy.\n
8206 The network control block (NCB) request was refused. The NCB is the data.
8207 .
8208
8209 MessageId=5334
8210 Severity=Success
8211 Facility=System
8212 SymbolicName=NRCERR_5334
8213 Language=English
8214 There are too many network control block (NCB) commands outstanding.\n
8215 The NCB request was refused. The NCB is the data.
8216 .
8217 Language=Russian
8218 There are too many network control block (NCB) commands outstanding.\n
8219 The NCB request was refused. The NCB is the data.
8220 .
8221
8222 MessageId=5335
8223 Severity=Success
8224 Facility=System
8225 SymbolicName=NRCERR_5335
8226 Language=English
8227 The adapter number specified in the network control block (NCB) is illegal.\n
8228 The NCB is the data.
8229 .
8230 Language=Russian
8231 The adapter number specified in the network control block (NCB) is illegal.\n
8232 The NCB is the data.
8233 .
8234
8235 MessageId=5336
8236 Severity=Success
8237 Facility=System
8238 SymbolicName=NRCERR_5336
8239 Language=English
8240 The network control block (NCB) command completed while a cancel was occurring.\n
8241 The NCB is the data.
8242 .
8243 Language=Russian
8244 The network control block (NCB) command completed while a cancel was occurring.\n
8245 The NCB is the data.
8246 .
8247
8248 MessageId=5337
8249 Severity=Success
8250 Facility=System
8251 SymbolicName=NRCERR_5337
8252 Language=English
8253 The name specified in the network control block (NCB) is reserved.\n
8254 The NCB is the data.
8255 .
8256 Language=Russian
8257 The name specified in the network control block (NCB) is reserved.\n
8258 The NCB is the data.
8259 .
8260
8261 MessageId=5338
8262 Severity=Success
8263 Facility=System
8264 SymbolicName=NRCERR_5338
8265 Language=English
8266 The network control block (NCB) command is not valid to cancel.\n
8267 The NCB is the data.
8268 .
8269 Language=Russian
8270 The network control block (NCB) command is not valid to cancel.\n
8271 The NCB is the data.
8272 .
8273
8274 MessageId=5351
8275 Severity=Success
8276 Facility=System
8277 SymbolicName=NRCERR_5351
8278 Language=English
8279 There are multiple network control block (NCB) requests for the same session.\n
8280 The NCB request was refused. The NCB is the data.
8281 .
8282 Language=Russian
8283 There are multiple network control block (NCB) requests for the same session.\n
8284 The NCB request was refused. The NCB is the data.
8285 .
8286
8287 MessageId=5352
8288 Severity=Success
8289 Facility=System
8290 SymbolicName=NRCERR_5352
8291 Language=English
8292 There has been a network adapter error. The only NetBIOS\n
8293 command that may be issued is an NCB RESET. The network control block (NCB) is\n
8294 the data.
8295 .
8296 Language=Russian
8297 There has been a network adapter error. The only NetBIOS\n
8298 command that may be issued is an NCB RESET. The network control block (NCB) is\n
8299 the data.
8300 .
8301
8302 MessageId=5354
8303 Severity=Success
8304 Facility=System
8305 SymbolicName=NRCERR_5354
8306 Language=English
8307 The maximum number of applications was exceeded.\n
8308 The network control block (NCB) request was refused. The NCB is the data.
8309 .
8310 Language=Russian
8311 The maximum number of applications was exceeded.\n
8312 The network control block (NCB) request was refused. The NCB is the data.
8313 .
8314
8315 MessageId=5356
8316 Severity=Success
8317 Facility=System
8318 SymbolicName=NRCERR_5356
8319 Language=English
8320 The requested resources are not available.\n
8321 The network control block (NCB) request was refused. The NCB is the data.
8322 .
8323 Language=Russian
8324 The requested resources are not available.\n
8325 The network control block (NCB) request was refused. The NCB is the data.
8326 .
8327
8328 MessageId=5364
8329 Severity=Success
8330 Facility=System
8331 SymbolicName=NRCERR_5364
8332 Language=English
8333 A system error has occurred.\n
8334 The network control block (NCB) request was refused. The NCB is the data.
8335 .
8336 Language=Russian
8337 A system error has occurred.\n
8338 The network control block (NCB) request was refused. The NCB is the data.
8339 .
8340
8341 MessageId=5365
8342 Severity=Success
8343 Facility=System
8344 SymbolicName=NRCERR_5365
8345 Language=English
8346 A ROM checksum failure has occurred.\n
8347 The network control block (NCB) request was refused. The NCB is the data.
8348 .
8349 Language=Russian
8350 A ROM checksum failure has occurred.\n
8351 The network control block (NCB) request was refused. The NCB is the data.
8352 .
8353
8354 MessageId=5366
8355 Severity=Success
8356 Facility=System
8357 SymbolicName=NRCERR_5366
8358 Language=English
8359 A RAM test failure has occurred.\n
8360 The network control block (NCB) request was refused. The NCB is the data.
8361 .
8362 Language=Russian
8363 A RAM test failure has occurred.\n
8364 The network control block (NCB) request was refused. The NCB is the data.
8365 .
8366
8367 MessageId=5367
8368 Severity=Success
8369 Facility=System
8370 SymbolicName=NRCERR_5367
8371 Language=English
8372 A digital loopback failure has occurred.\n
8373 The network control block (NCB) request was refused. The NCB is the data.
8374 .
8375 Language=Russian
8376 A digital loopback failure has occurred.\n
8377 The network control block (NCB) request was refused. The NCB is the data.
8378 .
8379
8380 MessageId=5368
8381 Severity=Success
8382 Facility=System
8383 SymbolicName=NRCERR_5368
8384 Language=English
8385 An analog loopback failure has occurred.\n
8386 The network control block (NCB) request was refused. The NCB is the data.
8387 .
8388 Language=Russian
8389 An analog loopback failure has occurred.\n
8390 The network control block (NCB) request was refused. The NCB is the data.
8391 .
8392
8393 MessageId=5369
8394 Severity=Success
8395 Facility=System
8396 SymbolicName=NRCERR_5369
8397 Language=English
8398 An interface failure has occurred.\n
8399 The network control block (NCB) request was refused. The NCB is the data.
8400 .
8401 Language=Russian
8402 An interface failure has occurred.\n
8403 The network control block (NCB) request was refused. The NCB is the data.
8404 .
8405
8406 MessageId=5370
8407 Severity=Success
8408 Facility=System
8409 SymbolicName=NRCERR_5370
8410 Language=English
8411 An unrecognized network control block (NCB) return code was received.\n
8412 The NCB is the data.
8413 .
8414 Language=Russian
8415 An unrecognized network control block (NCB) return code was received.\n
8416 The NCB is the data.
8417 .
8418
8419 MessageId=5380
8420 Severity=Success
8421 Facility=System
8422 SymbolicName=NRCERR_5380
8423 Language=English
8424 A network adapter malfunction has occurred.\n
8425 The network control block (NCB) request was refused. The NCB is the data.
8426 .
8427 Language=Russian
8428 A network adapter malfunction has occurred.\n
8429 The network control block (NCB) request was refused. The NCB is the data.
8430 .
8431
8432 MessageId=5381
8433 Severity=Success
8434 Facility=System
8435 SymbolicName=NRCERR_5381
8436 Language=English
8437 The network control block (NCB) command is still pending.\n
8438 The NCB is the data.
8439 .
8440 Language=Russian
8441 The network control block (NCB) command is still pending.\n
8442 The NCB is the data.
8443 .
8444
8445
8446 ;
8447 ; alertmsg.h (non-public) message definitions (5500 - 5549 ALERT2_BASE)
8448 ;
8449
8450 MessageId=5500
8451 Severity=Success
8452 Facility=System
8453 SymbolicName=ALERT2_5500
8454 Language=English
8455 The update log on %1 is over 80%% capacity. The primary\n
8456 domain controller %2 is not retrieving the updates.
8457 .
8458 Language=Russian
8459 The update log on %1 is over 80%% capacity. The primary\n
8460 domain controller %2 is not retrieving the updates.
8461 .
8462
8463 MessageId=5501
8464 Severity=Success
8465 Facility=System
8466 SymbolicName=ALERT2_5501
8467 Language=English
8468 The update log on %1 is full, and no further updates\n
8469 can be added until the primary domain controller %2\n
8470 retrieves the updates.
8471 .
8472 Language=Russian
8473 The update log on %1 is full, and no further updates\n
8474 can be added until the primary domain controller %2\n
8475 retrieves the updates.
8476 .
8477
8478 MessageId=5502
8479 Severity=Success
8480 Facility=System
8481 SymbolicName=ALERT2_5502
8482 Language=English
8483 The time difference with the primary domain controller %1\n
8484 exceeds the maximum allowed skew of %2 seconds.
8485 .
8486 Language=Russian
8487 The time difference with the primary domain controller %1\n
8488 exceeds the maximum allowed skew of %2 seconds.
8489 .
8490
8491 MessageId=5503
8492 Severity=Success
8493 Facility=System
8494 SymbolicName=ALERT2_5503
8495 Language=English
8496 The account of user %1 has been locked out on %2\n
8497 due to %3 bad password attempts.
8498 .
8499 Language=Russian
8500 The account of user %1 has been locked out on %2\n
8501 due to %3 bad password attempts.
8502 .
8503
8504 MessageId=5504
8505 Severity=Success
8506 Facility=System
8507 SymbolicName=ALERT2_5504
8508 Language=English
8509 The %1 log file cannot be opened.
8510 .
8511 Language=Russian
8512 The %1 log file cannot be opened.
8513 .
8514
8515 MessageId=5505
8516 Severity=Success
8517 Facility=System
8518 SymbolicName=ALERT2_5505
8519 Language=English
8520 The %1 log file is corrupted and will be cleared.
8521 .
8522 Language=Russian
8523 The %1 log file is corrupted and will be cleared.
8524 .
8525
8526 MessageId=5506
8527 Severity=Success
8528 Facility=System
8529 SymbolicName=ALERT2_5506
8530 Language=English
8531 The Application log file could not be opened. %1 will be used as the\n
8532 default log file.
8533 .
8534 Language=Russian
8535 The Application log file could not be opened. %1 will be used as the\n
8536 default log file.
8537 .
8538
8539 MessageId=5507
8540 Severity=Success
8541 Facility=System
8542 SymbolicName=ALERT2_5507
8543 Language=English
8544 The %1 Log is full. If this is the first time you have seen this\n
8545 message, take the following steps:%n\n
8546 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
8547 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
8548 If this dialog reappears, contact your helpdesk or system administrator.
8549 .
8550 Language=Russian
8551 The %1 Log is full. If this is the first time you have seen this\n
8552 message, take the following steps:%n\n
8553 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
8554 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
8555 If this dialog reappears, contact your helpdesk or system administrator.
8556 .
8557
8558 MessageId=5508
8559 Severity=Success
8560 Facility=System
8561 SymbolicName=ALERT2_5508
8562 Language=English
8563 The security database full synchronization has been initiated by the server %1.
8564 .
8565 Language=Russian
8566 The security database full synchronization has been initiated by the server %1.
8567 .
8568
8569 MessageId=5509
8570 Severity=Success
8571 Facility=System
8572 SymbolicName=ALERT2_5509
8573 Language=English
8574 The operating system could not be started as configured.\n
8575 A previous working configuration was used instead.
8576 .
8577 Language=Russian
8578 The operating system could not be started as configured.\n
8579 A previous working configuration was used instead.
8580 .
8581
8582 MessageId=5510
8583 Severity=Success
8584 Facility=System
8585 SymbolicName=ALERT2_5510
8586 Language=English
8587 The exception 0x%1 occurred in the application %2 at location 0x%3.
8588 .
8589 Language=Russian
8590 The exception 0x%1 occurred in the application %2 at location 0x%3.
8591 .
8592
8593 MessageId=5511
8594 Severity=Success
8595 Facility=System
8596 SymbolicName=ALERT2_5511
8597 Language=English
8598 The servers %1 and %3 both claim to be an NT Domain Controller for\n
8599 the %2 domain. One of the servers should be removed from the\n
8600 domain because the servers have different security identifiers\n
8601 (SID).
8602 .
8603 Language=Russian
8604 The servers %1 and %3 both claim to be an NT Domain Controller for\n
8605 the %2 domain. One of the servers should be removed from the\n
8606 domain because the servers have different security identifiers\n
8607 (SID).
8608 .
8609
8610 MessageId=5512
8611 Severity=Success
8612 Facility=System
8613 SymbolicName=ALERT2_5512
8614 Language=English
8615 The server %1 and %2 both claim to be the primary domain\n
8616 controller for the %3 domain. One of the servers should be\n
8617 demoted or removed from the domain.
8618 .
8619 Language=Russian
8620 The server %1 and %2 both claim to be the primary domain\n
8621 controller for the %3 domain. One of the servers should be\n
8622 demoted or removed from the domain.
8623 .
8624
8625 MessageId=5513
8626 Severity=Success
8627 Facility=System
8628 SymbolicName=ALERT2_5513
8629 Language=English
8630 The computer %1 tried to connect to the server %2 using\n
8631 the trust relationship established by the %3 domain. However, the\n
8632 computer lost the correct security identifier (SID)\n
8633 when the domain was reconfigured. Reestablish the trust\n
8634 relationship.
8635 .
8636 Language=Russian
8637 The computer %1 tried to connect to the server %2 using\n
8638 the trust relationship established by the %3 domain. However, the\n
8639 computer lost the correct security identifier (SID)\n
8640 when the domain was reconfigured. Reestablish the trust\n
8641 relationship.
8642 .
8643
8644 MessageId=5514
8645 Severity=Success
8646 Facility=System
8647 SymbolicName=ALERT2_5514
8648 Language=English
8649 The computer has rebooted from a bugcheck. The bugcheck was:\n
8650 %1.\n
8651 %2\n
8652 A full dump was not saved.
8653 .
8654 Language=Russian
8655 The computer has rebooted from a bugcheck. The bugcheck was:\n
8656 %1.\n
8657 %2\n
8658 A full dump was not saved.
8659 .
8660
8661 MessageId=5515
8662 Severity=Success
8663 Facility=System
8664 SymbolicName=ALERT2_5515
8665 Language=English
8666 The computer has rebooted from a bugcheck. The bugcheck was:\n
8667 %1.\n
8668 %2\n
8669 A dump was saved in: %3.
8670 .
8671 Language=Russian
8672 The computer has rebooted from a bugcheck. The bugcheck was:\n
8673 %1.\n
8674 %2\n
8675 A dump was saved in: %3.
8676 .
8677
8678 MessageId=5516
8679 Severity=Success
8680 Facility=System
8681 SymbolicName=ALERT2_5516
8682 Language=English
8683 The computer or domain %1 trusts domain %2. (This may be an indirect\n
8684 trust.) However, %1 and %2 have the same machine security identifier\n
8685 (SID). The operating system should be re-installed on either %1 or %2.
8686 .
8687 Language=Russian
8688 The computer or domain %1 trusts domain %2. (This may be an indirect\n
8689 trust.) However, %1 and %2 have the same machine security identifier\n
8690 (SID). The operating system should be re-installed on either %1 or %2.
8691 .
8692
8693 MessageId=5517
8694 Severity=Success
8695 Facility=System
8696 SymbolicName=ALERT2_5517
8697 Language=English
8698 The computer or domain %1 trusts domain %2. (This may be an indirect\n
8699 trust.) However, %2 is not a valid name for a trusted domain.\n
8700 The name of the trusted domain should be changed to a valid name.
8701 .
8702 Language=Russian
8703 The computer or domain %1 trusts domain %2. (This may be an indirect\n
8704 trust.) However, %2 is not a valid name for a trusted domain.\n
8705 The name of the trusted domain should be changed to a valid name.
8706 .
8707
8708
8709 ;
8710 ; lmsvc.h message definitions (5600 - 5699 SERVICE2_BASE)
8711 ;
8712
8713 MessageId=5600
8714 Severity=Success
8715 Facility=System
8716 SymbolicName=SERVICE_UIC_M_NETLOGON_MPATH
8717 Language=English
8718 Could not share the User or Script path.
8719 .
8720 Language=Russian
8721 Could not share the User or Script path.
8722 .
8723
8724 MessageId=5601
8725 Severity=Success
8726 Facility=System
8727 SymbolicName=SERVICE_UIC_M_LSA_MACHINE_ACCT
8728 Language=English
8729 The password for this computer is not found in the local security\ndatabase.
8730 .
8731 Language=Russian
8732 The password for this computer is not found in the local security\ndatabase.
8733 .
8734
8735 MessageId=5602
8736 Severity=Success
8737 Facility=System
8738 SymbolicName=SERVICE_UIC_M_DATABASE_ERROR
8739 Language=English
8740 An internal error occurred while accessing the computer's\nlocal or network security database.
8741 .
8742 Language=Russian
8743 An internal error occurred while accessing the computer's\nlocal or network security database.
8744 .
8745
8746
8747 ;
8748 ; lmerrlog.h messages definitions (5700 - 5899 ERRLOG2_BASE)
8749 ;
8750
8751 MessageId=5700
8752 Severity=Success
8753 Facility=System
8754 SymbolicName=NELOG_NetlogonSSIInitError
8755 Language=English
8756 The Netlogon service could not initialize the replication data\n
8757 structures successfully. The service was terminated. The following\n
8758 error occurred: %n%1
8759 .
8760 Language=Russian
8761 The Netlogon service could not initialize the replication data\n
8762 structures successfully. The service was terminated. The following\n
8763 error occurred: %n%1
8764 .
8765
8766 MessageId=5701
8767 Severity=Success
8768 Facility=System
8769 SymbolicName=NELOG_NetlogonFailedToUpdateTrustList
8770 Language=English
8771 The Netlogon service failed to update the domain trust list. The\n
8772 following error occurred: %n%1
8773 .
8774 Language=Russian
8775 The Netlogon service failed to update the domain trust list. The\n
8776 following error occurred: %n%1
8777 .
8778
8779 MessageId=5702
8780 Severity=Success
8781 Facility=System
8782 SymbolicName=NELOG_NetlogonFailedToAddRpcInterface
8783 Language=English
8784 The Netlogon service could not add the RPC interface. The\n
8785 service was terminated. The following error occurred: %n%1
8786 .
8787 Language=Russian
8788 The Netlogon service could not add the RPC interface. The\n
8789 service was terminated. The following error occurred: %n%1
8790 .
8791
8792 MessageId=5703
8793 Severity=Success
8794 Facility=System
8795 SymbolicName=NELOG_NetlogonFailedToReadMailslot
8796 Language=English
8797 The Netlogon service could not read a mailslot message from %1 due\n
8798 to the following error: %n%2
8799 .
8800 Language=Russian
8801 The Netlogon service could not read a mailslot message from %1 due\n
8802 to the following error: %n%2
8803 .
8804
8805 MessageId=5704
8806 Severity=Success
8807 Facility=System
8808 SymbolicName=NELOG_NetlogonFailedToRegisterSC
8809 Language=English
8810 The Netlogon service failed to register the service with the\n
8811 service controller. The service was terminated. The following\n
8812 error occurred: %n%1
8813 .
8814 Language=Russian
8815 The Netlogon service failed to register the service with the\n
8816 service controller. The service was terminated. The following\n
8817 error occurred: %n%1
8818 .
8819
8820 MessageId=5705
8821 Severity=Success
8822 Facility=System
8823 SymbolicName=NELOG_NetlogonChangeLogCorrupt
8824 Language=English
8825 The change log cache maintained by the Netlogon service for %1\n
8826 database changes is inconsistent. The Netlogon service is resetting\n
8827 the change log.
8828 .
8829 Language=Russian
8830 The change log cache maintained by the Netlogon service for %1\n
8831 database changes is inconsistent. The Netlogon service is resetting\n
8832 the change log.
8833 .
8834
8835 MessageId=5706
8836 Severity=Success
8837 Facility=System
8838 SymbolicName=NELOG_NetlogonFailedToCreateShare
8839 Language=English
8840 The Netlogon service could not create server share %1. The following\n
8841 error occurred: %n%2
8842 .
8843 Language=Russian
8844 The Netlogon service could not create server share %1. The following\n
8845 error occurred: %n%2
8846 .
8847
8848 MessageId=5707
8849 Severity=Success
8850 Facility=System
8851 SymbolicName=NELOG_NetlogonDownLevelLogonFailed
8852 Language=English
8853 The down-level logon request for the user %1 from %2 failed.
8854 .
8855 Language=Russian
8856 The down-level logon request for the user %1 from %2 failed.
8857 .
8858
8859 MessageId=5708
8860 Severity=Success
8861 Facility=System
8862 SymbolicName=NELOG_NetlogonDownLevelLogoffFailed
8863 Language=English
8864 The down-level logoff request for the user %1 from %2 failed.
8865 .
8866 Language=Russian
8867 The down-level logoff request for the user %1 from %2 failed.
8868 .
8869
8870 MessageId=5709
8871 Severity=Success
8872 Facility=System
8873 SymbolicName=NELOG_NetlogonNTLogonFailed
8874 Language=English
8875 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
8876 failed.
8877 .
8878 Language=Russian
8879 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
8880 failed.
8881 .
8882
8883 MessageId=5710
8884 Severity=Success
8885 Facility=System
8886 SymbolicName=NELOG_NetlogonNTLogoffFailed
8887 Language=English
8888 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
8889 failed.
8890 .
8891 Language=Russian
8892 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
8893 failed.
8894 .
8895
8896 MessageId=5711
8897 Severity=Success
8898 Facility=System
8899 SymbolicName=NELOG_NetlogonPartialSyncCallSuccess
8900 Language=English
8901 The partial synchronization request from the server %1 completed\n
8902 successfully. %2 changes(s) has(have) been returned to the\n
8903 caller.
8904 .
8905 Language=Russian
8906 The partial synchronization request from the server %1 completed\n
8907 successfully. %2 changes(s) has(have) been returned to the\n
8908 caller.
8909 .
8910
8911 MessageId=5712
8912 Severity=Success
8913 Facility=System
8914 SymbolicName=NELOG_NetlogonPartialSyncCallFailed
8915 Language=English
8916 The partial synchronization request from the server %1 failed with\n
8917 the following error: %n%2
8918 .
8919 Language=Russian
8920 The partial synchronization request from the server %1 failed with\n
8921 the following error: %n%2
8922 .
8923
8924 MessageId=5713
8925 Severity=Success
8926 Facility=System
8927 SymbolicName=NELOG_NetlogonFullSyncCallSuccess
8928 Language=English
8929 The full synchronization request from the server %1 completed\n
8930 successfully. %2 object(s) has(have) been returned to\n
8931 the caller.
8932 .
8933 Language=Russian
8934 The full synchronization request from the server %1 completed\n
8935 successfully. %2 object(s) has(have) been returned to\n
8936 the caller.
8937 .
8938
8939 MessageId=5714
8940 Severity=Success
8941 Facility=System
8942 SymbolicName=NELOG_NetlogonFullSyncCallFailed
8943 Language=English
8944 The full synchronization request from the server %1 failed with\n
8945 the following error: %n%2
8946 .
8947 Language=Russian
8948 The full synchronization request from the server %1 failed with\n
8949 the following error: %n%2
8950 .
8951
8952 MessageId=5715
8953 Severity=Success
8954 Facility=System
8955 SymbolicName=NELOG_NetlogonPartialSyncSuccess
8956 Language=English
8957 The partial synchronization replication of the %1 database from the\n
8958 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
8959 applied to the database.
8960 .
8961 Language=Russian
8962 The partial synchronization replication of the %1 database from the\n
8963 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
8964 applied to the database.
8965 .
8966
8967 MessageId=5716
8968 Severity=Success
8969 Facility=System
8970 SymbolicName=NELOG_NetlogonPartialSyncFailed
8971 Language=English
8972 The partial synchronization replication of the %1 database from the\n
8973 primary domain controller %2 failed with the following error: %n%3
8974 .
8975 Language=Russian
8976 The partial synchronization replication of the %1 database from the\n
8977 primary domain controller %2 failed with the following error: %n%3
8978 .
8979
8980 MessageId=5717
8981 Severity=Success
8982 Facility=System
8983 SymbolicName=NELOG_NetlogonFullSyncSuccess
8984 Language=English
8985 The full synchronization replication of the %1 database from the\n
8986 primary domain controller %2 completed successfully.
8987 .
8988 Language=Russian
8989 The full synchronization replication of the %1 database from the\n
8990 primary domain controller %2 completed successfully.
8991 .
8992
8993 MessageId=5718
8994 Severity=Success
8995 Facility=System
8996 SymbolicName=NELOG_NetlogonFullSyncFailed
8997 Language=English
8998 The full synchronization replication of the %1 database from the\n
8999 primary domain controller %2 failed with the following error: %n%3
9000 .
9001 Language=Russian
9002 The full synchronization replication of the %1 database from the\n
9003 primary domain controller %2 failed with the following error: %n%3
9004 .
9005
9006 MessageId=5719
9007 Severity=Success
9008 Facility=System
9009 SymbolicName=NELOG_NetlogonAuthNoDomainController
9010 Language=English
9011 This computer was not able to set up a secure session with a domain\n
9012 controller in domain %1 due to the following: %n%2\n
9013 %nThis may lead to authentication problems. Make sure that this\n
9014 computer is connected to the network. If the problem persists,\n
9015 please contact your domain administrator.\n\n
9016 %n%nADDITIONAL INFO\n
9017 %nIf this computer is a domain controller for the specified domain, it\n
9018 sets up the secure session to the primary domain controller emulator in the specified\n
9019 domain. Otherwise, this computer sets up the secure session to any domain controller\n
9020 in the specified domain.
9021 .
9022 Language=Russian
9023 This computer was not able to set up a secure session with a domain\n
9024 controller in domain %1 due to the following: %n%2\n
9025 %nThis may lead to authentication problems. Make sure that this\n
9026 computer is connected to the network. If the problem persists,\n
9027 please contact your domain administrator.\n\n
9028 %n%nADDITIONAL INFO\n
9029 %nIf this computer is a domain controller for the specified domain, it\n
9030 sets up the secure session to the primary domain controller emulator in the specified\n
9031 domain. Otherwise, this computer sets up the secure session to any domain controller\n
9032 in the specified domain.
9033 .
9034
9035 MessageId=5720
9036 Severity=Success
9037 Facility=System
9038 SymbolicName=NELOG_NetlogonAuthNoTrustLsaSecret
9039 Language=English
9040 The session setup to the Domain Controller %1 for the domain %2\n
9041 failed because the computer %3 does not have a local security database account.
9042 .
9043 Language=Russian
9044 The session setup to the Domain Controller %1 for the domain %2\n
9045 failed because the computer %3 does not have a local security database account.
9046 .
9047
9048 MessageId=5721
9049 Severity=Success
9050 Facility=System
9051 SymbolicName=NELOG_NetlogonAuthNoTrustSamAccount
9052 Language=English
9053 The session setup to the Domain Controller %1 for the domain %2\n
9054 failed because the Domain Controller did not have an account %4\n
9055 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
9056 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
9057 aforementioned account is a computer account for this computer in the specified domain.\n
9058 Otherwise, the account is an interdomain trust account with the specified domain.
9059 .
9060 Language=Russian
9061 The session setup to the Domain Controller %1 for the domain %2\n
9062 failed because the Domain Controller did not have an account %4\n
9063 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
9064 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
9065 aforementioned account is a computer account for this computer in the specified domain.\n
9066 Otherwise, the account is an interdomain trust account with the specified domain.
9067 .
9068
9069 MessageId=5722
9070 Severity=Success
9071 Facility=System
9072 SymbolicName=NELOG_NetlogonServerAuthFailed
9073 Language=English
9074 The session setup from the computer %1 failed to authenticate.\n
9075 The name(s) of the account(s) referenced in the security database is\n
9076 %2. The following error occurred: %n%3
9077 .
9078 Language=Russian
9079 The session setup from the computer %1 failed to authenticate.\n
9080 The name(s) of the account(s) referenced in the security database is\n
9081 %2. The following error occurred: %n%3
9082 .
9083
9084 MessageId=5723
9085 Severity=Success
9086 Facility=System
9087 SymbolicName=NELOG_NetlogonServerAuthNoTrustSamAccount
9088 Language=English
9089 The session setup from computer '%1' failed because the security database\n
9090 does not contain a trust account '%2' referenced by the specified computer.\n\n
9091 %n%nUSER ACTION\n\n
9092 %nIf this is the first occurrence of this event for the specified computer\n
9093 and account, this may be a transient issue that doesn't require any action\n
9094 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
9095 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
9096 should be rejoined to the domain.\n\n
9097 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
9098 be recreated.\n\n
9099 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
9100 action should be taken on '%1':\n\n
9101 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
9102 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
9103 .
9104 Language=Russian
9105 The session setup from computer '%1' failed because the security database\n
9106 does not contain a trust account '%2' referenced by the specified computer.\n\n
9107 %n%nUSER ACTION\n\n
9108 %nIf this is the first occurrence of this event for the specified computer\n
9109 and account, this may be a transient issue that doesn't require any action\n
9110 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
9111 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
9112 should be rejoined to the domain.\n\n
9113 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
9114 be recreated.\n\n
9115 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
9116 action should be taken on '%1':\n\n
9117 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
9118 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
9119 .
9120
9121 MessageId=5724
9122 Severity=Success
9123 Facility=System
9124 SymbolicName=NELOG_FailedToRegisterSC
9125 Language=English
9126 Could not register control handler with service controller %1.
9127 .
9128 Language=Russian
9129 Could not register control handler with service controller %1.
9130 .
9131
9132 MessageId=5725
9133 Severity=Success
9134 Facility=System
9135 SymbolicName=NELOG_FailedToSetServiceStatus
9136 Language=English
9137 Could not set service status with service controller %1.
9138 .
9139 Language=Russian
9140 Could not set service status with service controller %1.
9141 .
9142
9143 MessageId=5726
9144 Severity=Success
9145 Facility=System
9146 SymbolicName=NELOG_FailedToGetComputerName
9147 Language=English
9148 Could not find the computer name %1.
9149 .
9150 Language=Russian
9151 Could not find the computer name %1.
9152 .
9153
9154 MessageId=5727
9155 Severity=Success
9156 Facility=System
9157 SymbolicName=NELOG_DriverNotLoaded
9158 Language=English
9159 Could not load %1 device driver.
9160 .
9161 Language=Russian
9162 Could not load %1 device driver.
9163 .
9164
9165 MessageId=5728
9166 Severity=Success
9167 Facility=System
9168 SymbolicName=NELOG_NoTranportLoaded
9169 Language=English
9170 Could not load any transport.
9171 .
9172 Language=Russian
9173 Could not load any transport.
9174 .
9175
9176 MessageId=5729
9177 Severity=Success
9178 Facility=System
9179 SymbolicName=NELOG_NetlogonFailedDomainDelta
9180 Language=English
9181 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
9182 %3 failed with the following error: %n%4
9183 .
9184 Language=Russian
9185 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
9186 %3 failed with the following error: %n%4
9187 .
9188
9189 MessageId=5730
9190 Severity=Success
9191 Facility=System
9192 SymbolicName=NELOG_NetlogonFailedGlobalGroupDelta
9193 Language=English
9194 Replication of the %1 Global Group \"%2\" from primary domain controller\n
9195 %3 failed with the following error: %n%4
9196 .
9197 Language=Russian
9198 Replication of the %1 Global Group \"%2\" from primary domain controller\n
9199 %3 failed with the following error: %n%4
9200 .
9201
9202 MessageId=5731
9203 Severity=Success
9204 Facility=System
9205 SymbolicName=NELOG_NetlogonFailedLocalGroupDelta
9206 Language=English
9207 Replication of the %1 Local Group \"%2\" from primary domain controller\n
9208 %3 failed with the following error: %n%4
9209 .
9210 Language=Russian
9211 Replication of the %1 Local Group \"%2\" from primary domain controller\n
9212 %3 failed with the following error: %n%4
9213 .
9214
9215 MessageId=5732
9216 Severity=Success
9217 Facility=System
9218 SymbolicName=NELOG_NetlogonFailedUserDelta
9219 Language=English
9220 Replication of the %1 User \"%2\" from primary domain controller\n
9221 %3 failed with the following error: %n%4
9222 .
9223 Language=Russian
9224 Replication of the %1 User \"%2\" from primary domain controller\n
9225 %3 failed with the following error: %n%4
9226 .
9227
9228 MessageId=5733
9229 Severity=Success
9230 Facility=System
9231 SymbolicName=NELOG_NetlogonFailedPolicyDelta
9232 Language=English
9233 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
9234 %3 failed with the following error: %n%4
9235 .
9236 Language=Russian
9237 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
9238 %3 failed with the following error: %n%4
9239 .
9240
9241 MessageId=5734
9242 Severity=Success
9243 Facility=System
9244 SymbolicName=NELOG_NetlogonFailedTrustedDomainDelta
9245 Language=English
9246 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
9247 %3 failed with the following error: %n%4
9248 .
9249 Language=Russian
9250 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
9251 %3 failed with the following error: %n%4
9252 .
9253
9254 MessageId=5735
9255 Severity=Success
9256 Facility=System
9257 SymbolicName=NELOG_NetlogonFailedAccountDelta
9258 Language=English
9259 Replication of the %1 Account Object \"%2\" from primary domain controller\n
9260 %3 failed with the following error: %n%4
9261 .
9262 Language=Russian
9263 Replication of the %1 Account Object \"%2\" from primary domain controller\n
9264 %3 failed with the following error: %n%4
9265 .
9266
9267 MessageId=5736
9268 Severity=Success
9269 Facility=System
9270 SymbolicName=NELOG_NetlogonFailedSecretDelta
9271 Language=English
9272 Replication of the %1 Secret \"%2\" from primary domain controller\n
9273 %3 failed with the following error: %n%4
9274 .
9275 Language=Russian
9276 Replication of the %1 Secret \"%2\" from primary domain controller\n
9277 %3 failed with the following error: %n%4
9278 .
9279
9280 MessageId=5737
9281 Severity=Success
9282 Facility=System
9283 SymbolicName=NELOG_NetlogonSystemError
9284 Language=English
9285 The system returned the following unexpected error code: %n%1
9286 .
9287 Language=Russian
9288 The system returned the following unexpected error code: %n%1
9289 .
9290
9291 MessageId=5738
9292 Severity=Success
9293 Facility=System
9294 SymbolicName=NELOG_NetlogonDuplicateMachineAccounts
9295 Language=English
9296 Netlogon has detected two machine accounts for server \"%1\".\n
9297 The server can be either a Windows 2000 Server that is a member of the\n
9298 domain or the server can be a LAN Manager server with an account in the\n
9299 SERVERS global group. It cannot be both.
9300 .
9301 Language=Russian
9302 Netlogon has detected two machine accounts for server \"%1\".\n
9303 The server can be either a Windows 2000 Server that is a member of the\n
9304 domain or the server can be a LAN Manager server with an account in the\n
9305 SERVERS global group. It cannot be both.
9306 .
9307
9308 MessageId=5739
9309 Severity=Success
9310 Facility=System
9311 SymbolicName=NELOG_NetlogonTooManyGlobalGroups
9312 Language=English
9313 This domain has more global groups than can be replicated to a LanMan\n
9314 BDC. Either delete some of your global groups or remove the LanMan\n
9315 BDCs from the domain.
9316 .
9317 Language=Russian
9318 This domain has more global groups than can be replicated to a LanMan\n
9319 BDC. Either delete some of your global groups or remove the LanMan\n
9320 BDCs from the domain.
9321 .
9322
9323 MessageId=5740
9324 Severity=Success
9325 Facility=System
9326 SymbolicName=NELOG_NetlogonBrowserDriver
9327 Language=English
9328 The Browser driver returned the following error to Netlogon: %n%1
9329 .
9330 Language=Russian
9331 The Browser driver returned the following error to Netlogon: %n%1
9332 .
9333
9334 MessageId=5741
9335 Severity=Success
9336 Facility=System
9337 SymbolicName=NELOG_NetlogonAddNameFailure
9338 Language=English
9339 Netlogon could not register the %1<1B> name for the following reason: %n%2
9340 .
9341 Language=Russian
9342 Netlogon could not register the %1<1B> name for the following reason: %n%2
9343 .
9344
9345 MessageId=5742
9346 Severity=Success
9347 Facility=System
9348 SymbolicName=NELOG_RplMessages
9349 Language=English
9350 Service failed to retrieve messages needed to boot remote boot clients.
9351 .
9352 Language=Russian
9353 Service failed to retrieve messages needed to boot remote boot clients.
9354 .
9355
9356 MessageId=5743
9357 Severity=Success
9358 Facility=System
9359 SymbolicName=NELOG_RplXnsBoot
9360 Language=English
9361 Service experienced a severe error and can no longer provide remote boot\n
9362 for 3Com 3Start remote boot clients.
9363 .
9364 Language=Russian
9365 Service experienced a severe error and can no longer provide remote boot\n
9366 for 3Com 3Start remote boot clients.
9367 .
9368
9369 MessageId=5744
9370 Severity=Success
9371 Facility=System
9372 SymbolicName=NELOG_RplSystem
9373 Language=English
9374 Service experienced a severe system error and will shut itself down.
9375 .
9376 Language=Russian
9377 Service experienced a severe system error and will shut itself down.
9378 .
9379
9380 MessageId=5745
9381 Severity=Success
9382 Facility=System
9383 SymbolicName=NELOG_RplWkstaTimeout
9384 Language=English
9385 Client with computer name %1 failed to acknowledge receipt of the\n
9386 boot data. Remote boot of this client was not completed.
9387 .
9388 Language=Russian
9389 Client with computer name %1 failed to acknowledge receipt of the\n
9390 boot data. Remote boot of this client was not completed.
9391 .
9392
9393 MessageId=5746
9394 Severity=Success
9395 Facility=System
9396 SymbolicName=NELOG_RplWkstaFileOpen
9397 Language=English
9398 Client with computer name %1 was not booted due to an error in opening\n
9399 file %2.
9400 .
9401 Language=Russian
9402 Client with computer name %1 was not booted due to an error in opening\n
9403 file %2.
9404 .
9405
9406 MessageId=5747
9407 Severity=Success
9408 Facility=System
9409 SymbolicName=NELOG_RplWkstaFileRead
9410 Language=English
9411 Client with computer name %1 was not booted due to an error in reading\n
9412 file %2.
9413 .
9414 Language=Russian
9415 Client with computer name %1 was not booted due to an error in reading\n
9416 file %2.
9417 .
9418
9419 MessageId=5748
9420 Severity=Success
9421 Facility=System
9422 SymbolicName=NELOG_RplWkstaMemory
9423 Language=English
9424 Client with computer name %1 was not booted due to insufficient memory\n
9425 at the remote boot server.
9426 .
9427 Language=Russian
9428 Client with computer name %1 was not booted due to insufficient memory\n
9429 at the remote boot server.
9430 .
9431
9432 MessageId=5749
9433 Severity=Success
9434 Facility=System
9435 SymbolicName=NELOG_RplWkstaFileChecksum
9436 Language=English
9437 Client with computer name %1 will be booted without using checksums\n
9438 because checksum for file %2 could not be calculated.
9439 .
9440 Language=Russian
9441 Client with computer name %1 will be booted without using checksums\n
9442 because checksum for file %2 could not be calculated.
9443 .
9444
9445 MessageId=5750
9446 Severity=Success
9447 Facility=System
9448 SymbolicName=NELOG_RplWkstaFileLineCount
9449 Language=English
9450 Client with computer name %1 was not booted due to too many lines in\n
9451 file %2.
9452 .
9453 Language=Russian
9454 Client with computer name %1 was not booted due to too many lines in\n
9455 file %2.
9456 .
9457
9458 MessageId=5751
9459 Severity=Success
9460 Facility=System
9461 SymbolicName=NELOG_RplWkstaBbcFile
9462 Language=English
9463 Client with computer name %1 was not booted because the boot block\n
9464 configuration file %2 for this client does not contain boot block\n
9465 line and/or loader line.
9466 .
9467 Language=Russian
9468 Client with computer name %1 was not booted because the boot block\n
9469 configuration file %2 for this client does not contain boot block\n
9470 line and/or loader line.
9471 .
9472
9473 MessageId=5752
9474 Severity=Success
9475 Facility=System
9476 SymbolicName=NELOG_RplWkstaFileSize
9477 Language=English
9478 Client with computer name %1 was not booted due to a bad size of\n
9479 file %2.
9480 .
9481 Language=Russian
9482 Client with computer name %1 was not booted due to a bad size of\n
9483 file %2.
9484 .
9485
9486 MessageId=5753
9487 Severity=Success
9488 Facility=System
9489 SymbolicName=NELOG_RplWkstaInternal
9490 Language=English
9491 Client with computer name %1 was not booted due to remote boot\n
9492 service internal error.
9493 .
9494 Language=Russian
9495 Client with computer name %1 was not booted due to remote boot\n
9496 service internal error.
9497 .
9498
9499 MessageId=5754
9500 Severity=Success
9501 Facility=System
9502 SymbolicName=NELOG_RplWkstaWrongVersion
9503 Language=English
9504 Client with computer name %1 was not booted because file %2 has an\n
9505 invalid boot header.
9506 .
9507 Language=Russian
9508 Client with computer name %1 was not booted because file %2 has an\n
9509 invalid boot header.
9510 .
9511
9512 MessageId=5755
9513 Severity=Success
9514 Facility=System
9515 SymbolicName=NELOG_RplWkstaNetwork
9516 Language=English
9517 Client with computer name %1 was not booted due to network error.
9518 .
9519 Language=Russian
9520 Client with computer name %1 was not booted due to network error.
9521 .
9522
9523 MessageId=5756
9524 Severity=Success
9525 Facility=System
9526 SymbolicName=NELOG_RplAdapterResource
9527 Language=English
9528 Client with adapter id %1 was not booted due to lack of resources.
9529 .
9530 Language=Russian
9531 Client with adapter id %1 was not booted due to lack of resources.
9532 .
9533
9534 MessageId=5757
9535 Severity=Success
9536 Facility=System
9537 SymbolicName=NELOG_RplFileCopy
9538 Language=English
9539 Service experienced error copying file or directory %1.
9540 .
9541 Language=Russian
9542 Service experienced error copying file or directory %1.
9543 .
9544
9545 MessageId=5758
9546 Severity=Success
9547 Facility=System
9548 SymbolicName=NELOG_RplFileDelete
9549 Language=English
9550 Service experienced error deleting file or directory %1.
9551 .
9552 Language=Russian
9553 Service experienced error deleting file or directory %1.
9554 .
9555
9556 MessageId=5759
9557 Severity=Success
9558 Facility=System
9559 SymbolicName=NELOG_RplFilePerms
9560 Language=English
9561 Service experienced error setting permissions on file or directory %1.
9562 .
9563 Language=Russian
9564 Service experienced error setting permissions on file or directory %1.
9565 .
9566
9567 MessageId=5760
9568 Severity=Success
9569 Facility=System
9570 SymbolicName=NELOG_RplCheckConfigs
9571 Language=English
9572 Service experienced error evaluating RPL configurations.
9573 .
9574 Language=Russian
9575 Service experienced error evaluating RPL configurations.
9576 .
9577
9578 MessageId=5761
9579 Severity=Success
9580 Facility=System
9581 SymbolicName=NELOG_RplCreateProfiles
9582 Language=English
9583 Service experienced error creating RPL profiles for all configurations.
9584 .
9585 Language=Russian
9586 Service experienced error creating RPL profiles for all configurations.
9587 .
9588
9589 MessageId=5762
9590 Severity=Success
9591 Facility=System
9592 SymbolicName=NELOG_RplRegistry
9593 Language=English
9594 Service experienced error accessing registry.
9595 .
9596 Language=Russian
9597 Service experienced error accessing registry.
9598 .
9599
9600 MessageId=5763
9601 Severity=Success
9602 Facility=System
9603 SymbolicName=NELOG_RplReplaceRPLDISK
9604 Language=English
9605 Service experienced error replacing possibly outdated RPLDISK.SYS.
9606 .
9607 Language=Russian
9608 Service experienced error replacing possibly outdated RPLDISK.SYS.
9609 .
9610
9611 MessageId=5764
9612 Severity=Success
9613 Facility=System
9614 SymbolicName=NELOG_RplCheckSecurity
9615 Language=English
9616 Service experienced error adding security accounts or setting\n
9617 file permissions. These accounts are the RPLUSER local group\n
9618 and the user accounts for the individual RPL workstations.
9619 .
9620 Language=Russian
9621 Service experienced error adding security accounts or setting\n
9622 file permissions. These accounts are the RPLUSER local group\n
9623 and the user accounts for the individual RPL workstations.
9624 .
9625
9626 MessageId=5765
9627 Severity=Success
9628 Facility=System
9629 SymbolicName=NELOG_RplBackupDatabase
9630 Language=English
9631 Service failed to back up its database.
9632 .
9633 Language=Russian
9634 Service failed to back up its database.
9635 .
9636
9637 MessageId=5766
9638 Severity=Success
9639 Facility=System
9640 SymbolicName=NELOG_RplInitDatabase
9641 Language=English
9642 Service failed to initialize from its database. The database may be\n
9643 missing or corrupted. Service will attempt restoring the database\n
9644 from the backup.
9645 .
9646 Language=Russian
9647 Service failed to initialize from its database. The database may be\n
9648 missing or corrupted. Service will attempt restoring the database\n
9649 from the backup.
9650 .
9651
9652 MessageId=5767
9653 Severity=Success
9654 Facility=System
9655 SymbolicName=NELOG_RplRestoreDatabaseFailure
9656 Language=English
9657 Service failed to restore its database from the backup. Service\n
9658 will not start.
9659 .
9660 Language=Russian
9661 Service failed to restore its database from the backup. Service\n
9662 will not start.
9663 .
9664
9665 MessageId=5768
9666 Severity=Success
9667 Facility=System
9668 SymbolicName=NELOG_RplRestoreDatabaseSuccess
9669 Language=English
9670 Service successfully restored its database from the backup.
9671 .
9672 Language=Russian
9673 Service successfully restored its database from the backup.
9674 .
9675
9676 MessageId=5769
9677 Severity=Success
9678 Facility=System
9679 SymbolicName=NELOG_RplInitRestoredDatabase
9680 Language=English
9681 Service failed to initialize from its restored database. Service\n
9682 will not start.
9683 .
9684 Language=Russian
9685 Service failed to initialize from its restored database. Service\n
9686 will not start.
9687 .