Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1116 lines
37 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1991-1993 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; lsapmsgs.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; LSA localizable text
  12. ;
  13. ;Author:
  14. ;
  15. ; Jim Kelly 1-Apr-1993
  16. ;
  17. ;Revision History:
  18. ;
  19. ;Notes:
  20. ;
  21. ;
  22. ;--*/
  23. ;
  24. ;#ifndef _LSAPMSGS_
  25. ;#define _LSAPMSGS_
  26. ;
  27. ;/*lint -save -e767 */ // Don't complain about different definitions // winnt
  28. MessageIdTypedef=DWORD
  29. ;//
  30. ;// Force facility code message to be placed in .h file
  31. ;//
  32. MessageId=0x1FFF SymbolicName=LSAP_UNUSED_MESSAGE
  33. Language=English
  34. .
  35. ;////////////////////////////////////////////////////////////////////////////
  36. ;// //
  37. ;// //
  38. ;// Well Known SID & RID Names //
  39. ;// //
  40. ;// //
  41. ;////////////////////////////////////////////////////////////////////////////
  42. MessageId=0x2000 SymbolicName=LSAP_SID_NAME_NULL
  43. Language=English
  44. NULL SID
  45. .
  46. MessageId=0x2001 SymbolicName=LSAP_SID_NAME_WORLD
  47. Language=English
  48. Everyone
  49. .
  50. MessageId=0x2002 SymbolicName=LSAP_SID_NAME_LOCAL
  51. Language=English
  52. LOCAL
  53. .
  54. MessageId=0x2003 SymbolicName=LSAP_SID_NAME_CREATOR_OWNER
  55. Language=English
  56. CREATOR OWNER
  57. .
  58. MessageId=0x2004 SymbolicName=LSAP_SID_NAME_CREATOR_GROUP
  59. Language=English
  60. CREATOR GROUP
  61. .
  62. MessageId=0x2005 SymbolicName=LSAP_SID_NAME_NT_DOMAIN
  63. Language=English
  64. NT Pseudo Domain
  65. .
  66. MessageId=0x2006 SymbolicName=LSAP_SID_NAME_NT_AUTHORITY
  67. Language=English
  68. NT AUTHORITY
  69. .
  70. MessageId=0x2007 SymbolicName=LSAP_SID_NAME_DIALUP
  71. Language=English
  72. DIALUP
  73. .
  74. MessageId=0x2008 SymbolicName=LSAP_SID_NAME_NETWORK
  75. Language=English
  76. NETWORK
  77. .
  78. MessageId=0x2009 SymbolicName=LSAP_SID_NAME_BATCH
  79. Language=English
  80. BATCH
  81. .
  82. MessageId=0x200A SymbolicName=LSAP_SID_NAME_INTERACTIVE
  83. Language=English
  84. INTERACTIVE
  85. .
  86. MessageId=0x200B SymbolicName=LSAP_SID_NAME_SERVICE
  87. Language=English
  88. SERVICE
  89. .
  90. MessageId=0x200C SymbolicName=LSAP_SID_NAME_BUILTIN
  91. Language=English
  92. BUILTIN
  93. .
  94. MessageId=0x200D SymbolicName=LSAP_SID_NAME_SYSTEM
  95. Language=English
  96. SYSTEM
  97. .
  98. MessageId=0x200E SymbolicName=LSAP_SID_NAME_ANONYMOUS
  99. Language=English
  100. ANONYMOUS LOGON
  101. .
  102. MessageId=0x200f SymbolicName=LSAP_SID_NAME_CREATOR_OWNER_SERVER
  103. Language=English
  104. CREATOR OWNER SERVER
  105. .
  106. MessageId=0x2010 SymbolicName=LSAP_SID_NAME_CREATOR_GROUP_SERVER
  107. Language=English
  108. CREATOR GROUP SERVER
  109. .
  110. MessageId=0x2011 SymbolicName=LSAP_SID_NAME_SERVER
  111. Language=English
  112. ENTERPRISE DOMAIN CONTROLLERS
  113. .
  114. MessageId=0x2012 SymbolicName=LSAP_SID_NAME_SELF
  115. Language=English
  116. SELF
  117. .
  118. MessageId=0x2013 SymbolicName=LSAP_SID_NAME_AUTHENTICATED_USER
  119. Language=English
  120. Authenticated Users
  121. .
  122. MessageId=0x2014 SymbolicName=LSAP_SID_NAME_RESTRICTED
  123. Language=English
  124. RESTRICTED
  125. .
  126. MessageId=0x2015 SymbolicName=LSAP_SID_NAME_INTERNET
  127. Language=English
  128. Internet$
  129. .
  130. MessageId=0x2016 SymbolicName=LSAP_SID_NAME_TERMINAL_SERVER
  131. Language=English
  132. TERMINAL SERVER USER
  133. .
  134. MessageId=0x2017 SymbolicName=LSAP_SID_NAME_PROXY
  135. Language=English
  136. PROXY
  137. .
  138. MessageId=0x2018 SymbolicName=LSAP_SID_NAME_LOCALSERVICE
  139. Language=English
  140. LOCAL SERVICE
  141. .
  142. MessageId=0x2019 SymbolicName=LSAP_SID_NAME_NETWORKSERVICE
  143. Language=English
  144. NETWORK SERVICE
  145. .
  146. MessageId=0x201A SymbolicName=LSAP_SID_NAME_REMOTE_INTERACTIVE
  147. Language=English
  148. REMOTE INTERACTIVE LOGON
  149. .
  150. MessageId=0x201B SymbolicName=LSAP_SID_NAME_USERS
  151. Language=English
  152. USERS
  153. .
  154. ;
  155. ;// General Lsa localized strings
  156. ;//
  157. MessageId=0x4000 SymbolicName=LSAP_DEFAULT_DOMAIN_NAME
  158. Language=English
  159. LsaSetupDomain
  160. .
  161. ;
  162. ;//
  163. ;// LSA Eventlog messages
  164. ;//
  165. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  166. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  167. Warning=0x2:STATUS_SEVERITY_WARNING
  168. Error=0x3:STATUS_SEVERITY_ERROR
  169. )
  170. FacilityNames=(System=0x0
  171. RpcRuntime=0x2:FACILITY_RPC_RUNTIME
  172. RpcStubs=0x3:FACILITY_RPC_STUBS
  173. Io=0x4:FACILITY_IO_ERROR_CODE
  174. EFSServer=0x5:FACILITY_EFS_ERROR_CODE
  175. Negotiate=0x5:FACILITY_NEGOTIATE
  176. )
  177. MessageId=1 Severity=Success SymbolicName=CATEGORY_SPM
  178. Language=English
  179. Security Package Manager
  180. .
  181. MessageId= Severity=Success SymbolicName=CATEGORY_LOCATOR
  182. Language=English
  183. Locator
  184. .
  185. MessageId= Severity=Success SymbolicName=CATEGORY_NEGOTIATE
  186. Language=English
  187. SPNEGO (Negotiator)
  188. .
  189. MessageId= Severity=Success SymbolicName=CATEGORY_MAX_CATEGORY
  190. Language=English
  191. Max
  192. .
  193. MessageId=4000 Severity=Warning SymbolicName=SPMEVENT_SUPPCRED_FAILED
  194. Language=English
  195. The supplemental credentials for security package %1 for user %2%3 could not
  196. updated. The return code is the data.
  197. .
  198. MessageId=5000 Severity=Error SymbolicName=SPMEVENT_PACKAGE_FAULT
  199. Language=English
  200. The security package %1 generated an exception. The package is now disabled.
  201. The exception information is the data.
  202. .
  203. MessageId=6000 Severity=Informational Facility=EFSServer SymbolicName=EFS_RECOVERY_STARTED
  204. Language=English
  205. EFS Server found encryption/decryption procedure(s) interrupted. Recovery process started.
  206. .
  207. MessageId=6001 Severity=Error Facility=EFSServer SymbolicName=EFS_PNP_NOT_READY
  208. Language=English
  209. Plug & Play service not ready. EFS server will not try to detect interrupted
  210. encryption/decryption operation(s).
  211. .
  212. MessageId=6002 Severity=Error Facility=EFSServer SymbolicName=EFS_GET_VOLUMES_ERROR
  213. Language=English
  214. Cannot get volume names from Plug & Play service. EFS server will not try to detect interrupted
  215. encryption/decryption operation(s).
  216. .
  217. MessageId=6003 Severity=Informational Facility=EFSServer SymbolicName=EFS_FT_STARTED
  218. Language=English
  219. Interrupted encryption/decryption operation(s) found on a volume. Recovery procedure
  220. started.
  221. .
  222. MessageId=6004 Severity=Error Facility=EFSServer SymbolicName=EFS_OPEN_LOGFILE_ERROR
  223. Language=English
  224. Cannot open log file. Encryption/decryption operation(s) cannot be recovered.
  225. .
  226. MessageId=6005 Severity=Error Facility=Io SymbolicName=EFS_READ_LOGFILE_ERROR
  227. Language=English
  228. Cannot read log file. Encryption/decryption operation(s) cannot be recovered.
  229. .
  230. MessageId=6006 Severity=Informational Facility=EFSServer SymbolicName=EFS_LOGFILE_FORMAT_ERROR
  231. Language=English
  232. A corrupted or different format log file has been found. No action was taken.
  233. .
  234. MessageId=6007 Severity=Error Facility=EFSServer SymbolicName=EFS_OPEN_LOGFILE_NC_ERROR
  235. Language=English
  236. The log file cannot be opened as non-cached IO. No action was taken.
  237. .
  238. MessageId=6008 Severity=Warning Facility=EFSServer SymbolicName=EFS_TMP_FILENAME_ERROR
  239. Language=English
  240. EFS recovery service cannot get the backup file name. The interrupted
  241. encryption/decryption operation (on file %1) may be recovered.
  242. The temporary backup file %2 is not deleted.
  243. User should delete the backup file if the recovery operation is done successfully.
  244. .
  245. MessageId=6009 Severity=Error Facility=EFSServer SymbolicName=EFS_TMP_FILEID_ERROR
  246. Language=English
  247. %1 was opened by File ID successfully the first time but not the second time. No recovery
  248. operation was tried on file %2. This is an internal error.
  249. .
  250. MessageId=6010 Severity=Warning Facility=EFSServer SymbolicName=EFS_TMP_OPEN_NAME_ERROR
  251. Language=English
  252. EFS recovery service cannot open the backup file %1 by name. The interrupted
  253. encryption/decryption operation (on file %2) may be recovered.
  254. The backup file will not be deleted. User should delete the backup file if the recovery
  255. operation is done successfully.
  256. .
  257. MessageId=6011 Severity=Error Facility=EFSServer SymbolicName=EFS_TARGET_OPEN_ERROR
  258. Language=English
  259. EFS recovery service cannot open the file %1. The interrupted
  260. encryption/decryption operation cannot be recovered.
  261. .
  262. MessageId=6012 Severity=Informational Facility=EFSServer SymbolicName=EFS_TARGET_RECOVERED
  263. Language=English
  264. EFS service recovered %1 successfully.
  265. .
  266. MessageId=6013 Severity=Error Facility=EFSServer SymbolicName=EFS_DRIVER_MISSING
  267. Language=English
  268. %1 could not be recovered Completely. EFS driver may be missing.
  269. .
  270. MessageId=6014 Severity=Error Facility=EFSServer SymbolicName=EFS_TMPFILE_MISSING
  271. Language=English
  272. %1 could not be opened. %2 was not recovered.
  273. .
  274. MessageId=6015 Severity=Error Facility=EFSServer SymbolicName=EFS_TMP_STREAM_INFO_ERROR
  275. Language=English
  276. Stream Information could be got from %1. %2 was not recovered.
  277. .
  278. MessageId=6016 Severity=Error Facility=EFSServer SymbolicName=EFS_TMP_STREAM_OPEN_ERROR
  279. Language=English
  280. EFS service could not open all the streams on file %1.
  281. %2 was not recovered.
  282. .
  283. MessageId=6017 Severity=Error Facility=EFSServer SymbolicName=EFS_TARGET_STREAM_OPEN_ERROR
  284. Language=English
  285. EFS service could not open all the streams on file %1.
  286. The file was not recovered.
  287. .
  288. MessageId=6018 Severity=Error Facility=EFSServer SymbolicName=EFS_STREAM_COPY_ERROR
  289. Language=English
  290. IO Error occurred during stream recovery.
  291. %1 was not recovered.
  292. .
  293. MessageId=6019 Severity=Error Facility=EFSServer SymbolicName=EFS_REPARSE_FILE_ERROR
  294. Language=English
  295. The file %1 being encrypted is a special reparse file, which is not
  296. supported by this version of EFS.
  297. .
  298. MessageId=6020 Severity=Error Facility=EFSServer SymbolicName=EFS_TMP_FILE_ERROR
  299. Language=English
  300. A temp backup file for %1 cannot be created.
  301. .
  302. MessageId=6021 Severity=Error Facility=EFSServer SymbolicName=EFS_DIR_MULTISTR_ERROR
  303. Language=English
  304. The directory %1 has more than one encrypted streams. This version
  305. of EFS does not support encrypting multiple streams on a directory.
  306. .
  307. MessageId=6022 Severity=Error Facility=EFSServer SymbolicName=EFS_OPEN_CACHE_ERROR
  308. Language=English
  309. Cannot Create\Open System Volume Information directory.
  310. .
  311. MessageId=6023 Severity=Warning Facility=EFSServer SymbolicName=EFS_DEL_LOGFILE_ERROR
  312. Language=English
  313. Cannot delete the EFS working file. Error = %1.
  314. .
  315. MessageId=6024 Severity=Error Facility=EFSServer SymbolicName=EFS_BAD_RECOVERY_POLICY_ERROR
  316. Language=English
  317. EFS recovery policy is missing or corrupted.
  318. .
  319. MessageId=6025 Severity=Error Facility=System SymbolicName=LSA_TRUST_UPGRADE_ERROR
  320. Language=English
  321. Could not upgrade the Trusted domain object for domain %1. Please recreate the trust manually.
  322. .
  323. MessageId=6026 Severity=Error Facility=System SymbolicName=LSA_ITA_UPGRADE_ERROR
  324. Language=English
  325. Could not upgrade the Interdomain Trust Account %1. Please recreate the trust manually.
  326. .
  327. MessageId=6027 Severity=Error Facility=System SymbolicName=LSA_SECRET_UPGRADE_ERROR
  328. Language=English
  329. Could not upgrade the global secret %1. Please check the status of all services in the system.
  330. .
  331. MessageId=6028 Severity=Error Facility=EFSServer SymbolicName=EFS_INVALID_RECOVERY_POLICY_ERROR
  332. Language=English
  333. EFS recovery policy contains invalid recovery certificate.
  334. .
  335. MessageId=6029 Severity=Error Facility=System SymbolicName=LSA_DOMAIN_RENAME_ERROR1
  336. Language=English
  337. LSA could not update domain information in the registry to match the DS. Error=%1.
  338. .
  339. MessageId=6030 Severity=Error Facility=System SymbolicName=LSA_DOMAIN_RENAME_ERROR2
  340. Language=English
  341. LSA found a mismatch between the DNS domain name stored in the directory service and the contents
  342. of the \HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\Domain value in the
  343. registry. Error=%1.
  344. .
  345. MessageId=6031 Severity=Error Facility=System SymbolicName=LSA_TRUST_INSERT_ERROR
  346. Language=English
  347. The database contains invalid information for trusted domain %1.
  348. .
  349. ;//
  350. ;//
  351. ;//
  352. ;// DCPromotion resource strings
  353. ;//
  354. MessageId=0x7000 Severity=Success SymbolicName=DSROLEEVT_SEARCH_DC
  355. Language=English
  356. Searching for a domain controller for the domain %1
  357. .
  358. MessageId=0x7001 Severity=Success SymbolicName=DSROLEEVT_FOUND_DC
  359. Language=English
  360. Located domain controller %1 for domain %2
  361. .
  362. MessageId=0x7002 Severity=Success SymbolicName=DSROLEEVT_FOUND_SITE
  363. Language=English
  364. Using site %1 for server %2
  365. .
  366. MessageId=0x7003 Severity=Success SymbolicName=DSROLEEVT_STOP_SERVICE
  367. Language=English
  368. Stopping service %1
  369. .
  370. MessageId=0x7004 Severity=Success SymbolicName=DSROLEEVT_CONFIGURE_SERVICE
  371. Language=English
  372. Configuring service %1
  373. .
  374. MessageId=0x7005 Severity=Success SymbolicName=DSROLEEVT_START_SERVICE
  375. Language=English
  376. Starting service %1
  377. .
  378. MessageId=0x7006 Severity=Success SymbolicName=DSROLEEVT_INSTALL_DS
  379. Language=English
  380. Installing the Directory Service
  381. .
  382. MessageId=0x7007 Severity=Success SymbolicName=DSROLEEVT_REPLICATE_SCHEMA
  383. Language=English
  384. Replicating the Directory Service Schema from %1
  385. .
  386. MessageId=0x7008 Severity=Success SymbolicName=DSROLEEVT_SET_LSA
  387. Language=English
  388. Setting the LSA policy information
  389. .
  390. MessageId=0x7009 Severity=Success SymbolicName=DSROLEEVT_SET_LSA_FROM
  391. Language=English
  392. Setting the LSA policy information from policy %1
  393. .
  394. MessageId=0x7010 Severity=Success SymbolicName=DSROLEEVT_CREATE_TRUST
  395. Language=English
  396. Creating a trust relationship with domain %1
  397. .
  398. MessageId=0x7011 Severity=Success SymbolicName=DSROLEEVT_PRODUCT_TYPE
  399. Language=English
  400. Setting the product type to %1
  401. .
  402. MessageId=0x7012 Severity=Success SymbolicName=DSROLEEVT_LSA_UPGRADE
  403. Language=English
  404. Upgrading the LSA policy information
  405. .
  406. MessageId=0x7013 Severity=Success SymbolicName=DSROLEEVT_CREATE_SYSVOL
  407. Language=English
  408. Creating the System Volume %1
  409. .
  410. MessageId=0x7014 Severity=Success SymbolicName=DSROLEEVT_CREATE_SYSVOL_DIR
  411. Language=English
  412. Creating the %1 component %2 under the System Volume
  413. .
  414. MessageId=0x7015 Severity=Success SymbolicName=DSROLEEVT_DELETE_TRUST
  415. Language=English
  416. Deleting the trust relationship with the domain %1
  417. .
  418. MessageId=0x7016 Severity=Success SymbolicName=DSROLEEVT_RESTORE_LSA
  419. Language=English
  420. Restoring the default LSA policy
  421. .
  422. MessageId=0x7017 Severity=Success SymbolicName=DSROLEEVT_MACHINE_ACCT
  423. Language=English
  424. Configuring the server account
  425. .
  426. MessageId=0x7018 Severity=Success SymbolicName=DSROLEEVT_PROMOTION_COMPLETE
  427. Language=English
  428. The attempted domain controller operation has completed
  429. .
  430. MessageId=0x7019 Severity=Success SymbolicName=DSROLEEVT_CREATE_PARENT_TRUST
  431. Language=English
  432. Creating a parent trust relationship on domain %1
  433. .
  434. MessageId=0x7020 Severity=Success SymbolicName=DSROLEEVT_SEARCH_REPLICA
  435. Language=English
  436. Finding a domain controller for %1 to replicate from
  437. .
  438. MessageId=0x7021 Severity=Success SymbolicName=DSROLEEVT_FOUND_REPLICA
  439. Language=English
  440. Found domain controller %1 for domain %2 to replicate from
  441. .
  442. MessageId=0x7022 Severity=Success SymbolicName=DSROLEEVT_MACHINE_POLICY
  443. Language=English
  444. Reading domain policy from the domain controller %1
  445. .
  446. MessageId=0x7023 Severity=Success SymbolicName=DSROLEEVT_IMPERSONATE
  447. Language=English
  448. Impersonating the invoker of this promotion call
  449. .
  450. MessageId=0x7024 Severity=Success SymbolicName=DSROLEEVT_REVERT
  451. Language=English
  452. Stopping the impersonation of the invoker of this promotion call
  453. .
  454. MessageId=0x7025 Severity=Success SymbolicName=DSROLEEVT_LOCAL_POLICY
  455. Language=English
  456. Reading domain policy from the local machine
  457. .
  458. MessageId=0x7026 Severity=Success SymbolicName=DSROLEEVT_PREPARE_DEMOTION
  459. Language=English
  460. Preparing the directory service for demotion
  461. .
  462. MessageId=0x7027 Severity=Success SymbolicName=DSROLEEVT_UNINSTALL_DS
  463. Language=English
  464. Uninstalling the Directory Service
  465. .
  466. MessageId=0x7028 Severity=Success SymbolicName=DSROLEEVT_SVSETUP
  467. Language=English
  468. Preparing for system volume replication using root %1
  469. .
  470. MessageId=0x7029 Severity=Success SymbolicName=DSROLEEVT_COPY_DIT
  471. Language=English
  472. Copying initial Directory Service database file %1 to %2
  473. .
  474. MessageId=0x7030 Severity=Success SymbolicName=DSROLEEVT_FIND_DC_FOR_ACCOUNT
  475. Language=English
  476. Searching for a domain controller for the domain %1 that contains the account %2
  477. .
  478. MessageId=0x7031 Severity=Success SymbolicName=DSROLEEVT_SETTING_SECURITY
  479. Language=English
  480. Setting security on the domain controller and Directory Service files and registry keys
  481. .
  482. MessageId=0x7032 Severity=Success SymbolicName=DSROLEEVT_UNJOIN_DOMAIN
  483. Language=English
  484. Unjoining member server from domain %1
  485. .
  486. MessageId=0x7033 Severity=Success SymbolicName=DSROLEEVT_TIMESYNC
  487. Language=English
  488. Forcing a time synch with %1
  489. .
  490. MessageId=0x7034 Severity=Success SymbolicName=DSROLEEVT_UPGRADE_SAM
  491. Language=English
  492. Saving the SAM state for an upgrade
  493. .
  494. MessageId=0x7035 Severity=Success SymbolicName=DSROLEEVT_MOVE_SCRIPTS
  495. Language=English
  496. Moving the existing logon scripts from %1 to %2
  497. .
  498. MessageId=0x7036 Severity=Success SymbolicName=DSROLEEVT_SET_COMPUTER_DNS
  499. Language=English
  500. Setting the computer's DNS computer name root to %1
  501. .
  502. MessageId=0x7037 Severity=Success SymbolicName=DSROLEEVT_SCRIPTS_MOVED
  503. Language=English
  504. Completed moving the logon scripts
  505. .
  506. MessageId=0x7038 Severity=Success SymbolicName=DSROLEEVT_COPY_RESTORED_FILES
  507. Language=English
  508. Copying Restored Database files from %1 to %2.
  509. .
  510. ;//
  511. ;// Operation status display strings
  512. ;//
  513. MessageId=0x7100 Severity=Success SymbolicName=DSROLESTATUS_MACH_CONFIG
  514. Language=English
  515. Initial machine configuration
  516. .
  517. MessageId=0x7101 Severity=Success SymbolicName=DSROLESTATUS_INSTALL_DS
  518. Language=English
  519. Installing the Directory Service
  520. .
  521. MessageId=0x7102 Severity=Success SymbolicName=DSROLESTATUS_INSTALL_SYSVOL
  522. Language=English
  523. Installing and configuring the system volume
  524. .
  525. MessageId=0x7103 Severity=Success SymbolicName=DSROLESTATUS_TREE
  526. Language=English
  527. Establishing the enterprise/tree hierarchy
  528. .
  529. MessageId=0x7104 Severity=Success SymbolicName=DSROLESTATUS_SERVICES
  530. Language=English
  531. Configuring the services
  532. .
  533. MessageId=0x7105 Severity=Success SymbolicName=DSROLESTATUS_SECURITY
  534. Language=English
  535. Setting system security
  536. .
  537. MessageId=0x7106 Severity=Success SymbolicName=DSROLESTATUS_MEMBERSHIP
  538. Language=English
  539. Configuring domain membership
  540. .
  541. MessageId=0x7108 Severity=Success SymbolicName=DSROLESTATUS_DEMOTABLE
  542. Language=English
  543. Determing the demotability of this machine
  544. .
  545. MessageId=0x7109 Severity=Success SymbolicName=DSROLESTATUS_UNINSTALL_DS
  546. Language=English
  547. Uninstalling the Directory Service
  548. .
  549. MessageId=0x710a Severity=Success SymbolicName=DSROLESTATUS_UNINSTALL_SYSVOL
  550. Language=English
  551. Uninstalling the system volume
  552. .
  553. ;//
  554. ;// DSROLE error returns
  555. ;//
  556. MessageId=0x7200 Severity=Success SymbolicName=DSROLERES_PROMO_SUCCEEDED
  557. Language=English
  558. The operation succeeded.
  559. .
  560. MessageId=0x7201 Severity=Error SymbolicName=DSROLERES_PROMO_FAILED
  561. Language=English
  562. The operation failed because %1
  563. .
  564. MessageId=0x7202 Severity=Error SymbolicName=DSROLERES_FAIL_SCRIPT_COPY
  565. Language=English
  566. Moving the existing logon scripts from %1 to %2 failed. The return code is the data.
  567. .
  568. MessageId=0x7203 Severity=Error SymbolicName=DSROLERES_FAIL_SET_SECURITY
  569. Language=English
  570. Running the Security Configuration Editor over the Domain Controller encountered a non-fatal
  571. error. Further details can be obtained by examining the log file %1. The return code is the data.
  572. .
  573. MessageId=0x7204 Severity=Error SymbolicName=DSROLERES_INCOMPATIBLE_TRUST
  574. Language=English
  575. An existing, incompatible trust object was found on the parent server for domain %1. It has
  576. been removed and replaced with an updated trust.
  577. .
  578. MessageId=0x7205 Severity=Error SymbolicName=DSROLERES_FIND_DC
  579. Language=English
  580. Failed finding a suitable domain controller for the domain %1
  581. .
  582. MessageId=0x7206 Severity=Error SymbolicName=DSROLERES_IMPERSONATION
  583. Language=English
  584. Failed impersonation management
  585. .
  586. MessageId=0x7207 Severity=Error SymbolicName=DSROLERES_NET_USE
  587. Language=English
  588. Managing the network session with %1 failed
  589. .
  590. MessageId=0x7208 Severity=Error SymbolicName=DSROLERES_TIME_SYNC
  591. Language=English
  592. Failed to force a time sync with %1
  593. .
  594. MessageId=0x7209 Severity=Error SymbolicName=DSROLERES_POLICY_READ_REMOTE
  595. Language=English
  596. Failed to read the LSA policy information from %1
  597. .
  598. MessageId=0x7210 Severity=Error SymbolicName=DSROLERES_POLICY_READ_LOCAL
  599. Language=English
  600. Failed to read the LSA policy information from the local machine
  601. .
  602. MessageId=0x7211 Severity=Error SymbolicName=DSROLERES_POLICY_WRITE_LOCAL
  603. Language=English
  604. Failed to write the LSA policy information for the local machine
  605. .
  606. MessageId=0x7212 Severity=Error SymbolicName=DSROLERES_LSA_UPGRADE
  607. Language=English
  608. Failed to upgrade the existing LSA policy into the Directory Service.
  609. .
  610. MessageId=0x7213 Severity=Error SymbolicName=DSROLERES_LOGON_DOMAIN
  611. Language=English
  612. Failed to set the default logon domain to %1
  613. .
  614. MessageId=0x7214 Severity=Error SymbolicName=DSROLERES_SET_COMPUTER_DNS
  615. Language=English
  616. Failed to set the computers DNS computer name base to %1
  617. .
  618. MessageId=0x7215 Severity=Error SymbolicName=DSROLERES_MODIFY_MACHINE_ACCOUNT
  619. Language=English
  620. Failed to modify the necessary properties for the machine account %1
  621. .
  622. MessageId=0x7216 Severity=Error SymbolicName=DSROLERES_LEAF_DOMAIN
  623. Language=English
  624. Failed to determine if domain %1 is a leaf domain
  625. .
  626. MessageId=0x7217 Severity=Error SymbolicName=DSROLERES_SYSVOL_DEMOTION
  627. Language=English
  628. Failed to prepare for or remove the sysvol replication
  629. .
  630. MessageId=0x7218 Severity=Error SymbolicName=DSROLERES_DEMOTE_DS
  631. Language=English
  632. Failed to complete the demotion of the Directory Service
  633. .
  634. MessageId=0x7219 Severity=Error SymbolicName=DSROLERES_SERVICE_CONFIGURE
  635. Language=English
  636. Failed to configure the service %1 as requested
  637. .
  638. MessageId=0x721A Severity=Error SymbolicName=DSROLERES_PRODUCT_TYPE
  639. Language=English
  640. Failed to set the machines product type to %1
  641. .
  642. MessageId=0x721B Severity=Error SymbolicName=DSROLERES_PARENT_TRUST_EXISTS
  643. Language=English
  644. A trust with the domain %1 already exists on the parent domain controller %2
  645. .
  646. MessageId=0x721C Severity=Error SymbolicName=DSROLERES_PARENT_TRUST_FAIL
  647. Language=English
  648. Failed to create a trust with domain %1 on the parent domain controller %2
  649. .
  650. MessageId=0x721D Severity=Error SymbolicName=DSROLERES_NO_PARENT_TRUST
  651. Language=English
  652. The domain %1 does not have an established trust with this domain.
  653. .
  654. MessageId=0x721E Severity=Error SymbolicName=DSROLERES_TRUST_FAILURE
  655. Language=English
  656. Failed to establish the trust with the domain %1
  657. .
  658. MessageId=0x721F Severity=Error SymbolicName=DSROLERES_TRUST_CONFIGURE_FAILURE
  659. Language=English
  660. Failed to configure the local trust object to correspond with the object on domain %1
  661. .
  662. MessageId=0x7220 Severity=Error SymbolicName=DSROLERES_FAIL_DISABLE_AUTO_LOGON
  663. Language=English
  664. Failed to disable auto logon following the successful upgrade of a domain controller. Unable to
  665. delete registry key %1. The return code is the data.
  666. .
  667. MessageId=0x7221 Severity=Error SymbolicName=DSROLERES_FAIL_LOGON_DOMAIN
  668. Language=English
  669. Failed to set the default logon domain to %1. The return code is the data.
  670. .
  671. MessageId=0x7222 Severity=Error SymbolicName=DSROLERES_FAIL_UNJOIN
  672. Language=English
  673. Failed to unjoin the current replica from the domain %1. The return code is the data.
  674. .
  675. MessageId=0x7223 Severity=Error SymbolicName=DSROLERES_NOT_FOREST_ROOT
  676. Language=English
  677. Domain %1 was specified as a forest root, when in fact it was not the forest root.
  678. .
  679. MessageId=0x7224 Severity=Error SymbolicName=DSROLERES_GPO_CREATION
  680. Language=English
  681. Failed to create the GPO for the domain %1.
  682. .
  683. MessageId=0x7225 Severity=Error SymbolicName=DSROLERES_FAILED_TO_DELETE_TRUST
  684. Language=English
  685. During the demotion operation, the trust object on %1 could not be removed.
  686. .
  687. MessageId=0x7226 Severity=Error SymbolicName=DSROLERES_FAILED_TO_DEMOTE_FRS
  688. Language=English
  689. During the demotion operation, the File Replication Service reported a non
  690. critical error.
  691. .
  692. MessageId=0x7227 Severity=Informational SymbolicName=DSROLERES_PROMOTE_SUCCESS
  693. Language=English
  694. This server is now a Domain Controller.
  695. .
  696. MessageId=0x7228 Severity=Informational SymbolicName=DSROLERES_DEMOTE_SUCCESS
  697. Language=English
  698. This server is no longer a Domain Controller.
  699. .
  700. MessageId=0x7229 Severity=Informational SymbolicName=DSROLERES_STARTING
  701. Language=English
  702. Starting
  703. .
  704. MessageId=0x7230 Severity=Informational SymbolicName=DSROLERES_SYSVOL_DIR_ERROR
  705. Language=English
  706. The path chosen for the system volume is not accessible. Please either manually
  707. delete the contents of the path or choose another location for the system volume.
  708. .
  709. MessageId=0x7231 Severity=Informational SymbolicName=DSROLERES_OP_CANCELLED
  710. Language=English
  711. The operation was cancelled by the user or a system shutdown was issued.
  712. .
  713. MessageId=0x7232 Severity=Error SymbolicName=DSROLERES_UPDATE_PRENT4_ACCOUNT
  714. Language=English
  715. The machine account for %1 was created using pre Windows NT version 4.0 tools
  716. and cannot be used for a Windows 2000 domain controller. Please remove the account.
  717. Then create the account using the directory service administrator snapin.
  718. .
  719. MessageId=0x7233 Severity=Error SymbolicName=DSROLERES_WRONG_DOMAIN
  720. Language=English
  721. The attempt to Install the Active Directory failed. The Domain that was specified (%1) was
  722. different than the one the backup was taken from (%2).
  723. .
  724. MessageId=0x7234 Severity=Error SymbolicName=DSROLERES_FAILED_SYSVOL_CANNOT_BE_ROOT_DIRECTORY
  725. Language=English
  726. The attempt to install the Active Directory failed. The sysvol cannot be placed at the root directory.
  727. Retry the promotion with a different sysvol path.
  728. .
  729. MessageId=0x7235 Severity=Error SymbolicName=DSROLERES_FAILED_FIND_REQUESTED_DC
  730. Language=English
  731. Failed to idenify the requested replica partner (%1) as a valid domain controller with a machine account for (%2).
  732. This is likely due to either the mahine account not being replicated to this domain controller because of replication latency or the domain controller
  733. is not advertising the Active Directory. Please consider retrying the operation with %3 as the replica partner.
  734. .
  735. ;//
  736. ;// LSA Server eventlog messages
  737. ;//
  738. MessageId=0x8000 Severity=Warning SymbolicName=LSAEVENT_ITA_NOT_DELETED
  739. Language=English
  740. The interdomain trust account for the domain %1 could not be deleted. The return code is the data.
  741. .
  742. MessageId=0x8001 Severity=Warning SymbolicName=LSAEVENT_TRUST_FOR_ITA_NOT_CREATED
  743. Language=English
  744. The trusted domain object corresponding to the interdomain trust account %1 ( %2 ) could
  745. not be created. The return code is the data.
  746. .
  747. MessageId=0x8002 Severity=Warning SymbolicName=LSAEVENT_TRUST_FOR_ITA_NOT_DELETED
  748. Language=English
  749. The trusted domain object corresponding to the deleted interdomain trust account %1 ( %2 ) could
  750. not be deleted. The return code is the data.
  751. .
  752. MessageId=0x8003 Severity=Warning SymbolicName=LSAEVENT_DUP_TRUST_REMOVED
  753. Language=English
  754. A duplicate trust object for the domain %1 ( %2 ) was found. The duplicate object %3 has been removed.
  755. .
  756. MessageId=0x8004 Severity=Warning SymbolicName=LSAEVENT_ITA_FOR_TRUST_NOT_CREATED
  757. Language=English
  758. The interdomain trust account for the domain %1 could not be created. The return code is the data.
  759. .
  760. MessageId=0x8005 Severity=Warning SymbolicName=LSAEVENT_LOOKUP_SC_FAILED
  761. Language=English
  762. A lookup request was made that required connectivity to a domain controller in
  763. domain %1. The LSA was unable to find a domain controller in the domain and
  764. thus failed the request. Please check connectivity and secure channel setup from
  765. this domain controller to the domain %2.
  766. .
  767. MessageId=0x8006 Severity=Warning SymbolicName=LSAEVENT_LOOKUP_SC_HANDLE_FAILED
  768. Language=English
  769. A lookup request was made that required connectivity to the domain controller %1.
  770. The local LSA was unable to contact the LSA on the remote domain controller.
  771. Please check connectivety and secure channel setup from this domain controller
  772. to the domain controller %2.
  773. .
  774. MessageId=0x8007 Severity=Warning SymbolicName=LSAEVENT_LOOKUP_SC_LOOKUP_FAILED
  775. Language=English
  776. A lookup request was made that required the lookup services on the remote domain controller
  777. %1. The remote domain controller failed the request thus the local LSA failed the
  778. original lookup request. Please check connectivety and secure channel setup from
  779. this domain controller to the domain controller %2.
  780. .
  781. MessageId=0x8008 Severity=Warning SymbolicName=LSAEVENT_LOOKUP_GC_FAILED
  782. Language=English
  783. A lookup request was made that required a Global Catalog. The LSA was unable
  784. to either contact or authenticate to a Global Catalog and thus failed the lookup
  785. request. Please check the connectivety and authentication of this domain controller
  786. to a Global Catalog.
  787. .
  788. MessageId=0x8009 Severity=Warning SymbolicName=LSAEVENT_LOOKUP_TCPIP_NOT_INSTALLED
  789. Language=English
  790. The LSA was unable to register its RPC interface over the TCP/IP interface.
  791. Please make sure that the protocol is properly installed.
  792. .
  793. MessageId=0x800A Severity=Warning SymbolicName=LSAEVENT_LOOKUP_SID_FILTERED
  794. Language=English
  795. The name %1 was translated to SID %2 from the trusted forest %3. The domain portion
  796. of the SID is not in the list of acceptable SID's found on the trusted domain object, thus
  797. this name to SID translation has been ignored.
  798. .
  799. ;//
  800. ;// Schannel event log messages. These are defined here because schannel.dll
  801. ;// is signed and so including them in that dll would make localizing a hassle.
  802. ;// These event messages will not be displayed by default. They will be turned on
  803. ;// by advanced users when debugging PKI configuration problems.
  804. ;//
  805. MessageId=0x9000 Severity=Informational SymbolicName=SSLEVENT_SCHANNEL_STARTED
  806. Language=English
  807. The schannel security package has loaded successfully.
  808. .
  809. MessageId=0x9001 Severity=Error SymbolicName=SSLEVENT_GLOBAL_ACQUIRE_CONTEXT_FAILED
  810. Language=English
  811. A fatal error occurred while opening the system %1 cryptographic module. Operations
  812. that require the SSL or TLS cryptographic protocols will not work correctly. The
  813. error code is 0x%2.
  814. .
  815. MessageId=0x9002 Severity=Error SymbolicName=SSLEVENT_SCHANNEL_INIT_FAILURE
  816. Language=English
  817. The schannel security package has failed to load. Operations that require the SSL or
  818. TLS cryptographic protocols will not work correctly.
  819. .
  820. MessageId=0x9003 Severity=Informational SymbolicName=SSLEVENT_CREATE_CRED
  821. Language=English
  822. Creating an SSL %1 credential.
  823. .
  824. MessageId=0x9004 Severity=Informational SymbolicName=SSLEVENT_CRED_PROPERTIES
  825. Language=English
  826. The SSL %1 credential's private key has the following properties:%n%n
  827. CSP name: %2%n
  828. CSP type: %3%n
  829. Key name: %4%n
  830. Key Type: %5%n
  831. Key Flags: 0x%6%n%n
  832. The attached data contains the certificate.
  833. .
  834. MessageId=0x9005 Severity=Error SymbolicName=SSLEVENT_NO_PRIVATE_KEY
  835. Language=English
  836. The SSL %1 credential's certificate does not have a private key information property
  837. attached to it. This most often occurs when a certificate is backed up incorrectly
  838. and then later restored. This message can also indicate a certificate enrollment
  839. failure.
  840. .
  841. MessageId=0x9006 Severity=Error SymbolicName=SSLEVENT_CRED_ACQUIRE_CONTEXT_FAILED
  842. Language=English
  843. A fatal error occurred when attempting to access the SSL %1 credential private key.
  844. The error code returned from the cryptographic module is 0x%2.
  845. .
  846. MessageId=0x9007 Severity=Error SymbolicName=SSLEVENT_CREATE_CRED_FAILED
  847. Language=English
  848. A fatal error occurred while creating an SSL %1 credential.
  849. .
  850. MessageId=0x9008 Severity=Warning SymbolicName=SSLEVENT_NO_DEFAULT_SERVER_CRED
  851. Language=English
  852. No suitable default server credential exists on this system. This will prevent
  853. server applications that expect to make use of the system default credentials
  854. from accepting SSL connections. An example of such an application is the directory
  855. server. Applications that manage their own credentials, such as the internet
  856. information server, are not affected by this.
  857. .
  858. MessageId=0x9009 Severity=Error SymbolicName=SSLEVENT_NO_CIPHERS_SUPPORTED
  859. Language=English
  860. No supported cipher suites were found when initiating an SSL connection. This
  861. indicates a configuration problem with the client application and/or the installed
  862. cryptographic modules. The SSL connection request has failed.
  863. .
  864. MessageId=0x900a Severity=Error SymbolicName=SSLEVENT_CIPHER_MISMATCH
  865. Language=English
  866. An SSL connection request was received from a remote client application, but none
  867. of the cipher suites supported by the client application are supported by the
  868. server. The SSL connection request has failed.
  869. .
  870. MessageId=0x900b Severity=Warning SymbolicName=SSLEVENT_NO_CLIENT_CERT_FOUND
  871. Language=English
  872. The remote server has requested SSL client authentication, but no suitable client
  873. certificate could be found. An anonymous connection will be attempted. This SSL
  874. connection request may succeed or fail, depending on the server's policy settings.
  875. .
  876. MessageId=0x900c Severity=Error SymbolicName=SSLEVENT_BOGUS_SERVER_CERT
  877. Language=English
  878. The certificate received from the remote server has not validated correctly. The
  879. error code is 0x%1. The SSL connection request has failed. The attached data contains
  880. the server certificate.
  881. .
  882. MessageId=0x900d Severity=Warning SymbolicName=SSLEVENT_BOGUS_CLIENT_CERT
  883. Language=English
  884. The certificate received from the remote client application has not validated
  885. correctly. The error code is 0x%1. The attached data contains the client
  886. certificate.
  887. .
  888. MessageId=0x900e Severity=Warning SymbolicName=SSLEVENT_FAST_MAPPING_FAILURE
  889. Language=English
  890. The certificate received from the remote client application is not suitable for
  891. direct mapping to a client system account, possibly because the authority that
  892. issuing the certificate is not sufficiently trusted. The error code is 0x%1. The
  893. attached data contains the client certificate.
  894. .
  895. MessageId=0x900f Severity=Warning SymbolicName=SSLEVENT_CERT_MAPPING_FAILURE
  896. Language=English
  897. The certificate received from the remote client application was not successfully
  898. mapped to a client system account. The error code is 0x%1. This is not necessarily
  899. a fatal error, as the server application may still find the certificate acceptable.
  900. .
  901. MessageId=0x9010 Severity=Informational SymbolicName=SSLEVENT_HANDSHAKE_INFO
  902. Language=English
  903. An SSL %1 handshake completed successfully. The negotiated cryptographic parameters
  904. are as follows.%n%n
  905. Protocol: %2%n
  906. Cipher: %3%n
  907. Cipher strength: %4%n
  908. MAC: %5%n
  909. Exchange: %6%n
  910. Exchange strength: %7
  911. .
  912. MessageId=0x9011 Severity=Error SymbolicName=SSLEVENT_EXPIRED_SERVER_CERT
  913. Language=English
  914. The certificate received from the remote server has expired. The SSL connection
  915. request has failed. The attached data contains the server certificate.
  916. .
  917. MessageId=0x9012 Severity=Error SymbolicName=SSLEVENT_UNTRUSTED_SERVER_CERT
  918. Language=English
  919. The certificate received from the remote server was issued by an untrusted certificate
  920. authority. Because of this, none of the data contained in the certificate can be validated.
  921. The SSL connection request has failed. The attached data contains the server certificate.
  922. .
  923. MessageId=0x9013 Severity=Error SymbolicName=SSLEVENT_REVOKED_SERVER_CERT
  924. Language=English
  925. The certificate received from the remote server has been revoked. This means that
  926. the certificate authority that issued the certificate has invalidated it. The SSL
  927. connection request has failed. The attached data contains the server certificate.
  928. .
  929. MessageId=0x9014 Severity=Error SymbolicName=SSLEVENT_NAME_MISMATCHED_SERVER_CERT
  930. Language=English
  931. The certificate received from the remote server does not contain the expected name.
  932. It is therefore not possible to determine whether we are connecting to the
  933. correct server. The server name we were expecting is %1. The SSL connection request has
  934. failed. The attached data contains the server certificate.
  935. .
  936. ;//
  937. ;// General schannel localized strings
  938. ;//
  939. MessageId=0x9080 SymbolicName=SSLEVENTTEXT_CLIENT
  940. Language=English
  941. client
  942. .
  943. MessageId=0x9081 SymbolicName=SSLEVENTTEXT_SERVER
  944. Language=English
  945. server
  946. .
  947. ;//
  948. ;// Negotiate (SPNEGO) eventlog messages
  949. ;//
  950. MessageId=0xa000 Severity=Warning SymbolicName=NEGOTIATE_DOWNGRADE_DETECTED
  951. Language=English
  952. The Security System detected an attempted downgrade attack for
  953. server %1. The failure code from authentication protocol %2
  954. was %3.
  955. .
  956. MessageId=0xa001 Severity=Warning SymbolicName=NEGOTIATE_INVALID_SERVER
  957. Language=English
  958. The Security System could not establish a secured connection with the server %1. No authentication protocol was available.
  959. .
  960. MessageId=0xa002 Severity=Warning SymbolicName=NEGOTIATE_UNBALANCED_EXCHANGE
  961. Language=English
  962. The Security System was unable to authenticate to the server %1
  963. because the server has completed the authentication, but the client
  964. authentication protocol %2 has not.
  965. .
  966. MessageId=0xa003 Severity=Warning SymbolicName=NEGOTIATE_PACKAGE_FAILED
  967. Language=English
  968. The Security System is unable to authenticate to server %1 because
  969. the authentication protocol %2 has failed.
  970. .
  971. MessageId=0xa004 Severity=Warning SymbolicName=NEGOTIATE_UNKNOWN_PACKAGE
  972. Language=English
  973. The Security System received an authentication attempt with an unknown
  974. authentication protocol. The request has failed.
  975. .
  976. MessageId=0xa005 Severity=Informational SymbolicName=NEGOTIATE_PACKAGE_SELECTED
  977. Language=English
  978. The Security System has selected %2 for the authentication protocol
  979. to server %1.
  980. .
  981. MessageId=0xa006 Severity=Informational SymbolicName=NEGOTIATE_MESSAGE_DECODED
  982. Language=English
  983. The Security System has received an authentication attempt, and determined that
  984. the protocol %1 preferred by the client is acceptable.
  985. .
  986. MessageId=0xa007 Severity=Informational SymbolicName=NEGOTIATE_RAW_PACKET
  987. Language=English
  988. The Security System has received an authentication request directly for authentication
  989. protocol %1.
  990. .
  991. MessageId=0xa008 Severity=Warning SymbolicName=NEGOTIATE_UNKNOWN_PACKET
  992. Language=English
  993. The Security System has received an authentication request that could not be
  994. decoded. The request has failed.
  995. .
  996. MessageId=0xa009 Severity=Informational SymbolicName=NEGOTIATE_MESSAGE_DECODED_NO_TOKEN
  997. Language=English
  998. The Security System has received an authentication attempt, and determined that
  999. the protocol %1 is the common protocol.
  1000. .
  1001. ;/*lint -restore */ // Resume checking for different macro definitions // winnt
  1002. ;
  1003. ;
  1004. ;#endif // _LSAPMSGS_