40ae685c0729b8c7e46e83e1eb9a2c96a4df07ee
[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 ;
7834 ; apperr2.h (non-public) message difinitions (4300 - 5299 APPERR2_BASE)
7835 ;
7836
7837 MessageId=4300
7838 Severity=Success
7839 Facility=System
7840 SymbolicName=APPERR2_4300
7841 Language=English
7842 Yes%0
7843 .
7844 Language=Russian
7845 Yes%0
7846 .
7847
7848 MessageId=4301
7849 Severity=Success
7850 Facility=System
7851 SymbolicName=APPERR2_4301
7852 Language=English
7853 No%0
7854 .
7855 Language=Russian
7856 No%0
7857 .
7858
7859 MessageId=4302
7860 Severity=Success
7861 Facility=System
7862 SymbolicName=APPERR2_4302
7863 Language=English
7864 All%0
7865 .
7866 Language=Russian
7867 All%0
7868 .
7869
7870 MessageId=4303
7871 Severity=Success
7872 Facility=System
7873 SymbolicName=APPERR2_4303
7874 Language=English
7875 None%0
7876 .
7877 Language=Russian
7878 None%0
7879 .
7880
7881 MessageId=4304
7882 Severity=Success
7883 Facility=System
7884 SymbolicName=APPERR2_4304
7885 Language=English
7886 Always%0
7887 .
7888 Language=Russian
7889 Always%0
7890 .
7891
7892 MessageId=4305
7893 Severity=Success
7894 Facility=System
7895 SymbolicName=APPERR2_4305
7896 Language=English
7897 Never%0
7898 .
7899 Language=Russian
7900 Never%0
7901 .
7902
7903 MessageId=4306
7904 Severity=Success
7905 Facility=System
7906 SymbolicName=APPERR2_4306
7907 Language=English
7908 Unlimited%0
7909 .
7910 Language=Russian
7911 Unlimited%0
7912 .
7913
7914 MessageId=4307
7915 Severity=Success
7916 Facility=System
7917 SymbolicName=APPERR2_4307
7918 Language=English
7919 Sunday%0
7920 .
7921 Language=Russian
7922 Sunday%0
7923 .
7924
7925 MessageId=4308
7926 Severity=Success
7927 Facility=System
7928 SymbolicName=APPERR2_4308
7929 Language=English
7930 Monday%0
7931 .
7932 Language=Russian
7933 Monday%0
7934 .
7935
7936 MessageId=4309
7937 Severity=Success
7938 Facility=System
7939 SymbolicName=APPERR2_4309
7940 Language=English
7941 Tuesday%0
7942 .
7943 Language=Russian
7944 Tuesday%0
7945 .
7946
7947 MessageId=4310
7948 Severity=Success
7949 Facility=System
7950 SymbolicName=APPERR2_4310
7951 Language=English
7952 Wednesday%0
7953 .
7954 Language=Russian
7955 Wednesday%0
7956 .
7957
7958 MessageId=4311
7959 Severity=Success
7960 Facility=System
7961 SymbolicName=APPERR2_4311
7962 Language=English
7963 Thursday%0
7964 .
7965 Language=Russian
7966 Thursday%0
7967 .
7968
7969 MessageId=4312
7970 Severity=Success
7971 Facility=System
7972 SymbolicName=APPERR2_4312
7973 Language=English
7974 Friday%0
7975 .
7976 Language=Russian
7977 Friday%0
7978 .
7979
7980 MessageId=4313
7981 Severity=Success
7982 Facility=System
7983 SymbolicName=APPERR2_4313
7984 Language=English
7985 Saturday%0
7986 .
7987 Language=Russian
7988 Saturday%0
7989 .
7990
7991 MessageId=4314
7992 Severity=Success
7993 Facility=System
7994 SymbolicName=APPERR2_4314
7995 Language=English
7996 Su%0
7997 .
7998 Language=Russian
7999 Su%0
8000 .
8001
8002 MessageId=4315
8003 Severity=Success
8004 Facility=System
8005 SymbolicName=APPERR2_4315
8006 Language=English
8007 M%0
8008 .
8009 Language=Russian
8010 M%0
8011 .
8012
8013 MessageId=4316
8014 Severity=Success
8015 Facility=System
8016 SymbolicName=APPERR2_4316
8017 Language=English
8018 T%0
8019 .
8020 Language=Russian
8021 T%0
8022 .
8023
8024 MessageId=4317
8025 Severity=Success
8026 Facility=System
8027 SymbolicName=APPERR2_4317
8028 Language=English
8029 W%0
8030 .
8031 Language=Russian
8032 W%0
8033 .
8034
8035 MessageId=4318
8036 Severity=Success
8037 Facility=System
8038 SymbolicName=APPERR2_4318
8039 Language=English
8040 Th%0
8041 .
8042 Language=Russian
8043 Th%0
8044 .
8045
8046 MessageId=4319
8047 Severity=Success
8048 Facility=System
8049 SymbolicName=APPERR2_4319
8050 Language=English
8051 F%0
8052 .
8053 Language=Russian
8054 F%0
8055 .
8056
8057 MessageId=4320
8058 Severity=Success
8059 Facility=System
8060 SymbolicName=APPERR2_4320
8061 Language=English
8062 S%0
8063 .
8064 Language=Russian
8065 S%0
8066 .
8067
8068 MessageId=4321
8069 Severity=Success
8070 Facility=System
8071 SymbolicName=APPERR2_4321
8072 Language=English
8073 Unknown%0
8074 .
8075 Language=Russian
8076 Unknown%0
8077 .
8078
8079 MessageId=4322
8080 Severity=Success
8081 Facility=System
8082 SymbolicName=APPERR2_4322
8083 Language=English
8084 AM%0
8085 .
8086 Language=Russian
8087 AM%0
8088 .
8089
8090 MessageId=4323
8091 Severity=Success
8092 Facility=System
8093 SymbolicName=APPERR2_4323
8094 Language=English
8095 A.M.%0
8096 .
8097 Language=Russian
8098 A.M.%0
8099 .
8100
8101 MessageId=4324
8102 Severity=Success
8103 Facility=System
8104 SymbolicName=APPERR2_4324
8105 Language=English
8106 PM%0
8107 .
8108 Language=Russian
8109 PM%0
8110 .
8111
8112 MessageId=4325
8113 Severity=Success
8114 Facility=System
8115 SymbolicName=APPERR2_4325
8116 Language=English
8117 P.M.%0
8118 .
8119 Language=Russian
8120 P.M.%0
8121 .
8122
8123 MessageId=4326
8124 Severity=Success
8125 Facility=System
8126 SymbolicName=APPERR2_4326
8127 Language=English
8128 Server%0
8129 .
8130 Language=Russian
8131 Server%0
8132 .
8133
8134 MessageId=4327
8135 Severity=Success
8136 Facility=System
8137 SymbolicName=APPERR2_4327
8138 Language=English
8139 Redirector%0
8140 .
8141 Language=Russian
8142 Redirector%0
8143 .
8144
8145 MessageId=4328
8146 Severity=Success
8147 Facility=System
8148 SymbolicName=APPERR2_4328
8149 Language=English
8150 Application%0
8151 .
8152 Language=Russian
8153 Application%0
8154 .
8155
8156 MessageId=4329
8157 Severity=Success
8158 Facility=System
8159 SymbolicName=APPERR2_4329
8160 Language=English
8161 Total%0
8162 .
8163 Language=Russian
8164 Total%0
8165 .
8166
8167 MessageId=4330
8168 Severity=Success
8169 Facility=System
8170 SymbolicName=APPERR2_4330
8171 Language=English
8172 ? %1 %0
8173 .
8174 Language=Russian
8175 ? %1 %0
8176 .
8177
8178 MessageId=4331
8179 Severity=Success
8180 Facility=System
8181 SymbolicName=APPERR2_4331
8182 Language=English
8183 K%0
8184 .
8185 Language=Russian
8186 K%0
8187 .
8188
8189 MessageId=4332
8190 Severity=Success
8191 Facility=System
8192 SymbolicName=APPERR2_4332
8193 Language=English
8194 (none)%0
8195 .
8196 Language=Russian
8197 (none)%0
8198 .
8199
8200 MessageId=4333
8201 Severity=Success
8202 Facility=System
8203 SymbolicName=APPERR2_4333
8204 Language=English
8205 Device%0
8206 .
8207 Language=Russian
8208 Device%0
8209 .
8210
8211 MessageId=4334
8212 Severity=Success
8213 Facility=System
8214 SymbolicName=APPERR2_4334
8215 Language=English
8216 Remark%0
8217 .
8218 Language=Russian
8219 Remark%0
8220 .
8221
8222 MessageId=4335
8223 Severity=Success
8224 Facility=System
8225 SymbolicName=APPERR2_4335
8226 Language=English
8227 At%0
8228 .
8229 Language=Russian
8230 At%0
8231 .
8232
8233 MessageId=4336
8234 Severity=Success
8235 Facility=System
8236 SymbolicName=APPERR2_4336
8237 Language=English
8238 Queue%0
8239 .
8240 Language=Russian
8241 Queue%0
8242 .
8243
8244 MessageId=4337
8245 Severity=Success
8246 Facility=System
8247 SymbolicName=APPERR2_4337
8248 Language=English
8249 Queues%0
8250 .
8251 Language=Russian
8252 Queues%0
8253 .
8254
8255 MessageId=4338
8256 Severity=Success
8257 Facility=System
8258 SymbolicName=APPERR2_4338
8259 Language=English
8260 User name%0
8261 .
8262 Language=Russian
8263 User name%0
8264 .
8265
8266 MessageId=4339
8267 Severity=Success
8268 Facility=System
8269 SymbolicName=APPERR2_4339
8270 Language=English
8271 Path%0
8272 .
8273 Language=Russian
8274 Path%0
8275 .
8276
8277 MessageId=4340
8278 Severity=Success
8279 Facility=System
8280 SymbolicName=APPERR2_4340
8281 Language=English
8282 (Y/N) [Y]%0
8283 .
8284 Language=Russian
8285 (Y/N) [Y]%0
8286 .
8287
8288 MessageId=4341
8289 Severity=Success
8290 Facility=System
8291 SymbolicName=APPERR2_4341
8292 Language=English
8293 (Y/N) [N]%0
8294 .
8295 Language=Russian
8296 (Y/N) [N]%0
8297 .
8298
8299 MessageId=4342
8300 Severity=Success
8301 Facility=System
8302 SymbolicName=APPERR2_4342
8303 Language=English
8304 Error%0
8305 .
8306 Language=Russian
8307 Error%0
8308 .
8309
8310 MessageId=4343
8311 Severity=Success
8312 Facility=System
8313 SymbolicName=APPERR2_4343
8314 Language=English
8315 OK%0
8316 .
8317 Language=Russian
8318 OK%0
8319 .
8320
8321 MessageId=4344
8322 Severity=Success
8323 Facility=System
8324 SymbolicName=APPERR2_4344
8325 Language=English
8326 Y%0
8327 .
8328 Language=Russian
8329 Y%0
8330 .
8331
8332 MessageId=4345
8333 Severity=Success
8334 Facility=System
8335 SymbolicName=APPERR2_4345
8336 Language=English
8337 N%0
8338 .
8339 Language=Russian
8340 N%0
8341 .
8342
8343 MessageId=4346
8344 Severity=Success
8345 Facility=System
8346 SymbolicName=APPERR2_4346
8347 Language=English
8348 Any%0
8349 .
8350 Language=Russian
8351 Any%0
8352 .
8353
8354 MessageId=4347
8355 Severity=Success
8356 Facility=System
8357 SymbolicName=APPERR2_4347
8358 Language=English
8359 A%0
8360 .
8361 Language=Russian
8362 A%0
8363 .
8364
8365 MessageId=4348
8366 Severity=Success
8367 Facility=System
8368 SymbolicName=APPERR2_4348
8369 Language=English
8370 P%0
8371 .
8372 Language=Russian
8373 P%0
8374 .
8375
8376 MessageId=4349
8377 Severity=Success
8378 Facility=System
8379 SymbolicName=APPERR2_4349
8380 Language=English
8381 (not found)%0
8382 .
8383 Language=Russian
8384 (not found)%0
8385 .
8386
8387 MessageId=4350
8388 Severity=Success
8389 Facility=System
8390 SymbolicName=APPERR2_4350
8391 Language=English
8392 (unknown)%0
8393 .
8394 Language=Russian
8395 (unknown)%0
8396 .
8397
8398 MessageId=4351
8399 Severity=Success
8400 Facility=System
8401 SymbolicName=APPERR2_4351
8402 Language=English
8403 For help on %1 type NET HELP %1
8404 .
8405 Language=Russian
8406 For help on %1 type NET HELP %1
8407 .
8408
8409 MessageId=4352
8410 Severity=Success
8411 Facility=System
8412 SymbolicName=APPERR2_4352
8413 Language=English
8414 Grant%0
8415 .
8416 Language=Russian
8417 Grant%0
8418 .
8419
8420 MessageId=4353
8421 Severity=Success
8422 Facility=System
8423 SymbolicName=APPERR2_4353
8424 Language=English
8425 Read%0
8426 .
8427 Language=Russian
8428 Read%0
8429 .
8430
8431 MessageId=4354
8432 Severity=Success
8433 Facility=System
8434 SymbolicName=APPERR2_4354
8435 Language=English
8436 Change%0
8437 .
8438 Language=Russian
8439 Change%0
8440 .
8441
8442 MessageId=4355
8443 Severity=Success
8444 Facility=System
8445 SymbolicName=APPERR2_4355
8446 Language=English
8447 Full%0
8448 .
8449 Language=Russian
8450 Full%0
8451 .
8452
8453 MessageId=4356
8454 Severity=Success
8455 Facility=System
8456 SymbolicName=APPERR2_4356
8457 Language=English
8458 Please type the password: %0
8459 .
8460 Language=Russian
8461 Please type the password: %0
8462 .
8463
8464 MessageId=4357
8465 Severity=Success
8466 Facility=System
8467 SymbolicName=APPERR2_4357
8468 Language=English
8469 Type the password for %1: %0
8470 .
8471 Language=Russian
8472 Type the password for %1: %0
8473 .
8474
8475 MessageId=4358
8476 Severity=Success
8477 Facility=System
8478 SymbolicName=APPERR2_4358
8479 Language=English
8480 Type a password for the user: %0
8481 .
8482 Language=Russian
8483 Type a password for the user: %0
8484 .
8485
8486 MessageId=4359
8487 Severity=Success
8488 Facility=System
8489 SymbolicName=APPERR2_4359
8490 Language=English
8491 Type the password for the shared resource: %0
8492 .
8493 Language=Russian
8494 Type the password for the shared resource: %0
8495 .
8496
8497 MessageId=4360
8498 Severity=Success
8499 Facility=System
8500 SymbolicName=APPERR2_4360
8501 Language=English
8502 Type your password: %0
8503 .
8504 Language=Russian
8505 Type your password: %0
8506 .
8507
8508 MessageId=4361
8509 Severity=Success
8510 Facility=System
8511 SymbolicName=APPERR2_4361
8512 Language=English
8513 Retype the password to confirm: %0
8514 .
8515 Language=Russian
8516 Retype the password to confirm: %0
8517 .
8518
8519 MessageId=4362
8520 Severity=Success
8521 Facility=System
8522 SymbolicName=APPERR2_4362
8523 Language=English
8524 Type the user's old password: %0
8525 .
8526 Language=Russian
8527 Type the user's old password: %0
8528 .
8529
8530 MessageId=4363
8531 Severity=Success
8532 Facility=System
8533 SymbolicName=APPERR2_4363
8534 Language=English
8535 Type the user's new password: %0
8536 .
8537 Language=Russian
8538 Type the user's new password: %0
8539 .
8540
8541 MessageId=4364
8542 Severity=Success
8543 Facility=System
8544 SymbolicName=APPERR2_4364
8545 Language=English
8546 Type your new password: %0
8547 .
8548 Language=Russian
8549 Type your new password: %0
8550 .
8551
8552 MessageId=4365
8553 Severity=Success
8554 Facility=System
8555 SymbolicName=APPERR2_4365
8556 Language=English
8557 Type the Replicator service password: %0
8558 .
8559 Language=Russian
8560 Type the Replicator service password: %0
8561 .
8562
8563 MessageId=4366
8564 Severity=Success
8565 Facility=System
8566 SymbolicName=APPERR2_4366
8567 Language=English
8568 Type your user name, or press ENTER if it is %1: %0
8569 .
8570 Language=Russian
8571 Type your user name, or press ENTER if it is %1: %0
8572 .
8573
8574 MessageId=4367
8575 Severity=Success
8576 Facility=System
8577 SymbolicName=APPERR2_4367
8578 Language=English
8579 Type the domain or server where you want to change a password, or\n
8580 press ENTER if it is for domain %1: %0.
8581 .
8582 Language=Russian
8583 Type the domain or server where you want to change a password, or\n
8584 press ENTER if it is for domain %1: %0.
8585 .
8586
8587 MessageId=4368
8588 Severity=Success
8589 Facility=System
8590 SymbolicName=APPERR2_4368
8591 Language=English
8592 Type your user name: %0
8593 .
8594 Language=Russian
8595 Type your user name: %0
8596 .
8597
8598 MessageId=4369
8599 Severity=Success
8600 Facility=System
8601 SymbolicName=APPERR2_4369
8602 Language=English
8603 Network statistics for \\\\%1
8604 .
8605 Language=Russian
8606 Network statistics for \\\\%1
8607 .
8608
8609 MessageId=4370
8610 Severity=Success
8611 Facility=System
8612 SymbolicName=APPERR2_4370
8613 Language=English
8614 Printing options for %1
8615 .
8616 Language=Russian
8617 Printing options for %1
8618 .
8619
8620 MessageId=4371
8621 Severity=Success
8622 Facility=System
8623 SymbolicName=APPERR2_4371
8624 Language=English
8625 Communication-device queues accessing %1
8626 .
8627 Language=Russian
8628 Communication-device queues accessing %1
8629 .
8630
8631 MessageId=4372
8632 Severity=Success
8633 Facility=System
8634 SymbolicName=APPERR2_4372
8635 Language=English
8636 Print job detail
8637 .
8638 Language=Russian
8639 Print job detail
8640 .
8641
8642 MessageId=4373
8643 Severity=Success
8644 Facility=System
8645 SymbolicName=APPERR2_4373
8646 Language=English
8647 Communication-device queues at \\\\%1
8648 .
8649 Language=Russian
8650 Communication-device queues at \\\\%1
8651 .
8652
8653 MessageId=4374
8654 Severity=Success
8655 Facility=System
8656 SymbolicName=APPERR2_4374
8657 Language=English
8658 Printers at %1
8659 .
8660 Language=Russian
8661 Printers at %1
8662 .
8663
8664 MessageId=4375
8665 Severity=Success
8666 Facility=System
8667 SymbolicName=APPERR2_4375
8668 Language=English
8669 Printers accessing %1
8670 .
8671 Language=Russian
8672 Printers accessing %1
8673 .
8674
8675 MessageId=4376
8676 Severity=Success
8677 Facility=System
8678 SymbolicName=APPERR2_4376
8679 Language=English
8680 Print jobs at %1:
8681 .
8682 Language=Russian
8683 Print jobs at %1:
8684 .
8685
8686 MessageId=4377
8687 Severity=Success
8688 Facility=System
8689 SymbolicName=APPERR2_4377
8690 Language=English
8691 Shared resources at %1
8692 .
8693 Language=Russian
8694 Shared resources at %1
8695 .
8696
8697 MessageId=4378
8698 Severity=Success
8699 Facility=System
8700 SymbolicName=APPERR2_4378
8701 Language=English
8702 The following running services can be controlled:
8703 .
8704 Language=Russian
8705 The following running services can be controlled:
8706 .
8707
8708 MessageId=4379
8709 Severity=Success
8710 Facility=System
8711 SymbolicName=APPERR2_4379
8712 Language=English
8713 Statistics are available for the following running services:
8714 .
8715 Language=Russian
8716 Statistics are available for the following running services:
8717 .
8718
8719 MessageId=4380
8720 Severity=Success
8721 Facility=System
8722 SymbolicName=APPERR2_4380
8723 Language=English
8724 User accounts for \\\\%1
8725 .
8726 Language=Russian
8727 User accounts for \\\\%1
8728 .
8729
8730 MessageId=4381
8731 Severity=Success
8732 Facility=System
8733 SymbolicName=APPERR2_4381
8734 Language=English
8735 The syntax of this command is:
8736 .
8737 Language=Russian
8738 The syntax of this command is:
8739 .
8740
8741 MessageId=4382
8742 Severity=Success
8743 Facility=System
8744 SymbolicName=APPERR2_4382
8745 Language=English
8746 The options of this command are:
8747 .
8748 Language=Russian
8749 The options of this command are:
8750 .
8751
8752 MessageId=4383
8753 Severity=Success
8754 Facility=System
8755 SymbolicName=APPERR2_4383
8756 Language=English
8757 Please enter the name of the Primary Domain Controller: %0
8758 .
8759 Language=Russian
8760 Please enter the name of the Primary Domain Controller: %0
8761 .
8762
8763 MessageId=4384
8764 Severity=Success
8765 Facility=System
8766 SymbolicName=APPERR2_4384
8767 Language=English
8768 The string you have entered is too long. The maximum\n
8769 is %1, please reenter. %0
8770 .
8771 Language=Russian
8772 The string you have entered is too long. The maximum\n
8773 is %1, please reenter. %0
8774 .
8775
8776 MessageId=4385
8777 Severity=Success
8778 Facility=System
8779 SymbolicName=APPERR2_4385
8780 Language=English
8781 Sunday%0
8782 .
8783 Language=Russian
8784 Sunday%0
8785 .
8786
8787 MessageId=4386
8788 Severity=Success
8789 Facility=System
8790 SymbolicName=APPERR2_4386
8791 Language=English
8792 Monday%0
8793 .
8794 Language=Russian
8795 Monday%0
8796 .
8797
8798 MessageId=4387
8799 Severity=Success
8800 Facility=System
8801 SymbolicName=APPERR2_4387
8802 Language=English
8803 Tuesday%0
8804 .
8805 Language=Russian
8806 Tuesday%0
8807 .
8808
8809 MessageId=4388
8810 Severity=Success
8811 Facility=System
8812 SymbolicName=APPERR2_4388
8813 Language=English
8814 Wednesday%0
8815 .
8816 Language=Russian
8817 Wednesday%0
8818 .
8819
8820 MessageId=4389
8821 Severity=Success
8822 Facility=System
8823 SymbolicName=APPERR2_4389
8824 Language=English
8825 Thursday%0
8826 .
8827 Language=Russian
8828 Thursday%0
8829 .
8830
8831 MessageId=4390
8832 Severity=Success
8833 Facility=System
8834 SymbolicName=APPERR2_4390
8835 Language=English
8836 Friday%0
8837 .
8838 Language=Russian
8839 Friday%0
8840 .
8841
8842 MessageId=4391
8843 Severity=Success
8844 Facility=System
8845 SymbolicName=APPERR2_4391
8846 Language=English
8847 Saturday%0
8848 .
8849 Language=Russian
8850 Saturday%0
8851 .
8852
8853 MessageId=4392
8854 Severity=Success
8855 Facility=System
8856 SymbolicName=APPERR2_4392
8857 Language=English
8858 Su%0
8859 .
8860 Language=Russian
8861 Su%0
8862 .
8863
8864 MessageId=4393
8865 Severity=Success
8866 Facility=System
8867 SymbolicName=APPERR2_4393
8868 Language=English
8869 M%0
8870 .
8871 Language=Russian
8872 M%0
8873 .
8874
8875 MessageId=4394
8876 Severity=Success
8877 Facility=System
8878 SymbolicName=APPERR2_4394
8879 Language=English
8880 T%0
8881 .
8882 Language=Russian
8883 T%0
8884 .
8885
8886 MessageId=4395
8887 Severity=Success
8888 Facility=System
8889 SymbolicName=APPERR2_4395
8890 Language=English
8891 W%0
8892 .
8893 Language=Russian
8894 W%0
8895 .
8896
8897 MessageId=4396
8898 Severity=Success
8899 Facility=System
8900 SymbolicName=APPERR2_4396
8901 Language=English
8902 Th%0
8903 .
8904 Language=Russian
8905 Th%0
8906 .
8907
8908 MessageId=4397
8909 Severity=Success
8910 Facility=System
8911 SymbolicName=APPERR2_4397
8912 Language=English
8913 F%0
8914 .
8915 Language=Russian
8916 F%0
8917 .
8918
8919 MessageId=4398
8920 Severity=Success
8921 Facility=System
8922 SymbolicName=APPERR2_4398
8923 Language=English
8924 S%0
8925 .
8926 Language=Russian
8927 S%0
8928 .
8929
8930 MessageId=4399
8931 Severity=Success
8932 Facility=System
8933 SymbolicName=APPERR2_4399
8934 Language=English
8935 Sa%0
8936 .
8937 Language=Russian
8938 Sa%0
8939 .
8940
8941 MessageId=4400
8942 Severity=Success
8943 Facility=System
8944 SymbolicName=APPERR2_4400
8945 Language=English
8946 Group Accounts for \\\\%1
8947 .
8948 Language=Russian
8949 Group Accounts for \\\\%1
8950 .
8951
8952 MessageId=4401
8953 Severity=Success
8954 Facility=System
8955 SymbolicName=APPERR2_4401
8956 Language=English
8957 Group name%0
8958 .
8959 Language=Russian
8960 Group name%0
8961 .
8962
8963 MessageId=4402
8964 Severity=Success
8965 Facility=System
8966 SymbolicName=APPERR2_4402
8967 Language=English
8968 Comment%0
8969 .
8970 Language=Russian
8971 Comment%0
8972 .
8973
8974 MessageId=4403
8975 Severity=Success
8976 Facility=System
8977 SymbolicName=APPERR2_4403
8978 Language=English
8979 Members
8980 .
8981 Language=Russian
8982 Members
8983 .
8984
8985 MessageId=4405
8986 Severity=Success
8987 Facility=System
8988 SymbolicName=APPERR2_4405
8989 Language=English
8990 Aliases for \\\\%1
8991 .
8992 Language=Russian
8993 Aliases for \\\\%1
8994 .
8995
8996 MessageId=4406
8997 Severity=Success
8998 Facility=System
8999 SymbolicName=APPERR2_4406
9000 Language=English
9001 Alias name%0
9002 .
9003 Language=Russian
9004 Alias name%0
9005 .
9006
9007 MessageId=4407
9008 Severity=Success
9009 Facility=System
9010 SymbolicName=APPERR2_4407
9011 Language=English
9012 Comment%0
9013 .
9014 Language=Russian
9015 Comment%0
9016 .
9017
9018 MessageId=4408
9019 Severity=Success
9020 Facility=System
9021 SymbolicName=APPERR2_4408
9022 Language=English
9023 Members
9024 .
9025 Language=Russian
9026 Members
9027 .
9028
9029 MessageId=4410
9030 Severity=Success
9031 Facility=System
9032 SymbolicName=APPERR2_4410
9033 Language=English
9034 User Accounts for \\\\%1
9035 .
9036 Language=Russian
9037 User Accounts for \\\\%1
9038 .
9039
9040 MessageId=4411
9041 Severity=Success
9042 Facility=System
9043 SymbolicName=APPERR2_4411
9044 Language=English
9045 User name%0
9046 .
9047 Language=Russian
9048 User name%0
9049 .
9050
9051 MessageId=4412
9052 Severity=Success
9053 Facility=System
9054 SymbolicName=APPERR2_4412
9055 Language=English
9056 Full Name%0
9057 .
9058 Language=Russian
9059 Full Name%0
9060 .
9061
9062 MessageId=4413
9063 Severity=Success
9064 Facility=System
9065 SymbolicName=APPERR2_4413
9066 Language=English
9067 Comment%0
9068 .
9069 Language=Russian
9070 Comment%0
9071 .
9072
9073 MessageId=4414
9074 Severity=Success
9075 Facility=System
9076 SymbolicName=APPERR2_4414
9077 Language=English
9078 User's comment%0
9079 .
9080 Language=Russian
9081 User's comment%0
9082 .
9083
9084 MessageId=4415
9085 Severity=Success
9086 Facility=System
9087 SymbolicName=APPERR2_4415
9088 Language=English
9089 Parameters%0
9090 .
9091 Language=Russian
9092 Parameters%0
9093 .
9094
9095 MessageId=4416
9096 Severity=Success
9097 Facility=System
9098 SymbolicName=APPERR2_4416
9099 Language=English
9100 Country code%0
9101 .
9102 Language=Russian
9103 Country code%0
9104 .
9105
9106 MessageId=4417
9107 Severity=Success
9108 Facility=System
9109 SymbolicName=APPERR2_4417
9110 Language=English
9111 Privilege level%0
9112 .
9113 Language=Russian
9114 Privilege level%0
9115 .
9116
9117 MessageId=4418
9118 Severity=Success
9119 Facility=System
9120 SymbolicName=APPERR2_4418
9121 Language=English
9122 Operator privileges%0
9123 .
9124 Language=Russian
9125 Operator privileges%0
9126 .
9127
9128 MessageId=4419
9129 Severity=Success
9130 Facility=System
9131 SymbolicName=APPERR2_4419
9132 Language=English
9133 Account active%0
9134 .
9135 Language=Russian
9136 Account active%0
9137 .
9138
9139 MessageId=4420
9140 Severity=Success
9141 Facility=System
9142 SymbolicName=APPERR2_4420
9143 Language=English
9144 Account expires%0
9145 .
9146 Language=Russian
9147 Account expires%0
9148 .
9149
9150 MessageId=4421
9151 Severity=Success
9152 Facility=System
9153 SymbolicName=APPERR2_4421
9154 Language=English
9155 Password last set%0
9156 .
9157 Language=Russian
9158 Password last set%0
9159 .
9160
9161 MessageId=4422
9162 Severity=Success
9163 Facility=System
9164 SymbolicName=APPERR2_4422
9165 Language=English
9166 Password expires%0
9167 .
9168 Language=Russian
9169 Password expires%0
9170 .
9171
9172 MessageId=4423
9173 Severity=Success
9174 Facility=System
9175 SymbolicName=APPERR2_4423
9176 Language=English
9177 Password changeable%0
9178 .
9179 Language=Russian
9180 Password changeable%0
9181 .
9182
9183 MessageId=4424
9184 Severity=Success
9185 Facility=System
9186 SymbolicName=APPERR2_4424
9187 Language=English
9188 Workstations allowed%0
9189 .
9190 Language=Russian
9191 Workstations allowed%0
9192 .
9193
9194 MessageId=4425
9195 Severity=Success
9196 Facility=System
9197 SymbolicName=APPERR2_4425
9198 Language=English
9199 Maximum disk space%0
9200 .
9201 Language=Russian
9202 Maximum disk space%0
9203 .
9204
9205 MessageId=4426
9206 Severity=Success
9207 Facility=System
9208 SymbolicName=APPERR2_4426
9209 Language=English
9210 Unlimited%0
9211 .
9212 Language=Russian
9213 Unlimited%0
9214 .
9215
9216 MessageId=4427
9217 Severity=Success
9218 Facility=System
9219 SymbolicName=APPERR2_4427
9220 Language=English
9221 Local Group Memberships%0
9222 .
9223 Language=Russian
9224 Local Group Memberships%0
9225 .
9226
9227 MessageId=4428
9228 Severity=Success
9229 Facility=System
9230 SymbolicName=APPERR2_4428
9231 Language=English
9232 Domain controller%0
9233 .
9234 Language=Russian
9235 Domain controller%0
9236 .
9237
9238 MessageId=4429
9239 Severity=Success
9240 Facility=System
9241 SymbolicName=APPERR2_4429
9242 Language=English
9243 Logon script%0
9244 .
9245 Language=Russian
9246 Logon script%0
9247 .
9248
9249 MessageId=4430
9250 Severity=Success
9251 Facility=System
9252 SymbolicName=APPERR2_4430
9253 Language=English
9254 Last logon%0
9255 .
9256 Language=Russian
9257 Last logon%0
9258 .
9259
9260 MessageId=4431
9261 Severity=Success
9262 Facility=System
9263 SymbolicName=APPERR2_4431
9264 Language=English
9265 Global Group memberships%0
9266 .
9267 Language=Russian
9268 Global Group memberships%0
9269 .
9270
9271 MessageId=4432
9272 Severity=Success
9273 Facility=System
9274 SymbolicName=APPERR2_4432
9275 Language=English
9276 Logon hours allowed%0
9277 .
9278 Language=Russian
9279 Logon hours allowed%0
9280 .
9281
9282 MessageId=4433
9283 Severity=Success
9284 Facility=System
9285 SymbolicName=APPERR2_4433
9286 Language=English
9287 All%0
9288 .
9289 Language=Russian
9290 All%0
9291 .
9292
9293 MessageId=4434
9294 Severity=Success
9295 Facility=System
9296 SymbolicName=APPERR2_4434
9297 Language=English
9298 None%0
9299 .
9300 Language=Russian
9301 None%0
9302 .
9303
9304 MessageId=4435
9305 Severity=Success
9306 Facility=System
9307 SymbolicName=APPERR2_4435
9308 Language=English
9309 Daily %1 - %2%0
9310 .
9311 Language=Russian
9312 Daily %1 - %2%0
9313 .
9314
9315 MessageId=4436
9316 Severity=Success
9317 Facility=System
9318 SymbolicName=APPERR2_4436
9319 Language=English
9320 Home directory%0
9321 .
9322 Language=Russian
9323 Home directory%0
9324 .
9325
9326 MessageId=4437
9327 Severity=Success
9328 Facility=System
9329 SymbolicName=APPERR2_4437
9330 Language=English
9331 Password required%0
9332 .
9333 Language=Russian
9334 Password required%0
9335 .
9336
9337 MessageId=4438
9338 Severity=Success
9339 Facility=System
9340 SymbolicName=APPERR2_4438
9341 Language=English
9342 User may change password%0
9343 .
9344 Language=Russian
9345 User may change password%0
9346 .
9347
9348 MessageId=4439
9349 Severity=Success
9350 Facility=System
9351 SymbolicName=APPERR2_4439
9352 Language=English
9353 User profile%0
9354 .
9355 Language=Russian
9356 User profile%0
9357 .
9358
9359 MessageId=4440
9360 Severity=Success
9361 Facility=System
9362 SymbolicName=APPERR2_4440
9363 Language=English
9364 Locked%0
9365 .
9366 Language=Russian
9367 Locked%0
9368 .
9369
9370
9371
9372 ;
9373 ; ncberr.h (non-public) nessage definitions (5300 - 5499 NRCERR_BASE)
9374 ;
9375
9376 MessageId=5300
9377 Severity=Success
9378 Facility=System
9379 SymbolicName=NRCERR_5300
9380 Language=English
9381 The network control block (NCB) request completed successfully.\n
9382 The NCB is the data.
9383 .
9384 Language=Russian
9385 The network control block (NCB) request completed successfully.\n
9386 The NCB is the data.
9387 .
9388
9389 MessageId=5301
9390 Severity=Success
9391 Facility=System
9392 SymbolicName=NRCERR_5301
9393 Language=English
9394 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
9395 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
9396 The NCB is the data.
9397 .
9398 Language=Russian
9399 Illegal network control block (NCB) buffer length on SEND DATAGRAM,\n
9400 SEND BROADCAST, ADAPTER STATUS, or SESSION STATUS.\n
9401 The NCB is the data.
9402 .
9403
9404 MessageId=5302
9405 Severity=Success
9406 Facility=System
9407 SymbolicName=NRCERR_5302
9408 Language=English
9409 The data descriptor array specified in the network control block (NCB) is\n
9410 invalid. The NCB is the data.
9411 .
9412 Language=Russian
9413 The data descriptor array specified in the network control block (NCB) is\n
9414 invalid. The NCB is the data.
9415 .
9416
9417 MessageId=5303
9418 Severity=Success
9419 Facility=System
9420 SymbolicName=NRCERR_5303
9421 Language=English
9422 The command specified in the network control block (NCB) is illegal.\n
9423 The NCB is the data.
9424 .
9425 Language=Russian
9426 The command specified in the network control block (NCB) is illegal.\n
9427 The NCB is the data.
9428 .
9429
9430 MessageId=5304
9431 Severity=Success
9432 Facility=System
9433 SymbolicName=NRCERR_5304
9434 Language=English
9435 The message correlator specified in the network control block (NCB) is\n
9436 invalid. The NCB is the data.
9437 .
9438 Language=Russian
9439 The message correlator specified in the network control block (NCB) is\n
9440 invalid. The NCB is the data.
9441 .
9442
9443 MessageId=5305
9444 Severity=Success
9445 Facility=System
9446 SymbolicName=NRCERR_5305
9447 Language=English
9448 A network control block (NCB) command timed-out. The session may have\n
9449 terminated abnormally. The NCB is the data.
9450 .
9451 Language=Russian
9452 A network control block (NCB) command timed-out. The session may have\n
9453 terminated abnormally. The NCB is the data.
9454 .
9455
9456 MessageId=5306
9457 Severity=Success
9458 Facility=System
9459 SymbolicName=NRCERR_5306
9460 Language=English
9461 An incomplete network control block (NCB) message was received.\n
9462 The NCB is the data.
9463 .
9464 Language=Russian
9465 An incomplete network control block (NCB) message was received.\n
9466 The NCB is the data.
9467 .
9468
9469 MessageId=5307
9470 Severity=Success
9471 Facility=System
9472 SymbolicName=NRCERR_5307
9473 Language=English
9474 The buffer address specified in the network control block (NCB) is illegal.\n
9475 The NCB is the data.
9476 .
9477 Language=Russian
9478 The buffer address specified in the network control block (NCB) is illegal.\n
9479 The NCB is the data.
9480 .
9481
9482 MessageId=5308
9483 Severity=Success
9484 Facility=System
9485 SymbolicName=NRCERR_5308
9486 Language=English
9487 The session number specified in the network control block (NCB) is not active.\n
9488 The NCB is the data.
9489 .
9490 Language=Russian
9491 The session number specified in the network control block (NCB) is not active.\n
9492 The NCB is the data.
9493 .
9494
9495 MessageId=5309
9496 Severity=Success
9497 Facility=System
9498 SymbolicName=NRCERR_5309
9499 Language=English
9500 No resource was available in the network adapter.\n
9501 The network control block (NCB) request was refused. The NCB is the data.
9502 .
9503 Language=Russian
9504 No resource was available in the network adapter.\n
9505 The network control block (NCB) request was refused. The NCB is the data.
9506 .
9507
9508 MessageId=5310
9509 Severity=Success
9510 Facility=System
9511 SymbolicName=NRCERR_5310
9512 Language=English
9513 The session specified in the network control block (NCB) was closed.\n
9514 The NCB is the data.
9515 .
9516 Language=Russian
9517 The session specified in the network control block (NCB) was closed.\n
9518 The NCB is the data.
9519 .
9520
9521 MessageId=5311
9522 Severity=Success
9523 Facility=System
9524 SymbolicName=NRCERR_5311
9525 Language=English
9526 The network control block (NCB) command was canceled.\n
9527 The NCB is the data.
9528 .
9529 Language=Russian
9530 The network control block (NCB) command was canceled.\n
9531 The NCB is the data.
9532 .
9533
9534 MessageId=5312
9535 Severity=Success
9536 Facility=System
9537 SymbolicName=NRCERR_5312
9538 Language=English
9539 The message segment specified in the network control block (NCB) is\n
9540 illogical. The NCB is the data.
9541 .
9542 Language=Russian
9543 The message segment specified in the network control block (NCB) is\n
9544 illogical. The NCB is the data.
9545 .
9546
9547 MessageId=5313
9548 Severity=Success
9549 Facility=System
9550 SymbolicName=NRCERR_5313
9551 Language=English
9552 The name already exists in the local adapter name table.\n
9553 The network control block (NCB) request was refused. The NCB is the data.
9554 .
9555 Language=Russian
9556 The name already exists in the local adapter name table.\n
9557 The network control block (NCB) request was refused. The NCB is the data.
9558 .
9559
9560 MessageId=5314
9561 Severity=Success
9562 Facility=System
9563 SymbolicName=NRCERR_5314
9564 Language=English
9565 The network adapter name table is full.\n
9566 The network control block (NCB) request was refused. The NCB is the data.
9567 .
9568 Language=Russian
9569 The network adapter name table is full.\n
9570 The network control block (NCB) request was refused. The NCB is the data.
9571 .
9572
9573 MessageId=5315
9574 Severity=Success
9575 Facility=System
9576 SymbolicName=NRCERR_5315
9577 Language=English
9578 The network name has active sessions and is now de-registered.\n
9579 The network control block (NCB) command completed. The NCB is the data.
9580 .
9581 Language=Russian
9582 The network name has active sessions and is now de-registered.\n
9583 The network control block (NCB) command completed. The NCB is the data.
9584 .
9585
9586 MessageId=5316
9587 Severity=Success
9588 Facility=System
9589 SymbolicName=NRCERR_5316
9590 Language=English
9591 A previously issued Receive Lookahead command is active\n
9592 for this session. The network control block (NCB) command was rejected.\n
9593 The NCB is the data.
9594 .
9595 Language=Russian
9596 A previously issued Receive Lookahead command is active\n
9597 for this session. The network control block (NCB) command was rejected.\n
9598 The NCB is the data.
9599 .
9600
9601 MessageId=5317
9602 Severity=Success
9603 Facility=System
9604 SymbolicName=NRCERR_5317
9605 Language=English
9606 The local session table is full. The network control block (NCB) request was refused.\n
9607 The NCB is the data.
9608 .
9609 Language=Russian
9610 The local session table is full. The network control block (NCB) request was refused.\n
9611 The NCB is the data.
9612 .
9613
9614 MessageId=5318
9615 Severity=Success
9616 Facility=System
9617 SymbolicName=NRCERR_5318
9618 Language=English
9619 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
9620 on the remote computer. The NCB is the data.
9621 .
9622 Language=Russian
9623 A network control block (NCB) session open was rejected. No LISTEN is outstanding\n
9624 on the remote computer. The NCB is the data.
9625 .
9626
9627 MessageId=5319
9628 Severity=Success
9629 Facility=System
9630 SymbolicName=NRCERR_5319
9631 Language=English
9632 The name number specified in the network control block (NCB) is illegal.\n
9633 The NCB is the data.
9634 .
9635 Language=Russian
9636 The name number specified in the network control block (NCB) is illegal.\n
9637 The NCB is the data.
9638 .
9639
9640 MessageId=5320
9641 Severity=Success
9642 Facility=System
9643 SymbolicName=NRCERR_5320
9644 Language=English
9645 The call name specified in the network control block (NCB) cannot be found or\n
9646 did not answer. The NCB is the data.
9647 .
9648 Language=Russian
9649 The call name specified in the network control block (NCB) cannot be found or\n
9650 did not answer. The NCB is the data.
9651 .
9652
9653 MessageId=5321
9654 Severity=Success
9655 Facility=System
9656 SymbolicName=NRCERR_5321
9657 Language=English
9658 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
9659 00h in the NCB name. The NCB is the data.
9660 .
9661 Language=Russian
9662 The name specified in the network control block (NCB) was not found. Cannot put '*' or\n
9663 00h in the NCB name. The NCB is the data.
9664 .
9665
9666 MessageId=5322
9667 Severity=Success
9668 Facility=System
9669 SymbolicName=NRCERR_5322
9670 Language=English
9671 The name specified in the network control block (NCB) is in use on a remote adapter.\n
9672 The NCB is the data.
9673 .
9674 Language=Russian
9675 The name specified in the network control block (NCB) is in use on a remote adapter.\n
9676 The NCB is the data.
9677 .
9678
9679 MessageId=5323
9680 Severity=Success
9681 Facility=System
9682 SymbolicName=NRCERR_5323
9683 Language=English
9684 The name specified in the network control block (NCB) has been deleted.\n
9685 The NCB is the data.
9686 .
9687 Language=Russian
9688 The name specified in the network control block (NCB) has been deleted.\n
9689 The NCB is the data.
9690 .
9691
9692 MessageId=5324
9693 Severity=Success
9694 Facility=System
9695 SymbolicName=NRCERR_5324
9696 Language=English
9697 The session specified in the network control block (NCB) ended abnormally.\n
9698 The NCB is the data.
9699 .
9700 Language=Russian
9701 The session specified in the network control block (NCB) ended abnormally.\n
9702 The NCB is the data.
9703 .
9704
9705 MessageId=5325
9706 Severity=Success
9707 Facility=System
9708 SymbolicName=NRCERR_5325
9709 Language=English
9710 The network protocol has detected two or more identical\n
9711 names on the network.\tThe network control block (NCB) is the data.
9712 .
9713 Language=Russian
9714 The network protocol has detected two or more identical\n
9715 names on the network.\tThe network control block (NCB) is the data.
9716 .
9717
9718 MessageId=5326
9719 Severity=Success
9720 Facility=System
9721 SymbolicName=NRCERR_5326
9722 Language=English
9723 An unexpected protocol packet was received. There may be an\n
9724 incompatible remote device. The network control block (NCB) is the data."
9725 .
9726 Language=Russian
9727 An unexpected protocol packet was received. There may be an\n
9728 incompatible remote device. The network control block (NCB) is the data."
9729 .
9730
9731 MessageId=5333
9732 Severity=Success
9733 Facility=System
9734 SymbolicName=NRCERR_5333
9735 Language=English
9736 The NetBIOS interface is busy.\n
9737 The network control block (NCB) request was refused. The NCB is the data.
9738 .
9739 Language=Russian
9740 The NetBIOS interface is busy.\n
9741 The network control block (NCB) request was refused. The NCB is the data.
9742 .
9743
9744 MessageId=5334
9745 Severity=Success
9746 Facility=System
9747 SymbolicName=NRCERR_5334
9748 Language=English
9749 There are too many network control block (NCB) commands outstanding.\n
9750 The NCB request was refused. The NCB is the data.
9751 .
9752 Language=Russian
9753 There are too many network control block (NCB) commands outstanding.\n
9754 The NCB request was refused. The NCB is the data.
9755 .
9756
9757 MessageId=5335
9758 Severity=Success
9759 Facility=System
9760 SymbolicName=NRCERR_5335
9761 Language=English
9762 The adapter number specified in the network control block (NCB) is illegal.\n
9763 The NCB is the data.
9764 .
9765 Language=Russian
9766 The adapter number specified in the network control block (NCB) is illegal.\n
9767 The NCB is the data.
9768 .
9769
9770 MessageId=5336
9771 Severity=Success
9772 Facility=System
9773 SymbolicName=NRCERR_5336
9774 Language=English
9775 The network control block (NCB) command completed while a cancel was occurring.\n
9776 The NCB is the data.
9777 .
9778 Language=Russian
9779 The network control block (NCB) command completed while a cancel was occurring.\n
9780 The NCB is the data.
9781 .
9782
9783 MessageId=5337
9784 Severity=Success
9785 Facility=System
9786 SymbolicName=NRCERR_5337
9787 Language=English
9788 The name specified in the network control block (NCB) is reserved.\n
9789 The NCB is the data.
9790 .
9791 Language=Russian
9792 The name specified in the network control block (NCB) is reserved.\n
9793 The NCB is the data.
9794 .
9795
9796 MessageId=5338
9797 Severity=Success
9798 Facility=System
9799 SymbolicName=NRCERR_5338
9800 Language=English
9801 The network control block (NCB) command is not valid to cancel.\n
9802 The NCB is the data.
9803 .
9804 Language=Russian
9805 The network control block (NCB) command is not valid to cancel.\n
9806 The NCB is the data.
9807 .
9808
9809 MessageId=5351
9810 Severity=Success
9811 Facility=System
9812 SymbolicName=NRCERR_5351
9813 Language=English
9814 There are multiple network control block (NCB) requests for the same session.\n
9815 The NCB request was refused. The NCB is the data.
9816 .
9817 Language=Russian
9818 There are multiple network control block (NCB) requests for the same session.\n
9819 The NCB request was refused. The NCB is the data.
9820 .
9821
9822 MessageId=5352
9823 Severity=Success
9824 Facility=System
9825 SymbolicName=NRCERR_5352
9826 Language=English
9827 There has been a network adapter error. The only NetBIOS\n
9828 command that may be issued is an NCB RESET. The network control block (NCB) is\n
9829 the data.
9830 .
9831 Language=Russian
9832 There has been a network adapter error. The only NetBIOS\n
9833 command that may be issued is an NCB RESET. The network control block (NCB) is\n
9834 the data.
9835 .
9836
9837 MessageId=5354
9838 Severity=Success
9839 Facility=System
9840 SymbolicName=NRCERR_5354
9841 Language=English
9842 The maximum number of applications was exceeded.\n
9843 The network control block (NCB) request was refused. The NCB is the data.
9844 .
9845 Language=Russian
9846 The maximum number of applications was exceeded.\n
9847 The network control block (NCB) request was refused. The NCB is the data.
9848 .
9849
9850 MessageId=5356
9851 Severity=Success
9852 Facility=System
9853 SymbolicName=NRCERR_5356
9854 Language=English
9855 The requested resources are not available.\n
9856 The network control block (NCB) request was refused. The NCB is the data.
9857 .
9858 Language=Russian
9859 The requested resources are not available.\n
9860 The network control block (NCB) request was refused. The NCB is the data.
9861 .
9862
9863 MessageId=5364
9864 Severity=Success
9865 Facility=System
9866 SymbolicName=NRCERR_5364
9867 Language=English
9868 A system error has occurred.\n
9869 The network control block (NCB) request was refused. The NCB is the data.
9870 .
9871 Language=Russian
9872 A system error has occurred.\n
9873 The network control block (NCB) request was refused. The NCB is the data.
9874 .
9875
9876 MessageId=5365
9877 Severity=Success
9878 Facility=System
9879 SymbolicName=NRCERR_5365
9880 Language=English
9881 A ROM checksum failure has occurred.\n
9882 The network control block (NCB) request was refused. The NCB is the data.
9883 .
9884 Language=Russian
9885 A ROM checksum failure has occurred.\n
9886 The network control block (NCB) request was refused. The NCB is the data.
9887 .
9888
9889 MessageId=5366
9890 Severity=Success
9891 Facility=System
9892 SymbolicName=NRCERR_5366
9893 Language=English
9894 A RAM test failure has occurred.\n
9895 The network control block (NCB) request was refused. The NCB is the data.
9896 .
9897 Language=Russian
9898 A RAM test failure has occurred.\n
9899 The network control block (NCB) request was refused. The NCB is the data.
9900 .
9901
9902 MessageId=5367
9903 Severity=Success
9904 Facility=System
9905 SymbolicName=NRCERR_5367
9906 Language=English
9907 A digital loopback failure has occurred.\n
9908 The network control block (NCB) request was refused. The NCB is the data.
9909 .
9910 Language=Russian
9911 A digital loopback failure has occurred.\n
9912 The network control block (NCB) request was refused. The NCB is the data.
9913 .
9914
9915 MessageId=5368
9916 Severity=Success
9917 Facility=System
9918 SymbolicName=NRCERR_5368
9919 Language=English
9920 An analog loopback failure has occurred.\n
9921 The network control block (NCB) request was refused. The NCB is the data.
9922 .
9923 Language=Russian
9924 An analog loopback failure has occurred.\n
9925 The network control block (NCB) request was refused. The NCB is the data.
9926 .
9927
9928 MessageId=5369
9929 Severity=Success
9930 Facility=System
9931 SymbolicName=NRCERR_5369
9932 Language=English
9933 An interface failure has occurred.\n
9934 The network control block (NCB) request was refused. The NCB is the data.
9935 .
9936 Language=Russian
9937 An interface failure has occurred.\n
9938 The network control block (NCB) request was refused. The NCB is the data.
9939 .
9940
9941 MessageId=5370
9942 Severity=Success
9943 Facility=System
9944 SymbolicName=NRCERR_5370
9945 Language=English
9946 An unrecognized network control block (NCB) return code was received.\n
9947 The NCB is the data.
9948 .
9949 Language=Russian
9950 An unrecognized network control block (NCB) return code was received.\n
9951 The NCB is the data.
9952 .
9953
9954 MessageId=5380
9955 Severity=Success
9956 Facility=System
9957 SymbolicName=NRCERR_5380
9958 Language=English
9959 A network adapter malfunction has occurred.\n
9960 The network control block (NCB) request was refused. The NCB is the data.
9961 .
9962 Language=Russian
9963 A network adapter malfunction has occurred.\n
9964 The network control block (NCB) request was refused. The NCB is the data.
9965 .
9966
9967 MessageId=5381
9968 Severity=Success
9969 Facility=System
9970 SymbolicName=NRCERR_5381
9971 Language=English
9972 The network control block (NCB) command is still pending.\n
9973 The NCB is the data.
9974 .
9975 Language=Russian
9976 The network control block (NCB) command is still pending.\n
9977 The NCB is the data.
9978 .
9979
9980
9981 ;
9982 ; alertmsg.h (non-public) message definitions (5500 - 5549 ALERT2_BASE)
9983 ;
9984
9985 MessageId=5500
9986 Severity=Success
9987 Facility=System
9988 SymbolicName=ALERT2_5500
9989 Language=English
9990 The update log on %1 is over 80%% capacity. The primary\n
9991 domain controller %2 is not retrieving the updates.
9992 .
9993 Language=Russian
9994 The update log on %1 is over 80%% capacity. The primary\n
9995 domain controller %2 is not retrieving the updates.
9996 .
9997
9998 MessageId=5501
9999 Severity=Success
10000 Facility=System
10001 SymbolicName=ALERT2_5501
10002 Language=English
10003 The update log on %1 is full, and no further updates\n
10004 can be added until the primary domain controller %2\n
10005 retrieves the updates.
10006 .
10007 Language=Russian
10008 The update log on %1 is full, and no further updates\n
10009 can be added until the primary domain controller %2\n
10010 retrieves the updates.
10011 .
10012
10013 MessageId=5502
10014 Severity=Success
10015 Facility=System
10016 SymbolicName=ALERT2_5502
10017 Language=English
10018 The time difference with the primary domain controller %1\n
10019 exceeds the maximum allowed skew of %2 seconds.
10020 .
10021 Language=Russian
10022 The time difference with the primary domain controller %1\n
10023 exceeds the maximum allowed skew of %2 seconds.
10024 .
10025
10026 MessageId=5503
10027 Severity=Success
10028 Facility=System
10029 SymbolicName=ALERT2_5503
10030 Language=English
10031 The account of user %1 has been locked out on %2\n
10032 due to %3 bad password attempts.
10033 .
10034 Language=Russian
10035 The account of user %1 has been locked out on %2\n
10036 due to %3 bad password attempts.
10037 .
10038
10039 MessageId=5504
10040 Severity=Success
10041 Facility=System
10042 SymbolicName=ALERT2_5504
10043 Language=English
10044 The %1 log file cannot be opened.
10045 .
10046 Language=Russian
10047 The %1 log file cannot be opened.
10048 .
10049
10050 MessageId=5505
10051 Severity=Success
10052 Facility=System
10053 SymbolicName=ALERT2_5505
10054 Language=English
10055 The %1 log file is corrupted and will be cleared.
10056 .
10057 Language=Russian
10058 The %1 log file is corrupted and will be cleared.
10059 .
10060
10061 MessageId=5506
10062 Severity=Success
10063 Facility=System
10064 SymbolicName=ALERT2_5506
10065 Language=English
10066 The Application log file could not be opened. %1 will be used as the\n
10067 default log file.
10068 .
10069 Language=Russian
10070 The Application log file could not be opened. %1 will be used as the\n
10071 default log file.
10072 .
10073
10074 MessageId=5507
10075 Severity=Success
10076 Facility=System
10077 SymbolicName=ALERT2_5507
10078 Language=English
10079 The %1 Log is full. If this is the first time you have seen this\n
10080 message, take the following steps:%n\n
10081 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
10082 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
10083 If this dialog reappears, contact your helpdesk or system administrator.
10084 .
10085 Language=Russian
10086 The %1 Log is full. If this is the first time you have seen this\n
10087 message, take the following steps:%n\n
10088 1. Click Start, click Run, type \"eventvwr\", and then click OK.%n\n
10089 2. Click %1, click the Action menu, click Clear All Events, and then click No.\n%n\n
10090 If this dialog reappears, contact your helpdesk or system administrator.
10091 .
10092
10093 MessageId=5508
10094 Severity=Success
10095 Facility=System
10096 SymbolicName=ALERT2_5508
10097 Language=English
10098 The security database full synchronization has been initiated by the server %1.
10099 .
10100 Language=Russian
10101 The security database full synchronization has been initiated by the server %1.
10102 .
10103
10104 MessageId=5509
10105 Severity=Success
10106 Facility=System
10107 SymbolicName=ALERT2_5509
10108 Language=English
10109 The operating system could not be started as configured.\n
10110 A previous working configuration was used instead.
10111 .
10112 Language=Russian
10113 The operating system could not be started as configured.\n
10114 A previous working configuration was used instead.
10115 .
10116
10117 MessageId=5510
10118 Severity=Success
10119 Facility=System
10120 SymbolicName=ALERT2_5510
10121 Language=English
10122 The exception 0x%1 occurred in the application %2 at location 0x%3.
10123 .
10124 Language=Russian
10125 The exception 0x%1 occurred in the application %2 at location 0x%3.
10126 .
10127
10128 MessageId=5511
10129 Severity=Success
10130 Facility=System
10131 SymbolicName=ALERT2_5511
10132 Language=English
10133 The servers %1 and %3 both claim to be an NT Domain Controller for\n
10134 the %2 domain. One of the servers should be removed from the\n
10135 domain because the servers have different security identifiers\n
10136 (SID).
10137 .
10138 Language=Russian
10139 The servers %1 and %3 both claim to be an NT Domain Controller for\n
10140 the %2 domain. One of the servers should be removed from the\n
10141 domain because the servers have different security identifiers\n
10142 (SID).
10143 .
10144
10145 MessageId=5512
10146 Severity=Success
10147 Facility=System
10148 SymbolicName=ALERT2_5512
10149 Language=English
10150 The server %1 and %2 both claim to be the primary domain\n
10151 controller for the %3 domain. One of the servers should be\n
10152 demoted or removed from the domain.
10153 .
10154 Language=Russian
10155 The server %1 and %2 both claim to be the primary domain\n
10156 controller for the %3 domain. One of the servers should be\n
10157 demoted or removed from the domain.
10158 .
10159
10160 MessageId=5513
10161 Severity=Success
10162 Facility=System
10163 SymbolicName=ALERT2_5513
10164 Language=English
10165 The computer %1 tried to connect to the server %2 using\n
10166 the trust relationship established by the %3 domain. However, the\n
10167 computer lost the correct security identifier (SID)\n
10168 when the domain was reconfigured. Reestablish the trust\n
10169 relationship.
10170 .
10171 Language=Russian
10172 The computer %1 tried to connect to the server %2 using\n
10173 the trust relationship established by the %3 domain. However, the\n
10174 computer lost the correct security identifier (SID)\n
10175 when the domain was reconfigured. Reestablish the trust\n
10176 relationship.
10177 .
10178
10179 MessageId=5514
10180 Severity=Success
10181 Facility=System
10182 SymbolicName=ALERT2_5514
10183 Language=English
10184 The computer has rebooted from a bugcheck. The bugcheck was:\n
10185 %1.\n
10186 %2\n
10187 A full dump was not saved.
10188 .
10189 Language=Russian
10190 The computer has rebooted from a bugcheck. The bugcheck was:\n
10191 %1.\n
10192 %2\n
10193 A full dump was not saved.
10194 .
10195
10196 MessageId=5515
10197 Severity=Success
10198 Facility=System
10199 SymbolicName=ALERT2_5515
10200 Language=English
10201 The computer has rebooted from a bugcheck. The bugcheck was:\n
10202 %1.\n
10203 %2\n
10204 A dump was saved in: %3.
10205 .
10206 Language=Russian
10207 The computer has rebooted from a bugcheck. The bugcheck was:\n
10208 %1.\n
10209 %2\n
10210 A dump was saved in: %3.
10211 .
10212
10213 MessageId=5516
10214 Severity=Success
10215 Facility=System
10216 SymbolicName=ALERT2_5516
10217 Language=English
10218 The computer or domain %1 trusts domain %2. (This may be an indirect\n
10219 trust.) However, %1 and %2 have the same machine security identifier\n
10220 (SID). The operating system should be re-installed on either %1 or %2.
10221 .
10222 Language=Russian
10223 The computer or domain %1 trusts domain %2. (This may be an indirect\n
10224 trust.) However, %1 and %2 have the same machine security identifier\n
10225 (SID). The operating system should be re-installed on either %1 or %2.
10226 .
10227
10228 MessageId=5517
10229 Severity=Success
10230 Facility=System
10231 SymbolicName=ALERT2_5517
10232 Language=English
10233 The computer or domain %1 trusts domain %2. (This may be an indirect\n
10234 trust.) However, %2 is not a valid name for a trusted domain.\n
10235 The name of the trusted domain should be changed to a valid name.
10236 .
10237 Language=Russian
10238 The computer or domain %1 trusts domain %2. (This may be an indirect\n
10239 trust.) However, %2 is not a valid name for a trusted domain.\n
10240 The name of the trusted domain should be changed to a valid name.
10241 .
10242
10243
10244 ;
10245 ; lmsvc.h message definitions (5600 - 5699 SERVICE2_BASE)
10246 ;
10247
10248 MessageId=5600
10249 Severity=Success
10250 Facility=System
10251 SymbolicName=SERVICE_UIC_M_NETLOGON_MPATH
10252 Language=English
10253 Could not share the User or Script path.
10254 .
10255 Language=Russian
10256 Could not share the User or Script path.
10257 .
10258
10259 MessageId=5601
10260 Severity=Success
10261 Facility=System
10262 SymbolicName=SERVICE_UIC_M_LSA_MACHINE_ACCT
10263 Language=English
10264 The password for this computer is not found in the local security\ndatabase.
10265 .
10266 Language=Russian
10267 The password for this computer is not found in the local security\ndatabase.
10268 .
10269
10270 MessageId=5602
10271 Severity=Success
10272 Facility=System
10273 SymbolicName=SERVICE_UIC_M_DATABASE_ERROR
10274 Language=English
10275 An internal error occurred while accessing the computer's\nlocal or network security database.
10276 .
10277 Language=Russian
10278 An internal error occurred while accessing the computer's\nlocal or network security database.
10279 .
10280
10281
10282 ;
10283 ; lmerrlog.h messages definitions (5700 - 5899 ERRLOG2_BASE)
10284 ;
10285
10286 MessageId=5700
10287 Severity=Success
10288 Facility=System
10289 SymbolicName=NELOG_NetlogonSSIInitError
10290 Language=English
10291 The Netlogon service could not initialize the replication data\n
10292 structures successfully. The service was terminated. The following\n
10293 error occurred: %n%1
10294 .
10295 Language=Russian
10296 The Netlogon service could not initialize the replication data\n
10297 structures successfully. The service was terminated. The following\n
10298 error occurred: %n%1
10299 .
10300
10301 MessageId=5701
10302 Severity=Success
10303 Facility=System
10304 SymbolicName=NELOG_NetlogonFailedToUpdateTrustList
10305 Language=English
10306 The Netlogon service failed to update the domain trust list. The\n
10307 following error occurred: %n%1
10308 .
10309 Language=Russian
10310 The Netlogon service failed to update the domain trust list. The\n
10311 following error occurred: %n%1
10312 .
10313
10314 MessageId=5702
10315 Severity=Success
10316 Facility=System
10317 SymbolicName=NELOG_NetlogonFailedToAddRpcInterface
10318 Language=English
10319 The Netlogon service could not add the RPC interface. The\n
10320 service was terminated. The following error occurred: %n%1
10321 .
10322 Language=Russian
10323 The Netlogon service could not add the RPC interface. The\n
10324 service was terminated. The following error occurred: %n%1
10325 .
10326
10327 MessageId=5703
10328 Severity=Success
10329 Facility=System
10330 SymbolicName=NELOG_NetlogonFailedToReadMailslot
10331 Language=English
10332 The Netlogon service could not read a mailslot message from %1 due\n
10333 to the following error: %n%2
10334 .
10335 Language=Russian
10336 The Netlogon service could not read a mailslot message from %1 due\n
10337 to the following error: %n%2
10338 .
10339
10340 MessageId=5704
10341 Severity=Success
10342 Facility=System
10343 SymbolicName=NELOG_NetlogonFailedToRegisterSC
10344 Language=English
10345 The Netlogon service failed to register the service with the\n
10346 service controller. The service was terminated. The following\n
10347 error occurred: %n%1
10348 .
10349 Language=Russian
10350 The Netlogon service failed to register the service with the\n
10351 service controller. The service was terminated. The following\n
10352 error occurred: %n%1
10353 .
10354
10355 MessageId=5705
10356 Severity=Success
10357 Facility=System
10358 SymbolicName=NELOG_NetlogonChangeLogCorrupt
10359 Language=English
10360 The change log cache maintained by the Netlogon service for %1\n
10361 database changes is inconsistent. The Netlogon service is resetting\n
10362 the change log.
10363 .
10364 Language=Russian
10365 The change log cache maintained by the Netlogon service for %1\n
10366 database changes is inconsistent. The Netlogon service is resetting\n
10367 the change log.
10368 .
10369
10370 MessageId=5706
10371 Severity=Success
10372 Facility=System
10373 SymbolicName=NELOG_NetlogonFailedToCreateShare
10374 Language=English
10375 The Netlogon service could not create server share %1. The following\n
10376 error occurred: %n%2
10377 .
10378 Language=Russian
10379 The Netlogon service could not create server share %1. The following\n
10380 error occurred: %n%2
10381 .
10382
10383 MessageId=5707
10384 Severity=Success
10385 Facility=System
10386 SymbolicName=NELOG_NetlogonDownLevelLogonFailed
10387 Language=English
10388 The down-level logon request for the user %1 from %2 failed.
10389 .
10390 Language=Russian
10391 The down-level logon request for the user %1 from %2 failed.
10392 .
10393
10394 MessageId=5708
10395 Severity=Success
10396 Facility=System
10397 SymbolicName=NELOG_NetlogonDownLevelLogoffFailed
10398 Language=English
10399 The down-level logoff request for the user %1 from %2 failed.
10400 .
10401 Language=Russian
10402 The down-level logoff request for the user %1 from %2 failed.
10403 .
10404
10405 MessageId=5709
10406 Severity=Success
10407 Facility=System
10408 SymbolicName=NELOG_NetlogonNTLogonFailed
10409 Language=English
10410 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
10411 failed.
10412 .
10413 Language=Russian
10414 The Windows NT or Windows 2000 %1 logon request for the user %2\\%3 from %4 (via %5)\n
10415 failed.
10416 .
10417
10418 MessageId=5710
10419 Severity=Success
10420 Facility=System
10421 SymbolicName=NELOG_NetlogonNTLogoffFailed
10422 Language=English
10423 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
10424 failed.
10425 .
10426 Language=Russian
10427 The Windows NT or Windows 2000 %1 logoff request for the user %2\\%3 from %4\n
10428 failed.
10429 .
10430
10431 MessageId=5711
10432 Severity=Success
10433 Facility=System
10434 SymbolicName=NELOG_NetlogonPartialSyncCallSuccess
10435 Language=English
10436 The partial synchronization request from the server %1 completed\n
10437 successfully. %2 changes(s) has(have) been returned to the\n
10438 caller.
10439 .
10440 Language=Russian
10441 The partial synchronization request from the server %1 completed\n
10442 successfully. %2 changes(s) has(have) been returned to the\n
10443 caller.
10444 .
10445
10446 MessageId=5712
10447 Severity=Success
10448 Facility=System
10449 SymbolicName=NELOG_NetlogonPartialSyncCallFailed
10450 Language=English
10451 The partial synchronization request from the server %1 failed with\n
10452 the following error: %n%2
10453 .
10454 Language=Russian
10455 The partial synchronization request from the server %1 failed with\n
10456 the following error: %n%2
10457 .
10458
10459 MessageId=5713
10460 Severity=Success
10461 Facility=System
10462 SymbolicName=NELOG_NetlogonFullSyncCallSuccess
10463 Language=English
10464 The full synchronization request from the server %1 completed\n
10465 successfully. %2 object(s) has(have) been returned to\n
10466 the caller.
10467 .
10468 Language=Russian
10469 The full synchronization request from the server %1 completed\n
10470 successfully. %2 object(s) has(have) been returned to\n
10471 the caller.
10472 .
10473
10474 MessageId=5714
10475 Severity=Success
10476 Facility=System
10477 SymbolicName=NELOG_NetlogonFullSyncCallFailed
10478 Language=English
10479 The full synchronization request from the server %1 failed with\n
10480 the following error: %n%2
10481 .
10482 Language=Russian
10483 The full synchronization request from the server %1 failed with\n
10484 the following error: %n%2
10485 .
10486
10487 MessageId=5715
10488 Severity=Success
10489 Facility=System
10490 SymbolicName=NELOG_NetlogonPartialSyncSuccess
10491 Language=English
10492 The partial synchronization replication of the %1 database from the\n
10493 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
10494 applied to the database.
10495 .
10496 Language=Russian
10497 The partial synchronization replication of the %1 database from the\n
10498 primary domain controller %2 completed successfully. %3 change(s) is(are)\n
10499 applied to the database.
10500 .
10501
10502 MessageId=5716
10503 Severity=Success
10504 Facility=System
10505 SymbolicName=NELOG_NetlogonPartialSyncFailed
10506 Language=English
10507 The partial synchronization replication of the %1 database from the\n
10508 primary domain controller %2 failed with the following error: %n%3
10509 .
10510 Language=Russian
10511 The partial synchronization replication of the %1 database from the\n
10512 primary domain controller %2 failed with the following error: %n%3
10513 .
10514
10515 MessageId=5717
10516 Severity=Success
10517 Facility=System
10518 SymbolicName=NELOG_NetlogonFullSyncSuccess
10519 Language=English
10520 The full synchronization replication of the %1 database from the\n
10521 primary domain controller %2 completed successfully.
10522 .
10523 Language=Russian
10524 The full synchronization replication of the %1 database from the\n
10525 primary domain controller %2 completed successfully.
10526 .
10527
10528 MessageId=5718
10529 Severity=Success
10530 Facility=System
10531 SymbolicName=NELOG_NetlogonFullSyncFailed
10532 Language=English
10533 The full synchronization replication of the %1 database from the\n
10534 primary domain controller %2 failed with the following error: %n%3
10535 .
10536 Language=Russian
10537 The full synchronization replication of the %1 database from the\n
10538 primary domain controller %2 failed with the following error: %n%3
10539 .
10540
10541 MessageId=5719
10542 Severity=Success
10543 Facility=System
10544 SymbolicName=NELOG_NetlogonAuthNoDomainController
10545 Language=English
10546 This computer was not able to set up a secure session with a domain\n
10547 controller in domain %1 due to the following: %n%2\n
10548 %nThis may lead to authentication problems. Make sure that this\n
10549 computer is connected to the network. If the problem persists,\n
10550 please contact your domain administrator.\n\n
10551 %n%nADDITIONAL INFO\n
10552 %nIf this computer is a domain controller for the specified domain, it\n
10553 sets up the secure session to the primary domain controller emulator in the specified\n
10554 domain. Otherwise, this computer sets up the secure session to any domain controller\n
10555 in the specified domain.
10556 .
10557 Language=Russian
10558 This computer was not able to set up a secure session with a domain\n
10559 controller in domain %1 due to the following: %n%2\n
10560 %nThis may lead to authentication problems. Make sure that this\n
10561 computer is connected to the network. If the problem persists,\n
10562 please contact your domain administrator.\n\n
10563 %n%nADDITIONAL INFO\n
10564 %nIf this computer is a domain controller for the specified domain, it\n
10565 sets up the secure session to the primary domain controller emulator in the specified\n
10566 domain. Otherwise, this computer sets up the secure session to any domain controller\n
10567 in the specified domain.
10568 .
10569
10570 MessageId=5720
10571 Severity=Success
10572 Facility=System
10573 SymbolicName=NELOG_NetlogonAuthNoTrustLsaSecret
10574 Language=English
10575 The session setup to the Domain Controller %1 for the domain %2\n
10576 failed because the computer %3 does not have a local security database account.
10577 .
10578 Language=Russian
10579 The session setup to the Domain Controller %1 for the domain %2\n
10580 failed because the computer %3 does not have a local security database account.
10581 .
10582
10583 MessageId=5721
10584 Severity=Success
10585 Facility=System
10586 SymbolicName=NELOG_NetlogonAuthNoTrustSamAccount
10587 Language=English
10588 The session setup to the Domain Controller %1 for the domain %2\n
10589 failed because the Domain Controller did not have an account %4\n
10590 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
10591 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
10592 aforementioned account is a computer account for this computer in the specified domain.\n
10593 Otherwise, the account is an interdomain trust account with the specified domain.
10594 .
10595 Language=Russian
10596 The session setup to the Domain Controller %1 for the domain %2\n
10597 failed because the Domain Controller did not have an account %4\n
10598 needed to set up the session by this computer %3.\n\n%n%nADDITIONAL DATA\n
10599 %nIf this computer is a member of or a Domain Controller in the specified domain, the\n
10600 aforementioned account is a computer account for this computer in the specified domain.\n
10601 Otherwise, the account is an interdomain trust account with the specified domain.
10602 .
10603
10604 MessageId=5722
10605 Severity=Success
10606 Facility=System
10607 SymbolicName=NELOG_NetlogonServerAuthFailed
10608 Language=English
10609 The session setup from the computer %1 failed to authenticate.\n
10610 The name(s) of the account(s) referenced in the security database is\n
10611 %2. The following error occurred: %n%3
10612 .
10613 Language=Russian
10614 The session setup from the computer %1 failed to authenticate.\n
10615 The name(s) of the account(s) referenced in the security database is\n
10616 %2. The following error occurred: %n%3
10617 .
10618
10619 MessageId=5723
10620 Severity=Success
10621 Facility=System
10622 SymbolicName=NELOG_NetlogonServerAuthNoTrustSamAccount
10623 Language=English
10624 The session setup from computer '%1' failed because the security database\n
10625 does not contain a trust account '%2' referenced by the specified computer.\n\n
10626 %n%nUSER ACTION\n\n
10627 %nIf this is the first occurrence of this event for the specified computer\n
10628 and account, this may be a transient issue that doesn't require any action\n
10629 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
10630 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
10631 should be rejoined to the domain.\n\n
10632 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
10633 be recreated.\n\n
10634 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
10635 action should be taken on '%1':\n\n
10636 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
10637 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
10638 .
10639 Language=Russian
10640 The session setup from computer '%1' failed because the security database\n
10641 does not contain a trust account '%2' referenced by the specified computer.\n\n
10642 %n%nUSER ACTION\n\n
10643 %nIf this is the first occurrence of this event for the specified computer\n
10644 and account, this may be a transient issue that doesn't require any action\n
10645 at this time. Otherwise, the following steps may be taken to resolve this problem:\n\n
10646 %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'\n
10647 should be rejoined to the domain.\n\n
10648 %n%nIf '%2' is a legitimate interdomain trust account, then the trust should\n
10649 be recreated.\n\n
10650 %n%nOtherwise, assuming that '%2' is not a legitimate account, the following\n
10651 action should be taken on '%1':\n\n
10652 %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.\n\n
10653 %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
10654 .
10655
10656 MessageId=5724
10657 Severity=Success
10658 Facility=System
10659 SymbolicName=NELOG_FailedToRegisterSC
10660 Language=English
10661 Could not register control handler with service controller %1.
10662 .
10663 Language=Russian
10664 Could not register control handler with service controller %1.
10665 .
10666
10667 MessageId=5725
10668 Severity=Success
10669 Facility=System
10670 SymbolicName=NELOG_FailedToSetServiceStatus
10671 Language=English
10672 Could not set service status with service controller %1.
10673 .
10674 Language=Russian
10675 Could not set service status with service controller %1.
10676 .
10677
10678 MessageId=5726
10679 Severity=Success
10680 Facility=System
10681 SymbolicName=NELOG_FailedToGetComputerName
10682 Language=English
10683 Could not find the computer name %1.
10684 .
10685 Language=Russian
10686 Could not find the computer name %1.
10687 .
10688
10689 MessageId=5727
10690 Severity=Success
10691 Facility=System
10692 SymbolicName=NELOG_DriverNotLoaded
10693 Language=English
10694 Could not load %1 device driver.
10695 .
10696 Language=Russian
10697 Could not load %1 device driver.
10698 .
10699
10700 MessageId=5728
10701 Severity=Success
10702 Facility=System
10703 SymbolicName=NELOG_NoTranportLoaded
10704 Language=English
10705 Could not load any transport.
10706 .
10707 Language=Russian
10708 Could not load any transport.
10709 .
10710
10711 MessageId=5729
10712 Severity=Success
10713 Facility=System
10714 SymbolicName=NELOG_NetlogonFailedDomainDelta
10715 Language=English
10716 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
10717 %3 failed with the following error: %n%4
10718 .
10719 Language=Russian
10720 Replication of the %1 Domain Object \"%2\" from primary domain controller\n
10721 %3 failed with the following error: %n%4
10722 .
10723
10724 MessageId=5730
10725 Severity=Success
10726 Facility=System
10727 SymbolicName=NELOG_NetlogonFailedGlobalGroupDelta
10728 Language=English
10729 Replication of the %1 Global Group \"%2\" from primary domain controller\n
10730 %3 failed with the following error: %n%4
10731 .
10732 Language=Russian
10733 Replication of the %1 Global Group \"%2\" from primary domain controller\n
10734 %3 failed with the following error: %n%4
10735 .
10736
10737 MessageId=5731
10738 Severity=Success
10739 Facility=System
10740 SymbolicName=NELOG_NetlogonFailedLocalGroupDelta
10741 Language=English
10742 Replication of the %1 Local Group \"%2\" from primary domain controller\n
10743 %3 failed with the following error: %n%4
10744 .
10745 Language=Russian
10746 Replication of the %1 Local Group \"%2\" from primary domain controller\n
10747 %3 failed with the following error: %n%4
10748 .
10749
10750 MessageId=5732
10751 Severity=Success
10752 Facility=System
10753 SymbolicName=NELOG_NetlogonFailedUserDelta
10754 Language=English
10755 Replication of the %1 User \"%2\" from primary domain controller\n
10756 %3 failed with the following error: %n%4
10757 .
10758 Language=Russian
10759 Replication of the %1 User \"%2\" from primary domain controller\n
10760 %3 failed with the following error: %n%4
10761 .
10762
10763 MessageId=5733
10764 Severity=Success
10765 Facility=System
10766 SymbolicName=NELOG_NetlogonFailedPolicyDelta
10767 Language=English
10768 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
10769 %3 failed with the following error: %n%4
10770 .
10771 Language=Russian
10772 Replication of the %1 Policy Object \"%2\" from primary domain controller\n
10773 %3 failed with the following error: %n%4
10774 .
10775
10776 MessageId=5734
10777 Severity=Success
10778 Facility=System
10779 SymbolicName=NELOG_NetlogonFailedTrustedDomainDelta
10780 Language=English
10781 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
10782 %3 failed with the following error: %n%4
10783 .
10784 Language=Russian
10785 Replication of the %1 Trusted Domain Object \"%2\" from primary domain controller\n
10786 %3 failed with the following error: %n%4
10787 .
10788
10789 MessageId=5735
10790 Severity=Success
10791 Facility=System
10792 SymbolicName=NELOG_NetlogonFailedAccountDelta
10793 Language=English
10794 Replication of the %1 Account Object \"%2\" from primary domain controller\n
10795 %3 failed with the following error: %n%4
10796 .
10797 Language=Russian
10798 Replication of the %1 Account Object \"%2\" from primary domain controller\n
10799 %3 failed with the following error: %n%4
10800 .
10801
10802 MessageId=5736
10803 Severity=Success
10804 Facility=System
10805 SymbolicName=NELOG_NetlogonFailedSecretDelta
10806 Language=English
10807 Replication of the %1 Secret \"%2\" from primary domain controller\n
10808 %3 failed with the following error: %n%4
10809 .
10810 Language=Russian
10811 Replication of the %1 Secret \"%2\" from primary domain controller\n
10812 %3 failed with the following error: %n%4
10813 .
10814
10815 MessageId=5737
10816 Severity=Success
10817 Facility=System
10818 SymbolicName=NELOG_NetlogonSystemError
10819 Language=English
10820 The system returned the following unexpected error code: %n%1
10821 .
10822 Language=Russian
10823 The system returned the following unexpected error code: %n%1
10824 .
10825
10826 MessageId=5738
10827 Severity=Success
10828 Facility=System
10829 SymbolicName=NELOG_NetlogonDuplicateMachineAccounts
10830 Language=English
10831 Netlogon has detected two machine accounts for server \"%1\".\n
10832 The server can be either a Windows 2000 Server that is a member of the\n
10833 domain or the server can be a LAN Manager server with an account in the\n
10834 SERVERS global group. It cannot be both.
10835 .
10836 Language=Russian
10837 Netlogon has detected two machine accounts for server \"%1\".\n
10838 The server can be either a Windows 2000 Server that is a member of the\n
10839 domain or the server can be a LAN Manager server with an account in the\n
10840 SERVERS global group. It cannot be both.
10841 .
10842
10843 MessageId=5739
10844 Severity=Success
10845 Facility=System
10846 SymbolicName=NELOG_NetlogonTooManyGlobalGroups
10847 Language=English
10848 This domain has more global groups than can be replicated to a LanMan\n
10849 BDC. Either delete some of your global groups or remove the LanMan\n
10850 BDCs from the domain.
10851 .
10852 Language=Russian
10853 This domain has more global groups than can be replicated to a LanMan\n
10854 BDC. Either delete some of your global groups or remove the LanMan\n
10855 BDCs from the domain.
10856 .
10857
10858 MessageId=5740
10859 Severity=Success
10860 Facility=System
10861 SymbolicName=NELOG_NetlogonBrowserDriver
10862 Language=English
10863 The Browser driver returned the following error to Netlogon: %n%1
10864 .
10865 Language=Russian
10866 The Browser driver returned the following error to Netlogon: %n%1
10867 .
10868
10869 MessageId=5741
10870 Severity=Success
10871 Facility=System
10872 SymbolicName=NELOG_NetlogonAddNameFailure
10873 Language=English
10874 Netlogon could not register the %1<1B> name for the following reason: %n%2
10875 .
10876 Language=Russian
10877 Netlogon could not register the %1<1B> name for the following reason: %n%2
10878 .
10879
10880 MessageId=5742
10881 Severity=Success
10882 Facility=System
10883 SymbolicName=NELOG_RplMessages
10884 Language=English
10885 Service failed to retrieve messages needed to boot remote boot clients.
10886 .
10887 Language=Russian
10888 Service failed to retrieve messages needed to boot remote boot clients.
10889 .
10890
10891 MessageId=5743
10892 Severity=Success
10893 Facility=System
10894 SymbolicName=NELOG_RplXnsBoot
10895 Language=English
10896 Service experienced a severe error and can no longer provide remote boot\n
10897 for 3Com 3Start remote boot clients.
10898 .
10899 Language=Russian
10900 Service experienced a severe error and can no longer provide remote boot\n
10901 for 3Com 3Start remote boot clients.
10902 .
10903
10904 MessageId=5744
10905 Severity=Success
10906 Facility=System
10907 SymbolicName=NELOG_RplSystem
10908 Language=English
10909 Service experienced a severe system error and will shut itself down.
10910 .
10911 Language=Russian
10912 Service experienced a severe system error and will shut itself down.
10913 .
10914
10915 MessageId=5745
10916 Severity=Success
10917 Facility=System
10918 SymbolicName=NELOG_RplWkstaTimeout
10919 Language=English
10920 Client with computer name %1 failed to acknowledge receipt of the\n
10921 boot data. Remote boot of this client was not completed.
10922 .
10923 Language=Russian
10924 Client with computer name %1 failed to acknowledge receipt of the\n
10925 boot data. Remote boot of this client was not completed.
10926 .
10927
10928 MessageId=5746
10929 Severity=Success
10930 Facility=System
10931 SymbolicName=NELOG_RplWkstaFileOpen
10932 Language=English
10933 Client with computer name %1 was not booted due to an error in opening\n
10934 file %2.
10935 .
10936 Language=Russian
10937 Client with computer name %1 was not booted due to an error in opening\n
10938 file %2.
10939 .
10940
10941 MessageId=5747
10942 Severity=Success
10943 Facility=System
10944 SymbolicName=NELOG_RplWkstaFileRead
10945 Language=English
10946 Client with computer name %1 was not booted due to an error in reading\n
10947 file %2.
10948 .
10949 Language=Russian
10950 Client with computer name %1 was not booted due to an error in reading\n
10951 file %2.
10952 .
10953
10954 MessageId=5748
10955 Severity=Success
10956 Facility=System
10957 SymbolicName=NELOG_RplWkstaMemory
10958 Language=English
10959 Client with computer name %1 was not booted due to insufficient memory\n
10960 at the remote boot server.
10961 .
10962 Language=Russian
10963 Client with computer name %1 was not booted due to insufficient memory\n
10964 at the remote boot server.
10965 .
10966
10967 MessageId=5749
10968 Severity=Success
10969 Facility=System
10970 SymbolicName=NELOG_RplWkstaFileChecksum
10971 Language=English
10972 Client with computer name %1 will be booted without using checksums\n
10973 because checksum for file %2 could not be calculated.
10974 .
10975 Language=Russian
10976 Client with computer name %1 will be booted without using checksums\n
10977 because checksum for file %2 could not be calculated.
10978 .
10979
10980 MessageId=5750
10981 Severity=Success
10982 Facility=System
10983 SymbolicName=NELOG_RplWkstaFileLineCount
10984 Language=English
10985 Client with computer name %1 was not booted due to too many lines in\n
10986 file %2.
10987 .
10988 Language=Russian
10989 Client with computer name %1 was not booted due to too many lines in\n
10990 file %2.
10991 .
10992
10993 MessageId=5751
10994 Severity=Success
10995 Facility=System
10996 SymbolicName=NELOG_RplWkstaBbcFile
10997 Language=English
10998 Client with computer name %1 was not booted because the boot block\n
10999 configuration file %2 for this client does not contain boot block\n
11000 line and/or loader line.
11001 .
11002 Language=Russian
11003 Client with computer name %1 was not booted because the boot block\n
11004 configuration file %2 for this client does not contain boot block\n
11005 line and/or loader line.
11006 .
11007
11008 MessageId=5752
11009 Severity=Success
11010 Facility=System
11011 SymbolicName=NELOG_RplWkstaFileSize
11012 Language=English
11013 Client with computer name %1 was not booted due to a bad size of\n
11014 file %2.
11015 .
11016 Language=Russian
11017 Client with computer name %1 was not booted due to a bad size of\n
11018 file %2.
11019 .
11020
11021 MessageId=5753
11022 Severity=Success
11023 Facility=System
11024 SymbolicName=NELOG_RplWkstaInternal
11025 Language=English
11026 Client with computer name %1 was not booted due to remote boot\n
11027 service internal error.
11028 .
11029 Language=Russian
11030 Client with computer name %1 was not booted due to remote boot\n
11031 service internal error.
11032 .
11033
11034 MessageId=5754
11035 Severity=Success
11036 Facility=System
11037 SymbolicName=NELOG_RplWkstaWrongVersion
11038 Language=English
11039 Client with computer name %1 was not booted because file %2 has an\n
11040 invalid boot header.
11041 .
11042 Language=Russian
11043 Client with computer name %1 was not booted because file %2 has an\n
11044 invalid boot header.
11045 .
11046
11047 MessageId=5755
11048 Severity=Success
11049 Facility=System
11050 SymbolicName=NELOG_RplWkstaNetwork
11051 Language=English
11052 Client with computer name %1 was not booted due to network error.
11053 .
11054 Language=Russian
11055 Client with computer name %1 was not booted due to network error.
11056 .
11057
11058 MessageId=5756
11059 Severity=Success
11060 Facility=System
11061 SymbolicName=NELOG_RplAdapterResource
11062 Language=English
11063 Client with adapter id %1 was not booted due to lack of resources.
11064 .
11065 Language=Russian
11066 Client with adapter id %1 was not booted due to lack of resources.
11067 .
11068
11069 MessageId=5757
11070 Severity=Success
11071 Facility=System
11072 SymbolicName=NELOG_RplFileCopy
11073 Language=English
11074 Service experienced error copying file or directory %1.
11075 .
11076 Language=Russian
11077 Service experienced error copying file or directory %1.
11078 .
11079
11080 MessageId=5758
11081 Severity=Success
11082 Facility=System
11083 SymbolicName=NELOG_RplFileDelete
11084 Language=English
11085 Service experienced error deleting file or directory %1.
11086 .
11087 Language=Russian
11088 Service experienced error deleting file or directory %1.
11089 .
11090
11091 MessageId=5759
11092 Severity=Success
11093 Facility=System
11094 SymbolicName=NELOG_RplFilePerms
11095 Language=English
11096 Service experienced error setting permissions on file or directory %1.
11097 .
11098 Language=Russian
11099 Service experienced error setting permissions on file or directory %1.
11100 .
11101
11102 MessageId=5760
11103 Severity=Success
11104 Facility=System
11105 SymbolicName=NELOG_RplCheckConfigs
11106 Language=English
11107 Service experienced error evaluating RPL configurations.
11108 .
11109 Language=Russian
11110 Service experienced error evaluating RPL configurations.
11111 .
11112
11113 MessageId=5761
11114 Severity=Success
11115 Facility=System
11116 SymbolicName=NELOG_RplCreateProfiles
11117 Language=English
11118 Service experienced error creating RPL profiles for all configurations.
11119 .
11120 Language=Russian
11121 Service experienced error creating RPL profiles for all configurations.
11122 .
11123
11124 MessageId=5762
11125 Severity=Success
11126 Facility=System
11127 SymbolicName=NELOG_RplRegistry
11128 Language=English
11129 Service experienced error accessing registry.
11130 .
11131 Language=Russian
11132 Service experienced error accessing registry.
11133 .
11134
11135 MessageId=5763
11136 Severity=Success
11137 Facility=System
11138 SymbolicName=NELOG_RplReplaceRPLDISK
11139 Language=English
11140 Service experienced error replacing possibly outdated RPLDISK.SYS.
11141 .
11142 Language=Russian
11143 Service experienced error replacing possibly outdated RPLDISK.SYS.
11144 .
11145
11146 MessageId=5764
11147 Severity=Success
11148 Facility=System
11149 SymbolicName=NELOG_RplCheckSecurity
11150 Language=English
11151 Service experienced error adding security accounts or setting\n
11152 file permissions. These accounts are the RPLUSER local group\n
11153 and the user accounts for the individual RPL workstations.
11154 .
11155 Language=Russian
11156 Service experienced error adding security accounts or setting\n
11157 file permissions. These accounts are the RPLUSER local group\n
11158 and the user accounts for the individual RPL workstations.
11159 .
11160
11161 MessageId=5765
11162 Severity=Success
11163 Facility=System
11164 SymbolicName=NELOG_RplBackupDatabase
11165 Language=English
11166 Service failed to back up its database.
11167 .
11168 Language=Russian
11169 Service failed to back up its database.
11170 .
11171
11172 MessageId=5766
11173 Severity=Success
11174 Facility=System
11175 SymbolicName=NELOG_RplInitDatabase
11176 Language=English
11177 Service failed to initialize from its database. The database may be\n
11178 missing or corrupted. Service will attempt restoring the database\n
11179 from the backup.
11180 .
11181 Language=Russian
11182 Service failed to initialize from its database. The database may be\n
11183 missing or corrupted. Service will attempt restoring the database\n
11184 from the backup.
11185 .
11186
11187 MessageId=5767
11188 Severity=Success
11189 Facility=System
11190 SymbolicName=NELOG_RplRestoreDatabaseFailure
11191 Language=English
11192 Service failed to restore its database from the backup. Service\n
11193 will not start.
11194 .
11195 Language=Russian
11196 Service failed to restore its database from the backup. Service\n
11197 will not start.
11198 .
11199
11200 MessageId=5768
11201 Severity=Success
11202 Facility=System
11203 SymbolicName=NELOG_RplRestoreDatabaseSuccess
11204 Language=English
11205 Service successfully restored its database from the backup.
11206 .
11207 Language=Russian
11208 Service successfully restored its database from the backup.
11209 .
11210
11211 MessageId=5769
11212 Severity=Success
11213 Facility=System
11214 SymbolicName=NELOG_RplInitRestoredDatabase
11215 Language=English
11216 Service failed to initialize from its restored database. Service\n
11217 will not start.
11218 .
11219 Language=Russian
11220 Service failed to initialize from its restored database. Service\n
11221 will not start.
11222 .