Leaked source code of windows server 2003
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.

5409 lines
128 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 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=Error
  2541. Facility=Runtime
  2542. SymbolicName=DCT_MSG_DISABLE_TARGET_FAILED_S
  2543. Language=English
  2544. %1!-20ls! - Could not disable target account.
  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=Warning
  2555. Facility=Runtime
  2556. SymbolicName=DCT_MSG_ENABLE_TARGET_FAILED_S
  2557. Language=English
  2558. %1!-20ls! - Could not enable target account.
  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 enabled.
  2566. .
  2567. MessageId=7362
  2568. Severity=Warning
  2569. Facility=Runtime
  2570. SymbolicName=DCT_MSG_ENABLE_SOURCE_FAILED_S
  2571. Language=English
  2572. %1!-20ls! - Could not enable source account.
  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 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=Error
  2590. Facility=Runtime
  2591. SymbolicName=DCT_MSG_ACCOUNT_DISABLE_OR_EXPIRE_FAILED_S
  2592. Language=English
  2593. %1!-20ls! - Could not disable or expire source account.
  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_SSD
  2634. Language=English
  2635. Truncated %1!ls! to %2!ls! as the resulting Pre-Windows 2000 name would have been greater than %3!ld! characters.
  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. If the domain controllers in the target domain are running Windows 2000 you must be a domain administrator. If the domain controllers in the target domain are running Windows Server 2003 or later you must either be a domain administrator or have allow Migrate SID History permission on the domain. rc=%2!ld!.
  3078. .
  3079. MessageId=7435
  3080. Severity=Error
  3081. Facility=Runtime
  3082. SymbolicName=DCT_MSG_SID_HISTORY_INVALID_HANDLE_SSD
  3083. Language=English
  3084. SID History cannot be updated for %2. This operation requires the TcpipClientSupport registry key to be set on %1. rc=%3!ld!.
  3085. .
  3086. MessageId=7436
  3087. Severity=Error
  3088. Facility=Runtime
  3089. SymbolicName=DCT_MSG_SID_HISTORY_DST_DC_SD
  3090. Language=English
  3091. SID History cannot be updated for %1. For security reasons, this operation must be run on the destination DC. rc=%2!ld!.
  3092. .
  3093. MessageId=7437
  3094. Severity=Error
  3095. Facility=Runtime
  3096. SymbolicName=DCT_MSG_SID_HISTORY_PKT_PRIVACY_SD
  3097. Language=English
  3098. SID History cannot be updated for %1. The connection between client and server requires packet privacy or better. rc=%2!ld!.
  3099. .
  3100. MessageId=7438
  3101. Severity=Error
  3102. Facility=Runtime
  3103. SymbolicName=DCT_MSG_PROFILE_REGHIVE_NOT_FOUND_SS
  3104. Language=English
  3105. No NTUser.DAT file for %1 was found in %2. The roaming profile cannot be migrated.
  3106. .
  3107. MessageId=7439
  3108. Severity=Informational
  3109. Facility=Runtime
  3110. SymbolicName=DCT_MSG_SKIPPING_DRIVE_REMOTE_S
  3111. Language=English
  3112. Skipping %1. %1 is a remote (network) drive.
  3113. .
  3114. MessageId=7440
  3115. Severity=Informational
  3116. Facility=Runtime
  3117. SymbolicName=DCT_MSG_SKIPPING_DRIVE_CDROM_S
  3118. Language=English
  3119. Skipping %1. %1 is a CD-ROM drive.
  3120. .
  3121. MessageId=7441
  3122. Severity=Informational
  3123. Facility=Runtime
  3124. SymbolicName=DCT_MSG_SKIPPING_DRIVE_RAMDISK_S
  3125. Language=English
  3126. Skipping %1. %1 is a RAM disk.
  3127. .
  3128. MessageId=7442
  3129. Severity=Informational
  3130. Facility=Runtime
  3131. SymbolicName=DCT_MSG_SKIPPING_DRIVE_UNKNOWN_S
  3132. Language=English
  3133. Skipping %1. The drive type cannot be determined.
  3134. .
  3135. MessageId=7443
  3136. Severity=Informational
  3137. Facility=Runtime
  3138. SymbolicName=DCT_MSG_SKIPPING_DRIVE_NO_ROOT_S
  3139. Language=English
  3140. Skipping %1. The root path is invalid. For example, no volume is mounted at the path.
  3141. .
  3142. MessageId=7444
  3143. Severity=Informational
  3144. Facility=Runtime
  3145. SymbolicName=DCT_MSG_SID_HISTORY_SOURCE_IN_FOREST_S
  3146. Language=English
  3147. SID History cannot be updated for %1. The source domain may not be in the same forest as the target domain.
  3148. .
  3149. MessageId=7445
  3150. Severity=Informational
  3151. Facility=Runtime
  3152. SymbolicName=DCT_MSG_SID_HISTORY_DEST_WRONG_FOREST_S
  3153. Language=English
  3154. SID History cannot be updated for %1. The target domain must be in the same forest as the machine running the migration tool.
  3155. .
  3156. MessageId=7446
  3157. Severity=Informational
  3158. Facility=Runtime
  3159. SymbolicName=DCT_MSG_SID_HISTORY_NO_MASTERDSA_S
  3160. Language=English
  3161. SID History cannot be updated for %1. This operation must be performed at a master DSA (writable DC).
  3162. .
  3163. MessageId=7447
  3164. Severity=Informational
  3165. Facility=Runtime
  3166. SymbolicName=DCT_MSG_SID_HISTORY_INSUFF2_SSS
  3167. Language=English
  3168. SID History cannot be updated for %1. The credentials entered (%2\\%3) must have Administrator privileges on the source domain.
  3169. .
  3170. MessageId=7448
  3171. Severity=Informational
  3172. Facility=Runtime
  3173. SymbolicName=DCT_MSG_SID_HISTORY_NOT_NATIVE_S
  3174. Language=English
  3175. SID History cannot be updated for %1. The target domain must be in native mode.
  3176. .
  3177. MessageId=7449
  3178. Severity=Informational
  3179. Facility=Runtime
  3180. SymbolicName=DCT_MSG_SID_HISTORY_NO_SOURCE_DC_S
  3181. Language=English
  3182. SID History cannot be updated for %1. The tool could not locate a domain controller for the source domain.
  3183. .
  3184. MessageId=7450
  3185. Severity=Informational
  3186. Facility=Runtime
  3187. SymbolicName=DCT_MSG_SID_HISTORY_DS_UNAVAILABLE_S
  3188. Language=English
  3189. SID History cannot be updated for %1. The directory service is unavailable. The tool could not bind to the source DC.
  3190. .
  3191. MessageId=7451
  3192. Severity=Informational
  3193. Facility=Runtime
  3194. SymbolicName=DCT_MSG_SID_HISTORY_SOURCE_NOT_SP4_S
  3195. Language=English
  3196. SID History cannot be updated for %1. For security reasons, the source DC must be Windows NT 4.0 Service Pack 4 or later.
  3197. .
  3198. MessageId=7452
  3199. Severity=Informational
  3200. Facility=Runtime
  3201. SymbolicName=DCT_MSG_SID_HISTORY_CREDENTIALS_CONFLICT_SSSS
  3202. Language=English
  3203. 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.
  3204. .
  3205. MessageId=7453
  3206. Severity=Informational
  3207. Facility=Runtime
  3208. SymbolicName=DCT_MSG_PREF_ACCOUNT_EXISTS_S
  3209. Language=English
  3210. Failed to create %1 - Account with this prefix/suffix already exists in target domain. Please remigrate with different name-collision settings.
  3211. .
  3212. MessageId=7454
  3213. Severity=Informational
  3214. Facility=Runtime
  3215. SymbolicName=DCT_MSG_RESET_MAPPED_CREDENTIAL_S
  3216. Language=English
  3217. Resetting the credentials for Mapped drive %1.
  3218. .
  3219. MessageId=7455
  3220. Severity=Informational
  3221. Facility=Runtime
  3222. SymbolicName=DCT_MSG_SKIPPING_REGKEY_TRANSLATION_SDD
  3223. Language=English
  3224. 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.
  3225. .
  3226. MessageId=7456
  3227. Severity=Informational
  3228. Facility=Runtime
  3229. SymbolicName=DCT_MSG_CANNOT_MOVE_GG_FROM_MIXED_MODE_SS
  3230. Language=English
  3231. %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.
  3232. .
  3233. MessageId=7457
  3234. Severity=Informational
  3235. Facility=Runtime
  3236. SymbolicName=DCT_MSG_READD_SOURCE_MEMBER_FAILED_SSD
  3237. Language=English
  3238. Failed to add source account %1 back to group %2 (%1 could not be migrated), hr=%3!lx!.
  3239. .
  3240. MessageId=7458
  3241. Severity=Informational
  3242. Facility=Runtime
  3243. SymbolicName=DCT_MSG_READD_TARGET_MEMBER_FAILED_SSD
  3244. Language=English
  3245. Failed to add moved account %1 back to group %2, hr=%3!lx!.
  3246. .
  3247. MessageId=7459
  3248. Severity=Informational
  3249. Facility=Runtime
  3250. SymbolicName=DCT_MSG_FAILED_TO_GET_OBJECT_SD
  3251. Language=English
  3252. Failed to get pointer to object %1, hr=%2!lx!.
  3253. .
  3254. MessageId=7460
  3255. Severity=Informational
  3256. Facility=Runtime
  3257. SymbolicName=DCT_STRIPPING_GROUP_MEMBERSHIPS_SS
  3258. Language=English
  3259. Removing %1 (%2) from the global groups it is a member of :
  3260. .
  3261. MessageId=7461
  3262. Severity=Informational
  3263. Facility=Runtime
  3264. SymbolicName=DCT_STRIPPING_GROUP_MEMBERS_SS
  3265. Language=English
  3266. Removing members from group %1 (%2).
  3267. .
  3268. MessageId=7462
  3269. Severity=Informational
  3270. Facility=Runtime
  3271. SymbolicName=DCT_READDING_GROUP_MEMBERS_SS
  3272. Language=English
  3273. Reestablishing group memberships for %1 (%2).
  3274. .
  3275. MessageId=7463
  3276. Severity=Informational
  3277. Facility=Runtime
  3278. SymbolicName=DCT_MSG_MOVEOBJECT_FAILED_S8524
  3279. Language=English
  3280. 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.
  3281. .
  3282. MessageId=7464
  3283. Severity=Informational
  3284. Facility=Runtime
  3285. SymbolicName=DCT_MSG_USER_WILL_BE_MOVED_S
  3286. Language=English
  3287. User account %1 will be moved.
  3288. .
  3289. MessageId=7465
  3290. Severity=Informational
  3291. Facility=Runtime
  3292. SymbolicName=DCT_MSG_GROUP_WILL_BE_MOVED_S
  3293. Language=English
  3294. Group %1 will be moved.
  3295. .
  3296. MessageId=7466
  3297. Severity=Informational
  3298. Facility=Runtime
  3299. SymbolicName=DCT_MSG_CANT_MOVE_UNKNOWN_TYPE_SS
  3300. Language=English
  3301. %1 is not a user or group. (type=%2). %1 will not be moved.
  3302. .
  3303. MessageId=7467
  3304. Severity=Informational
  3305. Facility=Runtime
  3306. SymbolicName=DCT_MSG_DOMAIN_LOOKUP_FAILED_D
  3307. Language=English
  3308. Domain name lookup failed, rc=%1!ld!.
  3309. .
  3310. MessageId=7468
  3311. Severity=Informational
  3312. Facility=Runtime
  3313. SymbolicName=DCT_MSG_DOMAIN_DNS_LOOKUP_FAILED_SD
  3314. Language=English
  3315. Failed to get the DNS name for domain %1, rc=%2!lx!
  3316. .
  3317. ;// This message is logged by AR, when attempting to copy the SIDHistory property for an account
  3318. ;// being migrated. The SID in the SIDHistory property could not be resolved to a domain name.
  3319. MessageId=7469
  3320. Severity=Informational
  3321. Facility=Runtime
  3322. SymbolicName=DCT_MSG_ERROR_CONVERTING_SID_SSD
  3323. Language=English
  3324. Failed to resolve SID(%2) while adding SIDHistory for %1 Error(%3!ld!).
  3325. .
  3326. ;//This message is logged by the agent if the attempt to logon with the credentials account
  3327. ;//fails. The logon is needed to write back the agent's result file, since the agent runs
  3328. ;//under localsystem. If this error occurs, the agent will likely not be able to write back
  3329. ;// its result file
  3330. MessageId=7470
  3331. Severity=Informational
  3332. Facility=Runtime
  3333. SymbolicName=DCT_MSG_IMPERSONATION_FAILED_SSD
  3334. Language=English
  3335. Failed to impersonate %1\%2. The agent may not be able to write back its results, rc=%3!ld!.
  3336. .
  3337. ;//This message is logged by the agent if the attempt to logon with the credentials account
  3338. ;//fails. The logon is needed to write back the agent's result file, since the agent runs
  3339. ;//under localsystem. If this error occurs, the agent will likely not be able to write back
  3340. ;// its result file
  3341. MessageId=7471
  3342. Severity=Informational
  3343. Facility=Runtime
  3344. SymbolicName=DCT_MSG_LOGON_USER_FAILED_SSD
  3345. Language=English
  3346. The agent failed to log on as %1\%2. The agent may not be able to write back its results, rc=%3!ld!
  3347. .
  3348. ; // This message is logged by the MCSPISAG plug-in before it gathers the service account information
  3349. MessageId=7472
  3350. Severity=Informational
  3351. Facility=Runtime
  3352. SymbolicName=DCT_MSG_MCSPISAG_STARTING
  3353. Language=English
  3354. Service Account information gathering beginning.
  3355. .
  3356. ; // This message is logged by the MCSPISAG plug-in after it gathers the service account information
  3357. MessageId=7473
  3358. Severity=Informational
  3359. Facility=Runtime
  3360. SymbolicName=DCT_MSG_MCSPISAG_DONE
  3361. Language=English
  3362. Service Account information gathering completed.
  3363. .
  3364. ; // Logged by MCSPISAG when EnumServicesStatus fails
  3365. MessageId=7474
  3366. Severity=Informational
  3367. Facility=Runtime
  3368. SymbolicName=DCT_MSG_SERVICE_ENUM_FAILED_D
  3369. Language=English
  3370. Failed to enumerate services, rc=%1!ld!
  3371. .
  3372. ; // Logged by MCSPISAG - this is an informational message that shows what account each service runs under
  3373. MessageId=7475
  3374. Severity=Informational
  3375. Facility=Runtime
  3376. SymbolicName=DCT_MSG_SERVICE_USES_ACCOUNT_SS
  3377. Language=English
  3378. %1 uses account %2.
  3379. .
  3380. ;// Logged by MCSPISAG - when OpenService fails
  3381. MessageId=7476
  3382. Severity=Informational
  3383. Facility=Runtime
  3384. SymbolicName=DCT_MSG_OPEN_SERVICE_FAILED_SD
  3385. Language=English
  3386. Failed to get information for service %1, rc=%2!ld!
  3387. .
  3388. ; // Logged by MCSPISAG - when OpenScm fails
  3389. MessageId=7477
  3390. Severity=Informational
  3391. Facility=Runtime
  3392. SymbolicName=DCT_MSG_SCM_OPEN_FAILED_D
  3393. Language=English
  3394. Failed to open SCM, rc=%2!ld!
  3395. .
  3396. ;// This informational message is always logged when the recycle bin directories and files are being
  3397. ;// examined for the local profile translation.
  3398. MessageId=7478
  3399. Severity=Informational
  3400. Facility=Runtime
  3401. SymbolicName=DCT_MSG_PROCESSING_RECYCLER_S
  3402. Language=English
  3403. Processing recycle bin files and folders on %1.
  3404. .
  3405. ;// This informational message is logged by the security translator for each recycle bin folder
  3406. ;// it examines on the machine.
  3407. MessageId=7479
  3408. Severity=Informational
  3409. Facility=Runtime
  3410. SymbolicName=DCT_MSG_PROCESSING_RECYCLE_FOLDER_S
  3411. Language=English
  3412. Examining: %1
  3413. .
  3414. MessageId=7480
  3415. Severity=Informational
  3416. Facility=Runtime
  3417. SymbolicName=DCT_MSG_RECYCLER_RENAMED_SS
  3418. Language=English
  3419. Renamed recycle bin directory from %1 to %2
  3420. .
  3421. ;// This information is logged by ST, it shows the total examined and changed counts for
  3422. ;// the various types of objects that we do security translation on
  3423. MessageId=7481
  3424. Severity=Informational
  3425. Facility=Runtime
  3426. SymbolicName=DCT_MSG_SUMMARY_REPORT_HEADER
  3427. Language=English
  3428. Examined Changed Unchanged
  3429. .
  3430. MessageId=7482
  3431. Severity=Informational
  3432. Facility=Runtime
  3433. SymbolicName=DCT_MSG_SUMMARY_REPORT_FILES_DDD
  3434. Language=English
  3435. Files %1!8ld! %2!8ld! %3!8ld!
  3436. .
  3437. MessageId=7483
  3438. Severity=Informational
  3439. Facility=Runtime
  3440. SymbolicName=DCT_MSG_SUMMARY_REPORT_DIRS_DDD
  3441. Language=English
  3442. Dirs %1!8ld! %2!8ld! %3!8ld!
  3443. .
  3444. MessageId=7484
  3445. Severity=Informational
  3446. Facility=Runtime
  3447. SymbolicName=DCT_MSG_SUMMARY_REPORT_SHARES_DDD
  3448. Language=English
  3449. Shares %1!8ld! %2!8ld! %3!8ld!
  3450. .
  3451. MessageId=7485
  3452. Severity=Informational
  3453. Facility=Runtime
  3454. SymbolicName=DCT_MSG_SUMMARY_REPORT_MEMBERS_DDD
  3455. Language=English
  3456. Members %1!8ld! %2!8ld! %3!8ld!
  3457. .
  3458. MessageId=7486
  3459. Severity=Informational
  3460. Facility=Runtime
  3461. SymbolicName=DCT_MSG_SUMMARY_REPORT_RIGHTS_DDD
  3462. Language=English
  3463. User Rights %1!8ld! %2!8ld! %3!8ld!
  3464. .
  3465. MessageId=7487
  3466. Severity=Informational
  3467. Facility=Runtime
  3468. SymbolicName=DCT_MSG_SUMMARY_REPORT_MAILBOXES_DDD
  3469. Language=English
  3470. Exchange Objects %1!8ld! %2!8ld! %3!8ld!
  3471. .
  3472. MessageId=7488
  3473. Severity=Informational
  3474. Facility=Runtime
  3475. SymbolicName=DCT_MSG_SUMMARY_REPORT_CONTAINERS_DDD
  3476. Language=English
  3477. Containers %1!8ld! %2!8ld! %3!8ld!
  3478. .
  3479. MessageId=7489
  3480. Severity=Informational
  3481. Facility=Runtime
  3482. SymbolicName=DCT_MSG_SUMMARY_REPORT_DACLS_DDD
  3483. Language=English
  3484. DACLs %1!8ld! %2!8ld! %3!8ld!
  3485. .
  3486. MessageId=7490
  3487. Severity=Informational
  3488. Facility=Runtime
  3489. SymbolicName=DCT_MSG_SUMMARY_REPORT_SACLS_DDD
  3490. Language=English
  3491. SACLs %1!8ld! %2!8ld! %3!8ld!
  3492. .
  3493. MessageId=7491
  3494. Severity=Informational
  3495. Facility=Runtime
  3496. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_HEADER
  3497. Language=English
  3498. Examined Changed No Target Not Selected Unknown
  3499. .
  3500. MessageId=7492
  3501. Severity=Informational
  3502. Facility=Runtime
  3503. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_OWNERS_DDDDD
  3504. Language=English
  3505. Owners %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3506. .
  3507. MessageId=7493
  3508. Severity=Informational
  3509. Facility=Runtime
  3510. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_GROUPS_DDDDD
  3511. Language=English
  3512. Groups %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3513. .
  3514. MessageId=7494
  3515. Severity=Informational
  3516. Facility=Runtime
  3517. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_DACES_DDDDD
  3518. Language=English
  3519. DACEs %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3520. .
  3521. MessageId=7495
  3522. Severity=Informational
  3523. Facility=Runtime
  3524. SymbolicName=DCT_MSG_SUMMARY_PARTS_REPORT_SACES_DDDDD
  3525. Language=English
  3526. SACEs %1!8ld! %2!8ld! %3!8ld! %4!8ld! %5!8ld!
  3527. .
  3528. ; // These messages are logged by the security translator
  3529. ; // They show which accounts are in the mapping used for the translation
  3530. ; // and how many occurrences of each account were changed
  3531. MessageId=7496
  3532. Severity=Informational
  3533. Facility=Runtime
  3534. SymbolicName=DCT_MSG_ACCOUNT_DETAIL_HEADER
  3535. Language=English
  3536. ------Account Detail---------
  3537. .
  3538. MessageId=7497
  3539. Severity=Informational
  3540. Facility=Runtime
  3541. SymbolicName=DCT_MSG_ACCOUNT_DETAIL_FOOTER
  3542. Language=English
  3543. -----------------------------
  3544. .
  3545. MessageId=7498
  3546. Severity=Informational
  3547. Facility=Runtime
  3548. SymbolicName=DCT_MSG_ACCOUNT_USER_GROUP_COUNT_DD
  3549. Language=English
  3550. %1!ld! users, %2!ld! groups
  3551. .
  3552. ; // The selected accounts are the accounts the user selected to be used in the translation
  3553. ; // The resolved accounts are the ones for which we have a valid source SID and a valid target SID
  3554. ; // the unresolved accounts are the ones that were selected by the user for the mapping, but
  3555. ; // for which we were unable to find a valid SID in the target domain.
  3556. ; // selected = resolved + unresolved
  3557. MessageId=7499
  3558. Severity=Informational
  3559. Facility=Runtime
  3560. SymbolicName=DCT_MSG_ACCOUNT_STATUS_COUNT_DDD
  3561. Language=English
  3562. %1!ld! accounts selected. %2!ld! resolved, %3!ld! unresolved.
  3563. .
  3564. ; // The four numbers represent the number of times the SID was seen (and translated)
  3565. ; // in each of the 4 parts of the security descriptor:
  3566. ; // (owner, primary group, DACL, SACL)
  3567. ; // The 5th insertion string is either blank (for resolved accounts) or IDS_UNRESOLVED for unresolved accounts
  3568. ; // (see DCT_MSG_ACCOUNT_STATUS_COUNT_DDD for explanation of resolved/unresolved)
  3569. MessageId=7500
  3570. Severity=Informational
  3571. Facility=Runtime
  3572. SymbolicName=DCT_MSG_ACCOUNT_REFS_DATA_DDDDS
  3573. Language=English
  3574. (%1!ld!, %2!ld!, %3!ld!, %4!ld!) %5
  3575. .
  3576. ; // same as DCT_MSG_ACCOUNT_REFS_DATA_DDDDS, but includes the account name at the beginning
  3577. MessageId=7501
  3578. Severity=Informational
  3579. Facility=Runtime
  3580. SymbolicName=DCT_MSG_ACCOUNT_REFS_DATA_SDDDDS
  3581. Language=English
  3582. %1!ls! (%2!ld!, %3!ld!, %4!ld!, %5!ld!) %6
  3583. .
  3584. ;// This message is logged by Exchange security translation when the connection to the exchange server failed
  3585. ;// This can mean that either the ldap_open or the ldap_bind failed.
  3586. MessageId=7502
  3587. Severity=Informational
  3588. Facility=Runtime
  3589. SymbolicName=DCT_MSG_CANNOT_CONNECT_TO_EXCHANGE_SERVER_SSD
  3590. Language=English
  3591. Failed to bind to Exchange server %1 using credentials domain="%2" username="%3", rc=%4!ld!.
  3592. .
  3593. ;// Thie message is not currently used
  3594. MessageId=7503
  3595. Severity=Informational
  3596. Facility=Runtime
  3597. SymbolicName=DCT_MSG_REMOVE_RIGHTS_FAILED_SD
  3598. Language=English
  3599. Failed to revoke existing user rights from replaced account %1, rc=$2!ld!.
  3600. .
  3601. ;// This message is logged by the trust migration code when a trust cannot be created because an
  3602. ;// account with the needed SAM account name already exists (in an NT 4 domain). For example,
  3603. ;// the inter-domain trust user account cannot be created, because a local or global group with the
  3604. ;// same name as the trusting domain already exists.
  3605. MessageId=7504
  3606. Severity=Informational
  3607. Facility=Runtime
  3608. SymbolicName=DCT_MSG_INVALID_ACCOUNT_S
  3609. Language=English
  3610. Can not create the trust account because there is an invalid %1 account in the target domain.
  3611. .
  3612. ;// This message is logged by the agent before rebooting the machine.
  3613. MessageId=7505
  3614. Severity=Informational
  3615. Facility=Runtime
  3616. SymbolicName=DCT_MSG_REBOOT_DELAY_D
  3617. Language=English
  3618. The local machine will be rebooted in %1!ld! minutes.
  3619. .
  3620. ;// This message is logged by the Exchange directory migration code if the LDAP port for exchange cannot be detected.
  3621. ;// To detect the LDAP port, Exchange Admin must be installed on the machine.
  3622. MessageId=7506
  3623. Severity=Informational
  3624. Facility=Runtime
  3625. SymbolicName=DCT_MSG_LDAP_PORT_DETECT_FAILED_S
  3626. Language=English
  3627. 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.
  3628. .
  3629. MessageId=7507
  3630. Severity=Informational
  3631. Facility=Runtime
  3632. SymbolicName=DCT_MSG_SID_HISTORY_DS_UNWILLING_TO_PERFORM_SSSSD
  3633. Language=English
  3634. 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.
  3635. .
  3636. MessageId=7508
  3637. Severity=Informational
  3638. Facility=Runtime
  3639. SymbolicName=DCT_MSG_PATH_NOT_RESOLVED_SD
  3640. Language=English
  3641. Cannot resolve the path %1. This account will not be updated in the group membership. rc = %2!ld!.
  3642. .
  3643. ;// This message is logged by the dispatcher when the program files directory on the remote machine, as detected
  3644. ;// by the dispatcher, is in an unrecognized format (i.e. not X:\\path).
  3645. MessageId=7509
  3646. Severity=Informational
  3647. Facility=Runtime
  3648. SymbolicName=DCT_MSG_INVALID_PROGRAM_FILES_DIR_SS
  3649. Language=English
  3650. 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.
  3651. .
  3652. ;// This message is logged by the dispatcher if it cannot detect whether the X$ admin share needed to install the agent exists
  3653. MessageId=7510
  3654. Severity=Informational
  3655. Facility=Runtime
  3656. SymbolicName=DCT_MSG_ADMIN_SHARE_GETINFO_FAILED_SSD
  3657. Language=English
  3658. ADMT could not get information about the %2 share on %1, rc=%3!ld!.
  3659. .
  3660. ;// This message is logged by the dispatcher if the X$ share name exists, but its type is not STYPE_SPECIAL
  3661. MessageId=7511
  3662. Severity=Informational
  3663. Facility=Runtime
  3664. SymbolicName=DCT_MSG_SHARE_IS_NOT_ADMIN_SHARE_SS
  3665. Language=English
  3666. The %2 share on %1 is not the default adminstrative share.
  3667. .
  3668. ;// This message is logged by the dispatcher if the ADMTTEMP$ share cannot be created
  3669. MessageId=7512
  3670. Severity=Informational
  3671. Facility=Runtime
  3672. SymbolicName=DCT_MSG_TEMP_SHARE_CREATE_FAILED_SSD
  3673. Language=English
  3674. The %2 share on %1 cannot be created, rc=%3!ld!. The agent cannot be dispatched to %1.
  3675. .
  3676. ;// This message is logged by the dispatcher if the ADMTTEMP$ share cannot be removed after the agent has been installed
  3677. MessageId=7513
  3678. Severity=Informational
  3679. Facility=Runtime
  3680. SymbolicName=DCT_MSG_SHARE_DEL_FAILED_SSD
  3681. Language=English
  3682. The %2 share on %1 cannot be removed, rc=%3!ld!.
  3683. .
  3684. ;// This informational message is logged during intra-forest migration. It indicates that ADMT has detected that a user account
  3685. ;// being moved is a member of a local or universal group.
  3686. MessageId=7514
  3687. Severity=Informational
  3688. Facility=Runtime
  3689. SymbolicName=DCT_MSG_NOT_REMOVING_MEMBER_FROM_GROUP_SS
  3690. Language=English
  3691. %1 is a member of %2.
  3692. .
  3693. ;// This informational message is logged when a member cannot be added back to a group
  3694. ;// because of directory constraints. For example, if a user is moved, but a global group is not,
  3695. ;// the target user cannot be readded to the source global group
  3696. MessageId=7515
  3697. Severity=Informational
  3698. Facility=Runtime
  3699. SymbolicName=DCT_MSG_READD_MEMBER_FAILED_CONSTRAINTS_SS
  3700. Language=English
  3701. %1 can no longer be a member of group %2 because of directory constraints.
  3702. .
  3703. MessageId=7516
  3704. Severity=Informational
  3705. Facility=Runtime
  3706. SymbolicName=DCT_READDING_MEMBERS_TO_GROUP_SS
  3707. Language=English
  3708. Readding members to group %1 (%2).
  3709. .
  3710. MessageId=7517
  3711. Severity=Informational
  3712. Facility=Runtime
  3713. SymbolicName=DCT_MSG_READD_MEMBER_TO_GROUP_SS
  3714. Language=English
  3715. Readded %1 to %2.
  3716. .
  3717. MessageId=7518
  3718. Severity=Informational
  3719. Facility=Runtime
  3720. SymbolicName=DCT_MSG_FAILED_TO_READD_TO_GROUP_SSD
  3721. Language=English
  3722. Failed to re-add %1 to %2. RC=%3!lx!.
  3723. .
  3724. MessageId=7519
  3725. Severity=Informational
  3726. Facility=Runtime
  3727. SymbolicName=DCT_MSG_CANT_REPLACE_DIFFERENT_TYPE_SS
  3728. Language=English
  3729. %1 can not be replaced by %2 because the objects are of different types.
  3730. .
  3731. MessageId=7520
  3732. Severity=Informational
  3733. Facility=Runtime
  3734. SymbolicName=DCT_MSG_TRUNCATE_CN_SS
  3735. Language=English
  3736. Truncating CN from %1 to %2 because the source CN is more than 64 characters long.
  3737. .
  3738. MessageId=7521
  3739. Severity=Informational
  3740. Facility=Runtime
  3741. SymbolicName=DCT_MSG_LDAP_CALL_FAILED_SD
  3742. Language=English
  3743. The LDAP query on %1 failed, %2!ld!.
  3744. .
  3745. MessageId=7522
  3746. Severity=Informational
  3747. Facility=Runtime
  3748. SymbolicName=DCT_MSG_USER_RIGHTS_ONLY_ADDS
  3749. Language=English
  3750. ADMT only performs user rights translation in Append mode.
  3751. .
  3752. MessageId=7523
  3753. Severity=Informational
  3754. Facility=Runtime
  3755. SymbolicName=DCT_MSG_EXCHANGE_TRANSLATION_MODE_S
  3756. Language=English
  3757. Exchange directory translation will be performed in %1 mode.
  3758. .
  3759. MessageId=7524
  3760. Severity=Informational
  3761. Facility=Runtime
  3762. SymbolicName=DCT_MSG_CONNECT_ERROR_TARGET_SD
  3763. Language=English
  3764. Failed to connect to %1 server. Please try running this operation again to connect to a different DC.
  3765. .
  3766. MessageId=7525
  3767. Severity=Informational
  3768. Facility=Runtime
  3769. SymbolicName=DCT_MSG_CONNECT_ERROR_SOURCE_SD
  3770. Language=English
  3771. 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.
  3772. .
  3773. MessageId=7526
  3774. Severity=Informational
  3775. Facility=Runtime
  3776. SymbolicName=DCT_MSG_E_MSG_ADS_BAD_PATHNAME
  3777. Language=English
  3778. An invalid ADSI pathname was passed.
  3779. .
  3780. MessageId=7527
  3781. Severity=Informational
  3782. Facility=Runtime
  3783. SymbolicName=DCT_MSG_E_ADS_INVALID_DOMAIN_OBJECT
  3784. Language=English
  3785. An unknown ADSI domain object was requested.
  3786. .
  3787. MessageId=7528
  3788. Severity=Informational
  3789. Facility=Runtime
  3790. SymbolicName=DCT_MSG_E_ADS_INVALID_USER_OBJECT
  3791. Language=English
  3792. An unknown ADSI user object was requested.
  3793. .
  3794. MessageId=7529
  3795. Severity=Informational
  3796. Facility=Runtime
  3797. SymbolicName=DCT_MSG_E_ADS_INVALID_COMPUTER_OBJECT
  3798. Language=English
  3799. An unknown ADSI computer object was requested.
  3800. .
  3801. MessageId=7530
  3802. Severity=Informational
  3803. Facility=Runtime
  3804. SymbolicName=DCT_MSG_E_ADS_UNKNOWN_OBJECT
  3805. Language=English
  3806. An unknown ADSI object was requested.
  3807. .
  3808. MessageId=7531
  3809. Severity=Informational
  3810. Facility=Runtime
  3811. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_SET
  3812. Language=English
  3813. The specified ADSI property was not set.
  3814. .
  3815. MessageId=7532
  3816. Severity=Informational
  3817. Facility=Runtime
  3818. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_SUPPORTED
  3819. Language=English
  3820. The specified ADSI property is not supported.
  3821. .
  3822. MessageId=7533
  3823. Severity=Informational
  3824. Facility=Runtime
  3825. SymbolicName=DCT_MSG_E_ADS_PROPERTY_INVALID
  3826. Language=English
  3827. The specified ADSI property is invalid.
  3828. .
  3829. MessageId=7534
  3830. Severity=Informational
  3831. Facility=Runtime
  3832. SymbolicName=DCT_MSG_E_ADS_BAD_PARAMETER
  3833. Language=English
  3834. One or more input parameters are invalid.
  3835. .
  3836. MessageId=7535
  3837. Severity=Informational
  3838. Facility=Runtime
  3839. SymbolicName=DCT_MSG_E_ADS_OBJECT_UNBOUND
  3840. Language=English
  3841. The specified ADSI object is not bound to a remote resource.
  3842. .
  3843. MessageId=7536
  3844. Severity=Informational
  3845. Facility=Runtime
  3846. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_MODIFIED
  3847. Language=English
  3848. The specified property for an ADSI object has not been modified.
  3849. .
  3850. MessageId=7537
  3851. Severity=Informational
  3852. Facility=Runtime
  3853. SymbolicName=DCT_MSG_E_ADS_PROPERTY_MODIFIED
  3854. Language=English
  3855. The specified property for an ADSI has been modified.
  3856. .
  3857. MessageId=7538
  3858. Severity=Informational
  3859. Facility=Runtime
  3860. SymbolicName=DCT_MSG_E_ADS_CANT_CONVERT_DATATYPE
  3861. Language=English
  3862. The ADSI data type cannot be converted to or from a native directory service data type.
  3863. .
  3864. MessageId=7539
  3865. Severity=Informational
  3866. Facility=Runtime
  3867. SymbolicName=DCT_MSG_E_ADS_PROPERTY_NOT_FOUND
  3868. Language=English
  3869. The ADSI property cannot be found in the property cache.
  3870. .
  3871. MessageId=7540
  3872. Severity=Informational
  3873. Facility=Runtime
  3874. SymbolicName=DCT_MSG_E_ADS_OBJECT_EXISTS
  3875. Language=English
  3876. The ADSI object exists.
  3877. .
  3878. MessageId=7541
  3879. Severity=Informational
  3880. Facility=Runtime
  3881. SymbolicName=DCT_MSG_E_ADS_SCHEMA_VIOLATION
  3882. Language=English
  3883. The attempted action violates the DS schema rules.
  3884. .
  3885. MessageId=7542
  3886. Severity=Informational
  3887. Facility=Runtime
  3888. SymbolicName=DCT_MSG_E_ADS_COLUMN_NOT_SET
  3889. Language=English
  3890. During a query, the specified column in Active Directory was not set.
  3891. .
  3892. MessageId=7543
  3893. Severity=Informational
  3894. Facility=Runtime
  3895. SymbolicName=DCT_MSG_E_ADS_INVALID_FILTER
  3896. Language=English
  3897. During a query, the specified search filter is invalid.
  3898. .
  3899. MessageId=7544
  3900. Severity=Informational
  3901. Facility=Runtime
  3902. SymbolicName=DCT_MSG_ACCESS_CHECKER_FAILED_D
  3903. Language=English
  3904. Failed to check if source and target domains are in the same forest. hr=0x%08x
  3905. .
  3906. MessageId=7545
  3907. Severity=Informational
  3908. Facility=Runtime
  3909. SymbolicName=DCT_MSG_Extension_Exception_SS
  3910. Language=English
  3911. %1 extension threw an exception. %2 may not have migrated correctly.
  3912. .
  3913. MessageId=7546
  3914. Severity=Informational
  3915. Facility=Runtime
  3916. SymbolicName=DCT_MSG_MEMBER_NOT_FOUND_SS
  3917. Language=English
  3918. Group %1 contains an unknown member %2. This member object will loose its membership to this group.
  3919. .
  3920. MessageId=7547
  3921. Severity=Informational
  3922. Facility=Runtime
  3923. SymbolicName=DCT_MSG_SOURCE_EXPIRATION_EARLY_S
  3924. Language=English
  3925. %1 was set to expire before the expiration date specified in the wizard. Account will still expire at the earlier date.
  3926. .
  3927. MessageId=7548
  3928. Severity=Informational
  3929. Facility=Runtime
  3930. SymbolicName=DCT_UPDATING_MEMBERS_TO_GROUP_SS
  3931. Language=English
  3932. Updating members to group %1 (%2).
  3933. .
  3934. MessageId=7549
  3935. Severity=Informational
  3936. Facility=Runtime
  3937. SymbolicName=DCT_REPLACE_MEMBER_TO_GROUP_SSS
  3938. Language=English
  3939. Replacing %1 with %2 as member of %3.
  3940. .
  3941. MessageId=7550
  3942. Severity=Informational
  3943. Facility=Runtime
  3944. SymbolicName=DCT_REPLACE_MEMBER_FAILED_SSS
  3945. Language=English
  3946. Failed to replace %1 with %2 as member of %3.
  3947. .
  3948. MessageId=7551
  3949. Severity=Informational
  3950. Facility=Runtime
  3951. SymbolicName=DCT_MSG_NEW_PASSWORD_LOG_S
  3952. Language=English
  3953. Passwords will be stored in default location of '%1' instead.
  3954. .
  3955. MessageId=7552
  3956. Severity=Informational
  3957. Facility=Runtime
  3958. SymbolicName=DCT_MSG_USERNAME_INVALID_FOR_PASSWORD_S
  3959. Language=English
  3960. The user name for %1 is not valid for a password. The password will be generated.
  3961. .
  3962. MessageId=7553
  3963. Severity=Informational
  3964. Facility=Runtime
  3965. SymbolicName=DCT_MSG_CREATE_FAILED_UPN_CONF_SS
  3966. Language=English
  3967. Renamed UPN name from %1 to %2. Cannot create accounts with the same UPN name as another UPN in the enterprise.
  3968. .
  3969. MessageId=7554
  3970. Severity=Informational
  3971. Facility=Runtime
  3972. SymbolicName=DCT_MSG_UPN_ACCOUNT_EXISTS_SS
  3973. Language=English
  3974. UPN for %1(%2) - already exists.
  3975. .
  3976. MessageId=7555
  3977. Severity=Informational
  3978. Facility=Runtime
  3979. SymbolicName=DCT_MSG_TARGET_TRUSTED_BY_THIS_SS
  3980. Language=English
  3981. %1 already is trusted by %2.
  3982. .
  3983. MessageId=7556
  3984. Severity=Informational
  3985. Facility=Runtime
  3986. SymbolicName=DCT_MSG_PWCOPIED_S
  3987. Language=English
  3988. %1!-20ls! - Password Copied.
  3989. .
  3990. MessageId=7557
  3991. Severity=Informational
  3992. Facility=Runtime
  3993. SymbolicName=DCT_MSG_PW_COPY_FAILED_S
  3994. Language=English
  3995. Failed to copy the password for %1. A strong password has been generated instead. %2.
  3996. .
  3997. MessageId=7558
  3998. Severity=Informational
  3999. Facility=Runtime
  4000. SymbolicName=DCT_MSG_NEW_PASSWORD_LOG_CPY_FAILED_S
  4001. Language=English
  4002. Complex passwords for the users, whose passwords could not be copied, will be stored in %1 until further notice.
  4003. .
  4004. MessageId=7559
  4005. Severity=Informational
  4006. Facility=Runtime
  4007. SymbolicName=DCT_MSG_MANAGER_MIG_FAILED
  4008. Language=English
  4009. Failed to add %1 as a manager for %2. RC=%3!lx!.
  4010. .
  4011. MessageId=7560
  4012. Severity=Error
  4013. Facility=Runtime
  4014. SymbolicName=DCT_MSG_AGENT_ALPHA_NOTSUPPORTED
  4015. Language=English
  4016. The agent was not started on %1!ls!. ALPHA systems are no longer supported.
  4017. .
  4018. MessageId=7561
  4019. Severity=Informational
  4020. Facility=Runtime
  4021. SymbolicName=DCT_MSG_PROPERTIES_NOT_MAPPED
  4022. Language=English
  4023. ADMT could not migrate some properties for this object type (%1) due to schema mismatches. Please refer to PropMap.log for a complete listing.
  4024. .
  4025. MessageId=7562
  4026. Severity=Informational
  4027. Facility=Runtime
  4028. SymbolicName=DCT_MSG_CANNOT_RESOLVE_SID_IN_TARGET_SS
  4029. Language=English
  4030. %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.
  4031. .
  4032. MessageId=7563
  4033. Severity=Informational
  4034. Facility=Runtime
  4035. SymbolicName=DCT_MSG_COULDNT_GET_OPTIONS_CREDENTIALS
  4036. Language=English
  4037. Unable to use ADMT Account credentials. Either unable to obtain credential data or unable to create account.
  4038. .
  4039. MessageId=7564
  4040. Severity=Informational
  4041. Facility=Runtime
  4042. SymbolicName=DCT_MSG_TARGET_EXPIRED_S
  4043. Language=English
  4044. %1!-20ls! - Target account expiration date set
  4045. .
  4046. MessageId=7565
  4047. Severity=Informational
  4048. Facility=Runtime
  4049. SymbolicName=DCT_MSG_UPN_CONF
  4050. Language=English
  4051. Renamed the UPN name for %1. Cannot create accounts with the same UPN name as another UPN in the enterprise.
  4052. .
  4053. MessageId=7566
  4054. Severity=Error
  4055. Facility=Runtime
  4056. SymbolicName=DCT_MSG_MOVE_FAILED_RDN_CONFLICT_SS
  4057. Language=English
  4058. Unable to move object %1 to %2. This is most likely due to a conflicting relative distinguished name (RDN).
  4059. .
  4060. MessageId=7567
  4061. Severity=Error
  4062. Facility=Runtime
  4063. SymbolicName=DCT_MSG_CN_RENAME_CONFLICT_SSS
  4064. Language=English
  4065. Failed to rename replaced account from %1 to %2 due to a CN conflict in %3.
  4066. .
  4067. MessageId=7568
  4068. Severity=Error
  4069. Facility=Runtime
  4070. SymbolicName=DCT_MSG_SAM_RENAME_CONFLICT_SS
  4071. Language=English
  4072. Failed to rename replaced account from %1 to %2 due to a SAM conflict.
  4073. .
  4074. MessageId=7569
  4075. Severity=Error
  4076. Facility=Runtime
  4077. SymbolicName=DCT_MSG_PW_COPY_NOT_TRIED_S
  4078. Language=English
  4079. Did not try to copy the password for %1, since the source password has not been changed since the last migration of this user.
  4080. .
  4081. MessageId=7570
  4082. Severity=Informational
  4083. Facility=Runtime
  4084. SymbolicName=DCT_MSG_SRC_ACCOUNT_NOT_READ_FROM_FILE_DS
  4085. Language=English
  4086. The sID mapping of %1, %2 in %3 will be ignored due to formatting or resolution issues with the source account %4.
  4087. .
  4088. MessageId=7571
  4089. Severity=Informational
  4090. Facility=Runtime
  4091. SymbolicName=DCT_MSG_TGT_ACCOUNT_NOT_READ_FROM_FILE_DS
  4092. Language=English
  4093. The sID mapping of %1, %2 in %3 will be ignored due to formatting or resolution issues with the target account %4.
  4094. .
  4095. MessageId=7572
  4096. Severity=Informational
  4097. Facility=Runtime
  4098. SymbolicName=DCT_MSG_SRC_ACCOUNT_DUPLICATE_IN_FILE_DS
  4099. Language=English
  4100. The sID mapping of %1, %2 in %3 will be ignored since the source account, %4, is a duplicate of another source account entry.
  4101. .
  4102. MessageId=7573
  4103. Severity=Error
  4104. Facility=Runtime
  4105. SymbolicName=DCT_MSG_CANNOT_GET_NAMING_ATTRIBUTE_SS
  4106. Language=English
  4107. Unable to retrieve naming attribute for class %1 in domain %2.
  4108. .
  4109. MessageId=7574
  4110. Severity=Error
  4111. Facility=Runtime
  4112. SymbolicName=DCT_MSG_CANNOT_GET_SOURCE_ATTRIBUTE_REQUIRED_FOR_NAMING_SSS
  4113. Language=English
  4114. Unable to retrieve attribute %1 for %2 which is a required naming attribute in target domain %3.
  4115. .
  4116. MessageId=7575
  4117. Severity=Error
  4118. Facility=Runtime
  4119. SymbolicName=DCT_MSG_RDN_LENGTH_GREATER_THAN_MAX_RANGE_S
  4120. Language=English
  4121. The relative distinguished name (RDN) length of %1 is greater than the maximum length allowed in the target domain.
  4122. .
  4123. MessageId=7576
  4124. Severity=Informational
  4125. Facility=Runtime
  4126. SymbolicName=DCT_MSG_UPDATE_SCM_ENTRY_UNMATCHED_SSD
  4127. Language=English
  4128. Did not update the service account starting \\%1\%2 since %3 no longer starts that service.
  4129. .
  4130. MessageId=7577
  4131. Severity=Error
  4132. Facility=Runtime
  4133. SymbolicName=DCT_MSG_PW_COPY_NOT_TRIED_TIMEDIFF_SS
  4134. Language=English
  4135. Did not try to copy the password for %1 since the user's password age cannot be determined most likely because the password last changed time is later then the current time on %2.
  4136. .
  4137. MessageId=7578
  4138. Severity=Informational
  4139. Facility=Runtime
  4140. SymbolicName=DCT_MSG_CANNOT_ESTABLISH_SSL_CONNECTION_WITH_EXCHANGE_SERVER_WITH_RC_SDD
  4141. Language=English
  4142. Unable to establish SSL connection with the exchange server '%1' at port %2!ld!. rc=%3!ld!.
  4143. .
  4144. MessageId=7579
  4145. Severity=Informational
  4146. Facility=Runtime
  4147. SymbolicName=DCT_MSG_TARGET_SID_DOES_NOT_EXIST_SS
  4148. Language=English
  4149. The sid '%1' on domain '%2' does not exist.
  4150. .
  4151. MessageId=7580
  4152. Severity=Error
  4153. Facility=Runtime
  4154. SymbolicName=DCT_MSG_SID_HISTORY_CLASS_MISMATCH_SSD
  4155. Language=English
  4156. SID History cannot be updated for %1 because the source object %2 is not of the same type. For SID history even different group scopes are considered different types. rc=%3!ld!.
  4157. .
  4158. MessageId=7581
  4159. Severity=Informational
  4160. Facility=Runtime
  4161. SymbolicName=DCT_MSG_UNABLE_TO_OBTAIN_BACKUP_RESTORE_PRIVILEGES
  4162. Language=English
  4163. Unable to obtain BACKUP and RESTORE privileges. rc=%1!ld!.
  4164. .
  4165. MessageId=7582
  4166. Severity=Informational
  4167. Facility=Runtime
  4168. SymbolicName=DCT_MSG_UNABLE_TO_RELEASE_BACKUP_RESTORE_PRIVILEGES
  4169. Language=English
  4170. Unable to release BACKUP and RESTORE privileges. rc=%1!ld!.
  4171. .
  4172. MessageId=7583
  4173. Severity=Warning
  4174. Facility=Runtime
  4175. SymbolicName=DCT_MSG_CANNOT_ADD_OBJECTS_NOT_IN_FOREST_TO_GROUP_SS
  4176. Language=English
  4177. Unable to add object %1 to group %2. The object is not in the same forest.
  4178. .
  4179. MessageId=7584
  4180. Severity=Warning
  4181. Facility=Runtime
  4182. SymbolicName=DCT_MSG_CHANGE_GLOBAL_GROUP_SCOPE_BACK_S
  4183. Language=English
  4184. Changed scope from universal back to global for group %1.
  4185. .
  4186. MessageId=7585
  4187. Severity=Error
  4188. Facility=Runtime
  4189. SymbolicName=DCT_MSG_ACCOUNT_REPLICATOR_UNABLE_TO_CONTINUE
  4190. Language=English
  4191. The account replicator is unable to continue.
  4192. .
  4193. MessageId=7586
  4194. Severity=Error
  4195. Facility=Runtime
  4196. SymbolicName=DCT_MSG_SECURITY_TRANSLATOR_UNABLE_TO_CONTINUE
  4197. Language=English
  4198. The security translator is unable to continue.
  4199. .
  4200. MessageId=7587
  4201. Severity=Warning
  4202. Facility=Runtime
  4203. SymbolicName=DCT_MSG_OBJECT_RDN_CONFLICT_WITH_OTHER_CURRENT_OBJECT_SSS
  4204. Language=English
  4205. Unable to migrate source object %1. The object's relative distinguished name %2 conflicted with source object %3 which is also currently being migrated.
  4206. .
  4207. MessageId=7588
  4208. Severity=Informational
  4209. Facility=Runtime
  4210. SymbolicName=DCT_MSG_PROCESSING_SID_MAPPING_FILE
  4211. Language=English
  4212. Processing sid mapping file %1.
  4213. .
  4214. MessageId=7589
  4215. Severity=Informational
  4216. Facility=Runtime
  4217. SymbolicName=DCT_MSG_OPERATION_ABORTED_FILES
  4218. Language=English
  4219. Processing of files aborted.
  4220. .
  4221. MessageId=7590
  4222. Severity=Informational
  4223. Facility=Runtime
  4224. SymbolicName=DCT_MSG_OPERATION_ABORTED_LOCAL_GROUPS
  4225. Language=English
  4226. Processing of local groups aborted.
  4227. .
  4228. MessageId=7591
  4229. Severity=Informational
  4230. Facility=Runtime
  4231. SymbolicName=DCT_MSG_OPERATION_ABORTED_USER_RIGHTS
  4232. Language=English
  4233. Processing of user rights aborted.
  4234. .
  4235. MessageId=7592
  4236. Severity=Informational
  4237. Facility=Runtime
  4238. SymbolicName=DCT_MSG_OPERATION_ABORTED_REGISTRY
  4239. Language=English
  4240. Processing of registry aborted.
  4241. .
  4242. MessageId=7593
  4243. Severity=Informational
  4244. Facility=Runtime
  4245. SymbolicName=DCT_MSG_OPERATION_ABORTED_LOCAL_PROFILES
  4246. Language=English
  4247. Processing of local profiles aborted.
  4248. .
  4249. MessageId=7594
  4250. Severity=Informational
  4251. Facility=Runtime
  4252. SymbolicName=DCT_MSG_OPERATION_ABORTED_EXCHANGE
  4253. Language=English
  4254. Processing of Exchange aborted.
  4255. .
  4256. MessageId=7595
  4257. Severity=Informational
  4258. Facility=Runtime
  4259. SymbolicName=DCT_MSG_OPERATION_ABORTED_SHARES
  4260. Language=English
  4261. Processing of shares aborted.
  4262. .
  4263. MessageId=7596
  4264. Severity=Informational
  4265. Facility=Runtime
  4266. SymbolicName=DCT_MSG_OPERATION_ABORTED_PRINTERS
  4267. Language=English
  4268. Processing of printers aborted.
  4269. .
  4270. MessageId=7597
  4271. Severity=Warning
  4272. Facility=Runtime
  4273. SymbolicName=DCT_MSG_SID_MAPPING_FILE_LINE_TOO_LONG_S
  4274. Language=English
  4275. The length of the line is greater than the maximum allowed. The line begins with '%1'.
  4276. .
  4277. MessageId=7598
  4278. Severity=Warning
  4279. Facility=Runtime
  4280. SymbolicName=DCT_MSG_SID_MAPPING_FILE_UNABLE_TO_PARSE_S
  4281. Language=English
  4282. Unable to parse source and target account names or security identifiers from '%1'.
  4283. .
  4284. MessageId=7599
  4285. Severity=Warning
  4286. Facility=Runtime
  4287. SymbolicName=DCT_MSG_UNABLE_TO_QUERY_GROUPS_IN_GLOBAL_CATALOG_SERVER_S
  4288. Language=English
  4289. Unable to query memberships in universal groups in the source forest as ADMT was unable to retrieve the name of a global catalog server for the source domain '%1'.
  4290. .
  4291. MessageId=7600
  4292. Severity=Error
  4293. Facility=Runtime
  4294. SymbolicName=DCT_MSG_UNABLE_TO_QUERY_UPN_IN_GLOBAL_CATALOG_SERVER_S
  4295. Language=English
  4296. Unable to query global catalog in target forest to verify whether user principal name (UPN) '%1' is unique. UPN attribute will not be set.
  4297. .
  4298. MessageId=7601
  4299. Severity=Error
  4300. Facility=Runtime
  4301. SymbolicName=DCT_MSG_UNABLE_TO_GENERATE_UNIQUE_UPN_S
  4302. Language=English
  4303. Unable to generate a unique user principal name (UPN) for '%1' which is not unique. UPN attribute will not be set.
  4304. .
  4305. MessageId=7602
  4306. Severity=Informational
  4307. Facility=Runtime
  4308. SymbolicName=DCT_MSG_USE_REGULAR_PORT_DS
  4309. Language=English
  4310. Using the regular port %1!ld! to connect with the exchange server '%2'.
  4311. .
  4312. MessageId=7603
  4313. Severity=Informational
  4314. Facility=Runtime
  4315. SymbolicName=DCT_MSG_CANNOT_ESTABLISH_SSL_CONNECTION_WITH_EXCHANGE_SERVER_WITHOUT_RC_SD
  4316. Language=English
  4317. Unable to establish SSL connection with the exchange server '%1' at port %2!ld!.
  4318. .
  4319. MessageId=7604
  4320. Severity=Informational
  4321. Facility=Runtime
  4322. SymbolicName=DCT_MSG_MAILBOX_HAS_BEEN_UPDATED_S
  4323. Language=English
  4324. The mailbox '%1' has been updated.
  4325. .
  4326. MessageId=7605
  4327. Severity=Informational
  4328. Facility=Runtime
  4329. SymbolicName=DCT_MSG_ACCOUNT_DETAIL_FORMAT
  4330. Language=English
  4331. The account detail section uses the following format: AccountName(OwnerChanges, GroupChanges, DaclChanges, SaclChanges).
  4332. .
  4333. MessageId=7606
  4334. Severity=Informational
  4335. Facility=Runtime
  4336. SymbolicName=DCT_MSG_TRUNCATED_COMPUTER_NAME_SSD
  4337. Language=English
  4338. Truncated computer name '%1!ls!' to '%2!ls!' as the resulting Pre-Windows 2000 name would have been greater than %3!ld! characters.
  4339. .
  4340. MessageId=7607
  4341. Severity=Error
  4342. Facility=Runtime
  4343. SymbolicName=DCT_MSG_PW_COPY_NOT_TRIED_USER_MUST_CHANGE_S
  4344. Language=English
  4345. Did not try to copy the password for %1 as the user's password age cannot be determined due to the user must change password at next logon option has been selected for this user in the source domain.
  4346. .
  4347. MessageId=7608
  4348. Severity=Error
  4349. Facility=Runtime
  4350. SymbolicName=DCT_MSG_UNABLE_TO_ENUM_MEMBERS_S
  4351. Language=English
  4352. Unable to enumerate the members of group %1.
  4353. .
  4354. MessageId=7609
  4355. Severity=Informational
  4356. Facility=Runtime
  4357. SymbolicName=DCT_MSG_UNABLE_TO_OBTAIN_DOMAIN_NETBIOS_NAME_SD
  4358. Language=English
  4359. Unable to obtain the NetBIOS name for the domain '%1'. rc=%2!ld!.
  4360. .
  4361. MessageId=7610
  4362. Severity=Informational
  4363. Facility=Runtime
  4364. SymbolicName=DCT_MSG_UNABLE_TO_OBTAIN_DOMAIN_DNS_NAME_SD
  4365. Language=English
  4366. Unable to obtain the DNS name for the domain '%1'. rc=%2!ld!.
  4367. .
  4368. MessageId=7611
  4369. Severity=Error
  4370. Facility=Runtime
  4371. SymbolicName=DCT_MSG_PW_STRONG_GENERATE_FAILED_S
  4372. Language=English
  4373. Unable to generate a strong password for %1.
  4374. .
  4375. MessageId=7612
  4376. Severity=Error
  4377. Facility=Runtime
  4378. SymbolicName=DCT_MSG_OPEN_PASSWORD_LOG_FAILURE_S
  4379. Language=English
  4380. Unable to open passwords file '%1'.
  4381. .
  4382. MessageId=7613
  4383. Severity=Error
  4384. Facility=Runtime
  4385. SymbolicName=DCT_MSG_CANNOT_RETRIEVE_DEFAULT_PASSWORD_LOG_PATH
  4386. Language=English
  4387. Unable to retrieve default path for passwords file.
  4388. .
  4389. MessageId=7614
  4390. Severity=Informational
  4391. Facility=Runtime
  4392. SymbolicName=DCT_MSG_SERVICES_WILL_NOT_BE_UPDATED
  4393. Language=English
  4394. Unable to open passwords file. Services will not be updated for service accounts that are migrated.
  4395. .
  4396. MessageId=7615
  4397. Severity=Informational
  4398. Facility=Runtime
  4399. SymbolicName=DCT_MSG_SID_HISTORY_INSUFF2_S
  4400. Language=English
  4401. SID History cannot be updated for %1. You must be an administrator in the source domain.
  4402. .
  4403. MessageId=7616
  4404. Severity=Error
  4405. Facility=Runtime
  4406. SymbolicName=DCT_MSG_CANNOT_WRITE_INTERNAL_DISPATCH_LOG_D
  4407. Language=English
  4408. Unable to reserve enough disk space for the internal dispatch log file for monitoring the progress. hr=%1!lx!.
  4409. .
  4410. MessageId=7617
  4411. Severity=Error
  4412. Facility=Runtime
  4413. SymbolicName=DCT_MSG_CANNOT_REMOVE_OLD_INTERNAL_DISPATCH_LOG_S
  4414. Language=English
  4415. Unable to delete the old internal dispatch log file. %1
  4416. .
  4417. MessageId=7618
  4418. Severity=Informational
  4419. Facility=Runtime
  4420. SymbolicName=DCT_MSG_PROFILE_ENTRY_TRANSLATE_SD_FAILED
  4421. Language=English
  4422. Failed to translate the profile entry because binary sid cannot be converted to textual form, rc=%1!ld!
  4423. .
  4424. MessageId=7619
  4425. Severity=Informational
  4426. Facility=Runtime
  4427. SymbolicName=DCT_MSG_GET_FULL_PATH_FAILED
  4428. Language=English
  4429. Failed to get the full path name for path (%1).
  4430. .
  4431. MessageId=7620
  4432. Severity=Informational
  4433. Facility=Runtime
  4434. SymbolicName=DCT_MSG_PROFILE_ENTRY_TRANSLATE_FAILED
  4435. Language=English
  4436. Failed to translate the local profile entry because not enough memory, rc=%1!ld!
  4437. .
  4438. MessageId=7621
  4439. Severity=Error
  4440. Facility=Runtime
  4441. SymbolicName=DCT_MSG_MOVEOBJECT_FAILED_DELEGATION_SD
  4442. Language=English
  4443. Failed to move object %1. Verify that the caller's account is not marked sensitive and therefore cannot be delegated. hr=%2!lx!
  4444. .
  4445. MessageId=7622
  4446. Severity=Informational
  4447. Facility=Runtime
  4448. SymbolicName=DCT_MSG_UNABLE_TO_READ_EXCHANGE_LDAP_PORT_SSD
  4449. Language=English
  4450. Unable to read the key '%1' under '%2'. Using the default exchange LDAP port '%3!ld!'.
  4451. .
  4452. MessageId=7623
  4453. Severity=Informational
  4454. Facility=Runtime
  4455. SymbolicName=DCT_MSG_UNABLE_TO_READ_EXCHANGE_SSL_PORT_SSD
  4456. Language=English
  4457. Unable to read the key '%1' under '%2'. Using the default exchange SSL port '%3!ld!'.
  4458. .
  4459. MessageId=7624
  4460. Severity=Error
  4461. Facility=Runtime
  4462. SymbolicName=DCT_MSG_GET_REQUIRED_ATTRIBUTE_FAILED
  4463. Language=English
  4464. Unable to retrieve attribute %1 of the account (%2). hr=%3!lx!
  4465. .
  4466. MessageId=7625
  4467. Severity=Error
  4468. Facility=Runtime
  4469. SymbolicName=DCT_MSG_AGENT_INSTALL_RPC_SERVER_UNAVAILABLE
  4470. Language=English
  4471. Unable to connect to %1\ADMIN$. The machine might be down or its Server, Netlogon service might not be started. rc=%2!ld!
  4472. .
  4473. MessageId=7626
  4474. Severity=Informational
  4475. Facility=Runtime
  4476. SymbolicName=DCT_MSG_AGENT_INSTALL_NETWORPATH_NOT_FOUND
  4477. Language=English
  4478. Failed to install agent on %1. Its Remote Registry service might not be started, rc=%2!ld!
  4479. .
  4480. MessageId=7627
  4481. Severity=Informational
  4482. Facility=Runtime
  4483. SymbolicName=DCT_MSG_UNABLE_TO_CONNECT_REGISTRY_SSD
  4484. Language=English
  4485. Unable to connect to registry hive '%1' on computer '%2'. rc=%3!ld!
  4486. .
  4487. MessageId=7628
  4488. Severity=Informational
  4489. Facility=Runtime
  4490. SymbolicName=DCT_MSG_MOVE_NON_CLOSEDSET
  4491. Language=English
  4492. Moving objects even though a closed-set was not achieved.
  4493. .
  4494. MessageId=7629
  4495. Severity=Error
  4496. Facility=Runtime
  4497. SymbolicName=DCT_MSG_CANNOT_MOVE_NON_CLOSEDSET
  4498. Language=English
  4499. Unable to move objects as a closed-set was not achieved.
  4500. .
  4501. MessageId=7330
  4502. Severity=Error
  4503. Facility=Runtime
  4504. SymbolicName=DCT_MSG_CANNOT_ENUM_REGISTRY_VALUES_S
  4505. Language=English
  4506. Unable to enumerate registry values for '%1'.
  4507. .
  4508. MessageId=7631
  4509. Severity=Error
  4510. Facility=Runtime
  4511. SymbolicName=DCT_MSG_CANNOT_CREATE_EXTENSION_S
  4512. Language=English
  4513. Unable to create extension '%1'.
  4514. .
  4515. MessageId=7632
  4516. Severity=Informational
  4517. Facility=Runtime
  4518. SymbolicName=DCT_MSG_FAIL_TO_RUN_PLUGIN_SSD
  4519. Language=English
  4520. Failed to run plugin with GUID '%1' (%2). hr=%3!lx!
  4521. .
  4522. MessageId=7633
  4523. Severity=Informational
  4524. Facility=Runtime
  4525. SymbolicName=DCT_MSG_SEEK_FAILED_D
  4526. Language=English
  4527. Failed to reset agent interface stream to the beginning, hr=%1!lx!
  4528. .
  4529. MessageId=7634
  4530. Severity=Informational
  4531. Facility=Runtime
  4532. SymbolicName=DCT_MSG_MAILBOX_TRANSLATION_ABORTED_SD
  4533. Language=English
  4534. Exchange migration aborted when processing '%1'. rc=%2!ld!
  4535. .
  4536. MessageId=7635
  4537. Severity=Informational
  4538. Facility=Runtime
  4539. SymbolicName=DCT_MSG_MAILBOX_TRANSLATION_ABORTED_WITH_UPDATE_SD
  4540. Language=English
  4541. Exchange migration aborted when updating the mailbox '%1'. Warning: partial change has been made to this mailbox. rc=%2!ld!
  4542. .
  4543. MessageId=7636
  4544. Severity=Error
  4545. Facility=Runtime
  4546. SymbolicName=DCT_MSG_UNABLE_TO_RETRIEVE_PASSWORD
  4547. Language=English
  4548. Unable to retrieve the credentials password.
  4549. .
  4550. MessageId=7637
  4551. Severity=Informational
  4552. Facility=Runtime
  4553. SymbolicName=DCT_MSG_CANNOT_TRANSLATE_DIRECTORY_SD
  4554. Language=English
  4555. Unable to translate the directory '%1'. hr=%2!lx!
  4556. .
  4557. MessageId=7638
  4558. Severity=Informational
  4559. Facility=Runtime
  4560. SymbolicName=DCT_MSG_CANNOT_DELETE_STATUS_FILE_UPON_REBOOT_SD
  4561. Language=English
  4562. Will not be able to delete the status file '%1' upon reboot. rc=%2!ld!
  4563. .
  4564. MessageId=7639
  4565. Severity=Informational
  4566. Facility=Runtime
  4567. SymbolicName=DCT_MSG_WROTE_STATUS_FILE_S
  4568. Language=English
  4569. Wrote the status file '%1'.
  4570. .
  4571. MessageId=7640
  4572. Severity=Informational
  4573. Facility=Runtime
  4574. SymbolicName=DCT_MSG_CANNOT_WRITE_STATUS_FILE_SD
  4575. Language=English
  4576. Unable to write the status file '%1'. hr=%2!lx!
  4577. .
  4578. MessageId=7641
  4579. Severity=Warning
  4580. Facility=Runtime
  4581. SymbolicName=DCT_MSG_IS_SYSTEM_PROPERTY_CANNOT_BIND_TO_SCHEMA_S
  4582. Language=English
  4583. Unable to bind to the schema container in '%1' therefore object properties will not be copied.
  4584. .
  4585. MessageId=7642
  4586. Severity=Warning
  4587. Facility=Runtime
  4588. SymbolicName=DCT_MSG_IS_SYSTEM_PROPERTY_CANNOT_VERIFY_SYSTEM_ONLY_SS
  4589. Language=English
  4590. Unable to verify whether property '%1' in '%2' is a system only attribute therefore property will not be copied.
  4591. .
  4592. MessageId=7643
  4593. Severity=Informational
  4594. Facility=Runtime
  4595. SymbolicName=DCT_MSG_TRANSLATE_INSTALLER_SS
  4596. Language=English
  4597. Translated any Microsoft Installer related registry keys from '%1' to '%2'.
  4598. .
  4599. MessageId=7644
  4600. Severity=Warning
  4601. Facility=Runtime
  4602. SymbolicName=DCT_MSG_NOT_TRANSLATE_INSTALLER_SSD
  4603. Language=English
  4604. Unable to translate Microsoft Installer related registry keys from '%1' to '%2'. rc=%3!ld!
  4605. .
  4606. MessageId=7645
  4607. Severity=Warning
  4608. Facility=Runtime
  4609. SymbolicName=DCT_MSG_WONT_TRANSLATE_INSTALLER_SS
  4610. Language=English
  4611. Unable to translate Microsoft Installer related registry keys from '%1' to '%2' as translation is being performed in add mode.
  4612. .
  4613. MessageId=7646
  4614. Severity=Informational
  4615. Facility=Runtime
  4616. SymbolicName=DCT_MSG_PROFILE_CANNOT_TRANSLATE_CLASSHIVE_SD
  4617. Language=English
  4618. Unable to translate the class hive for '%1'. rc=%2!ld!.
  4619. .
  4620. MessageId=7647
  4621. Severity=Informational
  4622. Facility=Runtime
  4623. SymbolicName=DCT_MSG_PROFILE_CANNOT_DETERMINE_TYPE_SD
  4624. Language=English
  4625. Unable to determine whether the profile for '%1' is roaming or local so it cannot be translated. rc=%2!ld!.
  4626. .
  4627. MessageId=7648
  4628. Severity=Error
  4629. Facility=Runtime
  4630. SymbolicName=DCT_MSG_PW_UNABLE_RETRIEVE_FLAGS_SS
  4631. Language=English
  4632. Unable to set password options for target account '%1' because password options for source account '%2' could not be retrieved.
  4633. .
  4634. MessageId=7649
  4635. Severity=Error
  4636. Facility=Runtime
  4637. SymbolicName=DCT_MSG_UNABLE_RETRIEVE_SOURCE_DISABLE_STATE_S
  4638. Language=English
  4639. Unable to retrieve account options for source account '%1'.
  4640. .
  4641. MessageId=7650
  4642. Severity=Error
  4643. Facility=Runtime
  4644. SymbolicName=DCT_MSG_CANNOT_ENABLEDISABLE_TARGET_SAMEASSOURCE_S
  4645. Language=English
  4646. Unable to set enable/disable state for target account the same as the source account '%1' therefore the target account will be disabled.
  4647. .
  4648. MessageId=7651
  4649. Severity=Warning
  4650. Facility=Runtime
  4651. SymbolicName=DCT_MSG_PW_CANT_GET_PES_OS_VERSION_S
  4652. Language=English
  4653. Unable to retrieve operating system version of password export server '%1'.
  4654. .
  4655. MessageId=7652
  4656. Severity=Error
  4657. Facility=Runtime
  4658. SymbolicName=DCT_MSG_COMP_MIGRATION_NOT_ALLOWED_ON_DC
  4659. Language=English
  4660. This computer is a domain controller. Computer migration cannot be performed on a domain controller.
  4661. .
  4662. MessageId=7653
  4663. Severity=Error
  4664. Facility=Runtime
  4665. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_FAILED_DUE_TO_REPLACE_MODE_WHILE_LOGGED_ON_S
  4666. Language=English
  4667. Unable to translate the profile for '%1' in replace mode since the user is currently logged on or the profile is in use for other reasons.
  4668. .
  4669. MessageId=7654
  4670. Severity=Warning
  4671. Facility=Runtime
  4672. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_SWITCH_TO_ADD_MODE_FOR_LOGGED_ON_USER_S
  4673. Language=English
  4674. Switched from replace mode to add mode since the source account '%1' is currently logged on or the profile is in use for other reasons.
  4675. .
  4676. MessageId=7655
  4677. Severity=Error
  4678. Facility=Runtime
  4679. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_FAILED_DUE_TO_REMOVE_MODE_WHILE_LOGGED_ON_S
  4680. Language=English
  4681. Unable to translate the profile for '%1' in remove mode since the user is currently logged on or the profile is in use for other reasons.
  4682. .
  4683. MessageId=7656
  4684. Severity=Error
  4685. Facility=Runtime
  4686. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_FAILED_SD
  4687. Language=English
  4688. Unable to translate the profile for '%1'. rc=%2!ld!.
  4689. .
  4690. MessageId=7657
  4691. Severity=Informational
  4692. Facility=Runtime
  4693. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_ALLOW_SWITCHING_FROM_REPLACE_TO_ADD
  4694. Language=English
  4695. This profile translation automatically switches from replace mode to add mode if the user is currently logged on or if the profile is in use for other reasons. In order to disable the switching, you need to set the registry HKLM\Software\Microsoft\ADMT\DisallowFallbackToAddInProfileTranslation (REG_DWORD) to 1 on the ADMT machine.
  4696. .
  4697. MessageId=7658
  4698. Severity=Informational
  4699. Facility=Runtime
  4700. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_DISALLOW_SWITCHING_FROM_REPLACE_TO_ADD
  4701. Language=English
  4702. This profile translation will not switch from replace mode to add mode if the user is currently logged on or if the profile is in use for other reasons. In order to allow the switching, you need to remove or set the registry HKLM\Software\Microsoft\ADMT\DisallowFallbackToAddInProfileTranslation (REG_DWORD) to a value other than 1 on the ADMT machine.
  4703. .
  4704. MessageId=7659
  4705. Severity=Error
  4706. Facility=Runtime
  4707. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_UNABLE_TO_RETRIEVE_USRCLASS_DAT_PATH_SD
  4708. Language=English
  4709. Unable to retrieve the class hive (usrclass.dat) path for '%1'. rc=%2!ld!.
  4710. .
  4711. MessageId=7660
  4712. Severity=Informational
  4713. Facility=Runtime
  4714. SymbolicName=DCT_MSG_PROFILE_TRANSLATION_UNABLE_TO_DELETE_TEMP_USER_HIVE_S
  4715. Language=English
  4716. Unable to delete the temporary user hive for '%1'.
  4717. .