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.

4706 lines
104 KiB

  1. ;// security messages
  2. MessageIdTypedef=DWORD
  3. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  4. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  5. Warning=0x2:STATUS_SEVERITY_WARNING
  6. Error=0x3:STATUS_SEVERITY_ERROR
  7. )
  8. FacilityNames=(System=0x0:FACILITY_SYSTEM
  9. Runtime=0x2:FACILITY_RUNTIME
  10. Stubs=0x3:FACILITY_STUBS
  11. Io=0x4:FACILITY_IO_ERROR_CODE
  12. )
  13. ;//
  14. ;// First 5 message ids are reserved as "Categories"
  15. ;// If more categories are added, be sure to update Install
  16. ;// for the CategoryCount entry in the registry.
  17. ;// These entries must be 'Severity=Success' and 'Facility=System'
  18. ;// in order to avoid any non-zero bits in the generated message
  19. ;// numbers, i.e. the generated messages numbers *must* start at 1.
  20. ;//
  21. ;#define CAT_AGENT 1
  22. MessageId=1
  23. Language=English
  24. ADMT Agent
  25. .
  26. ;#define CAT_PES 2
  27. MessageId=2
  28. Language=English
  29. ADMT PES
  30. .
  31. ;#define EACAT_SPARE3 3
  32. MessageId=3
  33. Language=English
  34. Debug
  35. .
  36. ;#define EACAT_SPARE4 4
  37. MessageId=4
  38. Language=English
  39. Spare4
  40. .
  41. ;#define EACAT_SPARE5 5
  42. MessageId=5
  43. Language=English
  44. Spare5
  45. .
  46. MessageId=7000
  47. Severity=Informational
  48. Facility=Runtime
  49. SymbolicName=DCT_MSG_AGENT_BIND_FAILED_SD
  50. Language=English
  51. Failed to bind to the Domain Migration Agent on %1, rc=%2!ld!
  52. .
  53. MessageId=7001
  54. Severity=Informational
  55. Facility=Runtime
  56. SymbolicName=DCT_MSG_AGENT_JOB_STARTED_SSS
  57. Language=English
  58. Started job: %1 %2 %3
  59. .
  60. MessageId=7002
  61. Severity=Informational
  62. Facility=Runtime
  63. SymbolicName=DCT_MSG_AGENT_JOB_START_FAILED_SSD
  64. Language=English
  65. %1, Failed to start job %2: (rc=%3!ld!)
  66. .
  67. MessageId=7003
  68. Severity=Informational
  69. Facility=Runtime
  70. SymbolicName=DCT_MSG_DISPATCHER_DONE
  71. Language=English
  72. All agents are installed. The dispatcher is finished.
  73. .
  74. MessageId=7004
  75. Severity=Informational
  76. Facility=Runtime
  77. SymbolicName=DCT_MSG_AGENT_INSTALLED_S
  78. Language=English
  79. The agent is installed on %1
  80. .
  81. MessageId=7005
  82. Severity=Informational
  83. Facility=Runtime
  84. SymbolicName=DCT_MSG_AGENT_LAUNCH_FAILED_SD
  85. Language=English
  86. Failed to launch agent on %1, hr=%2!lx!
  87. .
  88. MessageId=7006
  89. Severity=Informational
  90. Facility=Runtime
  91. SymbolicName=DCT_MSG_AGENT_INSTALL_FAILED_SD
  92. Language=English
  93. Failed to install agent on %1, rc=%2!ld!
  94. .
  95. MessageId=7007
  96. Severity=Informational
  97. Facility=Runtime
  98. SymbolicName=DCT_MSG_CREATED_RESULT_SHARE_SS
  99. Language=English
  100. The dispatcher created a share for the result directory %1 as: %2
  101. .
  102. MessageId=7008
  103. Severity=Informational
  104. Facility=Runtime
  105. SymbolicName=DCT_MSG_RESULT_SHARE_CREATION_FAILED
  106. Language=English
  107. The dispatcher failed to create a share for the results directory. This is needed for agents to report their results.
  108. .
  109. MessageId=7009
  110. Severity=Informational
  111. Facility=Runtime
  112. SymbolicName=DCT_MSG_CACHE_CONSTRUCTION_FAILED
  113. Language=English
  114. The dispatcher failed to build an accounts file to be used for security translation. The operation cannot continue.
  115. .
  116. MessageId=7010
  117. Severity=Informational
  118. Facility=Runtime
  119. SymbolicName=DCT_MSG_DOMAIN_SID_NOT_FOUND_S
  120. Language=English
  121. The Active Directory Migration Tool cannot look up the SID for domain %1.
  122. .
  123. MessageId=7011
  124. Severity=Informational
  125. Facility=Runtime
  126. SymbolicName=DCT_MSG_DISPATCH_SERVER_COUNT_D
  127. Language=English
  128. Installing agent on %1!ld! servers
  129. .
  130. MessageId=7012
  131. Severity=Informational
  132. Facility=Runtime
  133. SymbolicName=DCT_MSG_DISPATCHING_TO_SERVER_S
  134. Language=English
  135. The The Active Directory Migration Tool Agent will be installed on %1
  136. .
  137. MessageId=7013
  138. Severity=Informational
  139. Facility=Runtime
  140. SymbolicName=DCT_MSG_NO_LOCAL_MACHINE_NAME_D
  141. Language=English
  142. Cannot get the local machine name, rc=%1!ld!.
  143. .
  144. MessageId=7014
  145. Severity=Informational
  146. Facility=Runtime
  147. SymbolicName=DCT_MSG_AGENT_SERVICE_NOT_STARTED_SS
  148. Language=English
  149. The Active Directory Migration Tool Agent Service on %1 did not start. See the application log on %2 for details.
  150. .
  151. MessageId=7015
  152. Severity=Informational
  153. Facility=Runtime
  154. SymbolicName=DCT_MSG_SCM_OPEN_FAILED_SD
  155. Language=English
  156. Failed to connect to the service control manager on %1, rc=%2!ld!
  157. .
  158. MessageId=7016
  159. Severity=Informational
  160. Facility=Runtime
  161. SymbolicName=DCT_MSG_OPEN_SERVICE_FAILED_SSD
  162. Language=English
  163. Failed to open configuration for service %1\%2, rc=%3!ld!
  164. .
  165. MessageId=7017
  166. Severity=Informational
  167. Facility=Runtime
  168. SymbolicName=DCT_MSG_CREATE_SERVICE_FAILED_SSSSD
  169. Language=English
  170. Failed to create the service: CreateService('%1','%2','%3','%4') rc=%5!ld!
  171. .
  172. MessageId=7018
  173. Severity=Informational
  174. Facility=Runtime
  175. SymbolicName=DCT_MSG_CHANGE_SERVICE_CONFIG_FAILED_SSSSD
  176. Language=English
  177. Failed to configure the service. ChangeServiceConfig('%1','%2','%3','%4') rc=%5!ld!
  178. .
  179. MessageId=7019
  180. Severity=Informational
  181. Facility=Runtime
  182. SymbolicName=DCT_MSG_START_SERVICE_FAILED_SD
  183. Language=English
  184. Failed to start the agent service. StartService('%1') rc=%2!ld!
  185. .
  186. MessageId=7020
  187. Severity=Informational
  188. Facility=Runtime
  189. SymbolicName=DCT_MSG_SERVICE_STOP_FAILED_SSD
  190. Language=English
  191. The Service Control Manager on computer %1 cannot stop the %2 service, rc = %3!ld!
  192. .
  193. MessageId=7021
  194. Severity=Informational
  195. Facility=Runtime
  196. SymbolicName=DCT_MSG_QUERY_SERVICE_CONFIG_FAILED_SSD
  197. Language=English
  198. Failed to retrieve the configuration information for the service. QueryServiceConfig(%1,%2) failed, rc=%3!ld!
  199. .
  200. MessageId=7022
  201. Severity=Informational
  202. Facility=Runtime
  203. SymbolicName=DCT_MSG_COPY_FILE_FAILED_SSD
  204. Language=English
  205. CopyFile(%1,%2) rc=%3!ld!
  206. .
  207. MessageId=7023
  208. Severity=Informational
  209. Facility=Runtime
  210. SymbolicName=DCT_MSG_GET_FILE_ATTRIBUTES_FAILED_SD
  211. Language=English
  212. GetFileAttributes(%1) rc=%2!ld!
  213. .
  214. MessageId=7024
  215. Severity=Informational
  216. Facility=Runtime
  217. SymbolicName=DCT_MSG_SET_FILE_ATTRIBUTES_FAILED_SD
  218. Language=English
  219. SetFileAttributes(%1) rc=%2!ld!
  220. .
  221. MessageId=7025
  222. Severity=Informational
  223. Facility=Runtime
  224. SymbolicName=DCT_MSG_OPEN_FILE_INFO_FAILED_SD
  225. Language=English
  226. Error in OpenFileInfo(): FindFirstFile( %1 ) failed, rc = %2!ld!
  227. .
  228. MessageId=7026
  229. Severity=Informational
  230. Facility=Runtime
  231. SymbolicName=DCT_MSG_GET_VERSION_INFO_FAILED_SD
  232. Language=English
  233. Error in OpenFileInfo(): GetFileVersionInfo( %1 ) failed, rc = %2!ld!
  234. .
  235. MessageId=7027
  236. Severity=Informational
  237. Facility=Runtime
  238. SymbolicName=DCT_MSG_VER_QUERY_VALUE_FAILED_SS
  239. Language=English
  240. Error in OpenFileInfo(): VerQueryValue( %1, %2 ) failed, the specified version information does not exist.
  241. .
  242. MessageId=7028
  243. Severity=Informational
  244. Facility=Runtime
  245. SymbolicName=DCT_MSG_GET_TEMP_FILENAME_FAILED_D
  246. Language=English
  247. Error in CopyTo(): GetTempFileName() failed, rc = %1!ld!
  248. .
  249. MessageId=7029
  250. Severity=Informational
  251. Facility=Runtime
  252. SymbolicName=DCT_MSG_MOVE_FILE_FAILED_SSD
  253. Language=English
  254. MoveFile( %1, %2 ) failed, rc = %3!ld!
  255. .
  256. MessageId=7030
  257. Severity=Informational
  258. Facility=Runtime
  259. SymbolicName=DCT_MSG_SOURCE_COPIED_TO_TEMP_SS
  260. Language=English
  261. Source file copied to temp file: %1 -> %2
  262. .
  263. MessageId=7031
  264. Severity=Informational
  265. Facility=Runtime
  266. SymbolicName=DCT_MSG_MOVE_FILE_EX_FAILED_SSD
  267. Language=English
  268. MoveFileEx( %1, %2 ) failed, rc = %3!ld!
  269. .
  270. MessageId=7032
  271. Severity=Informational
  272. Facility=Runtime
  273. SymbolicName=DCT_MSG_RENAME_ON_REBOOT_SS
  274. Language=English
  275. Temp file will be renamed on reboot: %1 -> %2
  276. .
  277. MessageId=7033
  278. Severity=Informational
  279. Facility=Runtime
  280. SymbolicName=DCT_MSG_BUSY_FILE_RENAMED_SS
  281. Language=English
  282. Busy file renamed successfully: %1 -> %2
  283. .
  284. MessageId=7034
  285. Severity=Informational
  286. Facility=Runtime
  287. SymbolicName=DCT_MSG_FILE_COPIED_2ND_ATTEMPT_SS
  288. Language=English
  289. 2nd copy attempt was successful: %1 -> %2
  290. .
  291. MessageId=7035
  292. Severity=Informational
  293. Facility=Runtime
  294. SymbolicName=DCT_MSG_FILE_IN_USE_S
  295. Language=English
  296. In-Use: %1
  297. .
  298. MessageId=7036
  299. Severity=Informational
  300. Facility=Runtime
  301. SymbolicName=DCT_MSG_CREATE_FILE_FAILED_SD
  302. Language=English
  303. Error in IsBusy(): CreateFile( %1 ) failed, rc = %2!ld!
  304. .
  305. MessageId=7037
  306. Severity=Informational
  307. Facility=Runtime
  308. SymbolicName=DCT_MSG_NOT_ADMIN_ON_SERVER_S
  309. Language=English
  310. You do not have administrator privileges on %1. The agent will not be installed.
  311. .
  312. MessageId=7038
  313. Severity=Informational
  314. Facility=Runtime
  315. SymbolicName=DCT_MSG_NO_ADMIN_SHARE_SD
  316. Language=English
  317. Unable to connect to %1\ADMIN$. rc=%2!ld!.
  318. .
  319. MessageId=7039
  320. Severity=Informational
  321. Facility=Runtime
  322. SymbolicName=DCT_MSG_NO_ADMIN_SHARES_S
  323. Language=English
  324. Unable to connect to %1\ADMIN$. Make sure the administrative shares are enabled.
  325. .
  326. MessageId=7040
  327. Severity=Informational
  328. Facility=Runtime
  329. SymbolicName=DCT_MSG_COMPUTER_NOT_FOUND_S
  330. Language=English
  331. Unable to connect to %1\ADMIN$. The computer may not be online.
  332. .
  333. MessageId=7041
  334. Severity=Informational
  335. Facility=Runtime
  336. SymbolicName=DCT_MSG_FILE_NO_SELF_REGISTRATION_S
  337. Language=English
  338. %1 does not support self-registration.
  339. .
  340. MessageId=7042
  341. Severity=Informational
  342. Facility=Runtime
  343. SymbolicName=DCT_MSG_LOAD_LIBRARY_FAILED_SD
  344. Language=English
  345. LoadLibrary( %1 ) failed, rc = %2!ld!
  346. .
  347. MessageId=7043
  348. Severity=Informational
  349. Facility=Runtime
  350. SymbolicName=DCT_MSG_GET_PROC_ADDRESS_FAILED_SSD
  351. Language=English
  352. GetProcAddress( %1, %2 ) failed, rc = %3!ld!
  353. .
  354. MessageId=7044
  355. Severity=Informational
  356. Facility=Runtime
  357. SymbolicName=DCT_MSG_DLL_CALL_FAILED_SDS
  358. Language=English
  359. Error in CallDllFunction: %1() failed, rc = 0x%2!lx! %3
  360. .
  361. MessageId=7045
  362. Severity=Informational
  363. Facility=Runtime
  364. SymbolicName=DCT_MSG_DAPI_ENTRY_POINT_NOT_FOUND_S
  365. Language=English
  366. Unable to find entry point '%1' in DAPI.DLL. Make sure the Exchange Administrator program is installed.
  367. .
  368. MessageId=7046
  369. Severity=Informational
  370. Facility=Runtime
  371. SymbolicName=DCT_MSG_DAPI_LOAD_LIBRARY_FAILED
  372. Language=English
  373. Unable to load DAPI.DLL. The Exchange Administrator program must be installed to translate security on the Exchange directory.
  374. .
  375. MessageId=7047
  376. Severity=Informational
  377. Facility=Runtime
  378. SymbolicName=DCT_MSG_EDA_STARTING
  379. Language=English
  380. Active Directory Migration Tool, Starting...
  381. .
  382. MessageId=7048
  383. Severity=Informational
  384. Facility=Runtime
  385. SymbolicName=DCT_MSG_SESSION_ESTABLISHED_S
  386. Language=English
  387. A session to %1 established, to report the results of the migration.
  388. .
  389. MessageId=7049
  390. Severity=Informational
  391. Facility=Runtime
  392. SymbolicName=DCT_MSG_SESSION_NOT_ESTABLISHED_SSSSD
  393. Language=English
  394. A session to %1\%2 (%3\%4) could not be established, rc=%5!ld!.
  395. .
  396. MessageId=7050
  397. Severity=Informational
  398. Facility=Runtime
  399. SymbolicName=DCT_MSG_EDA_FINISHED
  400. Language=English
  401. Operation completed.
  402. .
  403. MessageId=7051
  404. Severity=Informational
  405. Facility=Runtime
  406. SymbolicName=DCT_MSG_STARTING_AR
  407. Language=English
  408. Starting Account Replicator.
  409. .
  410. MessageId=7052
  411. Severity=Informational
  412. Facility=Runtime
  413. SymbolicName=DCT_MSG_AR_FAILED_D
  414. Language=English
  415. Failed to start Account Replicator, hr=%1!lx!
  416. .
  417. MessageId=7053
  418. Severity=Informational
  419. Facility=Runtime
  420. SymbolicName=DCT_MSG_STARTING_ST
  421. Language=English
  422. Starting Security Translator.
  423. .
  424. MessageId=7054
  425. Severity=Informational
  426. Facility=Runtime
  427. SymbolicName=DCT_MSG_ST_FAILED_D
  428. Language=English
  429. Failed to start Security Translator, hr=%1!lx!
  430. .
  431. MessageId=7055
  432. Severity=Informational
  433. Facility=Runtime
  434. SymbolicName=DCT_MSG_STARTING_COMPPWDAGE
  435. Language=English
  436. Starting Computer Password Age Gatherer.
  437. .
  438. MessageId=7056
  439. Severity=Informational
  440. Facility=Runtime
  441. SymbolicName=DCT_MSG_COMPPWDAGE_FAILED_D
  442. Language=English
  443. Failed to start Computer Password Age Gatherer, hr=%1!lx!.
  444. .
  445. MessageId=7057
  446. Severity=Informational
  447. Facility=Runtime
  448. SymbolicName=DCT_MSG_STARTING_USERRIGHTS
  449. Language=English
  450. Gathering User Rights Information.
  451. .
  452. MessageId=7058
  453. Severity=Informational
  454. Facility=Runtime
  455. SymbolicName=DCT_MSG_EXPORTING_RIGHTS_SS
  456. Language=English
  457. Exporting user rights from '%1' to '%2'.
  458. .
  459. MessageId=7059
  460. Severity=Informational
  461. Facility=Runtime
  462. SymbolicName=DCT_MSG_RIGHTS_EXPORT_FAILED_SD
  463. Language=English
  464. Failed to export user rights from %1, hr=%2!lx!
  465. .
  466. MessageId=7060
  467. Severity=Informational
  468. Facility=Runtime
  469. SymbolicName=DCT_MSG_RIGHTS_NOT_STARTED_D
  470. Language=English
  471. Failed to Gather User Rights Information, hr=%1!lx!.
  472. .
  473. MessageId=7061
  474. Severity=Informational
  475. Facility=Runtime
  476. SymbolicName=DCT_MSG_OLESAVE_FAILED_SD
  477. Language=English
  478. Failed to save output file to store %1, hr=%2!lx!
  479. .
  480. MessageId=7062
  481. Severity=Informational
  482. Facility=Runtime
  483. SymbolicName=DCT_MSG_WROTE_RESULTS_S
  484. Language=English
  485. Wrote result file %1
  486. .
  487. MessageId=7063
  488. Severity=Informational
  489. Facility=Runtime
  490. SymbolicName=DCT_MSG_STG_CREATE_FAILED_SD
  491. Language=English
  492. Failed to write output file %1, hr=%2!lx!
  493. .
  494. MessageId=7064
  495. Severity=Informational
  496. Facility=Runtime
  497. SymbolicName=DCT_MSG_NO_IPERSIST_SD
  498. Language=English
  499. Failed to get storage interface to write output file %1, hr=%2!lx!
  500. .
  501. MessageId=7065
  502. Severity=Informational
  503. Facility=Runtime
  504. SymbolicName=DCT_MSG_RESULT_FILE_FAILED_S
  505. Language=English
  506. Result file '%1' not written.
  507. .
  508. MessageId=7066
  509. Severity=Informational
  510. Facility=Runtime
  511. SymbolicName=DCT_MSG_NO_OUTPUT_FILE
  512. Language=English
  513. No output file specified for results.
  514. .
  515. MessageId=7067
  516. Severity=Informational
  517. Facility=Runtime
  518. SymbolicName=DCT_MSG_RENAME_COMPUTER_COM_FAILED_D
  519. Language=English
  520. Failed to create COM object. This computer will not be renamed, hr=%1!lx!
  521. .
  522. MessageId=7068
  523. Severity=Informational
  524. Facility=Runtime
  525. SymbolicName=DCT_MSG_RENAME_COMPUTER_FAILED_SD
  526. Language=English
  527. Failed to change computer name to %1, hr=%2!lx!
  528. .
  529. MessageId=7069
  530. Severity=Informational
  531. Facility=Runtime
  532. SymbolicName=DCT_MSG_COMPUTER_RENAMED_S
  533. Language=English
  534. Changed computer name to %1
  535. .
  536. MessageId=7070
  537. Severity=Informational
  538. Facility=Runtime
  539. SymbolicName=DCT_MSG_REBOOT_COM_FAILED_D
  540. Language=English
  541. Failed to create COM object. This computer will not be rebooted, hr=%1!lx!
  542. .
  543. MessageId=7071
  544. Severity=Informational
  545. Facility=Runtime
  546. SymbolicName=DCT_MSG_REBOOTING
  547. Language=English
  548. Rebooting...
  549. .
  550. MessageId=7072
  551. Severity=Informational
  552. Facility=Runtime
  553. SymbolicName=DCT_MSG_REBOOT_FAILED_D
  554. Language=English
  555. Failed to reboot computer. hr=%1!lx!
  556. .
  557. MessageId=7073
  558. Severity=Informational
  559. Facility=Runtime
  560. SymbolicName=DCT_MSG_CHANGE_DOMAIN_COM_FAILED_D
  561. Language=English
  562. Failed to create COM object. Cannot change domain affiliation, hr=%1!lx!
  563. .
  564. MessageId=7074
  565. Severity=Informational
  566. Facility=Runtime
  567. SymbolicName=DCT_MSG_DOMAIN_CHANGED_S
  568. Language=English
  569. Changed domain affiliation of local computer to %1.
  570. .
  571. MessageId=7075
  572. Severity=Informational
  573. Facility=Runtime
  574. SymbolicName=DCT_MSG_CHANGE_DOMAIN_FAILED_D
  575. Language=English
  576. Failed to change domain affiliation, hr=%1!lx!
  577. .
  578. MessageId=7076
  579. Severity=Informational
  580. Facility=Runtime
  581. SymbolicName=DCT_MSG_CHANGE_DOMAIN_FAILED_S
  582. Language=English
  583. Failed to change domain affiliation, %1
  584. .
  585. MessageId=7077
  586. Severity=Informational
  587. Facility=Runtime
  588. SymbolicName=DCT_MSG_REBOOT_INTERVAL_TOO_LATESS
  589. Language=English
  590. The reboot time '%1' specified for this computer is earlier than the current time '%2'. The computer will be rebooted immediately.
  591. .
  592. MessageId=7078
  593. Severity=Informational
  594. Facility=Runtime
  595. SymbolicName=DCT_MSG_CREATE_ADDTO_GROUP_FAILED_SD
  596. Language=English
  597. Failed to create group '%1' for migrated accounts, rc=%2!ld!
  598. .
  599. MessageId=7079
  600. Severity=Informational
  601. Facility=Runtime
  602. SymbolicName=DCT_MSG_RESOLVE_ADDTO_FAILED_SSD
  603. Language=English
  604. Resolving type of group:%1 on %2 rc=%3!ld!
  605. .
  606. MessageId=7080
  607. Severity=Informational
  608. Facility=Runtime
  609. SymbolicName=DCT_MSG_ADDTO_NOT_GROUP_SD
  610. Language=English
  611. %1 is not a group, SID type=%2!ld!
  612. .
  613. MessageId=7081
  614. Severity=Informational
  615. Facility=Runtime
  616. SymbolicName=DCT_MSG_LOOKUP_LMEMBER_NAME_SSSD
  617. Language=English
  618. %1!-20ls! - LookupLMemberName(%2->%3)=%4!ld!
  619. .
  620. MessageId=7082
  621. Severity=Informational
  622. Facility=Runtime
  623. SymbolicName=DCT_MSG_ADDTO_FAILED_SSD
  624. Language=English
  625. %1!-20ls! - failed to add to %2, rc=%3!ld!
  626. .
  627. MessageId=7083
  628. Severity=Informational
  629. Facility=Runtime
  630. SymbolicName=DCT_MSG_USER_GETINFO_FAILED_SSD
  631. Language=English
  632. NetUserGetInfo(%1,%2) failed, rc=%3!ld!
  633. .
  634. MessageId=7084
  635. Severity=Informational
  636. Facility=Runtime
  637. SymbolicName=DCT_MSG_PW_GENERATE_FAILED_S
  638. Language=English
  639. Failed to set strong password for %1.
  640. .
  641. MessageId=7085
  642. Severity=Informational
  643. Facility=Runtime
  644. SymbolicName=DCT_MSG_REPLACE_FAILED_SD
  645. Language=English
  646. %1!-20ls! - Replace failed rc=%2!ld!
  647. .
  648. MessageId=7086
  649. Severity=Informational
  650. Facility=Runtime
  651. SymbolicName=DCT_MSG_RENAME_FAILED_SSD
  652. Language=English
  653. %1!-20ls! - failed to rename to %2, rc=%3!ld!
  654. .
  655. MessageId=7087
  656. Severity=Informational
  657. Facility=Runtime
  658. SymbolicName=DCT_MSG_USER_CREATE_FAILED_SD
  659. Language=English
  660. %1!-20ls! - Create failed rc=%2!ld!
  661. .
  662. MessageId=7088
  663. Severity=Informational
  664. Facility=Runtime
  665. SymbolicName=DCT_MSG_PWDCOPY_FAILED_SD
  666. Language=English
  667. %1!-20ls! - Failed to copy password, random password used instead, hr=%2!lx!
  668. .
  669. MessageId=7089
  670. Severity=Informational
  671. Facility=Runtime
  672. SymbolicName=DCT_MSG_DISABLE_SOURCE_FAILED_SD
  673. Language=English
  674. %1!-20ls! - Could not disable account on source domain, rc=%2!ld!,
  675. .
  676. MessageId=7090
  677. Severity=Informational
  678. Facility=Runtime
  679. SymbolicName=DCT_MSG_GMA_FAILED_SD
  680. Language=English
  681. %1!-25ls! add failed rc=%2!ld!
  682. .
  683. MessageId=7091
  684. Severity=Informational
  685. Facility=Runtime
  686. SymbolicName=DCT_MSG_MEMBER_REMOVE_FAILED_SSD
  687. Language=English
  688. Failed to remove member %1 from %2, rc=%3!ld!
  689. .
  690. MessageId=7092
  691. Severity=Informational
  692. Facility=Runtime
  693. SymbolicName=DCT_MSG_MEMBER_ADD_FAILED_SSD
  694. Language=English
  695. Failed to add %1 to %2, rc=%3!ld!
  696. .
  697. MessageId=7093
  698. Severity=Informational
  699. Facility=Runtime
  700. SymbolicName=DCT_MSG_GG_MEMBER_REMOVE_FAILED_SSD
  701. Language=English
  702. %1!16hs! %2!15ls! member not removed, rc=%3!ld!
  703. .
  704. MessageId=7094
  705. Severity=Informational
  706. Facility=Runtime
  707. SymbolicName=DCT_MSG_GROUP_GETUSERS_FAILED_SD
  708. Language=English
  709. NetGroupGetUsers(%1) rc=%2!ld!
  710. .
  711. MessageId=7095
  712. Severity=Informational
  713. Facility=Runtime
  714. SymbolicName=DCT_MSG_GG_MEMBER_ADD_FAILED_SSD
  715. Language=English
  716. %1!16hs! %2!15ls! add failed rc=%3!ld!
  717. .
  718. MessageId=7096
  719. Severity=Informational
  720. Facility=Runtime
  721. SymbolicName=DCT_MSG_GROUP_GETINFO_FAILED_SSD
  722. Language=English
  723. NetGroupGetInfo(%1,%2) failed, rc=%3!ld!
  724. .
  725. MessageId=7097
  726. Severity=Informational
  727. Facility=Runtime
  728. SymbolicName=DCT_MSG_GROUP_SETINFO_FAILED_SD
  729. Language=English
  730. %1!20ls! - info replace failed rc=%2!ld!
  731. .
  732. MessageId=7098
  733. Severity=Informational
  734. Facility=Runtime
  735. SymbolicName=DCT_MSG_GROUP_GETMEMBERS_FAILED_SD
  736. Language=English
  737. NetGroupGetMembers(%1) rc=%2!ld!
  738. .
  739. MessageId=7099
  740. Severity=Informational
  741. Facility=Runtime
  742. SymbolicName=DCT_MSG_NO_TARGET_SID_SSD
  743. Language=English
  744. LookupTargetSid(%1\%2)=%3!ld!
  745. .
  746. MessageId=7100
  747. Severity=Informational
  748. Facility=Runtime
  749. SymbolicName=DCT_MSG_NO_SOURCE_SID_SSD
  750. Language=English
  751. LookupSourceSid(%1\%2)=%3!ld!
  752. .
  753. MessageId=7101
  754. Severity=Informational
  755. Facility=Runtime
  756. SymbolicName=DCT_MSG_LOOKUP_LMEMBER_NAME_SSD
  757. Language=English
  758. LookupLMemberName(%1->%2)=%3!ld!
  759. .
  760. MessageId=7102
  761. Severity=Informational
  762. Facility=Runtime
  763. SymbolicName=DCT_MSG_LGROUP_GETINFO_FAILED_SSD
  764. Language=English
  765. NetLocalGroupGetInfo(%1,%2) failed, rc=%3!ld!
  766. .
  767. MessageId=7103
  768. Severity=Informational
  769. Facility=Runtime
  770. SymbolicName=DCT_MSG_NQDI_FAILED_SD
  771. Language=English
  772. Error enumerating computer accounts, NetQueryDisplayInformation(%1) rc=%2!ld!
  773. .
  774. MessageId=7104
  775. Severity=Informational
  776. Facility=Runtime
  777. SymbolicName=DCT_MSG_COMPUTER_CREATE_FAILED_SD
  778. Language=English
  779. %1!-25ls! computer account add failed rc=%2!ld!
  780. .
  781. MessageId=7105
  782. Severity=Informational
  783. Facility=Runtime
  784. SymbolicName=DCT_MSG_COMPUTER_GETINFO_FAILED_SSD
  785. Language=English
  786. Error: Cannot get information about computer account (%1)[%2], rc=%3!ld!
  787. .
  788. MessageId=7106
  789. Severity=Informational
  790. Facility=Runtime
  791. SymbolicName=DCT_MSG_PWDCOPY_COM_FAILED_D
  792. Language=English
  793. Failed to create COM object to copy passwords. Passwords will not be copied, hr=%1!lx!
  794. .
  795. MessageId=7107
  796. Severity=Informational
  797. Facility=Runtime
  798. SymbolicName=DCT_MSG_SYSKEY_ENABLED_S
  799. Language=English
  800. Cannot copy passwords from %1 because SYSKEY encryption is enabled.
  801. .
  802. MessageId=7108
  803. Severity=Informational
  804. Facility=Runtime
  805. SymbolicName=DCT_MSG_PWDCOPY_OPEN_FAILED_SD
  806. Language=English
  807. Failed to connect to SAM Database on %1. Passwords will not be copied, hr=%2!lx!
  808. .
  809. MessageId=7109
  810. Severity=Informational
  811. Facility=Runtime
  812. SymbolicName=DCT_MSG_NULL_PASSWORD_NOT_COPIED_SS
  813. Language=English
  814. %1 did not have a password. A complex password has been generated for %2
  815. .
  816. MessageId=7110
  817. Severity=Informational
  818. Facility=Runtime
  819. SymbolicName=DCT_MSG_DSBIND_FAILED_S
  820. Language=English
  821. Error occured while binding to Directory service on %1. SID History will not be added.
  822. .
  823. MessageId=7111
  824. Severity=Informational
  825. Facility=Runtime
  826. SymbolicName=DCT_MSG_ADDSID_FAILED_SSD
  827. Language=English
  828. Failed to add sid history for %1 to %2. RC=%3!ld!
  829. .
  830. MessageId=7112
  831. Severity=Informational
  832. Facility=Runtime
  833. SymbolicName=DCT_MSG_ADD_SID_SUCCESS_SSSS
  834. Language=English
  835. SID for %1\%2 added to the SID History of %3\%4
  836. .
  837. MessageId=7113
  838. Severity=Informational
  839. Facility=Runtime
  840. SymbolicName=DCT_MSG_SETINFO_FAIL_SD
  841. Language=English
  842. Failed to set roaming profile info for %1. rc=%2!ld!
  843. .
  844. MessageId=7114
  845. Severity=Informational
  846. Facility=Runtime
  847. SymbolicName=DCT_MSG_FAILURE_EVENT_LOG_SSSSSSD
  848. Language=English
  849. %1\%2 failed to add SID for %3\%4 to SID history of %5\%6. rc=0x%7!ld!
  850. .
  851. MessageId=7115
  852. Severity=Informational
  853. Facility=Runtime
  854. SymbolicName=DCT_MSG_SUCCESS_EVENT_LOG_SSSSSS
  855. Language=English
  856. %1\%2 added SID for %3\%4 to SID history of %5\%6.
  857. .
  858. MessageId=7116
  859. Severity=Informational
  860. Facility=Runtime
  861. SymbolicName=DCT_MSG_RECYCLER_RENAME_FAILED_SD
  862. Language=English
  863. Failed to rename recycle bin folder for %1, rc=%2!ld!
  864. .
  865. MessageId=7117
  866. Severity=Informational
  867. Facility=Runtime
  868. SymbolicName=DCT_MSG_ADDED_TO_GROUP_SS
  869. Language=English
  870. %1!-20ls! - added to group %2
  871. .
  872. MessageId=7118
  873. Severity=Informational
  874. Facility=Runtime
  875. SymbolicName=DCT_MSG_ACCOUNT_CREATED_S
  876. Language=English
  877. %1!-20ls! - Created
  878. .
  879. MessageId=7119
  880. Severity=Informational
  881. Facility=Runtime
  882. SymbolicName=DCT_MSG_USER_DISABLED_SPECIAL_S
  883. Language=English
  884. %1!-20ls! - Disabled due to special group membership.
  885. .
  886. MessageId=7120
  887. Severity=Informational
  888. Facility=Runtime
  889. SymbolicName=DCT_MSG_PWGENERATED_S
  890. Language=English
  891. %1!-20ls! - Strong password generated.
  892. .
  893. MessageId=7121
  894. Severity=Informational
  895. Facility=Runtime
  896. SymbolicName=DCT_MSG_ACCOUNT_CONFLICT_WARNING_SSSSS
  897. Language=English
  898. Account %1 already exists on the target domain, but the user information
  899. %2 (%3) in the source domain is different from %4 (%5)
  900. in the target domain.
  901. .
  902. MessageId=7122
  903. Severity=Informational
  904. Facility=Runtime
  905. SymbolicName=DCT_MSG_ACCOUNT_NOT_REPLACED_S
  906. Language=English
  907. %1 not overwritten
  908. .
  909. MessageId=7123
  910. Severity=Informational
  911. Facility=Runtime
  912. SymbolicName=DCT_MSG_ACCOUNT_REPLACED_S
  913. Language=English
  914. %1!-20ls! - Replaced.
  915. .
  916. MessageId=7124
  917. Severity=Informational
  918. Facility=Runtime
  919. SymbolicName=DCT_MSG_ACCOUNT_EXISTS_S
  920. Language=English
  921. %1!-20ls! - already exists.
  922. .
  923. MessageId=7125
  924. Severity=Informational
  925. Facility=Runtime
  926. SymbolicName=DCT_MSG_PWD_COPIED_S
  927. Language=English
  928. %1!-20ls! - Password copied
  929. .
  930. MessageId=7126
  931. Severity=Informational
  932. Facility=Runtime
  933. SymbolicName=DCT_MSG_SOURCE_DISABLED_S
  934. Language=English
  935. %1!-20ls! - Source account disabled.
  936. .
  937. MessageId=7127
  938. Severity=Informational
  939. Facility=Runtime
  940. SymbolicName=DCT_MSG_USER_IN_GROUP_SS
  941. Language=English
  942. %1!-25ls! already in %2
  943. .
  944. MessageId=7128
  945. Severity=Informational
  946. Facility=Runtime
  947. SymbolicName=DCT_MSG_MEMBER_ADDED_S
  948. Language=English
  949. %1!-25ls! member added
  950. .
  951. MessageId=7129
  952. Severity=Informational
  953. Facility=Runtime
  954. SymbolicName=DCT_MSG_MEMBER_REMOVED_S
  955. Language=English
  956. %1!-25ls! removed
  957. .
  958. MessageId=7130
  959. Severity=Informational
  960. Facility=Runtime
  961. SymbolicName=DCT_MSG_MEMBER_NOT_IN_TARGET_SSS
  962. Language=English
  963. %1 does not exist in %2, cannot be added to %3. %4
  964. .
  965. MessageId=7131
  966. Severity=Informational
  967. Facility=Runtime
  968. SymbolicName=DCT_MSG_GG_MEMBER_ADDED_S
  969. Language=English
  970. %1 added
  971. .
  972. MessageId=7132
  973. Severity=Informational
  974. Facility=Runtime
  975. SymbolicName=DCT_MSG_GG_MEMBER_REMOVED_SS
  976. Language=English
  977. %1!16hs! %2!15ls! member removed
  978. .
  979. MessageId=7133
  980. Severity=Informational
  981. Facility=Runtime
  982. SymbolicName=DCT_MSG_USER_IN_GLOBAL_GROUP_SS
  983. Language=English
  984. %1!16hs! %2!15ls! member already exists
  985. .
  986. MessageId=7134
  987. Severity=Informational
  988. Facility=Runtime
  989. SymbolicName=DCT_MSG_RESERVED_GROUP_IGNORED_S
  990. Language=English
  991. %-1!20ls! - ignored reserved group
  992. .
  993. MessageId=7135
  994. Severity=Informational
  995. Facility=Runtime
  996. SymbolicName=DCT_MSG_GROUP_REPLACED_S
  997. Language=English
  998. %1!-20ls! - group info replaced
  999. .
  1000. MessageId=7136
  1001. Severity=Informational
  1002. Facility=Runtime
  1003. SymbolicName=DCT_MSG_UNKNOWN_MEMBER_SS
  1004. Language=English
  1005. Invalid member in %1\%2)
  1006. .
  1007. MessageId=7137
  1008. Severity=Informational
  1009. Facility=Runtime
  1010. SymbolicName=DCT_MSG_MEMBER_NOT_MAPPED_SS
  1011. Language=English
  1012. %1!-25ls! cannot be mapped to %2
  1013. .
  1014. MessageId=7138
  1015. Severity=Informational
  1016. Facility=Runtime
  1017. SymbolicName=DCT_MSG_INDENTED_NAME_S
  1018. Language=English
  1019. %1!-25ls!
  1020. .
  1021. MessageId=7139
  1022. Severity=Informational
  1023. Facility=Runtime
  1024. SymbolicName=DCT_MSG_COMPUTER_ADDED_S
  1025. Language=English
  1026. %1!-25ls! computer account added
  1027. .
  1028. MessageId=7140
  1029. Severity=Informational
  1030. Facility=Runtime
  1031. SymbolicName=DCT_MSG_COMPUTER_EXISTS_S
  1032. Language=English
  1033. %1!-25ls! computer account already exists
  1034. .
  1035. MessageId=7141
  1036. Severity=Informational
  1037. Facility=Runtime
  1038. SymbolicName=DCT_MSG_FST_WRITESD_INVALID
  1039. Language=English
  1040. Cannot write the security descriptor. The specified filename is not valid.
  1041. .
  1042. MessageId=7142
  1043. Severity=Informational
  1044. Facility=Runtime
  1045. SymbolicName=DCT_MSG_FILE_WRITESD_FAILED_SD
  1046. Language=English
  1047. Failed to write permissions changes to file %1 (%2!ld!)
  1048. .
  1049. MessageId=7143
  1050. Severity=Informational
  1051. Facility=Runtime
  1052. SymbolicName=DCT_MSG_FST_FILE_IN_USE_S
  1053. Language=English
  1054. File in use, could not open (%1)
  1055. .
  1056. MessageId=7144
  1057. Severity=Informational
  1058. Facility=Runtime
  1059. SymbolicName=DCT_MSG_FST_FILE_OPEN_FAILED_SD
  1060. Language=English
  1061. Error: Could not open file '%1' (%2!ld!)
  1062. .
  1063. MessageId=7145
  1064. Severity=Informational
  1065. Facility=Runtime
  1066. SymbolicName=DCT_MSG_FST_GET_FILE_SECURITY_FAILED_SD
  1067. Language=English
  1068. Could not get security information for file '%1' (%2!ld!)
  1069. .
  1070. MessageId=7146
  1071. Severity=Informational
  1072. Facility=Runtime
  1073. SymbolicName=DCT_MSG_FST_GET_SHARE_SECURITY_FAILED_SD
  1074. Language=English
  1075. Could not get security information from share '%1' (%2!ld!)
  1076. .
  1077. MessageId=7147
  1078. Severity=Informational
  1079. Facility=Runtime
  1080. SymbolicName=DCT_MSG_FST_SHARE_WRITESD_FAILED_SD
  1081. Language=English
  1082. Could not write security information to share '%1' (%2!ld!)
  1083. .
  1084. MessageId=7148
  1085. Severity=Informational
  1086. Facility=Runtime
  1087. SymbolicName=DCT_MSG_CANNOT_FIND_ACCOUNT_SSD
  1088. Language=English
  1089. Lookup of SID for %1\%2 failed, (%3!ld!)
  1090. .
  1091. MessageId=7149
  1092. Severity=Informational
  1093. Facility=Runtime
  1094. SymbolicName=DCT_MSG_FIND_FILE_FAILED_SD
  1095. Language=English
  1096. An error occurred while searching for '%1' (%2!ld!),
  1097. .
  1098. MessageId=7150
  1099. Severity=Informational
  1100. Facility=Runtime
  1101. SymbolicName=DCT_MSG_SHARE_ENUM_FAILED_SD
  1102. Language=English
  1103. An error occurred while enumerating the shares on '%1', rc=%2!ld!
  1104. .
  1105. MessageId=7151
  1106. Severity=Informational
  1107. Facility=Runtime
  1108. SymbolicName=DCT_MSG_PATH_ERROR_SD
  1109. Language=English
  1110. An error occurred while processing path %1, rc=%2!ld!
  1111. .
  1112. MessageId=7152
  1113. Severity=Informational
  1114. Facility=Runtime
  1115. SymbolicName=DCT_MSG_INITIALIZE_SID_FAILED_D
  1116. Language=English
  1117. InitializeSid failed (%1!ld!)
  1118. .
  1119. MessageId=7153
  1120. Severity=Informational
  1121. Facility=Runtime
  1122. SymbolicName=DCT_MSG_INVALID_DOMAIN_SID
  1123. Language=English
  1124. Invalid SID for domain.
  1125. .
  1126. MessageId=7154
  1127. Severity=Informational
  1128. Facility=Runtime
  1129. SymbolicName=DCT_MSG_ERROR_ADDING_WILDCARD_S
  1130. Language=English
  1131. Failed to add the accounts in %1 to the account list.
  1132. .
  1133. MessageId=7155
  1134. Severity=Informational
  1135. Facility=Runtime
  1136. SymbolicName=DCT_MSG_COPY_SID_FAILED_D
  1137. Language=English
  1138. Unable to copy SID, rc=%1!ld!
  1139. .
  1140. MessageId=7156
  1141. Severity=Informational
  1142. Facility=Runtime
  1143. SymbolicName=DCT_MSG_GET_UNIVERSAL_NAME_FAILED_SD
  1144. Language=English
  1145. WNetGetUniversalName(%1)=%2!ld!
  1146. .
  1147. MessageId=7157
  1148. Severity=Informational
  1149. Facility=Runtime
  1150. SymbolicName=DCT_MSG_SERVER_GETINFO_FAILED_SD
  1151. Language=English
  1152. NetServerGetInfo(%1) failed, rc=%2!ld!
  1153. .
  1154. MessageId=7158
  1155. Severity=Informational
  1156. Facility=Runtime
  1157. SymbolicName=DCT_MSG_SHARE_GETINFO_FAILED_SD
  1158. Language=English
  1159. NetShareGetInfo(%1) failed, rc=%2!ld!
  1160. .
  1161. MessageId=7159
  1162. Severity=Informational
  1163. Facility=Runtime
  1164. SymbolicName=DCT_MSG_GET_VOLUME_INFO_FAILED_SD
  1165. Language=English
  1166. Warning: Cannot get volume information for %1 (%2!ld!)
  1167. .
  1168. MessageId=7160
  1169. Severity=Informational
  1170. Facility=Runtime
  1171. SymbolicName=DCT_MSG_PATH_TOO_LONG_SD
  1172. Language=English
  1173. Error: Path (%1) will not be processed. It is longer than %2!ld! characters.
  1174. .
  1175. MessageId=7161
  1176. Severity=Informational
  1177. Facility=Runtime
  1178. SymbolicName=DCT_MSG_PATH_NOT_FOUND_S
  1179. Language=English
  1180. %1 not found.
  1181. .
  1182. MessageId=7162
  1183. Severity=Informational
  1184. Facility=Runtime
  1185. SymbolicName=DCT_MSG_CANNOT_READ_PATH_SD
  1186. Language=English
  1187. Cannot access %1, rc=%2!ld!
  1188. .
  1189. MessageId=7163
  1190. Severity=Informational
  1191. Facility=Runtime
  1192. SymbolicName=DCT_MSG_NO_ACLS_S
  1193. Language=English
  1194. %1 does not support ACL based security.
  1195. .
  1196. MessageId=7164
  1197. Severity=Informational
  1198. Facility=Runtime
  1199. SymbolicName=DCT_MSG_DRIVE_ENUM_FAILED_SD
  1200. Language=English
  1201. Error: Couldn't enumerate drives on machine %1 (rc=%2!ld!)
  1202. .
  1203. MessageId=7165
  1204. Severity=Informational
  1205. Facility=Runtime
  1206. SymbolicName=DCT_MSG_LOCAL_DRIVE_ENUM_FAILED_D
  1207. Language=English
  1208. Could not enumerate drives on local machine, rc=%1!ld!
  1209. .
  1210. MessageId=7166
  1211. Severity=Informational
  1212. Facility=Runtime
  1213. SymbolicName=DCT_MSG_DRIVE_BUFFER_TOO_SMALL
  1214. Language=English
  1215. Internal Error. The buffer was too small to process drive letters.
  1216. .
  1217. MessageId=7167
  1218. Severity=Informational
  1219. Facility=Runtime
  1220. SymbolicName=DCT_MSG_ADMIN_SHARES_ERROR_SSD
  1221. Language=English
  1222. Could not get information about the administrative share %1 on machine %2 (%3!ld!)
  1223. .
  1224. MessageId=7168
  1225. Severity=Informational
  1226. Facility=Runtime
  1227. SymbolicName=DCT_MSG_SKIPPING_DRIVE_SD
  1228. Language=English
  1229. Skipping %1. Unrecognized drive type. (%2!ld!)
  1230. .
  1231. MessageId=7169
  1232. Severity=Informational
  1233. Facility=Runtime
  1234. SymbolicName=DCT_MSG_NO_PATHS
  1235. Language=English
  1236. Error: You must supply at least one path
  1237. .
  1238. MessageId=7170
  1239. Severity=Informational
  1240. Facility=Runtime
  1241. SymbolicName=DCT_MSG_NO_ENDING_QUOTE_S
  1242. Language=English
  1243. Error: No ending " found for %1
  1244. .
  1245. MessageId=7171
  1246. Severity=Informational
  1247. Facility=Runtime
  1248. SymbolicName=DCT_MSG_OPEN_PRINTER_FAILED_SD
  1249. Language=English
  1250. Failed to open printer %1, rc=%2!ld!
  1251. .
  1252. MessageId=7172
  1253. Severity=Informational
  1254. Facility=Runtime
  1255. SymbolicName=DCT_MSG_GET_PRINTER_FAILED_SD
  1256. Language=English
  1257. Failed to retrieve security information for printer '%1', rc=%2!ld!
  1258. .
  1259. MessageId=7173
  1260. Severity=Informational
  1261. Facility=Runtime
  1262. SymbolicName=DCT_MSG_ERROR_ENUMERATING_LOCAL_PRINTERS_D
  1263. Language=English
  1264. Failed to enumerate the printers on the local machine, rc=%1!ld!
  1265. .
  1266. MessageId=7174
  1267. Severity=Informational
  1268. Facility=Runtime
  1269. SymbolicName=DCT_MSG_PROCESSING_LOCAL_PRINTERS
  1270. Language=English
  1271. Processing printer security...
  1272. .
  1273. MessageId=7175
  1274. Severity=Informational
  1275. Facility=Runtime
  1276. SymbolicName=DCT_MSG_PRINTER_WRITESD_FAILED_SD
  1277. Language=English
  1278. Failed to write security changes to printer '%1', rc=%2!ld!
  1279. .
  1280. MessageId=7176
  1281. Severity=Informational
  1282. Facility=Runtime
  1283. SymbolicName=DCT_MSG_SOURCE_EAOPEN_FAILED_SD
  1284. Language=English
  1285. Cannot connect to RPC Server on source domain, %1, rc=%2!ld!.
  1286. .
  1287. MessageId=7177
  1288. Severity=Informational
  1289. Facility=Runtime
  1290. SymbolicName=DCT_MSG_TARGET_EAOPEN_FAILED_SD
  1291. Language=English
  1292. Cannot connect to RPC Server on target domain, %1, rc=%2!ld!.
  1293. .
  1294. MessageId=7178
  1295. Severity=Informational
  1296. Facility=Runtime
  1297. SymbolicName=DCT_MSG_ACCOUNT_GET_INFO_ERROR_sD
  1298. Language=English
  1299. Error reading account type for '%1', rc=%2!ld!
  1300. .
  1301. MessageId=7179
  1302. Severity=Informational
  1303. Facility=Runtime
  1304. SymbolicName=DCT_MSG_ACCOUNT_ENUM_ERROR_ssD
  1305. Language=English
  1306. Error expanding wildcard specification (%1,%2), rc=%3!ld!
  1307. .
  1308. MessageId=7180
  1309. Severity=Informational
  1310. Facility=Runtime
  1311. SymbolicName=DCT_MSG_PWD_POLICY_ERROR_SD
  1312. Language=English
  1313. Cannot get strong password policy from '%1', rc=%2!ld!. Using default policy instead.
  1314. .
  1315. MessageId=7181
  1316. Severity=Informational
  1317. Facility=Runtime
  1318. SymbolicName=DCT_MSG_NO_RID_FOUND_SSD
  1319. Language=English
  1320. Unable to lookup RID for %1. %2 will not be translated, rc=%3!ld!
  1321. .
  1322. MessageId=7182
  1323. Severity=Informational
  1324. Facility=Runtime
  1325. SymbolicName=DCT_MSG_DOMAIN_GET_INFO_FAILED_S
  1326. Language=English
  1327. Cannot get information for domain %1
  1328. .
  1329. MessageId=7183
  1330. Severity=Informational
  1331. Facility=Runtime
  1332. SymbolicName=DCT_MSG_DOMAIN_SET_INFO_FAILED_S
  1333. Language=English
  1334. Couldn't set domain info for %1
  1335. .
  1336. MessageId=7184
  1337. Severity=Informational
  1338. Facility=Runtime
  1339. SymbolicName=DCT_MSG_GET_DOMAIN_SID_FAILED_1
  1340. Language=English
  1341. Could not get security ID for domain %1.
  1342. .
  1343. MessageId=7185
  1344. Severity=Informational
  1345. Facility=Runtime
  1346. SymbolicName=DCT_MSG_ACCOUNT_ENUM_FAILED_SD
  1347. Language=English
  1348. Error expanding wildcard specificaiton '%1', rc=%2!ld!
  1349. .
  1350. MessageId=7186
  1351. Severity=Informational
  1352. Facility=Runtime
  1353. SymbolicName=DCT_MSG_RIGHTS_INCOMPATIBLE_FLAGS
  1354. Language=English
  1355. Warning: Ignoring flag 'RemoveExistingUserRights', since 'UpdateUserRights' is not selected.
  1356. .
  1357. MessageId=7187
  1358. Severity=Informational
  1359. Facility=Runtime
  1360. SymbolicName=DCT_MSG_PWD_INCOMPATIBLE_FLAGS
  1361. Language=English
  1362. Warning: Strong passwords will not be generated, since passwords are being copied.
  1363. .
  1364. MessageId=7188
  1365. Severity=Informational
  1366. Facility=Runtime
  1367. SymbolicName=DCT_MSG_NO_NAME_IN_VARSET_S
  1368. Language=English
  1369. Account name for '%1' not provided.
  1370. .
  1371. MessageId=7189
  1372. Severity=Informational
  1373. Facility=Runtime
  1374. SymbolicName=DCT_MSG_SOURCE_ACCOUNT_NOT_FOUND_SSD
  1375. Language=English
  1376. Account %1 not found on source domain '%2'. rc=%3!ld!
  1377. .
  1378. MessageId=7190
  1379. Severity=Informational
  1380. Facility=Runtime
  1381. SymbolicName=DCT_MSG_BAD_TRANSLATION_MODE_S
  1382. Language=English
  1383. Invalid translation mode: %1. Replace will be used as default.
  1384. .
  1385. MessageId=7191
  1386. Severity=Informational
  1387. Facility=Runtime
  1388. SymbolicName=DCT_MSG_EXCEPTION_READING_VARSET
  1389. Language=English
  1390. Failure reading parameters.
  1391. .
  1392. MessageId=7192
  1393. Severity=Informational
  1394. Facility=Runtime
  1395. SymbolicName=DCT_MSG_ERROR_READING_INPUT_FILE_S
  1396. Language=English
  1397. An error occurred while reading from the input file %1.
  1398. .
  1399. MessageId=7193
  1400. Severity=Informational
  1401. Facility=Runtime
  1402. SymbolicName=DCT_MSG_ACCOUNTS_READ_FROM_FILE_DS
  1403. Language=English
  1404. Read %1!ld! accounts from %2
  1405. .
  1406. MessageId=7194
  1407. Severity=Informational
  1408. Facility=Runtime
  1409. SymbolicName=DCT_MSG_ERROR_OPENING_FILE_S
  1410. Language=English
  1411. Could not open input file %1
  1412. .
  1413. MessageId=7195
  1414. Severity=Informational
  1415. Facility=Runtime
  1416. SymbolicName=DCT_MSG_FAILED_TO_WRITE_ACCOUNT_STATS_S
  1417. Language=English
  1418. Failed to open the file %1 to write replication results. %2
  1419. .
  1420. MessageId=7196
  1421. Severity=Informational
  1422. Facility=Runtime
  1423. SymbolicName=DCT_MSG_COULD_NOT_OPEN_RESULT_FILE_S
  1424. Language=English
  1425. Could not open result file %1
  1426. .
  1427. MessageId=7197
  1428. Severity=Informational
  1429. Facility=Runtime
  1430. SymbolicName=DCT_MSG_CANNOT_OPEN_LOGFILE_S
  1431. Language=English
  1432. Cannot open log file '%1'.
  1433. .
  1434. MessageId=7198
  1435. Severity=Informational
  1436. Facility=Runtime
  1437. SymbolicName=DCT_MSG_OPERATION_ABORTED
  1438. Language=English
  1439. Operation Aborted.
  1440. .
  1441. MessageId=7199
  1442. Severity=Informational
  1443. Facility=Runtime
  1444. SymbolicName=DCT_MSG_UPDATED_RIGHTS_S
  1445. Language=English
  1446. Updated user rights for %1
  1447. .
  1448. MessageId=7201
  1449. Severity=Informational
  1450. Facility=Runtime
  1451. SymbolicName=DCT_MSG_GENERIC_S
  1452. Language=English
  1453. %1
  1454. .
  1455. MessageId=7202
  1456. Severity=Informational
  1457. Facility=Runtime
  1458. SymbolicName=DCT_MSG_PROCESSING_S
  1459. Language=English
  1460. Processing %1
  1461. .
  1462. MessageId=7203
  1463. Severity=Informational
  1464. Facility=Runtime
  1465. SymbolicName=DCT_MSG_EXAMINED_S
  1466. Language=English
  1467. Examined: %1
  1468. .
  1469. MessageId=7204
  1470. Severity=Informational
  1471. Facility=Runtime
  1472. SymbolicName=DCT_MSG_CHANGED_S
  1473. Language=English
  1474. Changed: %1
  1475. .
  1476. MessageId=7205
  1477. Severity=Informational
  1478. Facility=Runtime
  1479. SymbolicName=DCT_MSG_FST_STARTING
  1480. Language=English
  1481. Starting
  1482. .
  1483. MessageId=7206
  1484. Severity=Informational
  1485. Facility=Runtime
  1486. SymbolicName=DCT_MSG_SKIPPING_FAT_VOLUME_S
  1487. Language=English
  1488. Skipping %1. The volume does not support ACL based security
  1489. .
  1490. MessageId=7207
  1491. Severity=Informational
  1492. Facility=Runtime
  1493. SymbolicName=DCT_MSG_SKIPPING_PATH_SD
  1494. Language=English
  1495. Skipping %1, rc=%2!ld!
  1496. .
  1497. MessageId=7208
  1498. Severity=Informational
  1499. Facility=Runtime
  1500. SymbolicName=DCT_MSG_PROCESSING_SHARES_S
  1501. Language=English
  1502. Processing shares on %1.
  1503. .
  1504. MessageId=7209
  1505. Severity=Informational
  1506. Facility=Runtime
  1507. SymbolicName=DCT_MSG_PROCESSING_SHARE_S
  1508. Language=English
  1509. Processing share %1.
  1510. .
  1511. MessageId=7210
  1512. Severity=Informational
  1513. Facility=Runtime
  1514. SymbolicName=DCT_MSG_LOCAL_TRANSLATION
  1515. Language=English
  1516. Translating local machine.
  1517. .
  1518. MessageId=7211
  1519. Severity=Informational
  1520. Facility=Runtime
  1521. SymbolicName=DCT_MSG_PROCESSING_LOCAL_SHARES
  1522. Language=English
  1523. Processing shares on local machine.
  1524. .
  1525. MessageId=7212
  1526. Severity=Informational
  1527. Facility=Runtime
  1528. SymbolicName=DCT_MSG_LOCAL_MODE
  1529. Language=English
  1530. Agent is running in local mode.
  1531. .
  1532. MessageId=7213
  1533. Severity=Informational
  1534. Facility=Runtime
  1535. SymbolicName=DCT_MSG_NO_CHANGE_MODE
  1536. Language=English
  1537. /NOCHANGE option selected. No changes were written.
  1538. .
  1539. MessageId=7214
  1540. Severity=Informational
  1541. Facility=Runtime
  1542. SymbolicName=DCT_MSG_EXPORTING_ACCOUNT_REFS_S
  1543. Language=English
  1544. Exporting account reference information to '%1'
  1545. .
  1546. MessageId=7215
  1547. Severity=Informational
  1548. Facility=Runtime
  1549. SymbolicName=DCT_MSG_TRANSLATING_LOCAL_GROUPS
  1550. Language=English
  1551. Translating local groups.
  1552. .
  1553. MessageId=7216
  1554. Severity=Informational
  1555. Facility=Runtime
  1556. SymbolicName=DCT_MSG_TRANSLATING_LOCAL_GROUPS_ON_S
  1557. Language=English
  1558. Translating local groups on %1
  1559. .
  1560. MessageId=7217
  1561. Severity=Informational
  1562. Facility=Runtime
  1563. SymbolicName=DCT_MSG_TRANSLATING_USER_RIGHTS
  1564. Language=English
  1565. Translating user rights.
  1566. .
  1567. MessageId=7218
  1568. Severity=Informational
  1569. Facility=Runtime
  1570. SymbolicName=DCT_MSG_TRANSLATING_RIGHTS_ON_S
  1571. Language=English
  1572. Translating user rights on %1
  1573. .
  1574. MessageId=7219
  1575. Severity=Informational
  1576. Facility=Runtime
  1577. SymbolicName=DCT_MSG_SKIPPING_EXCHANGE_ACCOUNT_SS
  1578. Language=English
  1579. The Exchange service account, %1\%2, will not be translated.
  1580. .
  1581. MessageId=7220
  1582. Severity=Informational
  1583. Facility=Runtime
  1584. SymbolicName=DCT_MSG_GENERIC_HRESULT_SD
  1585. Language=English
  1586. %1 hr=%2!lx! %3
  1587. .
  1588. MessageId=7221
  1589. Severity=Informational
  1590. Facility=Runtime
  1591. SymbolicName=DCT_MSG_EXAMINING_CONTENTS_S
  1592. Language=English
  1593. Examining contents of %1.
  1594. .
  1595. MessageId=7222
  1596. Severity=Informational
  1597. Facility=Runtime
  1598. SymbolicName=DCT_MSG_REMOVED_RIGHT_SSSS
  1599. Language=English
  1600. Removed right %1\%2 from %3\%4
  1601. .
  1602. MessageId=7223
  1603. Severity=Informational
  1604. Facility=Runtime
  1605. SymbolicName=DCT_MSG_ADDED_RIGHT_SSSS
  1606. Language=English
  1607. Granted right %1\%2 to %3\%4
  1608. .
  1609. MessageId=7224
  1610. Severity=Informational
  1611. Facility=Runtime
  1612. SymbolicName=DCT_MSG_REMOVED_RIGHT_SS
  1613. Language=English
  1614. Revoking privilege %1 from %2
  1615. .
  1616. MessageId=7225
  1617. Severity=Informational
  1618. Facility=Runtime
  1619. SymbolicName=DCT_MSG_USER_HAS_RIGHT_SS
  1620. Language=English
  1621. %1 already has privilege %2.
  1622. .
  1623. MessageId=7226
  1624. Severity=Informational
  1625. Facility=Runtime
  1626. SymbolicName=DCT_MSG_RIGHT_GRANTED_SS
  1627. Language=English
  1628. Granting privilege %1 to %2
  1629. .
  1630. MessageId=7227
  1631. Severity=Informational
  1632. Facility=Runtime
  1633. SymbolicName=DCT_MSG_MUST_REBOOT_SERVER_S
  1634. Language=English
  1635. One or more files is busy. The agent cannot run until %1 is rebooted.
  1636. .
  1637. MessageId=7228
  1638. Severity=Informational
  1639. Facility=Runtime
  1640. SymbolicName=DCT_MSG_UPDATE_RIGHTS_FAILED_SD
  1641. Language=English
  1642. Error updating user rights for %1, rc=%2!ld!
  1643. .
  1644. MessageId=7229
  1645. Severity=Informational
  1646. Facility=Runtime
  1647. SymbolicName=DCT_MSG_NO_SERVERS_FOUND_SS
  1648. Language=English
  1649. No machines matching %1 were found in source domain %2
  1650. .
  1651. MessageId=7230
  1652. Severity=Informational
  1653. Facility=Runtime
  1654. SymbolicName=DCT_MSG_ERROR_ACCESSING_DRIVES_SD
  1655. Language=English
  1656. Error accessing drives on machine %1, rc=%2!ld!
  1657. .
  1658. MessageId=7231
  1659. Severity=Informational
  1660. Facility=Runtime
  1661. SymbolicName=DCT_MSG_ERROR_ACCESSING_LOCAL_DRIVES_D
  1662. Language=English
  1663. Error accessing drives on local machine, rc=%1!ld!
  1664. .
  1665. MessageId=7232
  1666. Severity=Informational
  1667. Facility=Runtime
  1668. SymbolicName=DCT_MSG_NO_SESSION_SD
  1669. Language=English
  1670. Unable to establish a session to %1, rc=%2!ld!
  1671. .
  1672. MessageId=7233
  1673. Severity=Informational
  1674. Facility=Runtime
  1675. SymbolicName=DCT_MSG_NO_CACHE_INFO
  1676. Language=English
  1677. Cannot get source or target domain information...aborting.
  1678. .
  1679. MessageId=7234
  1680. Severity=Informational
  1681. Facility=Runtime
  1682. SymbolicName=DCT_MSG_CANT_FIND_EXCHANGE_ACCOUNT_SD
  1683. Language=English
  1684. Unable to determine the Exchange service account for %1, rc=%2!ld!. The translation has been aborted.
  1685. .
  1686. MessageId=7235
  1687. Severity=Informational
  1688. Facility=Runtime
  1689. SymbolicName=DCT_MSG_NO_MAPI_SESSION
  1690. Language=English
  1691. Error: Mapi session not started. No mailboxes will be translated.
  1692. .
  1693. MessageId=7236
  1694. Severity=Informational
  1695. Facility=Runtime
  1696. SymbolicName=DCT_MSG_DOMAIN_NOT_FOUND_S
  1697. Language=English
  1698. Domain %1 not found
  1699. .
  1700. MessageId=7237
  1701. Severity=Informational
  1702. Facility=Runtime
  1703. SymbolicName=DCT_MSG_BAD_ACCOUNT_TYPE_SD
  1704. Language=English
  1705. %1 unrecognized account type '%2!d!'
  1706. .
  1707. MessageId=7238
  1708. Severity=Informational
  1709. Facility=Runtime
  1710. SymbolicName=DCT_MSG_CONTAINER_NOT_FOUND_S
  1711. Language=English
  1712. Container %1 not found.
  1713. .
  1714. MessageId=7239
  1715. Severity=Informational
  1716. Facility=Runtime
  1717. SymbolicName=DCT_MSG_MEMBER_REMOVE_FAILED_SSSD
  1718. Language=English
  1719. Failed to remove member %1 from local group %2 on %3, rc=%4!ld!.
  1720. .
  1721. MessageId=7240
  1722. Severity=Informational
  1723. Facility=Runtime
  1724. SymbolicName=DCT_MSG_MEMBER_ADD_FAILED_SSSD
  1725. Language=English
  1726. Failed to add member %1 to local group %2 on %3, rc=%4!ld!.
  1727. .
  1728. MessageId=7241
  1729. Severity=Informational
  1730. Facility=Runtime
  1731. SymbolicName=DCT_MSG_GROUP_ENUM_FAILED_SS
  1732. Language=English
  1733. Unable to enumerate members of local group %1 on %2.
  1734. .
  1735. MessageId=7242
  1736. Severity=Informational
  1737. Facility=Runtime
  1738. SymbolicName=DCT_MSG_REMOVE_RIGHT_FAILED_SSSD
  1739. Language=English
  1740. Failed to remove user right %1 from account %2 on %3, rc=%4!ld!.
  1741. .
  1742. MessageId=7243
  1743. Severity=Informational
  1744. Facility=Runtime
  1745. SymbolicName=DCT_MSG_ADD_RIGHT_FAILED_SSSD
  1746. Language=English
  1747. Failed to add user right %1 to account %2 on %3, rc=%4!ld!.
  1748. .
  1749. MessageId=7244
  1750. Severity=Informational
  1751. Facility=Runtime
  1752. SymbolicName=DCT_MSG_INVALID_SID_STRING_S
  1753. Language=English
  1754. Cannot convert '%1' to binary SID
  1755. .
  1756. MessageId=7245
  1757. Severity=Informational
  1758. Facility=Runtime
  1759. SymbolicName=DCT_MSG_USERS_WITH_RIGHT_COUNT_FAILED_SSD
  1760. Language=English
  1761. Failed to get the number of users with right %1 on %2, hr=%3!lx!
  1762. .
  1763. MessageId=7246
  1764. Severity=Informational
  1765. Facility=Runtime
  1766. SymbolicName=DCT_MSG_GET_USERS_WITH_RIGHT_FAILED_SSD
  1767. Language=English
  1768. Failed to get the list of accounts having right %1 on %2, hr=%3!lx!
  1769. .
  1770. MessageId=7247
  1771. Severity=Informational
  1772. Facility=Runtime
  1773. SymbolicName=DCT_MSG_LIST_RIGHTS_FAILED_SD
  1774. Language=English
  1775. Failed to get list of rights from %1, hr=%2!lx!
  1776. .
  1777. MessageId=7248
  1778. Severity=Informational
  1779. Facility=Runtime
  1780. SymbolicName=DCT_MSG_REMOVE_RIGHT_FAILED_SSD
  1781. Language=English
  1782. RemovePrivilege(%1,%2) failed, rc=%3!ld!
  1783. .
  1784. MessageId=7249
  1785. Severity=Informational
  1786. Facility=Runtime
  1787. SymbolicName=DCT_MSG_ADD_RIGHT_FAILED_SSD
  1788. Language=English
  1789. AddPrivilege(%1,%2) failed, rc=%3!ld!
  1790. .
  1791. MessageId=7250
  1792. Severity=Informational
  1793. Facility=Runtime
  1794. SymbolicName=DCT_MSG_NO_DOMAIN_SID_SD
  1795. Language=English
  1796. Unable to get domain SID for domain %1, rc=%2!ld!.
  1797. .
  1798. MessageId=7251
  1799. Severity=Informational
  1800. Facility=Runtime
  1801. SymbolicName=DCT_MSG_SET_ACL_FAILED_S
  1802. Language=English
  1803. Failed to set permissions for file %1
  1804. .
  1805. MessageId=7252
  1806. Severity=Informational
  1807. Facility=Runtime
  1808. SymbolicName=DCT_MSG_NO_BR_PRIV_SD
  1809. Language=English
  1810. Failed to get Backup and Restore privileges. Unable to set permissions for %1, rc=%2!ld!
  1811. .
  1812. MessageId=7253
  1813. Severity=Informational
  1814. Facility=Runtime
  1815. SymbolicName=DCT_MSG_FAILED_TO_ADD_DOMAIN_ADMINS_SSD
  1816. Language=English
  1817. Failed to add %1\Domain Admins to %2, rc=%3!ld!
  1818. .
  1819. MessageId=7254
  1820. Severity=Informational
  1821. Facility=Runtime
  1822. SymbolicName=DCT_MSG_FAILED_TO_REMOVE_DOMAIN_ADMINS_SSD
  1823. Language=English
  1824. Failed to remove %1\Domain Admins from %2, rc=%3!ld!
  1825. .
  1826. MessageId=7255
  1827. Severity=Informational
  1828. Facility=Runtime
  1829. SymbolicName=DCT_MSG_MODULE_NOT_LICENSED_S
  1830. Language=English
  1831. Cannot dispatch agents. The target domain %1 does not have the required license.
  1832. .
  1833. MessageId=7256
  1834. Severity=Informational
  1835. Facility=Runtime
  1836. SymbolicName=DCT_MSG_TRIAL_FORCE_NOCHANGE
  1837. Language=English
  1838. The trial version of Domain Administrator does not write changes. No changes will be written.
  1839. .
  1840. MessageId=7257
  1841. Severity=Informational
  1842. Facility=Runtime
  1843. SymbolicName=DCT_MSG_CACHE_FILE_BUILT_S
  1844. Language=English
  1845. Created account input file for remote agents: %1
  1846. .
  1847. MessageId=7258
  1848. Severity=Informational
  1849. Facility=Runtime
  1850. SymbolicName=DCT_MSG_ACCOUNT_RENAMED_SS
  1851. Language=English
  1852. Renamed %1 to %2
  1853. .
  1854. MessageId=7259
  1855. Severity=Informational
  1856. Facility=Runtime
  1857. SymbolicName=DCT_MSG_NULL
  1858. Language=English
  1859. .
  1860. MessageId=7260
  1861. Severity=Informational
  1862. Facility=Runtime
  1863. SymbolicName=DCT_MSG_REBOOTING_SERVER_S
  1864. Language=English
  1865. Rebooting %1
  1866. .
  1867. MessageId=7261
  1868. Severity=Informational
  1869. Facility=Runtime
  1870. SymbolicName=DCT_MSG_FAILED_TO_REBOOT_SD
  1871. Language=English
  1872. Failed to reboot %1, hr=%2!lx!
  1873. .
  1874. MessageId=7262
  1875. Severity=Informational
  1876. Facility=Runtime
  1877. SymbolicName=DCT_MSG_WRONG_PROCESSOR_TYPE_SS
  1878. Language=English
  1879. Cannot install the agent on %1 because it has a different processor type from %2
  1880. .
  1881. MessageId=7263
  1882. Severity=Informational
  1883. Facility=Runtime
  1884. SymbolicName=DCT_MSG_CREATE_DIR_FAILED_SD
  1885. Language=English
  1886. Failed to create the directory %1 for the agent files, rc=%2!ld!
  1887. .
  1888. MessageId=7264
  1889. Severity=Informational
  1890. Facility=Runtime
  1891. SymbolicName=DCT_MSG_FAILED_TO_ADD_DOMAIN_USERS_SSD
  1892. Language=English
  1893. Failed to add %1\Domain Users to %2, rc=%3!ld!
  1894. .
  1895. MessageId=7265
  1896. Severity=Informational
  1897. Facility=Runtime
  1898. SymbolicName=DCT_MSG_FAILED_TO_REMOVE_DOMAIN_USERS_SSD
  1899. Language=English
  1900. Failed to remove %1\Domain Users from %2, rc=%3!ld!
  1901. .
  1902. MessageId=7266
  1903. Severity=Informational
  1904. Facility=Runtime
  1905. SymbolicName=DCT_MSG_FAILED_TO_IMPERSONATE_D
  1906. Language=English
  1907. The agent service cannot impersonate the client, rc=%1!ld!
  1908. .
  1909. MessageId=7267
  1910. Severity=Informational
  1911. Facility=Runtime
  1912. SymbolicName=DCT_MSG_CLIENT_NOT_ADMIN_D
  1913. Language=English
  1914. The agent service will not perform the requested action. The caller may not be an administrator on this machine, rc=%1!ld!
  1915. .
  1916. MessageId=7268
  1917. Severity=Informational
  1918. Facility=Runtime
  1919. SymbolicName=DCT_MSG_COINITIALIZE_FAILED_D
  1920. Language=English
  1921. CoInitialize failed, hr=%1!lx!
  1922. .
  1923. MessageId=7269
  1924. Severity=Informational
  1925. Facility=Runtime
  1926. SymbolicName=DCT_MSG_GET_MODULE_PATH_FAILED_D
  1927. Language=English
  1928. Failed to detect install directory, rc=%1!ld!
  1929. .
  1930. MessageId=7270
  1931. Severity=Informational
  1932. Facility=Runtime
  1933. SymbolicName=DCT_MSG_JOB_FILE_NOT_DELETED_SD
  1934. Language=English
  1935. Failed to delete job file %1, rc=%2!ld!
  1936. .
  1937. MessageId=7271
  1938. Severity=Informational
  1939. Facility=Runtime
  1940. SymbolicName=DCT_MSG_SUBMIT_JOB_FAILED_D
  1941. Language=English
  1942. Failed to start job, rc=%1!lx!
  1943. .
  1944. MessageId=7272
  1945. Severity=Informational
  1946. Facility=Runtime
  1947. SymbolicName=DCT_MSG_VARSET_LOAD_FAILED_SD
  1948. Language=English
  1949. Failed to load data from file %1, hr=%2!lx!
  1950. .
  1951. MessageId=7273
  1952. Severity=Informational
  1953. Facility=Runtime
  1954. SymbolicName=DCT_MSG_JOBFILE_OPEN_FAILED_SD
  1955. Language=English
  1956. Failed to open file %1, hr=%2!lx!
  1957. .
  1958. MessageId=7274
  1959. Severity=Informational
  1960. Facility=Runtime
  1961. SymbolicName=DCT_MSG_UMARSHAL_AGENT_FAILED_D
  1962. Language=English
  1963. Failed to unmarshal agent interface, hr=%1!lx!
  1964. .
  1965. MessageId=7275
  1966. Severity=Informational
  1967. Facility=Runtime
  1968. SymbolicName=DCT_MSG_JOB_CANCELLED_S
  1969. Language=English
  1970. Cancelled job %1
  1971. .
  1972. MessageId=7276
  1973. Severity=Informational
  1974. Facility=Runtime
  1975. SymbolicName=DCT_MSG_FAILED_TO_REGISTER_FILE_SD
  1976. Language=English
  1977. Failed to register %1, hr=%2!lx!
  1978. .
  1979. MessageId=7277
  1980. Severity=Informational
  1981. Facility=Runtime
  1982. SymbolicName=DCT_MSG_DLL_NOT_REGISTERABLE_S
  1983. Language=English
  1984. %1 does not support self-registration
  1985. .
  1986. MessageId=7279
  1987. Severity=Informational
  1988. Facility=Runtime
  1989. SymbolicName=DCT_MSG_FAILED_TO_UNREGISTER_FILE_SD
  1990. Language=English
  1991. Failed to unregister %1, hr=%2!lx!
  1992. .
  1993. MessageId=7280
  1994. Severity=Informational
  1995. Facility=Runtime
  1996. SymbolicName=DCT_MSG_DLL_NOT_UNREGISTERABLE_S
  1997. Language=English
  1998. %1 does not support self-unregistration
  1999. .
  2000. MessageId=7281
  2001. Severity=Informational
  2002. Facility=Runtime
  2003. SymbolicName=DCT_MSG_DELETE_FILE_FAILED_SD
  2004. Language=English
  2005. Failed to remove %1, rc=%2!ld!
  2006. .
  2007. MessageId=7282
  2008. Severity=Informational
  2009. Facility=Runtime
  2010. SymbolicName=DCT_MSG_REMOVE_SERVICE_FAILED_D
  2011. Language=English
  2012. RemoveService() failed, rc=%1!ld!
  2013. .
  2014. MessageId=7283
  2015. Severity=Informational
  2016. Facility=Runtime
  2017. SymbolicName=DCT_MSG_AGENT_CREATE_FAILED_D
  2018. Language=English
  2019. Failed to create Agent COM object, hr=%1!lx!
  2020. .
  2021. MessageId=7284
  2022. Severity=Informational
  2023. Facility=Runtime
  2024. SymbolicName=DCT_MSG_AGENT_MARSHAL_FAILED_D
  2025. Language=English
  2026. Failed to marshal Agent COM object, hr=%1!lx!
  2027. .
  2028. MessageId=7285
  2029. Severity=Informational
  2030. Facility=Runtime
  2031. SymbolicName=DCT_MSG_RpcServerUseProtseqEp_FAILED_SDSD
  2032. Language=English
  2033. Agent - unable to start RPC server - RpcServerUseProtseqEp('%1',%2!ld!,'%3') rc=%4!ld!
  2034. .
  2035. MessageId=7286
  2036. Severity=Informational
  2037. Facility=Runtime
  2038. SymbolicName=DCT_MSG_RpcServerRegisterIf_FAILED_SDSD
  2039. Language=English
  2040. Agent - unable to start RPC server - RpcServerRegisterIf('%1',%2!ld!,'%3') rc=%4!ld!
  2041. .
  2042. MessageId=7287
  2043. Severity=Informational
  2044. Facility=Runtime
  2045. SymbolicName=DCT_MSG_AGENT_ALREADY_RUNNING
  2046. Language=English
  2047. Agent - Attempt to start more than one instance of Agent.\nThis instance of Agent terminated.
  2048. .
  2049. MessageId=7288
  2050. Severity=Informational
  2051. Facility=Runtime
  2052. SymbolicName=DCT_MSG_LSA_OPERATION_FAILED_SD
  2053. Language=English
  2054. The LSA call %1 failed, rc=%2!ld!
  2055. .
  2056. MessageId=7289
  2057. Severity=Informational
  2058. Facility=Runtime
  2059. SymbolicName=DCT_MSG_QPROCESSOR_REG_CONNECT_FAILED_SD
  2060. Language=English
  2061. Processor architecture for machine %1 is unknown, Error accessing registry rc=%2!ld!
  2062. .
  2063. MessageId=7290
  2064. Severity=Informational
  2065. Facility=Runtime
  2066. SymbolicName=DCT_MSG_QPROCESSOR_REGKEY_OPEN_FAILED_SSD
  2067. Language=English
  2068. Processor architecture for machine %1 is unknown, Error accessing registry key %2 rc=%3!ld!
  2069. .
  2070. MessageId=7291
  2071. Severity=Informational
  2072. Facility=Runtime
  2073. SymbolicName=DCT_MSG_QPROCESSOR_UNRECOGNIZED_VALUE_SSSS
  2074. Language=English
  2075. Processor architecture for machine %1 is unknown, registry key %2 value %3 is '%4'
  2076. .
  2077. MessageId=7292
  2078. Severity=Informational
  2079. Facility=Runtime
  2080. SymbolicName=DCT_MSG_REG_SD_WRITE_FAILED_SD
  2081. Language=English
  2082. Error writing the security decriptor for the registry key %1, rc=%2!ld!
  2083. .
  2084. MessageId=7293
  2085. Severity=Informational
  2086. Facility=Runtime
  2087. SymbolicName=DCT_MSG_CANNOT_FIND_ADMIN_ACCOUNT_D
  2088. Language=English
  2089. Lookup of SID for BUILTIN\Administrators failed, (%1!ld!)
  2090. .
  2091. MessageId=7294
  2092. Severity=Informational
  2093. Facility=Runtime
  2094. SymbolicName=DCT_MSG_CANNOT_FIND_USERS_ACCOUNT_D
  2095. Language=English
  2096. Lookup of SID for BUILTIN\Users failed, (%1!ld!)
  2097. .
  2098. MessageId=7295
  2099. Severity=Informational
  2100. Facility=Runtime
  2101. SymbolicName=DCT_MSG_GET_OS_VER_FAILED_SD
  2102. Language=English
  2103. Cannot get the OS version for %1. hr=%2!lx!"
  2104. .
  2105. MessageId=7296
  2106. Severity=Informational
  2107. Facility=Runtime
  2108. SymbolicName=DCT_MSG_PROPERTY_MAPPING_FAILED_SD
  2109. Language=English
  2110. Property mapping for %1 class failed. Properties will not be updated for objects of this class. hr=0x%2!lx!
  2111. .
  2112. MessageId=7297
  2113. Severity=Informational
  2114. Facility=Runtime
  2115. SymbolicName=DCT_MSG_COPY_PROPS_FAILED_SD
  2116. Language=English
  2117. CopyProperties failed for %1. hr=0x%2!lx!
  2118. .
  2119. MessageId=7298
  2120. Severity=Informational
  2121. Facility=Runtime
  2122. SymbolicName=DCT_MSG_OBJECT_NOT_FOUND_SSD
  2123. Language=English
  2124. Failed to find %1 in %2, hr=%3!lx!
  2125. .
  2126. MessageId=7299
  2127. Severity=Informational
  2128. Facility=Runtime
  2129. SymbolicName=DCT_MSG_GET_CLASSNAME_FAILED_SSD
  2130. Language=English
  2131. Failed to get the class name for %1 in %2. hr=%3!lx!
  2132. .
  2133. MessageId=7300
  2134. Severity=Informational
  2135. Facility=Runtime
  2136. SymbolicName=DCT_MSG_CONTAINER_NOT_FOUND_SSD
  2137. Language=English
  2138. Failed to find container %1 in %2. Newly created objects will be added to default containers, hr=%3!lx!
  2139. .
  2140. MessageId=7301
  2141. Severity=Informational
  2142. Facility=Runtime
  2143. SymbolicName=DCT_MSG_CREATE_FAILED_SSD
  2144. Language=English
  2145. Failed to create %1 in %2. hr=%3!lx!
  2146. .
  2147. MessageId=7302
  2148. Severity=Informational
  2149. Facility=Runtime
  2150. SymbolicName=DCT_MSG_GET_IADS_FAILED_SSD
  2151. Language=English
  2152. Failed to get IADs pointer to %1 in %2. hr=%3!lx!
  2153. .
  2154. MessageId=7303
  2155. Severity=Informational
  2156. Facility=Runtime
  2157. SymbolicName=DCT_MSG_NO_DSBIND_FOUND
  2158. Language=English
  2159. Error loading DsBind Function from NTDSAPI.DLL
  2160. .
  2161. MessageId=7304
  2162. Severity=Informational
  2163. Facility=Runtime
  2164. SymbolicName=DCT_MSG_NO_NTDSAPI_DLL
  2165. Language=English
  2166. Error loading NTDSAPI.DLL
  2167. .
  2168. MessageId=7305
  2169. Severity=Informational
  2170. Facility=Runtime
  2171. SymbolicName=DCT_MSG_NO_ADDSIDHISTORY_FUNCTION
  2172. Language=English
  2173. Error loading DsAddSidHistory Function from NTDSAPI.DLL
  2174. .
  2175. MessageId=7306
  2176. Severity=Informational
  2177. Facility=Runtime
  2178. SymbolicName=DCT_MSG_NO_MAPI_SESSION_D
  2179. Language=English
  2180. Unable to log on to obtain a MAPI session, hr=%1!lx!
  2181. .
  2182. MessageId=7307
  2183. Severity=Informational
  2184. Facility=Runtime
  2185. SymbolicName=DCT_MSG_MAPI_LOGOFF_FAILED_D
  2186. Language=English
  2187. Failed to terminate MAPI session, hr=%1!lx!
  2188. .
  2189. MessageId=7308
  2190. Severity=Informational
  2191. Facility=Runtime
  2192. SymbolicName=DCT_MSG_NO_ADDRBOOK_D
  2193. Language=English
  2194. Unable to open the Address Book, hr=%1!lx!
  2195. .
  2196. MessageId=7309
  2197. Severity=Informational
  2198. Facility=Runtime
  2199. SymbolicName=DCT_MSG_FAILED_TO_OPEN_GAL_D
  2200. Language=English
  2201. Unable to open the Global Address List, hr=%1!lx!
  2202. .
  2203. MessageId=7310
  2204. Severity=Informational
  2205. Facility=Runtime
  2206. SymbolicName=DCT_MSG_RETRIEVE_GAL_FAILED_D
  2207. Language=English
  2208. Unable to retrieve the Global List, hr=%1!lx!
  2209. .
  2210. MessageId=7311
  2211. Severity=Informational
  2212. Facility=Runtime
  2213. SymbolicName=DCT_MSG_GET_SECURITY_FOR_RECIP_FAILED_D
  2214. Language=English
  2215. Unable to load security information for recipient, hr=%1!lx!
  2216. .
  2217. MessageId=7312
  2218. Severity=Informational
  2219. Facility=Runtime
  2220. SymbolicName=DCT_MSG_FAILED_TO_ALLOCATE_BUFFER_D
  2221. Language=English
  2222. Unable to allocate buffer, hr=%1!lx!
  2223. .
  2224. MessageId=7313
  2225. Severity=Informational
  2226. Facility=Runtime
  2227. SymbolicName=DCT_MSG_UPDATE_ACCOUNT_FAILED_D
  2228. Language=English
  2229. Unable to change Associated Windows NT Account property, hr=%1!lx!
  2230. .
  2231. MessageId=7314
  2232. Severity=Informational
  2233. Facility=Runtime
  2234. SymbolicName=DCT_MSG_SAVE_CHANGES_FAILED_D
  2235. Language=English
  2236. Unable to save changes to mailbox, hr=%1!lx!
  2237. .
  2238. MessageId=7315
  2239. Severity=Informational
  2240. Facility=Runtime
  2241. SymbolicName=DCT_MSG_RECIP_SD_WRITE_FAILED_SD
  2242. Language=English
  2243. Unable to update security descriptor for %1, hr=%2!lx!
  2244. .
  2245. MessageId=7316
  2246. Severity=Informational
  2247. Facility=Runtime
  2248. SymbolicName=DCT_MSG_RECIP_SD_SAVE_FAILED_SD
  2249. Language=English
  2250. Unable to save changes to security descriptor property for %1, hr=%2!lx!
  2251. .
  2252. MessageId=7317
  2253. Severity=Informational
  2254. Facility=Runtime
  2255. SymbolicName=DCT_MSG_GET_AB_ROOT_FAILED_D
  2256. Language=English
  2257. Unable to get root of Address Book, hr=%1!lx!
  2258. .
  2259. MessageId=7318
  2260. Severity=Informational
  2261. Facility=Runtime
  2262. SymbolicName=DCT_MSG_GET_HIER_TABLE_FAILED_D
  2263. Language=English
  2264. Unable to get hierarchy table, hr=%1!lx!
  2265. .
  2266. MessageId=7319
  2267. Severity=Informational
  2268. Facility=Runtime
  2269. SymbolicName=DCT_MSG_GET_TABLE_CONTENTS_FAILED_D
  2270. Language=English
  2271. Unable to get contents info, hr=%1!lx!
  2272. .
  2273. MessageId=7320
  2274. Severity=Informational
  2275. Facility=Runtime
  2276. SymbolicName=DCT_MSG_OPEN_CONTAINER_FAILED_SD
  2277. Language=English
  2278. Failed to open container %1, hr=%2!lx!
  2279. .
  2280. MessageId=7321
  2281. Severity=Informational
  2282. Facility=Runtime
  2283. SymbolicName=DCT_MSG_GET_CONTAINER_INFO_FAILED_D
  2284. Language=English
  2285. Unable to retrieve properties for container, hr=%1!lx!
  2286. .
  2287. MessageId=7322
  2288. Severity=Informational
  2289. Facility=Runtime
  2290. SymbolicName=DCT_MSG_COUNT_CONTAINER_FAILED_SD
  2291. Language=English
  2292. Unable to count contents of container %1, hr=%2!lx!
  2293. .
  2294. MessageId=7323
  2295. Severity=Informational
  2296. Facility=Runtime
  2297. SymbolicName=DCT_MSG_CONTAINER_CORRUPTED_SD
  2298. Language=English
  2299. Container %1 is corrupted, hr=%2!lx!
  2300. .
  2301. MessageId=7324
  2302. Severity=Informational
  2303. Facility=Runtime
  2304. SymbolicName=DCT_MSG_CANT_FIND_ENTRY_SD
  2305. Language=English
  2306. Cannot find entry in %1, hr=%2!lx!
  2307. .
  2308. MessageId=7325
  2309. Severity=Informational
  2310. Facility=Runtime
  2311. SymbolicName=DCT_MSG_CANT_LOAD_ENTRY_SD
  2312. Language=English
  2313. Cannot load entry from %1, hr=%2!lx!
  2314. .
  2315. MessageId=7326
  2316. Severity=Informational
  2317. Facility=Runtime
  2318. SymbolicName=DCT_MSG_RECIP_LOAD_FAILED_SD
  2319. Language=English
  2320. Unable to load data about messaging recipient from container %1, hr=%2!lx!
  2321. .
  2322. MessageId=7327
  2323. Severity=Informational
  2324. Facility=Runtime
  2325. SymbolicName=DCT_MSG_ENUM_CONTAINERS_FAILED_SD
  2326. Language=English
  2327. Failed to enumerate containers, hr=%1!lx!
  2328. .
  2329. MessageId=7328
  2330. Severity=Informational
  2331. Facility=Runtime
  2332. SymbolicName=DCT_MSG_ENUM_SITES_FAILED_SD
  2333. Language=English
  2334. Failed to enumerate sites, hr=%1!lx!
  2335. .
  2336. MessageId=7329
  2337. Severity=Informational
  2338. Facility=Runtime
  2339. SymbolicName=DCT_MSG_ENUM_ORGS_FAILED_SD
  2340. Language=English
  2341. Failed to enumerate organizations, hr=%1!lx!
  2342. .
  2343. MessageId=7330
  2344. Severity=Informational
  2345. Facility=Runtime
  2346. SymbolicName=DCT_MSG_REG_KEY_OPEN_FAILED_SD
  2347. Language=English
  2348. Failed to open registry key %1, rc=%2!ld!
  2349. .
  2350. MessageId=7331
  2351. Severity=Informational
  2352. Facility=Runtime
  2353. SymbolicName=DCT_MSG_REGKEYENUM_FAILED_D
  2354. Language=English
  2355. RegEnumKeyEx failed, rc=%1!ld!
  2356. .
  2357. MessageId=7332
  2358. Severity=Informational
  2359. Facility=Runtime
  2360. SymbolicName=DCT_MSG_SAVE_HIVE_FAILED_SD
  2361. Language=English
  2362. Failed to save registry hive %1, rc=%2!ld!
  2363. .
  2364. MessageId=7333
  2365. Severity=Informational
  2366. Facility=Runtime
  2367. SymbolicName=DCT_MSG_KEY_UNLOADKEY_FAILED_SD
  2368. Language=English
  2369. Failed to unload %1 from the registry, rc=%2!ld!
  2370. .
  2371. MessageId=7334
  2372. Severity=Informational
  2373. Facility=Runtime
  2374. SymbolicName=DCT_MSG_PROFILE_LOAD_FAILED_SD
  2375. Language=English
  2376. Failed to load profile %1 into registry, rc=%2!ld!
  2377. .
  2378. MessageId=7335
  2379. Severity=Informational
  2380. Facility=Runtime
  2381. SymbolicName=DCT_MSG_RENAME_DIR_FAILED_SSD
  2382. Language=English
  2383. Failed to rename %1 to %2, rc=%3!ld!
  2384. .
  2385. MessageId=7336
  2386. Severity=Informational
  2387. Facility=Runtime
  2388. SymbolicName=DCT_MSG_COPY_DIR_FAILED_SSD
  2389. Language=English
  2390. Failed to copy directory %1 to %2, rc=%3!ld!
  2391. .
  2392. MessageId=7337
  2393. Severity=Informational
  2394. Facility=Runtime
  2395. SymbolicName=DCT_MSG_FILE_ENUM_FAILED_SD
  2396. Language=English
  2397. Error enumerating profile files in %1, rc=%2!ld!
  2398. .
  2399. MessageId=7338
  2400. Severity=Informational
  2401. Facility=Runtime
  2402. SymbolicName=DCT_MSG_EXPAND_STRINGS_FAILED_SD
  2403. Language=English
  2404. Failed to expand environment strings in %1, rc=%2!ld!
  2405. .
  2406. MessageId=7339
  2407. Severity=Informational
  2408. Facility=Runtime
  2409. SymbolicName=DCT_MSG_TRANSLATING_NTUSER_MAN_S
  2410. Language=English
  2411. Translating mandatory profile for %1
  2412. .
  2413. MessageId=7340
  2414. Severity=Informational
  2415. Facility=Runtime
  2416. SymbolicName=DCT_MSG_TRANSLATING_NTUSER_BAT_S
  2417. Language=English
  2418. Translating user profile for %1
  2419. .
  2420. MessageId=7341
  2421. Severity=Informational
  2422. Facility=Runtime
  2423. SymbolicName=DCT_MSG_PROFILE_ENTRY_OPEN_FAILED_SD
  2424. Language=English
  2425. Failed to open profile entry for %1, rc=%2!ld!
  2426. .
  2427. MessageId=7342
  2428. Severity=Informational
  2429. Facility=Runtime
  2430. SymbolicName=DCT_MSG_PROFILE_CREATE_ENTRY_FAILED_SD
  2431. Language=English
  2432. Failed to create new profile entry for %1, rc=%2!ld!
  2433. .
  2434. MessageId=7343
  2435. Severity=Informational
  2436. Facility=Runtime
  2437. SymbolicName=DCT_MSG_COPY_PROFILE_FAILED_SSD
  2438. Language=English
  2439. Failed to copy profile information from %1 to %2, rc=%3!ld!
  2440. .
  2441. MessageId=7344
  2442. Severity=Informational
  2443. Facility=Runtime
  2444. SymbolicName=DCT_MSG_GET_PROFILE_PATH_FAILED_SD
  2445. Language=English
  2446. Failed to retrieve profile path for %1, rc=%2!ld!
  2447. .
  2448. MessageId=7345
  2449. Severity=Informational
  2450. Facility=Runtime
  2451. SymbolicName=DCT_MSG_SET_PROFILE_PATH_FAILED_SD
  2452. Language=English
  2453. Failed to update ProfileImagePath in registry for %1, rc=%2!ld!
  2454. .
  2455. MessageId=7346
  2456. Severity=Informational
  2457. Facility=Runtime
  2458. SymbolicName=DCT_MSG_UPDATE_PROFILE_SID_FAILED_SD
  2459. Language=English
  2460. Failed to update Sid entry in profile list for %1, rc=%2!ld!
  2461. .
  2462. MessageId=7347
  2463. Severity=Informational
  2464. Facility=Runtime
  2465. SymbolicName=DCT_MSG_PROFILE_EXISTS_S
  2466. Language=English
  2467. Profile for %1 already existed and will not be overwritten.
  2468. .
  2469. MessageId=7348
  2470. Severity=Informational
  2471. Facility=Runtime
  2472. SymbolicName=DCT_MSG_DELETE_PROFILE_FAILED_SD
  2473. Language=English
  2474. Failed to delete profile entry %1, rc=%2!ld!
  2475. .
  2476. MessageId=7349
  2477. Severity=Informational
  2478. Facility=Runtime
  2479. SymbolicName=DCT_MSG_ENUM_PROFILES_FAILED_D
  2480. Language=English
  2481. Error enumerating the profile list entries, rc=%1!ld!
  2482. .
  2483. MessageId=7350
  2484. Severity=Informational
  2485. Facility=Runtime
  2486. SymbolicName=DCT_MSG_OPEN_PROFILELIST_FAILED_D
  2487. Language=English
  2488. Failed to open the ProfileList, rc=%1!ld!.
  2489. .
  2490. MessageId=7351
  2491. Severity=Informational
  2492. Facility=Runtime
  2493. SymbolicName=DCT_MSG_PROCESSING_GROUP_MEMBER_S
  2494. Language=English
  2495. Processing group membership for %1!ls!.
  2496. .
  2497. MessageId=7352
  2498. Severity=Informational
  2499. Facility=Runtime
  2500. SymbolicName=DCT_MSG_FAILED_TO_ADD_TO_GROUP_SSD
  2501. Language=English
  2502. Failed to add %1 to %2. RC=%3!lx!.
  2503. .
  2504. MessageId=7353
  2505. Severity=Informational
  2506. Facility=Runtime
  2507. SymbolicName=DCT_MSG_ADDED_TO_GROUP_S
  2508. Language=English
  2509. %1 added.
  2510. .
  2511. MessageId=7354
  2512. Severity=Informational
  2513. Facility=Runtime
  2514. SymbolicName=DCT_MSG_PATH_NOT_FOUND_SS
  2515. Language=English
  2516. Failed to find path for %1 in %2 domain.
  2517. .
  2518. MessageId=7355
  2519. Severity=Informational
  2520. Facility=Runtime
  2521. SymbolicName=DCT_MSG_ACCT_COPIED_SSS
  2522. Language=English
  2523. %1 copied to %2\\%3
  2524. .
  2525. MessageId=7356
  2526. Severity=Informational
  2527. Facility=Runtime
  2528. SymbolicName=DCT_MSG_REMOVE_FROM_FAILED_SSD
  2529. Language=English
  2530. Failed to remove %1 from %2. RC=%3!ld!
  2531. .
  2532. MessageId=7357
  2533. Severity=Informational
  2534. Facility=Runtime
  2535. SymbolicName=DCT_MSG_REMOVE_FROM_GROUP_SS
  2536. Language=English
  2537. Removed %1 from %2.
  2538. .
  2539. MessageId=7358
  2540. Severity=Informational
  2541. Facility=Runtime
  2542. SymbolicName=DCT_MSG_DISABLE_TARGET_FAILED_SD
  2543. Language=English
  2544. %1!-20ls! - Could not disable account on target domain, rc=%2!ld!,
  2545. .
  2546. MessageId=7359
  2547. Severity=Informational
  2548. Facility=Runtime
  2549. SymbolicName=DCT_MSG_TARGET_DISABLED_S
  2550. Language=English
  2551. %1!-20ls! - Target account disabled.
  2552. .
  2553. MessageId=7360
  2554. Severity=Informational
  2555. Facility=Runtime
  2556. SymbolicName=DCT_MSG_ENABLE_TARGET_FAILED_SD
  2557. Language=English
  2558. %1!-20ls! - Could not Re-Enable account on target domain, rc=%2!ld!,
  2559. .
  2560. MessageId=7361
  2561. Severity=Informational
  2562. Facility=Runtime
  2563. SymbolicName=DCT_MSG_TARGET_ENABLED_S
  2564. Language=English
  2565. %1!-20ls! - Target account Re-Enabled.
  2566. .
  2567. MessageId=7362
  2568. Severity=Informational
  2569. Facility=Runtime
  2570. SymbolicName=DCT_MSG_ENABLE_SOURCE_FAILED_SD
  2571. Language=English
  2572. %1!-20ls! - Could not Re-Enabled account on source domain, rc=%2!ld!,
  2573. .
  2574. MessageId=7363
  2575. Severity=Informational
  2576. Facility=Runtime
  2577. SymbolicName=DCT_MSG_SOURCE_ENABLED_S
  2578. Language=English
  2579. %1!-20ls! - Source account Re-Enabled.
  2580. .
  2581. MessageId=7364
  2582. Severity=Informational
  2583. Facility=Runtime
  2584. SymbolicName=DCT_MSG_SOURCE_EXPIRED_S
  2585. Language=English
  2586. %1!-20ls! - Source account expiration date set
  2587. .
  2588. MessageId=7365
  2589. Severity=Informational
  2590. Facility=Runtime
  2591. SymbolicName=DCT_MSG_ACCOUNT_DISABLE_OR_EXPIRE_FAILED_SD
  2592. Language=English
  2593. %1!-20ls! - Source account update failed, rc=%2!ld!.
  2594. .
  2595. MessageId=7366
  2596. Severity=Informational
  2597. Facility=Runtime
  2598. SymbolicName=DCT_MSG_DEFAULT_CONTAINER_NOT_FOUND_SD
  2599. Language=English
  2600. Default container <%1> not found objects will not be copied, hr=%2!ld!.
  2601. .
  2602. MessageId=7367
  2603. Severity=Informational
  2604. Facility=Runtime
  2605. SymbolicName=DCT_MSG_DB_OBJECT_CREATE_FAILED_D
  2606. Language=English
  2607. Failed to create database object, hr=%1!ld!.
  2608. .
  2609. MessageId=7368
  2610. Severity=Informational
  2611. Facility=Runtime
  2612. SymbolicName=DCT_MSG_SET_PASSWORD_TO_USERNAME_S
  2613. Language=English
  2614. - Set password for %1.
  2615. .
  2616. MessageId=7369
  2617. Severity=Informational
  2618. Facility=Runtime
  2619. SymbolicName=DCT_MSG_FAILED_SET_PASSWORD_TO_USERNAME_SD
  2620. Language=English
  2621. Failed to set password for %1, rc=%2!ld!.
  2622. .
  2623. MessageId=7370
  2624. Severity=Informational
  2625. Facility=Runtime
  2626. SymbolicName=DCT_MSG_FAILED_TO_TRUNCATE_S
  2627. Language=English
  2628. Failed to find a unique account name to truncate %1. Account will not be copied.
  2629. .
  2630. MessageId=7371
  2631. Severity=Informational
  2632. Facility=Runtime
  2633. SymbolicName=DCT_MSG_TRUNCATED_ACCOUNT_NAME_SS
  2634. Language=English
  2635. Truncated %1!ls! to %2!ls!. The source account was over 20 characters long.
  2636. .
  2637. MessageId=7372
  2638. Severity=Informational
  2639. Facility=Runtime
  2640. SymbolicName=DCT_MSG_IGNORING_BUILTIN_S
  2641. Language=English
  2642. ADMT does not process BUILTIN accounts or change the membership of BUILTIN groups (Administrators, etc.). Skipping %1!ls!
  2643. .
  2644. MessageId=7373
  2645. Severity=Informational
  2646. Facility=Runtime
  2647. SymbolicName=DCT_MSG_SAMNAME_CHANGED_SS
  2648. Language=English
  2649. %1!ls! contains special characters. Use of these characters is not recommended. Renaming account to %2!ls!.
  2650. .
  2651. MessageId=7374
  2652. Severity=Informational
  2653. Facility=Runtime
  2654. SymbolicName=DCT_MSG_GET_DCNAME_FAILED_SD
  2655. Language=English
  2656. Failed to get domain controller name for %1!ls!, rc=0x%2!lx!.
  2657. .
  2658. MessageId=7375
  2659. Severity=Informational
  2660. Facility=Runtime
  2661. SymbolicName=DCT_MSG_TRUSTING_DOM_GETINFO_FAILED_SSD
  2662. Language=English
  2663. Failed to get info for trusting domain %1 from %2, rc=%3!ld!.
  2664. .
  2665. MessageId=7376
  2666. Severity=Informational
  2667. Facility=Runtime
  2668. SymbolicName=DCT_MSG_TRUSTING_DOM_CREATE_FAILED_SSD
  2669. Language=English
  2670. Error adding trusting domain %1 to %2, rc=%3!ld!
  2671. .
  2672. MessageId=7377
  2673. Severity=Informational
  2674. Facility=Runtime
  2675. SymbolicName=DCT_MSG_LSA_OPEN_FAILED_SD
  2676. Language=English
  2677. Failed to connect to LSA database on %1, rc=%2!ld!.
  2678. .
  2679. MessageId=7378
  2680. Severity=Informational
  2681. Facility=Runtime
  2682. SymbolicName=DCT_MSG_ENUMERATING_TRUSTED_DOMAINS_S
  2683. Language=English
  2684. Enumerating the trusted domains of the source domain %1.
  2685. .
  2686. MessageId=7379
  2687. Severity=Informational
  2688. Facility=Runtime
  2689. SymbolicName=DCT_MSG_ENUMERATING_TRUSTING_DOMAINS_S
  2690. Language=English
  2691. Enumerating the trusting domains of the source domain %1.
  2692. .
  2693. MessageId=7380
  2694. Severity=Informational
  2695. Facility=Runtime
  2696. SymbolicName=DCT_MSG_TRUSTED_ENUM_FAILED_SD
  2697. Language=English
  2698. Failed to enumerate trusted domains of %1, rc=%2!ld!
  2699. .
  2700. MessageId=7381
  2701. Severity=Informational
  2702. Facility=Runtime
  2703. SymbolicName=DCT_MSG_TRUSTING_ENUM_FAILED_SD
  2704. Language=English
  2705. Failed to enumerate trusting domains of %1, rc=%2!ld!
  2706. .
  2707. MessageId=7382
  2708. Severity=Informational
  2709. Facility=Runtime
  2710. SymbolicName=DCT_MSG_SOURCE_TRUSTS_THIS_SS
  2711. Language=English
  2712. %1 is a trusted domain of the source domain %2
  2713. .
  2714. MessageId=7383
  2715. Severity=Informational
  2716. Facility=Runtime
  2717. SymbolicName=DCT_MSG_WILL_CREATE_TRUST_SS
  2718. Language=English
  2719. The trust does not exist. Attempting to create trust from %1 to %2.
  2720. .
  2721. MessageId=7384
  2722. Severity=Informational
  2723. Facility=Runtime
  2724. SymbolicName=DCT_MSG_TRUST_CREATED_SS
  2725. Language=English
  2726. Trust from %1 to %2 created!
  2727. .
  2728. MessageId=7385
  2729. Severity=Informational
  2730. Facility=Runtime
  2731. SymbolicName=DCT_MSG_TRUSTED_CREATE_FAILED_SSD
  2732. Language=English
  2733. Failed to create the trust from %1 to %2, rc=%3!ld!. This trust is needed for migrated users to have the same access as the source accounts.
  2734. .
  2735. MessageId=7386
  2736. Severity=Informational
  2737. Facility=Runtime
  2738. SymbolicName=DCT_MSG_TRUSTED_DOESNT_EXIST_SS
  2739. Language=English
  2740. %1 does not trust %2. Resources in %1 cannot be accessed by accounts in %2
  2741. .
  2742. MessageId=7387
  2743. Severity=Informational
  2744. Facility=Runtime
  2745. SymbolicName=DCT_MSG_TARGET_TRUSTS_THIS_SS
  2746. Language=English
  2747. %1 already trusts %2
  2748. .
  2749. MessageId=7388
  2750. Severity=Informational
  2751. Facility=Runtime
  2752. SymbolicName=DCT_MSG_CHECK_TRUST_FAILED_SSD
  2753. Language=English
  2754. Error checking the trust between %1 and %2, rc=%3!ld!. Make sure this trust exists so that migrated accounts will have the same access to resources as the source accounts.
  2755. .
  2756. MessageId=7389
  2757. Severity=Informational
  2758. Facility=Runtime
  2759. SymbolicName=DCT_MSG_SOURCE_IS_TRUSTED_BY_THIS_SS
  2760. Language=English
  2761. %1 is a trusting domain of the source domain %2
  2762. .
  2763. MessageId=7390
  2764. Severity=Informational
  2765. Facility=Runtime
  2766. SymbolicName=DCT_MSG_TRUSTING_CREATE_FAILED_SSD
  2767. Language=English
  2768. Failed to create the trust from %1 to %2, rc=%3!ld!. This trust is needed for migrated users to have the same access as the source accounts.
  2769. .
  2770. MessageId=7391
  2771. Severity=Informational
  2772. Facility=Runtime
  2773. SymbolicName=DCT_MSG_TRUSTING_DOESNT_EXIST_SS
  2774. Language=English
  2775. %1 does not trust %2. Migrated accounts will not have access to resources in %1.
  2776. .
  2777. MessageId=7392
  2778. Severity=Informational
  2779. Facility=Runtime
  2780. SymbolicName=DCT_MSG_SIDHISTORY_FATAL_ERROR
  2781. Language=English
  2782. SIDHistory could not be updated due to a configuration or permissions problem. The Active Directory Migration Tool will not attempt to migrate the remaining objects.
  2783. .
  2784. MessageId=7393
  2785. Severity=Informational
  2786. Facility=Runtime
  2787. SymbolicName=DCT_MSG_GROUP_NOT_FOUND
  2788. Language=English
  2789. %1!ls! group not found. Update group membership will not continue.
  2790. .
  2791. MessageId=7394
  2792. Severity=Informational
  2793. Facility=Runtime
  2794. SymbolicName=DCT_MSG_TRANSLATING_REGISTRY
  2795. Language=English
  2796. Translating security on registry keys.
  2797. .
  2798. MessageId=7395
  2799. Severity=Informational
  2800. Facility=Runtime
  2801. SymbolicName=DCT_MSG_ACCOUNT_DELETED_S
  2802. Language=English
  2803. %1!20ls! - Deleted.
  2804. .
  2805. MessageId=7396
  2806. Severity=Informational
  2807. Facility=Runtime
  2808. SymbolicName=DCT_MSG_DELETE_ACCOUNT_FAILED_SD
  2809. Language=English
  2810. Failed to delete %1!ls!.
  2811. .
  2812. MessageId=7397
  2813. Severity=Informational
  2814. Facility=Runtime
  2815. SymbolicName=DCT_MSG_NO_DELETE_WAS_REPLACED_S
  2816. Language=English
  2817. %1!ls! Account will not be deleted because it was originally replaced.
  2818. .
  2819. MessageId=7398
  2820. Severity=Informational
  2821. Facility=Runtime
  2822. SymbolicName=DCT_MSG_MEMBER_NONEXIST_SS
  2823. Language=English
  2824. Cannot add %1 to %2, because %1 has not been migrated to the target domain.
  2825. .
  2826. MessageId=7399
  2827. Severity=Informational
  2828. Facility=Runtime
  2829. SymbolicName=DCT_MSG_DELETED_PROFILE_S
  2830. Language=English
  2831. Removed profile entry for %1,
  2832. .
  2833. MessageId=7400
  2834. Severity=Informational
  2835. Facility=Runtime
  2836. SymbolicName=DCT_MSG_ADDSIDHISTORY_FAIL_BUILTIN_SSD
  2837. Language=English
  2838. Failed to add SidHistory for %1!ls! to %2!ls!. Source account is a BUILTIN account or an account with well known RID.
  2839. .
  2840. MessageId=7401
  2841. Severity=Error
  2842. Facility=Runtime
  2843. SymbolicName=DCT_MSG_AGENT_SERVICE_ALREADY_RUNNING
  2844. Language=English
  2845. The service was not started on %1!ls!. The service is already running on this computer. Please try again later.
  2846. .
  2847. MessageId=7402
  2848. Severity=Error
  2849. Facility=Runtime
  2850. SymbolicName=DCT_MSG_AGENT_OSVERSION_NOTSUPPORTED
  2851. Language=English
  2852. The service was not started on %1!ls!. The Operating System version on this computer is not supported.
  2853. .
  2854. MessageId=7403
  2855. Severity=Informational
  2856. Facility=Runtime
  2857. SymbolicName=DCT_MSG_AGENT_OSVERSION
  2858. Language=English
  2859. Operating System Information for %1!ls!:%2!ls! %3!ls!
  2860. .
  2861. MessageId=7404
  2862. Severity=Informational
  2863. Facility=Runtime
  2864. SymbolicName=DCT_MSG_AGENT_OSVERSION_NOT_FOUND
  2865. Language=English
  2866. Operating Syetem version information could not be obtained for %1!ls!, rc = %2!ld!.
  2867. .
  2868. MessageId=7405
  2869. Severity=Error
  2870. Facility=Runtime
  2871. SymbolicName=DCT_MSG_AGENT_OSVERSION_NOT_WINNT
  2872. Language=English
  2873. The Operating System installed on %1!ls! is not Windows NT platform.\n
  2874. The agent can only run on Windows NT platform.
  2875. .
  2876. MessageId=7406
  2877. Severity=Error
  2878. Facility=Runtime
  2879. SymbolicName=DCT_MSG_REMOVED_PWDCHANGE_FLAG_S
  2880. Language=English
  2881. Removed the 'Password must change' flag from %1
  2882. .
  2883. MessageId=7407
  2884. Severity=Error
  2885. Facility=Runtime
  2886. SymbolicName=DCT_MSG_REMOVED_PWDCHANGE_FLAG_FAILED_SD
  2887. Language=English
  2888. Failed to clear the 'Password must change' flag for %1, rc=%2!ld!
  2889. .
  2890. MessageId=7408
  2891. Severity=Error
  2892. Facility=Runtime
  2893. SymbolicName=DCT_MSG_LOS_GRANTED_SS
  2894. Language=English
  2895. Granted the 'Logon As A Service' right for %1 on %2
  2896. .
  2897. MessageId=7409
  2898. Severity=Error
  2899. Facility=Runtime
  2900. SymbolicName=DCT_MSG_LOS_GRANT_FAILED_SSD
  2901. Language=English
  2902. Failed to grant the 'Logon As A Service' right for %1 on %2 rc=%3!ld!
  2903. .
  2904. MessageId=7410
  2905. Severity=Error
  2906. Facility=Runtime
  2907. SymbolicName=DCT_MSG_UPDATED_SCM_ENTRY_SS
  2908. Language=English
  2909. Updated account and password information for the \\%1\%2 service.
  2910. .
  2911. MessageId=7411
  2912. Severity=Error
  2913. Facility=Runtime
  2914. SymbolicName=DCT_MSG_UPDATE_SCM_ENTRY_FAILED_SSD
  2915. Language=English
  2916. Failed to update account and password information for the \\%1\%2 service, rc=%3!ld!.
  2917. .
  2918. MessageId=7412
  2919. Severity=Error
  2920. Facility=Runtime
  2921. SymbolicName=DCT_MSG_SKIPPING_OLD_TRUST_SD
  2922. Language=English
  2923. Skipping trust %1, password age is %2!ld! days.
  2924. .
  2925. MessageId=7413
  2926. Severity=Error
  2927. Facility=Runtime
  2928. SymbolicName=DCT_MSG_FAILED_TO_MAP_PROP_SSSSS
  2929. Language=English
  2930. Failed to map %1!ls! property for %2!ls! object from %3!ls! domain to %4!ls! object from %5!ls! domain due to a schema mismatch.
  2931. .
  2932. MessageId=7414
  2933. Severity=Error
  2934. Facility=Runtime
  2935. SymbolicName=DCT_MSG_FAILED_TO_CONVERT_GROUP_TO_UNIVERSAL_SD
  2936. Language=English
  2937. Failed to change group type for %1 to a universal group. rc = %2!lx!
  2938. .
  2939. MessageId=7415
  2940. Severity=Error
  2941. Facility=Runtime
  2942. SymbolicName=DCT_MSG_READDED_MEMBER_SS
  2943. Language=English
  2944. Added %1 back to %2
  2945. .
  2946. MessageId=7416
  2947. Severity=Error
  2948. Facility=Runtime
  2949. SymbolicName=DCT_MSG_MOVE_EXCEPTION
  2950. Language=English
  2951. An exception occurred while moving the objects. Some objects may not have been moved successfully.
  2952. .
  2953. MessageId=7417
  2954. Severity=Error
  2955. Facility=Runtime
  2956. SymbolicName=DCT_MSG_RESET_MEMBER_EXCEPTION
  2957. Language=English
  2958. An exception occurred while updating the membership lists to reflect the new location of moved objects.
  2959. .
  2960. MessageId=7418
  2961. Severity=Error
  2962. Facility=Runtime
  2963. SymbolicName=DCT_MSG_GROUP_CHANGETYPE_FAILED_SD
  2964. Language=English
  2965. Could not change group type for %1 from Universal back to its original type. It may still contain members that are outside of the target domain. rc = %2!lx!
  2966. .
  2967. MessageId=7419
  2968. Severity=Error
  2969. Facility=Runtime
  2970. SymbolicName=DCT_MSG_GROUP_MEMBERSHIPS_EXCEPTION
  2971. Language=English
  2972. An exception occurred while rebuilding the group memberships.
  2973. .
  2974. MessageId=7420
  2975. Severity=Error
  2976. Facility=Runtime
  2977. SymbolicName=DCT_MSG_MOVEOBJECT_CONNECT_FAILED_D
  2978. Language=English
  2979. Failed to connect to domains for MoveObject, hr=%1!lx!
  2980. .
  2981. MessageId=7421
  2982. Severity=Error
  2983. Facility=Runtime
  2984. SymbolicName=DCT_MSG_OBJECT_MOVED_SS
  2985. Language=English
  2986. Moved %1 to %2
  2987. .
  2988. MessageId=7422
  2989. Severity=Error
  2990. Facility=Runtime
  2991. SymbolicName=DCT_MSG_MOVEOBJECT_FAILED_SD
  2992. Language=English
  2993. Failed to move object %1, hr=%2!lx!
  2994. .
  2995. MessageId=7423
  2996. Severity=Error
  2997. Facility=Runtime
  2998. SymbolicName=DCT_MSG_REMOVED_MEMBER_FROM_GROUP_SS
  2999. Language=English
  3000. Removed %1 from %2
  3001. .
  3002. MessageId=7424
  3003. Severity=Error
  3004. Facility=Runtime
  3005. SymbolicName=DCT_MSG_REMOVE_MEMBER_FAILED_SSD
  3006. Language=English
  3007. Failed to remove %1 from %2, hr=%3!lx!
  3008. .
  3009. MessageId=7425
  3010. Severity=Error
  3011. Facility=Runtime
  3012. SymbolicName=DCT_MSG_SKIPPING_OBJECT_TYPE_SS
  3013. Language=English
  3014. Skipping %1, since its object type '%2' is not supported.
  3015. .
  3016. MessageId=7426
  3017. Severity=Error
  3018. Facility=Runtime
  3019. SymbolicName=DCT_MSG_FAILED_TO_REPLACE_SPECIAL_ACCT_S
  3020. Language=English
  3021. Failed to replace %1. %1 may be a special object.
  3022. .
  3023. MessageId=7427
  3024. Severity=Error
  3025. Facility=Runtime
  3026. SymbolicName=DCT_MSG_MOVE_FAILED_CONFLICT_SSD
  3027. Language=English
  3028. Failed to move replaced account %1 to the target OU Error:%3!lx!. The account is in %2
  3029. .
  3030. MessageId=7428
  3031. Severity=Error
  3032. Facility=Runtime
  3033. SymbolicName=DCT_MSG_CREATE_FAILED_CONT_CONF_SS
  3034. Language=English
  3035. Renamed container name from %1 to %2. Cannot create accounts with same container name in target OU.
  3036. .
  3037. MessageId=7429
  3038. Severity=Error
  3039. Facility=Runtime
  3040. SymbolicName=DCT_MSG_FAILED_TO_LOAD_UNDO_LIST_D
  3041. Language=English
  3042. Failed to load the account list for the previous migration. The migration cannot be undone, hr=%1!lx!.
  3043. .
  3044. MessageId=7430
  3045. Severity=Error
  3046. Facility=Runtime
  3047. SymbolicName=DCT_MSG_SID_HISTORY_NOAUDIT_SSD
  3048. Language=English
  3049. SID History for %1 cannot be updated because auditing is not enabled on %2. rc=%3!ld!.\n This operation requires that auditing be enabled for Success and Failure auditing of account management operations.
  3050. .
  3051. MessageId=7431
  3052. Severity=Error
  3053. Facility=Runtime
  3054. SymbolicName=DCT_MSG_SID_HISTORY_UNWILLING_SD
  3055. Language=English
  3056. SID History cannot be updated for %1. rc=%2!ld!.
  3057. .
  3058. MessageId=7432
  3059. Severity=Error
  3060. Facility=Runtime
  3061. SymbolicName=DCT_MSG_SID_HISTORY_WRONGTYPE_SD
  3062. Language=English
  3063. SID History cannot be updated for %1 because %1 is not a user or group. rc=%2!ld!.
  3064. .
  3065. MessageId=7433
  3066. Severity=Error
  3067. Facility=Runtime
  3068. SymbolicName=DCT_MSG_SID_HISTORY_IN_FOREST_SD
  3069. Language=English
  3070. SID History cannot be updated for %1 because the SID for %1 already exists in the forest. rc=%2!ld!.
  3071. .
  3072. MessageId=7434
  3073. Severity=Error
  3074. Facility=Runtime
  3075. SymbolicName=DCT_MSG_SID_HISTORY_INSUFF_ACCESS_SD
  3076. Language=English
  3077. SID History cannot be updated for %1.
  3078. You must be logged in as an administrator in the target domain. rc=%2!ld!.
  3079. .
  3080. MessageId=7435
  3081. Severity=Error
  3082. Facility=Runtime
  3083. SymbolicName=DCT_MSG_SID_HISTORY_INVALID_HANDLE_SSD
  3084. Language=English
  3085. SID History cannot be updated for %2. This operation requires the TcpipClientSupport registry key to be set on %1. rc=%3!ld!.
  3086. .
  3087. MessageId=7436
  3088. Severity=Error
  3089. Facility=Runtime
  3090. SymbolicName=DCT_MSG_SID_HISTORY_DST_DC_SD
  3091. Language=English
  3092. SID History cannot be updated for %1. For security reasons, this operation must be run on the destination DC. rc=%2!ld!.
  3093. .
  3094. MessageId=7437
  3095. Severity=Error
  3096. Facility=Runtime
  3097. SymbolicName=DCT_MSG_SID_HISTORY_PKT_PRIVACY_SD
  3098. Language=English
  3099. SID History cannot be updated for %1. The connection between client and server requires packet privacy or better. rc=%2!ld!.
  3100. .
  3101. MessageId=7438
  3102. Severity=Error
  3103. Facility=Runtime
  3104. SymbolicName=DCT_MSG_PROFILE_REGHIVE_NOT_FOUND_SS
  3105. Language=English
  3106. No NTUser.DAT file for %1 was found in %2. The roaming profile cannot be migrated.
  3107. .
  3108. MessageId=7439
  3109. Severity=Informational
  3110. Facility=Runtime
  3111. SymbolicName=DCT_MSG_SKIPPING_DRIVE_REMOTE_S
  3112. Language=English
  3113. Skipping %1. %1 is a remote (network) drive.
  3114. .
  3115. MessageId=7440
  3116. Severity=Informational
  3117. Facility=Runtime
  3118. SymbolicName=DCT_MSG_SKIPPING_DRIVE_CDROM_S
  3119. Language=English
  3120. Skipping %1. %1 is a CD-ROM drive.
  3121. .
  3122. MessageId=7441
  3123. Severity=Informational
  3124. Facility=Runtime
  3125. SymbolicName=DCT_MSG_SKIPPING_DRIVE_RAMDISK_S
  3126. Language=English
  3127. Skipping %1. %1 is a RAM disk.
  3128. .
  3129. MessageId=7442
  3130. Severity=Informational
  3131. Facility=Runtime
  3132. SymbolicName=DCT_MSG_SKIPPING_DRIVE_UNKNOWN_S
  3133. Language=English
  3134. Skipping %1. The drive type cannot be determined.
  3135. .
  3136. MessageId=7443
  3137. Severity=Informational
  3138. Facility=Runtime
  3139. SymbolicName=DCT_MSG_SKIPPING_DRIVE_NO_ROOT_S
  3140. Language=English
  3141. Skipping %1. The root path is invalid. For example, no volume is mounted at the path.
  3142. .
  3143. MessageId=7444
  3144. Severity=Informational
  3145. Facility=Runtime
  3146. SymbolicName=DCT_MSG_SID_HISTORY_SOURCE_IN_FOREST_S
  3147. Language=English
  3148. SID History cannot be updated for %1. The source domain may not be in the same forest as the target domain.
  3149. .
  3150. MessageId=7445
  3151. Severity=Informational
  3152. Facility=Runtime
  3153. SymbolicName=DCT_MSG_SID_HISTORY_DEST_WRONG_FOREST_S
  3154. Language=English
  3155. SID History cannot be updated for %1. The target domain must be in the same forest as the machine running the migration tool.
  3156. .
  3157. MessageId=7446
  3158. Severity=Informational
  3159. Facility=Runtime
  3160. SymbolicName=DCT_MSG_SID_HISTORY_NO_MASTERDSA_S
  3161. Language=English
  3162. SID History cannot be updated for %1. This operation must be performed at a master DSA (writable DC).
  3163. .
  3164. MessageId=7447
  3165. Severity=Informational
  3166. Facility=Runtime
  3167. SymbolicName=DCT_MSG_SID_HISTORY_INSUFF2_SSS
  3168. Language=English
  3169. SID History cannot be updated for %1. The credentials entered (%2\\%3) must have Administrator privileges on the source domain.
  3170. .
  3171. MessageId=7448
  3172. Severity=Informational
  3173. Facility=Runtime
  3174. SymbolicName=DCT_MSG_SID_HISTORY_NOT_NATIVE_S
  3175. Language=English
  3176. SID History cannot be updated for %1. The target domain must be in native mode.
  3177. .
  3178. MessageId=7449
  3179. Severity=Informational
  3180. Facility=Runtime
  3181. SymbolicName=DCT_MSG_SID_HISTORY_NO_SOURCE_DC_S
  3182. Language=English
  3183. SID History cannot be updated for %1. The tool could not locate a domain controller for the source domain.
  3184. .
  3185. MessageId=7450
  3186. Severity=Informational
  3187. Facility=Runtime
  3188. SymbolicName=DCT_MSG_SID_HISTORY_DS_UNAVAILABLE_S
  3189. Language=English
  3190. SID History cannot be updated for %1. The directory service is unavailable. The tool could not bind to the source DC.
  3191. .
  3192. MessageId=7451
  3193. Severity=Informational
  3194. Facility=Runtime
  3195. SymbolicName=DCT_MSG_SID_HISTORY_SOURCE_NOT_SP4_S
  3196. Language=English
  3197. SID History cannot be updated for %1. For security reasons, the source DC must be Windows NT 4.0 Service Pack 4 or later.
  3198. .
  3199. MessageId=7452
  3200. Severity=Informational
  3201. Facility=Runtime
  3202. SymbolicName=DCT_MSG_SID_HISTORY_CREDENTIALS_CONFLICT_SSSS
  3203. Language=English
  3204. SID History cannot be updated for %1. A session may already be open between this computer and a domain controller in %2, using credentials other than %3\\%4.
  3205. .
  3206. MessageId=7453
  3207. Severity=Informational
  3208. Facility=Runtime
  3209. SymbolicName=DCT_MSG_PREF_ACCOUNT_EXISTS_S
  3210. Language=English
  3211. Failed to create %1 - Account with this prefix/suffix already exists in target domain. Please remigrate with different name-collision settings.
  3212. .
  3213. MessageId=7454
  3214. Severity=Informational
  3215. Facility=Runtime
  3216. SymbolicName=DCT_MSG_RESET_MAPPED_CREDENTIAL_S
  3217. Language=English
  3218. Resetting the credentials for Mapped drive %1.
  3219. .
  3220. MessageId=7455
  3221. Severity=Informational
  3222. Facility=Runtime
  3223. SymbolicName=DCT_MSG_SKIPPING_REGKEY_TRANSLATION_SDD
  3224. Language=English
  3225. Skipping translation of registry key %1. The registry key's security descriptor contains %2!ld! ACEs, which exceeds the limit of %3!ld! in Add mode.
  3226. .
  3227. MessageId=7456
  3228. Severity=Informational
  3229. Facility=Runtime
  3230. SymbolicName=DCT_MSG_CANNOT_MOVE_GG_FROM_MIXED_MODE_SS
  3231. Language=English
  3232. %1 cannot be moved, because its member %2 is not being migrated. %1 must stay in the source domain so that %2 will continue to have access to resources. %1 will be copied instead of being moved.
  3233. .
  3234. MessageId=7457
  3235. Severity=Informational
  3236. Facility=Runtime
  3237. SymbolicName=DCT_MSG_READD_SOURCE_MEMBER_FAILED_SSD
  3238. Language=English
  3239. Failed to add source account %1 back to group %2 (%1 could not be migrated), hr=%3!lx!.
  3240. .
  3241. MessageId=7458
  3242. Severity=Informational
  3243. Facility=Runtime
  3244. SymbolicName=DCT_MSG_READD_TARGET_MEMBER_FAILED_SSD
  3245. Language=English
  3246. Failed to add moved account %1 back to group %2, hr=%3!lx!.
  3247. .
  3248. MessageId=7459
  3249. Severity=Informational
  3250. Facility=Runtime
  3251. SymbolicName=DCT_MSG_FAILED_TO_GET_OBJECT_SD
  3252. Language=English
  3253. Failed to get pointer to object %1, hr=%2!lx!.
  3254. .
  3255. MessageId=7460
  3256. Severity=Informational
  3257. Facility=Runtime
  3258. SymbolicName=DCT_STRIPPING_GROUP_MEMBERSHIPS_SS
  3259. Language=English
  3260. Removing %1 (%2) from the global groups it is a member of :
  3261. .
  3262. MessageId=7461
  3263. Severity=Informational
  3264. Facility=Runtime
  3265. SymbolicName=DCT_STRIPPING_GROUP_MEMBERS_SS
  3266. Language=English
  3267. Removing members from group %1 (%2).
  3268. .
  3269. MessageId=7462
  3270. Severity=Informational
  3271. Facility=Runtime
  3272. SymbolicName=DCT_READDING_GROUP_MEMBERS_SS
  3273. Language=English
  3274. Reestablishing group memberships for %1 (%2).
  3275. .
  3276. MessageId=7463
  3277. Severity=Informational
  3278. Facility=Runtime
  3279. SymbolicName=DCT_MSG_MOVEOBJECT_FAILED_S8524
  3280. Language=English
  3281. Failed to move %1, hr=%2!lx!. The operation failed because of a DNS lookup failure connecting to the infrastructure master at the root of the forest.
  3282. .
  3283. MessageId=7464
  3284. Severity=Informational
  3285. Facility=Runtime
  3286. SymbolicName=DCT_MSG_USER_WILL_BE_MOVED_S
  3287. Language=English
  3288. User account %1 will be moved.
  3289. .
  3290. MessageId=7465
  3291. Severity=Informational
  3292. Facility=Runtime
  3293. SymbolicName=DCT_MSG_GROUP_WILL_BE_MOVED_S
  3294. Language=English
  3295. Group %1 will be moved.
  3296. .
  3297. MessageId=7466
  3298. Severity=Informational
  3299. Facility=Runtime
  3300. SymbolicName=DCT_MSG_CANT_MOVE_UNKNOWN_TYPE_SS
  3301. Language=English
  3302. %1 is not a user or group. (type=%2). %1 will not be moved.
  3303. .
  3304. MessageId=7467
  3305. Severity=Informational
  3306. Facility=Runtime
  3307. SymbolicName=DCT_MSG_DOMAIN_LOOKUP_FAILED_D
  3308. Language=English
  3309. Domain name lookup failed, rc=%1!ld!.
  3310. .
  3311. MessageId=7468
  3312. Severity=Informational
  3313. Facility=Runtime
  3314. SymbolicName=DCT_MSG_DOMAIN_DNS_LOOKUP_FAILED_SD
  3315. Language=English
  3316. Failed to get the DNS name for domain %1, rc=%2!lx!
  3317. .
  3318. ;// This message is logged by AR, when attempting to copy the SIDHistory property for an account
  3319. ;// being migrated. The SID in the SIDHistory property could not be resolved to a domain name.
  3320. MessageId=7469
  3321. Severity=Informational
  3322. Facility=Runtime
  3323. SymbolicName=DCT_MSG_ERROR_CONVERTING_SID_SSD
  3324. Language=English
  3325. Failed to resolve SID(%2) while adding SIDHistory for %1 Error(%3!ld!).
  3326. .
  3327. ;//This message is logged by the agent if the attempt to logon with the credentials account
  3328. ;//fails. The logon is needed to write back the agent's result file, since the agent runs
  3329. ;//under localsystem. If this error occurs, the agent will likely not be able to write back
  3330. ;// its result file
  3331. MessageId=7470
  3332. Severity=Informational
  3333. Facility=Runtime
  3334. SymbolicName=DCT_MSG_IMPERSONATION_FAILED_SSD
  3335. Language=English
  3336. Failed to impersonate %1\%2. The agent may not be able to write back its results, rc=%3!ld!.
  3337. .
  3338. ;//This message is logged by the agent if the attempt to logon with the credentials account
  3339. ;//fails. The logon is needed to write back the agent's result file, since the agent runs
  3340. ;//under localsystem. If this error occurs, the agent will likely not be able to write back
  3341. ;// its result file
  3342. MessageId=7471
  3343. Severity=Informational
  3344. Facility=Runtime
  3345. SymbolicName=DCT_MSG_LOGON_USER_FAILED_SSD
  3346. Language=English
  3347. The agent failed to log on as %1\%2. The agent may not be able to write back its results, rc=%3!ld!
  3348. .
  3349. ; // This message is logged by the MCSPISAG plug-in before it gathers the service account information
  3350. MessageId=7472
  3351. Severity=Informational
  3352. Facility=Runtime
  3353. SymbolicName=DCT_MSG_MCSPISAG_STARTING
  3354. Language=English
  3355. Service Account information gathering beginning.
  3356. .
  3357. ; // This message is logged by the MCSPISAG plug-in after it gathers the service account information
  3358. MessageId=7473
  3359. Severity=Informational
  3360. Facility=Runtime
  3361. SymbolicName=DCT_MSG_MCSPISAG_DONE
  3362. Language=English
  3363. Service Account information gathering completed.
  3364. .
  3365. ; // Logged by MCSPISAG when EnumServicesStatus fails
  3366. MessageId=7474
  3367. Severity=Informational
  3368. Facility=Runtime
  3369. SymbolicName=DCT_MSG_SERVICE_ENUM_FAILED_D
  3370. Language=English
  3371. Failed to enumerate services, rc=%1!ld!
  3372. .
  3373. ; // Logged by MCSPISAG - this is an informational message that shows what account each service runs under
  3374. MessageId=7475
  3375. Severity=Informational
  3376. Facility=Runtime
  3377. SymbolicName=DCT_MSG_SERVICE_USES_ACCOUNT_SS
  3378. Language=English
  3379. %1 uses account %2.
  3380. .
  3381. ;// Logged by MCSPISAG - when OpenService fails
  3382. MessageId=7476
  3383. Severity=Informational
  3384. Facility=Runtime
  3385. SymbolicName=DCT_MSG_OPEN_SERVICE_FAILED_SD
  3386. Language=English
  3387. Failed to get information for service %1, rc=%2!ld!
  3388. .
  3389. ; // Logged by MCSPISAG - when OpenScm fails
  3390. MessageId=7477
  3391. Severity=Informational
  3392. Facility=Runtime
  3393. SymbolicName=DCT_MSG_SCM_OPEN_FAILED_D
  3394. Language=English
  3395. Failed to open SCM, rc=%2!ld!
  3396. .
  3397. ;// This informational message is always logged when the recycle bin directories and files are being
  3398. ;// examined for the local profile translation.
  3399. MessageId=7478
  3400. Severity=Informational
  3401. Facility=Runtime
  3402. SymbolicName=DCT_MSG_PROCESSING_RECYCLER_S
  3403. Language=English
  3404. Processing recycle bin files and folders on %1.
  3405. .
  3406. ;// This informational message is logged by the security translator for each recycle bin folder
  3407. ;// it examines on the machine.
  3408. MessageId=7479
  3409. Severity=Informational
  3410. Facility=Runtime
  3411. SymbolicName=DCT_MSG_PROCESSING_RECYCLE_FOLDER_S
  3412. Language=English
  3413. Examining: %1
  3414. .
  3415. MessageId=7480
  3416. Severity=Informational
  3417. Facility=Runtime
  3418. SymbolicName=DCT_MSG_RECYCLER_RENAMED_SS
  3419. Language=English
  3420. Renamed recycle bin directory from %1 to %2
  3421. .
  3422. ;// This information is logged by ST, it shows the total examined and changed counts for
  3423. ;// the various types of objects that we do security translation on
  3424. MessageId=7481
  3425. Severity=Informational
  3426. Facility=Runtime
  3427. SymbolicName=DCT_MSG_SUMMARY_REPORT_HEADER
  3428. Language=English
  3429. Examined Changed Unchanged
  3430. .
  3431. MessageId=7482
  3432. Severity=Informational
  3433. Facility=Runtime
  3434. SymbolicName=DCT_MSG_SUMMARY_REPORT_FILES_DDD
  3435. Language=English
  3436. Files %1!8ld! %2!8ld! %3!8ld!
  3437. .
  3438. MessageId=7483
  3439. Severity=Informational
  3440. Facility=Runtime
  3441. SymbolicName=DCT_MSG_SUMMARY_REPORT_DIRS_DDD
  3442. Language=English
  3443. Dirs %1!8ld! %2!8ld! %3!8ld!
  3444. .
  3445. MessageId=7484
  3446. Severity=Informational
  3447. Facility=Runtime
  3448. SymbolicName=DCT_MSG_SUMMARY_REPORT_SHARES_DDD
  3449. Language=English
  3450. Shares %1!8ld! %2!8ld! %3!8ld!
  3451. .
  3452. MessageId=7485
  3453. Severity=Informational
  3454. Facility=Runtime
  3455. SymbolicName=DCT_MSG_SUMMARY_REPORT_MEMBERS_DDD
  3456. Language=English
  3457. Members %1!8ld! %2!8ld! %3!8ld!
  3458. .
  3459. MessageId=7486
  3460. Severity=Informational
  3461. Facility=Runtime
  3462. SymbolicName=DCT_MSG_SUMMARY_REPORT_RIGHTS_DDD
  3463. Language=English
  3464. User Rights %1!8ld! %2!8ld! %3!8ld!
  3465. .
  3466. MessageId=7487
  3467. Severity=Informational
  3468. Facility=Runtime
  3469. SymbolicName=DCT_MSG_SUMMARY_REPORT_MAILBOXES_DDD
  3470. Language=English
  3471. Exchange Objects %1!8ld! %2!8ld! %3!8ld!
  3472. .
  3473. MessageId=7488
  3474. Severity=Informational
  3475. Facility=Runtime
  3476. SymbolicName=DCT_MSG_SUMMARY_REPORT_CONTAINERS_DDD
  3477. Language=English
  3478. Containers %1!8ld! %2!8ld! %3!8ld!
  3479. .
  3480. MessageId=7489
  3481. Severity=Informational
  3482. Facility=Runtime
  3483. SymbolicName=DCT_MSG_SUMMARY_REPORT_DACLS_DDD
  3484. Language=English
  3485. DACLs %1!8ld! %2!8ld! %3!8ld!
  3486. .
  3487. MessageId=7490
  3488. Severity=Informational
  3489. Facility=Runtime
  3490. SymbolicName=DCT_MSG_SUMMARY_REPORT_SACLS_DDD
  3491. Language=English
  3492. SACLs %1!8ld! %2!8ld! %3!8ld!
  3493. .
  3494. MessageId=7491
  3495. Severity=Informational
  3496. Facility=Runtime
  3497. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_HEADER
  3498. Language=English
  3499. Examined Changed No Target Not Selected Unknown
  3500. .
  3501. MessageId=7492
  3502. Severity=Informational
  3503. Facility=Runtime
  3504. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_OWNERS_DDDDD
  3505. Language=English
  3506. Owners %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3507. .
  3508. MessageId=7493
  3509. Severity=Informational
  3510. Facility=Runtime
  3511. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_GROUPS_DDDDD
  3512. Language=English
  3513. Groups %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3514. .
  3515. MessageId=7494
  3516. Severity=Informational
  3517. Facility=Runtime
  3518. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_DACES_DDDDD
  3519. Language=English
  3520. DACEs %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3521. .
  3522. MessageId=7495
  3523. Severity=Informational
  3524. Facility=Runtime
  3525. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_SACES_DDDDD
  3526. Language=English
  3527. SACEs %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3528. .
  3529. ; // These messages are logged by the security translator
  3530. ; // They show which accounts are in the mapping used for the translation
  3531. ; // and how many occurrences of each account were changed
  3532. MessageId=7496
  3533. Severity=Informational
  3534. Facility=Runtime
  3535. SymbolicName=DCT_MSG_ACCOUNT_DETAIL_HEADER
  3536. Language=English
  3537. ------Account Detail---------
  3538. .
  3539. MessageId=7497
  3540. Severity=Informational
  3541. Facility=Runtime
  3542. SymbolicName=DCT_MSG_ACCOUNT_DETAIL_FOOTER
  3543. Language=English
  3544. -----------------------------
  3545. .
  3546. MessageId=7498
  3547. Severity=Informational
  3548. Facility=Runtime
  3549. SymbolicName=DCT_MSG_ACCOUNT_USER_GROUP_COUNT_DD
  3550. Language=English
  3551. %1!ld! users, %2!ld! groups
  3552. .
  3553. ; // The selected accounts are the accounts the user selected to be used in the translation
  3554. ; // The resolved accounts are the ones for which we have a valid source SID and a valid target SID
  3555. ; // the unresolved accounts are the ones that were selected by the user for the mapping, but
  3556. ; // for which we were unable to find a valid SID in the target domain.
  3557. ; // selected = resolved + unresolved
  3558. MessageId=7499
  3559. Severity=Informational
  3560. Facility=Runtime
  3561. SymbolicName=DCT_MSG_ACCOUNT_STATUS_COUNT_DDD
  3562. Language=English
  3563. %1!ld! accounts selected. %2!ld! resolved, %3!ld! unresolved.
  3564. .
  3565. ; // The four numbers represent the number of times the SID was seen (and translated)
  3566. ; // in each of the 4 parts of the security descriptor:
  3567. ; // (owner, primary group, DACL, SACL)
  3568. ; // The 5th insertion string is either blank (for resolved accounts) or IDS_UNRESOLVED for unresolved accounts
  3569. ; // (see DCT_MSG_ACCOUNT_STATUS_COUNT_DDD for explanation of resolved/unresolved)
  3570. MessageId=7500
  3571. Severity=Informational
  3572. Facility=Runtime
  3573. SymbolicName=DCT_MSG_ACCOUNT_REFS_DATA_DDDDS
  3574. Language=English
  3575. (%1!ld!, %2!ld!, %3!ld!, %4!ld!) %5
  3576. .
  3577. ; // same as DCT_MSG_ACCOUNT_REFS_DATA_DDDDS, but includes the account name at the beginning
  3578. MessageId=7501
  3579. Severity=Informational
  3580. Facility=Runtime
  3581. SymbolicName=DCT_MSG_ACCOUNT_REFS_DATA_SDDDDS
  3582. Language=English
  3583. %1!ls! (%2!ld!, %3!ld!, %4!ld!, %5!ld!) %6
  3584. .
  3585. ;// This message is logged by Exchange security translation when the connection to the exchange server failed
  3586. ;// This can mean that either the ldap_open or the ldap_bind failed.
  3587. MessageId=7502
  3588. Severity=Informational
  3589. Facility=Runtime
  3590. SymbolicName=DCT_MSG_CANNOT_CONNECT_TO_EXCHANGE_SERVER_SSD
  3591. Language=English
  3592. Failed to bind to Exchange server %1 using credentials %2, rc=%3!ld!.
  3593. .
  3594. ;// Thie message is not currently used
  3595. MessageId=7503
  3596. Severity=Informational
  3597. Facility=Runtime
  3598. SymbolicName=DCT_MSG_REMOVE_RIGHTS_FAILED_SD
  3599. Language=English
  3600. Failed to revoke existing user rights from replaced account %1, rc=$2!ld!.
  3601. .
  3602. ;// This message is logged by the trust migration code when a trust cannot be created because an
  3603. ;// account with the needed SAM account name already exists (in an NT 4 domain). For example,
  3604. ;// the inter-domain trust user account cannot be created, because a local or global group with the
  3605. ;// same name as the trusting domain already exists.
  3606. MessageId=7504
  3607. Severity=Informational
  3608. Facility=Runtime
  3609. SymbolicName=DCT_MSG_INVALID_ACCOUNT_S
  3610. Language=English
  3611. Can not create the trust account because there is an invalid %1 account in the target domain.
  3612. .
  3613. ;// This message is logged by the agent before rebooting the machine.
  3614. MessageId=7505
  3615. Severity=Informational
  3616. Facility=Runtime
  3617. SymbolicName=DCT_MSG_REBOOT_DELAY_D
  3618. Language=English
  3619. The local machine will be rebooted in %1!ld! minutes.
  3620. .
  3621. ;// This message is logged by the Exchange directory migration code if the LDAP port for exchange cannot be detected.
  3622. ;// To detect the LDAP port, Exchange Admin must be installed on the machine.
  3623. MessageId=7506
  3624. Severity=Informational
  3625. Facility=Runtime
  3626. SymbolicName=DCT_MSG_LDAP_PORT_DETECT_FAILED_S
  3627. Language=English
  3628. Failed to detect the port that the Exchange Server '%1' is using for LDAP. ADMT will attempt to connect using the default LDAP port, 389.
  3629. .
  3630. MessageId=7507
  3631. Severity=Informational
  3632. Facility=Runtime
  3633. SymbolicName=DCT_MSG_SID_HISTORY_DS_UNWILLING_TO_PERFORM_SSSSD
  3634. Language=English
  3635. SID History cannot be updated for %1. %2\%3 may be a builtin account, a well-known account different from %4\%1, a local user account, or an inter-domain trust account.
  3636. .
  3637. MessageId=7508
  3638. Severity=Informational
  3639. Facility=Runtime
  3640. SymbolicName=DCT_MSG_PATH_NOT_RESOLVED_SD
  3641. Language=English
  3642. Cannot resolve the path %1. This account will not be updated in the group membership. rc = %2!ld!.
  3643. .
  3644. ;// This message is logged by the dispatcher when the program files directory on the remote machine, as detected
  3645. ;// by the dispatcher, is in an unrecognized format (i.e. not X:\\path).
  3646. MessageId=7509
  3647. Severity=Informational
  3648. Facility=Runtime
  3649. SymbolicName=DCT_MSG_INVALID_PROGRAM_FILES_DIR_SS
  3650. Language=English
  3651. The Program Files directory name on %1 is in an unrecognized format '%2'. The dispatcher may not be able to install an agent to %1.
  3652. .
  3653. ;// This message is logged by the dispatcher if it cannot detect whether the X$ admin share needed to install the agent exists
  3654. MessageId=7510
  3655. Severity=Informational
  3656. Facility=Runtime
  3657. SymbolicName=DCT_MSG_ADMIN_SHARE_GETINFO_FAILED_SSD
  3658. Language=English
  3659. ADMT could not get information about the %2 share on %1, rc=%3!ld!.
  3660. .
  3661. ;// This message is logged by the dispatcher if the X$ share name exists, but its type is not STYPE_SPECIAL
  3662. MessageId=7511
  3663. Severity=Informational
  3664. Facility=Runtime
  3665. SymbolicName=DCT_MSG_SHARE_IS_NOT_ADMIN_SHARE_SS
  3666. Language=English
  3667. The %2 share on %1 is not the default adminstrative share.
  3668. .
  3669. ;// This message is logged by the dispatcher if the ADMTTEMP$ share cannot be created
  3670. MessageId=7512
  3671. Severity=Informational
  3672. Facility=Runtime
  3673. SymbolicName=DCT_MSG_TEMP_SHARE_CREATE_FAILED_SSD
  3674. Language=English
  3675. The %2 share on %1 cannot be created, rc=%3!ld!. The agent cannot be dispatched to %1.
  3676. .
  3677. ;// This message is logged by the dispatcher if the ADMTTEMP$ share cannot be removed after the agent has been installed
  3678. MessageId=7513
  3679. Severity=Informational
  3680. Facility=Runtime
  3681. SymbolicName=DCT_MSG_SHARE_DEL_FAILED_SSD
  3682. Language=English
  3683. The %2 share on %1 cannot be removed, rc=%3!ld!.
  3684. .
  3685. ;// This informational message is logged during intra-forest migration. It indicates that ADMT has detected that a user account
  3686. ;// being moved is a member of a local or universal group.
  3687. MessageId=7514
  3688. Severity=Informational
  3689. Facility=Runtime
  3690. SymbolicName=DCT_MSG_NOT_REMOVING_MEMBER_FROM_GROUP_SS
  3691. Language=English
  3692. %1 is a member of %2.
  3693. .
  3694. ;// This informational message is logged when a member cannot be added back to a group
  3695. ;// because of directory constraints. For example, if a user is moved, but a global group is not,
  3696. ;// the target user cannot be readded to the source global group
  3697. MessageId=7515
  3698. Severity=Informational
  3699. Facility=Runtime
  3700. SymbolicName=DCT_MSG_READD_MEMBER_FAILED_CONSTRAINTS_SS
  3701. Language=English
  3702. %1 can no longer be a member of group %2 because of directory constraints.
  3703. .
  3704. MessageId=7516
  3705. Severity=Informational
  3706. Facility=Runtime
  3707. SymbolicName=DCT_READDING_MEMBERS_TO_GROUP_SS
  3708. Language=English
  3709. Readding members to group %1 (%2).
  3710. .
  3711. MessageId=7517
  3712. Severity=Informational
  3713. Facility=Runtime
  3714. SymbolicName=DCT_MSG_READD_MEMBER_TO_GROUP_SS
  3715. Language=English
  3716. Readded %1 to %2.
  3717. .
  3718. MessageId=7518
  3719. Severity=Informational
  3720. Facility=Runtime
  3721. SymbolicName=DCT_MSG_FAILED_TO_READD_TO_GROUP_SSD
  3722. Language=English
  3723. Failed to re-add %1 to %2. RC=%3!lx!.
  3724. .
  3725. MessageId=7519
  3726. Severity=Informational
  3727. Facility=Runtime
  3728. SymbolicName=DCT_MSG_CANT_REPLACE_DIFFERENT_TYPE_SS
  3729. Language=English
  3730. %1 can not be replaced by %2 because the objects are of different types.
  3731. .
  3732. MessageId=7520
  3733. Severity=Informational
  3734. Facility=Runtime
  3735. SymbolicName=DCT_MSG_TRUNCATE_CN_SS
  3736. Language=English
  3737. Truncating CN from %1 to %2 because the source CN is more than 64 characters long.
  3738. .
  3739. MessageId=7521
  3740. Severity=Informational
  3741. Facility=Runtime
  3742. SymbolicName=DCT_MSG_LDAP_CALL_FAILED_SD
  3743. Language=English
  3744. The LDAP query on %1 failed, %2!ld!.
  3745. .
  3746. MessageId=7522
  3747. Severity=Informational
  3748. Facility=Runtime
  3749. SymbolicName=DCT_MSG_USER_RIGHTS_ONLY_ADDS
  3750. Language=English
  3751. ADMT only performs user rights translation in Append mode.
  3752. .
  3753. MessageId=7523
  3754. Severity=Informational
  3755. Facility=Runtime
  3756. SymbolicName=DCT_MSG_EXCHANGE_TRANSLATION_MODE_S
  3757. Language=English
  3758. Exchange directory translation will be performed in %1 mode.
  3759. .
  3760. MessageId=7524
  3761. Severity=Informational
  3762. Facility=Runtime
  3763. SymbolicName=DCT_MSG_CONNECT_ERROR_TARGET_SD
  3764. Language=English
  3765. Failed to connect to %1 server. Please try running this operation again to connect to a different DC.
  3766. .
  3767. MessageId=7525
  3768. Severity=Informational
  3769. Facility=Runtime
  3770. SymbolicName=DCT_MSG_CONNECT_ERROR_SOURCE_SD
  3771. Language=English
  3772. Failed to connect to %1 server. This is the DC with the RID Pool allocator role in the source domain. It is required for move object operation to work.
  3773. .
  3774. MessageId=7526
  3775. Severity=Informational
  3776. Facility=Runtime
  3777. SymbolicName=DCT_MSG_E_MSG_ADS_BAD_PATHNAME
  3778. Language=English
  3779. An invalid ADSI pathname was passed.
  3780. .
  3781. MessageId=7527
  3782. Severity=Informational
  3783. Facility=Runtime
  3784. SymbolicName=DCT_MSG_E_ADS_INVALID_DOMAIN_OBJECT
  3785. Language=English
  3786. An unknown ADSI domain object was requested.
  3787. .
  3788. MessageId=7528
  3789. Severity=Informational
  3790. Facility=Runtime
  3791. SymbolicName=DCT_MSG_E_ADS_INVALID_USER_OBJECT
  3792. Language=English
  3793. An unknown ADSI user object was requested.
  3794. .
  3795. MessageId=7529
  3796. Severity=Informational
  3797. Facility=Runtime
  3798. SymbolicName=DCT_MSG_E_ADS_INVALID_COMPUTER_OBJECT
  3799. Language=English
  3800. An unknown ADSI computer object was requested.
  3801. .
  3802. MessageId=7530
  3803. Severity=Informational
  3804. Facility=Runtime
  3805. SymbolicName=DCT_MSG_E_ADS_UNKNOWN_OBJECT
  3806. Language=English
  3807. An unknown ADSI object was requested.
  3808. .
  3809. MessageId=7531
  3810. Severity=Informational
  3811. Facility=Runtime
  3812. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_SET
  3813. Language=English
  3814. The specified ADSI property was not set.
  3815. .
  3816. MessageId=7532
  3817. Severity=Informational
  3818. Facility=Runtime
  3819. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_SUPPORTED
  3820. Language=English
  3821. The specified ADSI property is not supported.
  3822. .
  3823. MessageId=7533
  3824. Severity=Informational
  3825. Facility=Runtime
  3826. SymbolicName=DCT_MSG_E_ADS_PROPERTY_INVALID
  3827. Language=English
  3828. The specified ADSI property is invalid.
  3829. .
  3830. MessageId=7534
  3831. Severity=Informational
  3832. Facility=Runtime
  3833. SymbolicName=DCT_MSG_E_ADS_BAD_PARAMETER
  3834. Language=English
  3835. One or more input parameters are invalid.
  3836. .
  3837. MessageId=7535
  3838. Severity=Informational
  3839. Facility=Runtime
  3840. SymbolicName=DCT_MSG_E_ADS_OBJECT_UNBOUND
  3841. Language=English
  3842. The specified ADSI object is not bound to a remote resource.
  3843. .
  3844. MessageId=7536
  3845. Severity=Informational
  3846. Facility=Runtime
  3847. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_MODIFIED
  3848. Language=English
  3849. The specified property for an ADSI object has not been modified.
  3850. .
  3851. MessageId=7537
  3852. Severity=Informational
  3853. Facility=Runtime
  3854. SymbolicName=DCT_MSG_E_ADS_PROPERTY_MODIFIED
  3855. Language=English
  3856. The specified property for an ADSI has been modified.
  3857. .
  3858. MessageId=7538
  3859. Severity=Informational
  3860. Facility=Runtime
  3861. SymbolicName=DCT_MSG_E_ADS_CANT_CONVERT_DATATYPE
  3862. Language=English
  3863. The ADSI data type cannot be converted to or from a native directory service data type.
  3864. .
  3865. MessageId=7539
  3866. Severity=Informational
  3867. Facility=Runtime
  3868. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_FOUND
  3869. Language=English
  3870. The ADSI property cannot be found in the property cache.
  3871. .
  3872. MessageId=7540
  3873. Severity=Informational
  3874. Facility=Runtime
  3875. SymbolicName=DCT_MSG_E_ADS_OBJECT_EXISTS
  3876. Language=English
  3877. The ADSI object exists.
  3878. .
  3879. MessageId=7541
  3880. Severity=Informational
  3881. Facility=Runtime
  3882. SymbolicName=DCT_MSG_E_ADS_SCHEMA_VIOLATION
  3883. Language=English
  3884. The attempted action violates the DS schema rules.
  3885. .
  3886. MessageId=7542
  3887. Severity=Informational
  3888. Facility=Runtime
  3889. SymbolicName=DCT_MSG_E_ADS_COLUMN_NOT_SET
  3890. Language=English
  3891. During a query, the specified column in Active Directory was not set.
  3892. .
  3893. MessageId=7543
  3894. Severity=Informational
  3895. Facility=Runtime
  3896. SymbolicName=DCT_MSG_E_ADS_INVALID_FILTER
  3897. Language=English
  3898. During a query, the specified search filter is invalid.
  3899. .
  3900. MessageId=7544
  3901. Severity=Informational
  3902. Facility=Runtime
  3903. SymbolicName=DCT_MSG_ACCESS_CHECKER_FAILED_D
  3904. Language=English
  3905. Failed to check if source and target domains are in the same forest. hr=0x%08x
  3906. .
  3907. MessageId=7545
  3908. Severity=Informational
  3909. Facility=Runtime
  3910. SymbolicName=DCT_MSG_Extension_Exception_SS
  3911. Language=English
  3912. %1 extension threw an exception. %2 may not have migrated correctly.
  3913. .
  3914. MessageId=7546
  3915. Severity=Informational
  3916. Facility=Runtime
  3917. SymbolicName=DCT_MSG_MEMBER_NOT_FOUND_SS
  3918. Language=English
  3919. Group %1 contains an unknown member %2. This member object will loose its membership to this group.
  3920. .
  3921. MessageId=7547
  3922. Severity=Informational
  3923. Facility=Runtime
  3924. SymbolicName=DCT_MSG_SOURCE_EXPIRATION_EARLY_S
  3925. Language=English
  3926. %1 was set to expire before the expiration date specified in the wizard. Account will still expire at the earlier date.
  3927. .
  3928. MessageId=7548
  3929. Severity=Informational
  3930. Facility=Runtime
  3931. SymbolicName=DCT_UPDATING_MEMBERS_TO_GROUP_SS
  3932. Language=English
  3933. Updating members to group %1 (%2).
  3934. .
  3935. MessageId=7549
  3936. Severity=Informational
  3937. Facility=Runtime
  3938. SymbolicName=DCT_REPLACE_MEMBER_TO_GROUP_SSS
  3939. Language=English
  3940. Replacing %1 with %2 as member of %3.
  3941. .
  3942. MessageId=7550
  3943. Severity=Informational
  3944. Facility=Runtime
  3945. SymbolicName=DCT_REPLACE_MEMBER_FAILED_SSS
  3946. Language=English
  3947. Failed to replace %1 with %2 as member of %3.
  3948. .
  3949. MessageId=7551
  3950. Severity=Informational
  3951. Facility=Runtime
  3952. SymbolicName=DCT_MSG_NEW_PASSWORD_LOG_S
  3953. Language=English
  3954. Unable to reach the password log file at %1, new passwords stored in %2 until further notice.
  3955. .
  3956. MessageId=7552
  3957. Severity=Informational
  3958. Facility=Runtime
  3959. SymbolicName=DCT_MSG_USERNAME_INVALID_FOR_PASSWORD_S
  3960. Language=English
  3961. The user name for %1 is not valid for a password. The password will be generated.
  3962. .
  3963. MessageId=7553
  3964. Severity=Informational
  3965. Facility=Runtime
  3966. SymbolicName=DCT_MSG_CREATE_FAILED_UPN_CONF_SS
  3967. Language=English
  3968. Renamed UPN name from %1 to %2. Cannot create accounts with the same UPN name as another UPN in the enterprise.
  3969. .
  3970. MessageId=7554
  3971. Severity=Informational
  3972. Facility=Runtime
  3973. SymbolicName=DCT_MSG_UPN_ACCOUNT_EXISTS_SS
  3974. Language=English
  3975. UPN for %1(%2) - already exists.
  3976. .
  3977. MessageId=7555
  3978. Severity=Informational
  3979. Facility=Runtime
  3980. SymbolicName=DCT_MSG_TARGET_TRUSTED_BY_THIS_SS
  3981. Language=English
  3982. %1 already is trusted by %2.
  3983. .
  3984. MessageId=7556
  3985. Severity=Informational
  3986. Facility=Runtime
  3987. SymbolicName=DCT_MSG_PWCOPIED_S
  3988. Language=English
  3989. %1!-20ls! - Password Copied.
  3990. .
  3991. MessageId=7557
  3992. Severity=Informational
  3993. Facility=Runtime
  3994. SymbolicName=DCT_MSG_PW_COPY_FAILED_S
  3995. Language=English
  3996. Failed to copy the password for %1. A strong password has been generated instead. %2.
  3997. .
  3998. MessageId=7558
  3999. Severity=Informational
  4000. Facility=Runtime
  4001. SymbolicName=DCT_MSG_NEW_PASSWORD_LOG_CPY_FAILED_S
  4002. Language=English
  4003. Complex passwords for the users, whose passwords could not be copied, will be stored in %1 until further notice.
  4004. .
  4005. MessageId=7559
  4006. Severity=Informational
  4007. Facility=Runtime
  4008. SymbolicName=DCT_MSG_MANAGER_MIG_FAILED
  4009. Language=English
  4010. Failed to add %1 as a manager for %2. RC=%3!lx!.
  4011. .
  4012. MessageId=7560
  4013. Severity=Error
  4014. Facility=Runtime
  4015. SymbolicName=DCT_MSG_AGENT_ALPHA_NOTSUPPORTED
  4016. Language=English
  4017. The agent was not started on %1!ls!. ALPHA systems are no longer supported.
  4018. .
  4019. MessageId=7561
  4020. Severity=Informational
  4021. Facility=Runtime
  4022. SymbolicName=DCT_MSG_PROPERTIES_NOT_MAPPED
  4023. Language=English
  4024. ADMT could not migrate some properties for this object type (%1) due to schema mismatches. Please refer to PropMap.log for a complete listing.
  4025. .
  4026. MessageId=7562
  4027. Severity=Informational
  4028. Facility=Runtime
  4029. SymbolicName=DCT_MSG_CANNOT_RESOLVE_SID_IN_TARGET_SS
  4030. Language=English
  4031. %1 has been added to %2 but the name may not be resolved in the target domain because the target domain may not trust the account's domain.
  4032. .
  4033. MessageId=7563
  4034. Severity=Informational
  4035. Facility=Runtime
  4036. SymbolicName=DCT_MSG_COULDNT_GET_OPTIONS_CREDENTIALS
  4037. Language=English
  4038. Unable to use ADMT Account credentials. Either unable to obtain credential data or unable to create account.
  4039. .
  4040. MessageId=7564
  4041. Severity=Informational
  4042. Facility=Runtime
  4043. SymbolicName=DCT_MSG_TARGET_EXPIRED_S
  4044. Language=English
  4045. %1!-20ls! - Target account expiration date set
  4046. .
  4047. MessageId=7565
  4048. Severity=Informational
  4049. Facility=Runtime
  4050. SymbolicName=DCT_MSG_UPN_CONF
  4051. Language=English
  4052. Renamed the UPN name for %1. Cannot create accounts with the same UPN name as another UPN in the enterprise.
  4053. .
  4054. MessageId=7566
  4055. Severity=Error
  4056. Facility=Runtime
  4057. SymbolicName=DCT_MSG_MOVE_FAILED_CN_CONFLICT_SSS
  4058. Language=English
  4059. Failed to move replaced account %1 to %2 due to a conflicting CN.
  4060. .
  4061. MessageId=7567
  4062. Severity=Error
  4063. Facility=Runtime
  4064. SymbolicName=DCT_MSG_CN_RENAME_CONFLICT_SSS
  4065. Language=English
  4066. Failed to rename replaced account from %1 to %2 due to a CN conflict in %3.
  4067. .
  4068. MessageId=7568
  4069. Severity=Error
  4070. Facility=Runtime
  4071. SymbolicName=DCT_MSG_SAM_RENAME_CONFLICT_SS
  4072. Language=English
  4073. Failed to rename replaced account from %1 to %2 due to a SAM conflict.
  4074. .
  4075. MessageId=7569
  4076. Severity=Error
  4077. Facility=Runtime
  4078. SymbolicName=DCT_MSG_PW_COPY_NOT_TRIED_S
  4079. Language=English
  4080. Did not try to copy the password for %1, since the source password has not been changed since the last migration of this user.
  4081. .
  4082. MessageId=7570
  4083. Severity=Informational
  4084. Facility=Runtime
  4085. SymbolicName=DCT_MSG_SRC_ACCOUNT_NOT_READ_FROM_FILE_DS
  4086. Language=English
  4087. The sID mapping of %1, %2 in %3 will be ignored due to formatting or resolution issues with the source account %4.
  4088. .
  4089. MessageId=7571
  4090. Severity=Informational
  4091. Facility=Runtime
  4092. SymbolicName=DCT_MSG_TGT_ACCOUNT_NOT_READ_FROM_FILE_DS
  4093. Language=English
  4094. The sID mapping of %1, %2 in %3 will be ignored due to formatting or resolution issues with the target account %4.
  4095. .
  4096. MessageId=7572
  4097. Severity=Informational
  4098. Facility=Runtime
  4099. SymbolicName=DCT_MSG_SRC_ACCOUNT_DUPLICATE_IN_FILE_DS
  4100. Language=English
  4101. The sID mapping of %1, %2 in %3 will be ignored since the source account, %4, is a duplicate of another source account entry.
  4102. .