home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / borland_ccompiler55.exe / Include / crsmsg.inc < prev    next >
Encoding:
Text File  |  2000-06-27  |  77.3 KB  |  3,882 lines

  1. '====================================================================
  2. '                                                                     
  3. '   Microsoft Site Server v3.00                                   
  4. '                                                                     
  5. '   Copyright (c) 1997-98 Microsoft Corporation.  All rights reserved.   
  6. '   THIS CODE AND INFORMATION IS PROVIDED 'AS IS' WITHOUT WARRANTY OF
  7. '   ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
  8. '   THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
  9. '   PARTICULAR PURPOSE.
  10. '=====================================================================
  11.  
  12. '
  13. '  Values are 32 bit values layed out as follows:
  14. '
  15. '   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
  16. '   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
  17. '  +---+-+-+-----------------------+-------------------------------+
  18. '  |Sev|C|R|     Facility          |               Code            |
  19. '  +---+-+-+-----------------------+-------------------------------+
  20. '
  21. '  where
  22. '
  23. '      Sev - is the severity code
  24. '
  25. '          00 - Success
  26. '          01 - Informational
  27. '          10 - Warning
  28. '          11 - Error
  29. '
  30. '      C - is the Customer code flag
  31. '
  32. '      R - is a reserved bit
  33. '
  34. '      Facility - is the facility code
  35. '
  36. '      Code - is the facility's status code
  37. '
  38. '
  39. ' Define the facility codes
  40. '
  41.  
  42.  
  43. '
  44. ' Define the severity codes
  45. '
  46.  
  47.  
  48. '
  49. ' MessageId: CRS_ERROR_FIRST
  50. '
  51. ' MessageText:
  52. '
  53. '  Site Server Content Deployment service first error message.
  54. '
  55. Const CRS_ERROR_FIRST                  = &H40003A98
  56.  
  57. '
  58. ' MessageId: CRS_NET_SOURCE
  59. '
  60. ' MessageText:
  61. '
  62. '  Source directory %2 for the project %1 is on a network drive.  Cannot deploy from network drives.
  63. '
  64. Const CRS_NET_SOURCE                   = &HC0003A9C
  65.  
  66. '
  67. ' MessageId: CRS_ERROR_ACCESS_DENIED
  68. '
  69. ' MessageText:
  70. '
  71. '  Access denied.
  72. '
  73. Const CRS_ERROR_ACCESS_DENIED          = &HC0003A9D
  74.  
  75. '
  76. ' MessageId: CRS_FILE_CREATE_ERROR
  77. '
  78. ' MessageText:
  79. '
  80. '  Unable to open the file %1.
  81. '
  82. Const CRS_FILE_CREATE_ERROR            = &HC0003A9E
  83.  
  84. '
  85. ' MessageId: CRS_SENDINET_ERROR
  86. '
  87. ' MessageText:
  88. '
  89. '  Project was unable to send file %1.
  90. '
  91. Const CRS_SENDINET_ERROR               = &HC0003A9F
  92.  
  93. '
  94. ' MessageId: CRS_SAMEBOX_NET_TARGET
  95. '
  96. ' MessageText:
  97. '
  98. '  Destination directory %2 for the project %1 is on a network drive.  Cannot deploy to network drives.
  99. '
  100. Const CRS_SAMEBOX_NET_TARGET           = &HC0003AA0
  101.  
  102. '
  103. ' MessageId: CRS_BAD_SOURCE
  104. '
  105. ' MessageText:
  106. '
  107. '  Unable to access the project source %1.
  108. '
  109. Const CRS_BAD_SOURCE                   = &HC0003AA1
  110.  
  111. '
  112. ' MessageId: CRS_SENDINET_CONNECT
  113. '
  114. ' MessageText:
  115. '
  116. '  Unable to connect to the remote server %1.
  117. '
  118. Const CRS_SENDINET_CONNECT             = &HC0003AA2
  119.  
  120. '
  121. ' MessageId: CRS_HASH_MISMATCH
  122. '
  123. ' MessageText:
  124. '
  125. '  MD5 Hash did not match during a transmission.  This could indicate transmission failure or that the files transmitted at the source have been modified in transit.
  126. '
  127. Const CRS_HASH_MISMATCH                = &HC0003AA3
  128.  
  129. '
  130. ' MessageId: CRS_SERVER_ABORTED
  131. '
  132. ' MessageText:
  133. '
  134. '  Remote server was restarted.  The project %1 is being restarted.
  135. '
  136. Const CRS_SERVER_ABORTED               = &HC0003AA4
  137.  
  138. '
  139. ' MessageId: CRS_REPLICATION_ABORTED
  140. '
  141. ' MessageText:
  142. '
  143. '  Project %1 was aborted.
  144. '
  145. Const CRS_REPLICATION_ABORTED          = &HC0003AA5
  146.  
  147. '
  148. ' MessageId: CRS_SEQUENCE_ERROR
  149. '
  150. ' MessageText:
  151. '
  152. '  An internal messaging sequence error occurred.
  153. '
  154. Const CRS_SEQUENCE_ERROR               = &HC0003AA6
  155.  
  156. '
  157. ' MessageId: CRS_SERVICE_STARTED
  158. '
  159. ' MessageText:
  160. '
  161. '  Site Server Content Deployment service started successfully.
  162. '
  163. Const CRS_SERVICE_STARTED              = &H40003AA7
  164.  
  165. '
  166. ' MessageId: CRS_SERVICE_SHUTDOWN
  167. '
  168. ' MessageText:
  169. '
  170. '  Site Server Content Deployment service shut down successfully.
  171. '
  172. Const CRS_SERVICE_SHUTDOWN             = &H40003AA8
  173.  
  174. '
  175. ' MessageId: CRS_ERROR_METABASE_ACCESS
  176. '
  177. ' MessageText:
  178. '
  179. '  Could not open storage/stream %1.  Ensure the authentication account has access to this storage/stream.
  180. '
  181. Const CRS_ERROR_METABASE_ACCESS        = &HC0003AAA
  182.  
  183. '
  184. ' MessageId: CRS_AUTH_FAILURE
  185. '
  186. ' MessageText:
  187. '
  188. '  Authorization failure against server %1.  Ensure the service has access to this server.
  189. '
  190. Const CRS_AUTH_FAILURE                 = &HC0003AAB
  191.  
  192. '
  193. ' MessageId: CRS_REMOTE_AUTH_FAILURE
  194. '
  195. ' MessageText:
  196. '
  197. '  Remote authorization failed to server %1.  Ensure the service has access to this server.
  198. '
  199. Const CRS_REMOTE_AUTH_FAILURE          = &HC0003AAC
  200.  
  201. '
  202. ' MessageId: CRS_ERROR_NOT_IN_ORDER
  203. '
  204. ' MessageText:
  205. '
  206. '  Message was received out of order.  Closing connection.
  207. '
  208. Const CRS_ERROR_NOT_IN_ORDER           = &HC0003AAD
  209.  
  210. '
  211. ' MessageId: CRS_CONNECTION_RETRY_FAILED
  212. '
  213. ' MessageText:
  214. '
  215. '  Connection to server %1 failed and could not be re-established.
  216. '
  217. Const CRS_CONNECTION_RETRY_FAILED      = &HC0003AAE
  218.  
  219. '
  220. ' MessageId: CRS_ERROR_REPLICATION_CANCELED
  221. '
  222. ' MessageText:
  223. '
  224. '  Project %1 canceled at the request of the user.
  225. '
  226. Const CRS_ERROR_REPLICATION_CANCELED   = &HC0003AAF
  227.  
  228. '
  229. ' MessageId: CRS_ERROR_DEST_TOOBIG
  230. '
  231. ' MessageText:
  232. '
  233. '  Could not add the specified destination(s).  The maximum number of destinations has been reached.
  234. '
  235. Const CRS_ERROR_DEST_TOOBIG            = &HC0003AB0
  236.  
  237. '
  238. ' MessageId: CRS_ERROR_NO_IP_MAPPING
  239. '
  240. ' MessageText:
  241. '
  242. '  Cannot resolve IP address for server %1.  No virtual root created.
  243. '
  244. Const CRS_ERROR_NO_IP_MAPPING          = &HC0003AB1
  245.  
  246. '
  247. ' MessageId: CRS_ERROR_DISK_FULL
  248. '
  249. ' MessageText:
  250. '
  251. '  Not enough space on the disk.
  252. '
  253. Const CRS_ERROR_DISK_FULL              = &HC0003AB2
  254.  
  255. '
  256. ' MessageId: CRS_ERROR_TOO_MANY_RUNNING
  257. '
  258. ' MessageText:
  259. '
  260. '  Too many active projects. No more can be started until others complete.
  261. '
  262. Const CRS_ERROR_TOO_MANY_RUNNING       = &HC0003AB3
  263.  
  264. '
  265. ' MessageId: CRS_ERROR_WOULDBLOCK
  266. '
  267. ' MessageText:
  268. '
  269. '  The network operation would block.
  270. '
  271. Const CRS_ERROR_WOULDBLOCK             = &H00003ABB
  272.  
  273. '
  274. ' MessageId: CRS_ERROR_NETDOWN
  275. '
  276. ' MessageText:
  277. '
  278. '  The remote network is down.
  279. '
  280. Const CRS_ERROR_NETDOWN                = &HC0003ACA
  281.  
  282. '
  283. ' MessageId: CRS_ERROR_NETUNREACH
  284. '
  285. ' MessageText:
  286. '
  287. '  The remote network is unreachable.
  288. '
  289. Const CRS_ERROR_NETUNREACH             = &HC0003ACB
  290.  
  291. '
  292. ' MessageId: CRS_ERROR_CONNABORTED
  293. '
  294. ' MessageText:
  295. '
  296. '  The network connection was aborted at the network layer.
  297. '
  298. Const CRS_ERROR_CONNABORTED            = &HC0003ACD
  299.  
  300. '
  301. ' MessageId: CRS_ERROR_TIMEOUT
  302. '
  303. ' MessageText:
  304. '
  305. '  The network session timed out on a send or receive operation.
  306. '
  307. Const CRS_ERROR_TIMEOUT                = &HC0003AD4
  308.  
  309. '
  310. ' MessageId: WINSOCK_WSAEWOULDBLOCK
  311. '
  312. ' MessageText:
  313. '
  314. '  The network operation would block.
  315. '
  316. Const WINSOCK_WSAEWOULDBLOCK           = &H00002733
  317.  
  318. '
  319. ' MessageId: WINSOCK_WSAENETDOWN
  320. '
  321. ' MessageText:
  322. '
  323. '  The remote network is down.
  324. '
  325. Const WINSOCK_WSAENETDOWN              = &H00002742
  326.  
  327. '
  328. ' MessageId: WINSOCK_WSAENETUNREACH
  329. '
  330. ' MessageText:
  331. '
  332. '  The remote network is unreachable.
  333. '
  334. Const WINSOCK_WSAENETUNREACH           = &H00002743
  335.  
  336. '
  337. ' MessageId: WINSOCK_WSAECONNABORTED
  338. '
  339. ' MessageText:
  340. '
  341. '  The network connection was aborted at the network layer.
  342. '
  343. Const WINSOCK_WSAECONNABORTED          = &H00002745
  344.  
  345. '
  346. ' MessageId: WINSOCK_WSAECONNRESET
  347. '
  348. ' MessageText:
  349. '
  350. '  The network session was aborted.
  351. '
  352. Const WINSOCK_WSAECONNRESET            = &H00002746
  353.  
  354. '
  355. ' MessageId: WINSOCK_WSAETIMEDOUT
  356. '
  357. ' MessageText:
  358. '
  359. '  The network session timed out on a send or receive operation.
  360. '
  361. Const WINSOCK_WSAETIMEDOUT             = &H0000274C
  362.  
  363. '
  364. ' MessageId: WINSOCK_WSAECONNREFUSED
  365. '
  366. ' MessageText:
  367. '
  368. '  The remote server was not listening on the appropriate port. This generally indicates that the service was not running but the server is up.
  369. '
  370. Const WINSOCK_WSAECONNREFUSED          = &H0000274D
  371.  
  372. '
  373. ' MessageId: CRS_ERROR_NO_PROJECTS
  374. '
  375. ' MessageText:
  376. '
  377. '  No projects defined.
  378. '
  379. Const CRS_ERROR_NO_PROJECTS            = &HC0003AFC
  380.  
  381. '
  382. ' MessageId: CRS_ERROR_PROJECT_NOT_FOUND
  383. '
  384. ' MessageText:
  385. '
  386. '  Could not find project %1.
  387. '
  388. Const CRS_ERROR_PROJECT_NOT_FOUND      = &HC0003AFD
  389.  
  390. '
  391. ' MessageId: CRS_ERROR_INVALID_PARAMETER
  392. '
  393. ' MessageText:
  394. '
  395. '  Invalid parameter.
  396. '
  397. Const CRS_ERROR_INVALID_PARAMETER      = &HC0003AFE
  398.  
  399. '
  400. ' MessageId: CRS_PROJECT_CREATED
  401. '
  402. ' MessageText:
  403. '
  404. '  Created project %1.
  405. '
  406. Const CRS_PROJECT_CREATED              = &HC0003AFF
  407.  
  408. '
  409. ' MessageId: CRS_ERROR_AUTHENTICATION_FAILURE
  410. '
  411. ' MessageText:
  412. '
  413. '  Authentication failure.  Ensure the account has proper access on local and remote servers.
  414. '
  415. Const CRS_ERROR_AUTHENTICATION_FAILURE = &HC0003B00
  416.  
  417. '
  418. ' MessageId: CRS_ERROR_DELETE_PROJECT_DOWN_ROUTE
  419. '
  420. ' MessageText:
  421. '
  422. '  Could not delete the route from the project on at least one server down the defined routes.  The project will have to be edited manually there.
  423. '
  424. Const CRS_ERROR_DELETE_PROJECT_DOWN_ROUTE = &H80003B01
  425.  
  426. '
  427. ' MessageId: CRS_ERROR_SERVICE_NOT_RUNNING
  428. '
  429. ' MessageText:
  430. '
  431. '  Server %1 is available, but the Site Server Content Deployment service is not running.
  432. '
  433. Const CRS_ERROR_SERVICE_NOT_RUNNING    = &HC0003B02
  434.  
  435. '
  436. ' MessageId: CRS_ERROR_HOST_DOWN
  437. '
  438. ' MessageText:
  439. '
  440. '  Server %1 is unavailable.
  441. '
  442. Const CRS_ERROR_HOST_DOWN              = &HC0003B03
  443.  
  444. '
  445. ' MessageId: CRS_ERROR_BAD_NET_NAME
  446. '
  447. ' MessageText:
  448. '
  449. '  Server %1 cannot be found.
  450. '
  451. Const CRS_ERROR_BAD_NET_NAME           = &HC0003B04
  452.  
  453. '
  454. ' MessageId: CRS_ERROR_ROUTE_NOT_FOUND
  455. '
  456. ' MessageText:
  457. '
  458. '  Could not find route %1.  Ensure the route name is correct and that it exists on the target servers.
  459. '
  460. Const CRS_ERROR_ROUTE_NOT_FOUND        = &HC0003B05
  461.  
  462. '
  463. ' MessageId: CRS_ERROR_NO_ROUTES
  464. '
  465. ' MessageText:
  466. '
  467. '  No routes defined.
  468. '
  469. Const CRS_ERROR_NO_ROUTES              = &HC0003B06
  470.  
  471. '
  472. ' MessageId: CRS_ERROR_CREATE_PROJECT_DOWN_ROUTE
  473. '
  474. ' MessageText:
  475. '
  476. '  Could not create the project on at least one server down the defined routes.  The project will have to be created manually there.
  477. '
  478. Const CRS_ERROR_CREATE_PROJECT_DOWN_ROUTE = &H80003B07
  479.  
  480. '
  481. ' MessageId: CRS_ERROR_SERVICE_PAUSED
  482. '
  483. ' MessageText:
  484. '
  485. '  Site Server Content Deployment service on server %1 is paused and is not accepting new requests.  Retry project %2 later.
  486. '
  487. Const CRS_ERROR_SERVICE_PAUSED         = &HC0003B08
  488.  
  489. '
  490. ' MessageId: CRS_ERROR_SERVICE_NOT_PAUSED
  491. '
  492. ' MessageText:
  493. '
  494. '  Could not restart service. Service is not paused.
  495. '
  496. Const CRS_ERROR_SERVICE_NOT_PAUSED     = &HC0003B09
  497.  
  498. '
  499. ' MessageId: CRS_ERROR_NAME_NOT_RESOLVED
  500. '
  501. ' MessageText:
  502. '
  503. '  Could not resolve URL %2 for project %1.  Ensure URL and/or proxy settings are correct.
  504. '
  505. Const CRS_ERROR_NAME_NOT_RESOLVED      = &HC0003B0A
  506.  
  507. '
  508. ' MessageId: CRS_ERROR_CONNECTION_RESET
  509. '
  510. ' MessageText:
  511. '
  512. '  Connection to server %1 has been reset.  This indicates problems with the remote service or network.
  513. '
  514. Const CRS_ERROR_CONNECTION_RESET       = &HC0003B0B
  515.  
  516. '
  517. ' MessageId: CRS_ERROR_REPLICATION_NOT_FOUND
  518. '
  519. ' MessageText:
  520. '
  521. '  No entries.
  522. '
  523. Const CRS_ERROR_REPLICATION_NOT_FOUND  = &HC0003B0C
  524.  
  525. '
  526. ' MessageId: CRS_ERROR_SERVICE_ALREADY_RUNNING
  527. '
  528. ' MessageText:
  529. '
  530. '  Could not start service.  The service has already been started.
  531. '
  532. Const CRS_ERROR_SERVICE_ALREADY_RUNNING = &HC0003B0D
  533.  
  534. '
  535. ' MessageId: CRS_ERROR_PROJECT_ALREADY_RUNNING
  536. '
  537. ' MessageText:
  538. '
  539. '  Failed to start project %1.  It is already running.
  540. '
  541. Const CRS_ERROR_PROJECT_ALREADY_RUNNING = &HC0003B0E
  542.  
  543. '
  544. ' MessageId: CRS_ERROR_FILE_MOVE_ERROR
  545. '
  546. ' MessageText:
  547. '
  548. '  Failed to move file %1 to %2.
  549. '
  550. Const CRS_ERROR_FILE_MOVE_ERROR        = &HC0003B0F
  551.  
  552. '
  553. ' MessageId: CRS_ERROR_PRODUCT_EXPIRED
  554. '
  555. ' MessageText:
  556. '
  557. '  Thank you for your interest in Site Server Content Deployment.  This software has expired.  Please acquire the final retail version of this software.
  558. '
  559. Const CRS_ERROR_PRODUCT_EXPIRED        = &HC0003B10
  560.  
  561. '
  562. ' MessageId: CRS_ERROR_PROJECT_INCOMPLETE
  563. '
  564. ' MessageText:
  565. '
  566. '  Project information for %1 is incomplete.
  567. '
  568. Const CRS_ERROR_PROJECT_INCOMPLETE     = &HC0003B11
  569.  
  570. '
  571. ' MessageId: CRS_ERROR_PARAMETER_NOT_FOUND
  572. '
  573. ' MessageText:
  574. '
  575. '  Parameter %1 not found.
  576. '
  577. Const CRS_ERROR_PARAMETER_NOT_FOUND    = &HC0003B12
  578.  
  579. '
  580. ' MessageId: CRS_ERROR_REPLICATION_RUNNING
  581. '
  582. ' MessageText:
  583. '
  584. '  Project %1 is running.  The operation could not be completed.
  585. '
  586. Const CRS_ERROR_REPLICATION_RUNNING    = &HC0003B13
  587.  
  588. '
  589. ' MessageId: CRS_ERROR_INVALID_PROJECT_NAME
  590. '
  591. ' MessageText:
  592. '
  593. '  Project name %1 is invalid.  Project names cannot contain backslashes and cannot be empty.
  594. '
  595. Const CRS_ERROR_INVALID_PROJECT_NAME   = &HC0003B14
  596.  
  597. '
  598. ' MessageId: CRS_ERROR_INVALID_ROUTE_NAME
  599. '
  600. ' MessageText:
  601. '
  602. '  Route name %1 is invalid.  Route names cannot contain backslashes or DBCS characters and cannot be empty.
  603. '
  604. Const CRS_ERROR_INVALID_ROUTE_NAME     = &HC0003B15
  605.  
  606. '
  607. ' MessageId: CRS_ERROR_INVALID_DWORD
  608. '
  609. ' MessageText:
  610. '
  611. '  Parameter %1 must be a positive integer.
  612. '
  613. Const CRS_ERROR_INVALID_DWORD          = &HC0003B16
  614.  
  615. '
  616. ' MessageId: CRS_ERROR_NO_MORE_ITEMS
  617. '
  618. ' MessageText:
  619. '
  620. '  No more items in the list.
  621. '
  622. Const CRS_ERROR_NO_MORE_ITEMS          = &H80003B17
  623.  
  624. '
  625. ' MessageId: CRS_ERROR_TOO_MANY_ARGS
  626. '
  627. ' MessageText:
  628. '
  629. '  Too many arguments specified.
  630. '
  631. Const CRS_ERROR_TOO_MANY_ARGS          = &HC0003B18
  632.  
  633. '
  634. ' MessageId: CRS_MBS_INIT_ERROR
  635. '
  636. ' MessageText:
  637. '
  638. '  Internal error trying to initialize for ACL replication.
  639. '
  640. Const CRS_MBS_INIT_ERROR               = &HC0003B19
  641.  
  642. '
  643. ' MessageId: CRS_ERROR_OPENING_FILE
  644. '
  645. ' MessageText:
  646. '
  647. '  Error opening file %1 or file not found.
  648. '
  649. Const CRS_ERROR_OPENING_FILE           = &HC0003B1B
  650.  
  651. '
  652. ' MessageId: CRS_ERROR_FILE_FORMAT
  653. '
  654. ' MessageText:
  655. '
  656. '  Invalid file format.
  657. '
  658. Const CRS_ERROR_FILE_FORMAT            = &HC0003B1C
  659.  
  660. '
  661. ' MessageId: CRS_ERROR_FILE_WRITE
  662. '
  663. ' MessageText:
  664. '
  665. '  Error writing to file %1.
  666. '
  667. Const CRS_ERROR_FILE_WRITE             = &HC0003B1D
  668.  
  669. '
  670. ' MessageId: WINSOCK_WSAHOSTNAME
  671. '
  672. ' MessageText:
  673. '
  674. '  Gethostname failed.
  675. '
  676. Const WINSOCK_WSAHOSTNAME              = &HC0003B1E
  677.  
  678. '
  679. ' MessageId: CRS_ERROR_NODE_EXISTS
  680. '
  681. ' MessageText:
  682. '
  683. '  Node already exists in the topology map.
  684. '
  685. Const CRS_ERROR_NODE_EXISTS            = &HC0003B1F
  686.  
  687. '
  688. ' MessageId: CRS_ERROR_NODE_NOT_FOUND
  689. '
  690. ' MessageText:
  691. '
  692. '  Node not found in topology map.
  693. '
  694. Const CRS_ERROR_NODE_NOT_FOUND         = &HC0003B20
  695.  
  696. '
  697. ' MessageId: CRS_ERROR_EDGE_EXISTS
  698. '
  699. ' MessageText:
  700. '
  701. '  Edge already exists in topology map.
  702. '
  703. Const CRS_ERROR_EDGE_EXISTS            = &H80003B21
  704.  
  705. '
  706. ' MessageId: CRS_ERROR_ROOTNODE_NOT_FOUND
  707. '
  708. ' MessageText:
  709. '
  710. '  Root node does not exist in topology map.
  711. '
  712. Const CRS_ERROR_ROOTNODE_NOT_FOUND     = &HC0003B22
  713.  
  714. '
  715. ' MessageId: CRS_ERROR_PATH_NOT_FOUND
  716. '
  717. ' MessageText:
  718. '
  719. '  No path to from root to node in topology map.
  720. '
  721. Const CRS_ERROR_PATH_NOT_FOUND         = &HC0003B23
  722.  
  723. '
  724. ' MessageId: CRS_ERROR_EDGE_NOT_FOUND
  725. '
  726. ' MessageText:
  727. '
  728. '  Edge does not exist in topology map.
  729. '
  730. Const CRS_ERROR_EDGE_NOT_FOUND         = &HC0003B24
  731.  
  732. '
  733. ' MessageId: CRS_ERROR_INVALID_CONTEXT
  734. '
  735. ' MessageText:
  736. '
  737. '  Current context is invalid.  Project being reset.
  738. '
  739. Const CRS_ERROR_INVALID_CONTEXT        = &HC0003B25
  740.  
  741. '
  742. ' MessageId: CRS_ERROR_DOWNLEVEL_SERVER
  743. '
  744. ' MessageText:
  745. '
  746. '  Operation is not supported on a down-level server.
  747. '
  748. Const CRS_ERROR_DOWNLEVEL_SERVER       = &HC0003B26
  749.  
  750. '
  751. ' MessageId: CRS_ERROR_NO_MAPPING
  752. '
  753. ' MessageText:
  754. '
  755. '  URL does not map to any project definitions.
  756. '
  757. Const CRS_ERROR_NO_MAPPING             = &HC0003B27
  758.  
  759. '
  760. ' MessageId: CRS_ERROR_START_PENDING
  761. '
  762. ' MessageText:
  763. '
  764. '  Start pending completion of the active project.
  765. '
  766. Const CRS_ERROR_START_PENDING          = &HC0003B28
  767.  
  768. '
  769. ' MessageId: CRS_ERROR_NO_EVENTSINKS
  770. '
  771. ' MessageText:
  772. '
  773. '  No event sinks defined.
  774. '
  775. Const CRS_ERROR_NO_EVENTSINKS          = &HC0003B29
  776.  
  777. '
  778. ' MessageId: CRS_ERROR_EVENTSINK_NOT_FOUND
  779. '
  780. ' MessageText:
  781. '
  782. '  Could not find event sink %1.
  783. '
  784. Const CRS_ERROR_EVENTSINK_NOT_FOUND    = &HC0003B2A
  785.  
  786. '
  787. ' MessageId: CRS_ERROR_WSAHOSTNOTFOUND
  788. '
  789. ' MessageText:
  790. '
  791. '  Host not found.
  792. '
  793. Const CRS_ERROR_WSAHOSTNOTFOUND        = &HC0003B2B
  794.  
  795. '
  796. ' MessageId: CRS_ERROR_WSATRYAGAIN
  797. '
  798. ' MessageText:
  799. '
  800. '  Host not found, or SERVERFAIL.  Try again.
  801. '
  802. Const CRS_ERROR_WSATRYAGAIN            = &HC0003B2C
  803.  
  804. '
  805. ' MessageId: CRS_ERROR_WSANORECOVERY
  806. '
  807. ' MessageText:
  808. '
  809. '  Non-recoverable winsock error.
  810. '
  811. Const CRS_ERROR_WSANORECOVERY          = &HC0003B2D
  812.  
  813. '
  814. ' MessageId: CRS_ERROR_WSANODATA
  815. '
  816. ' MessageText:
  817. '
  818. '  Invalid address.
  819. '
  820. Const CRS_ERROR_WSANODATA              = &HC0003B2E
  821.  
  822. '
  823. ' MessageId: CRS_EVENTSINK_INITIALIZED
  824. '
  825. ' MessageText:
  826. '
  827. '  Event sink %1 was successfully initialized.
  828. '
  829. Const CRS_EVENTSINK_INITIALIZED        = &H00003B2F
  830.  
  831. '
  832. ' MessageId: CRS_ERROR_EVENTSINK_NOT_INITIALIZED
  833. '
  834. ' MessageText:
  835. '
  836. '  Event sink %1 failed to initialize.
  837. '
  838. Const CRS_ERROR_EVENTSINK_NOT_INITIALIZED = &HC0003B30
  839.  
  840. '
  841. ' MessageId: CRS_ERROR_NOTHING_TO_ROLLBACK
  842. '
  843. ' MessageText:
  844. '
  845. '  Could not roll back project.  No rollback information found.
  846. '
  847. Const CRS_ERROR_NOTHING_TO_ROLLBACK    = &HC0003B31
  848.  
  849. '
  850. ' MessageId: CRS_ERROR_NO_DESTINATIONS
  851. '
  852. ' MessageText:
  853. '
  854. '  Project could not be started because no destinations are defined.
  855. '
  856. Const CRS_ERROR_NO_DESTINATIONS        = &HC0003B32
  857.  
  858. '
  859. ' MessageId: CRS_ERROR_REAUTHENTICATE
  860. '
  861. ' MessageText:
  862. '
  863. '  Re-authenticate using an acceptable protocol.
  864. '
  865. Const CRS_ERROR_REAUTHENTICATE         = &HC0003B33
  866.  
  867. '
  868. ' MessageId: CRS_ERROR_UNSUPPORTED
  869. '
  870. ' MessageText:
  871. '
  872. '  Function not supported in this version to this server.
  873. '
  874. Const CRS_ERROR_UNSUPPORTED            = &HC0003B34
  875.  
  876. '
  877. ' MessageId: CRS_ERROR_USER_NOT_FOUND
  878. '
  879. ' MessageText:
  880. '
  881. '  Specified user %1 could not be found.
  882. '
  883. Const CRS_ERROR_USER_NOT_FOUND         = &HC0003B35
  884.  
  885. '
  886. ' MessageId: CRS_ERROR_NO_TRANSACTIONS
  887. '
  888. ' MessageText:
  889. '
  890. '  No transactions for the specified project.
  891. '
  892. Const CRS_ERROR_NO_TRANSACTIONS        = &HC0003B36
  893.  
  894. '
  895. ' MessageId: CRS_ERROR_NO_SERVERS
  896. '
  897. ' MessageText:
  898. '
  899. '  No destination servers defined.
  900. '
  901. Const CRS_ERROR_NO_SERVERS             = &HC0003B37
  902.  
  903. '
  904. ' MessageId: CRS_ERROR_NO_SCHEDULES
  905. '
  906. ' MessageText:
  907. '
  908. '  No schedules defined for this project.
  909. '
  910. Const CRS_ERROR_NO_SCHEDULES           = &HC0003B38
  911.  
  912. '
  913. ' MessageId: CRS_ERROR_NO_EMAIL
  914. '
  915. ' MessageText:
  916. '
  917. '  Could not contact SMTP server %1 to send e-mail report for project %2.
  918. '
  919. Const CRS_ERROR_NO_EMAIL               = &HC0003B39
  920.  
  921. '
  922. ' MessageId: CRS_ERROR_WAIT_ABORT
  923. '
  924. ' MessageText:
  925. '
  926. '  Waiting abort on project %1 after losing connection with source server.
  927. '
  928. Const CRS_ERROR_WAIT_ABORT             = &HC0003B3A
  929.  
  930. '
  931. ' MessageId: CRS_RESUME_REPLICATION
  932. '
  933. ' MessageText:
  934. '
  935. '  Resuming project %1 to server %2.
  936. '
  937. Const CRS_RESUME_REPLICATION           = &H40003B3B
  938.  
  939. '
  940. ' MessageId: CRS_METABASE_NOT_FOUND
  941. '
  942. ' MessageText:
  943. '
  944. '  Metabase is not responding.
  945. '
  946. Const CRS_METABASE_NOT_FOUND           = &HC0003B3C
  947.  
  948. '
  949. ' MessageId: CRS_SSE_VROOT_NOT_FOUND
  950. '
  951. ' MessageText:
  952. '
  953. '  Site Server virtual directory not found.
  954. '
  955. Const CRS_SSE_VROOT_NOT_FOUND          = &HC0003B3D
  956.  
  957. '
  958. ' MessageId: CRS_WARNING_CONNECTION_FAILED
  959. '
  960. ' MessageText:
  961. '
  962. '  Connection to server %1 for project %2 failed.  Will attempt to re-establish session.
  963. '
  964. Const CRS_WARNING_CONNECTION_FAILED    = &H80003B3E
  965.  
  966. '
  967. ' MessageId: CRS_ERROR_DROPPED_EMAIL_REPORT
  968. '
  969. ' MessageText:
  970. '
  971. '  Dropped e-mail report for project %1.
  972. '
  973. Const CRS_ERROR_DROPPED_EMAIL_REPORT   = &HC0003B3F
  974.  
  975. '
  976. ' MessageId: CRS_ERROR_EMAIL_HOST_NOT_DEFINED
  977. '
  978. ' MessageText:
  979. '
  980. '  No SMTP server defined.
  981. '
  982. Const CRS_ERROR_EMAIL_HOST_NOT_DEFINED = &HC0003B40
  983.  
  984. '
  985. ' MessageId: CRS_ERROR_VROOT_CREATION
  986. '
  987. ' MessageText:
  988. '
  989. '  Could not create the specified virtual directory.
  990. '
  991. Const CRS_ERROR_VROOT_CREATION         = &H80003B41
  992.  
  993. '
  994. ' MessageId: CRS_ERROR_UPLPAGE_CREATION
  995. '
  996. ' MessageText:
  997. '
  998. '  Could not create the upload page.
  999. '
  1000. Const CRS_ERROR_UPLPAGE_CREATION       = &HC0003B42
  1001.  
  1002. '
  1003. ' MessageId: CRS_ERROR_CIRCULAR_ROUTE
  1004. '
  1005. ' MessageText:
  1006. '
  1007. '  System has detected a circular route.  Project not created.
  1008. '
  1009. Const CRS_ERROR_CIRCULAR_ROUTE         = &HC0003B43
  1010.  
  1011. '
  1012. ' MessageId: CRS_ERROR_TRANSACTION_APPLY_FAILED
  1013. '
  1014. ' MessageText:
  1015. '
  1016. '  Transaction application for project %1 failed.  Check permissions on the destination directory and files and ensure that no files are locked open.
  1017. '
  1018. Const CRS_ERROR_TRANSACTION_APPLY_FAILED = &HC0003B44
  1019.  
  1020. '
  1021. ' MessageId: CRS_ERROR_DATABASE
  1022. '
  1023. ' MessageText:
  1024. '
  1025. '  Error occurred with the database %1.  Error is: %2.
  1026. '
  1027. Const CRS_ERROR_DATABASE               = &HC0003B45
  1028.  
  1029. '
  1030. ' MessageId: CRS_ERROR_SINK_CONNECT_FAILED
  1031. '
  1032. ' MessageText:
  1033. '
  1034. '  Unable to connect to remote server %1 to forward events.
  1035. '
  1036. Const CRS_ERROR_SINK_CONNECT_FAILED    = &HC0003B46
  1037.  
  1038. '
  1039. ' MessageId: CRS_ERROR_CANT_SEND_EVENTS_TO_DOWNLEVEL_SERVER
  1040. '
  1041. ' MessageText:
  1042. '
  1043. '  Unable to send events to server %1.  This operation is not supported.
  1044. '
  1045. Const CRS_ERROR_CANT_SEND_EVENTS_TO_DOWNLEVEL_SERVER = &HC0003B47
  1046.  
  1047. '
  1048. ' MessageId: CRS_ERROR_FILE_CORRUPT
  1049. '
  1050. ' MessageText:
  1051. '
  1052. '  File %1 is corrupt or unreadable.
  1053. '
  1054. Const CRS_ERROR_FILE_CORRUPT           = &HC0003B48
  1055.  
  1056. '
  1057. ' MessageId: CRS_ERROR_FILE_BUSY
  1058. '
  1059. ' MessageText:
  1060. '
  1061. '  File %1 is busy.
  1062. '
  1063. Const CRS_ERROR_FILE_BUSY              = &HC0003B49
  1064.  
  1065. '
  1066. ' MessageId: CRS_ACL_ERROR_INVALID_ACE
  1067. '
  1068. ' MessageText:
  1069. '
  1070. '  Could not set the ACE %1 on file %2.
  1071. '
  1072. Const CRS_ACL_ERROR_INVALID_ACE        = &H80003B4A
  1073.  
  1074. '
  1075. ' MessageId: CRS_ACL_ERROR_ACL_FAILED
  1076. '
  1077. ' MessageText:
  1078. '
  1079. '  Could not set the ACLS appropriately on file %1, setting default ACLs on this file.
  1080. '
  1081. Const CRS_ACL_ERROR_ACL_FAILED         = &HC0003B4B
  1082.  
  1083. '
  1084. ' MessageId: CRS_ERROR_PROJECT_NOT_FOUND_ON_DESTINATION
  1085. '
  1086. ' MessageText:
  1087. '
  1088. '  Could not find project %1 on server %2.
  1089. '
  1090. Const CRS_ERROR_PROJECT_NOT_FOUND_ON_DESTINATION = &HC0003B4C
  1091.  
  1092. '
  1093. ' MessageId: CRS_ERROR_PROJECT_INCOMPLETE_ON_DESTINATION
  1094. '
  1095. ' MessageText:
  1096. '
  1097. '  Project information for project %1 is incomplete on server %2.
  1098. '
  1099. Const CRS_ERROR_PROJECT_INCOMPLETE_ON_DESTINATION = &HC0003B4D
  1100.  
  1101. '
  1102. ' MessageId: CRS_ERROR_SERVICE_DOWN_ON_REMOTE_SERVER
  1103. '
  1104. ' MessageText:
  1105. '
  1106. '  Remote server available, but the Site Server Content Deployment service is not running.
  1107. '
  1108. Const CRS_ERROR_SERVICE_DOWN_ON_REMOTE_SERVER = &HC0003B4E
  1109.  
  1110. '
  1111. ' MessageId: CRS_ERROR_DISK_FULL_ON_DESTINATION
  1112. '
  1113. ' MessageText:
  1114. '
  1115. '  Disk is full on the destination server %1.
  1116. '
  1117. Const CRS_ERROR_DISK_FULL_ON_DESTINATION = &HC0003B4F
  1118.  
  1119. '
  1120. ' MessageId: CRS_FILE_CREATE_ERROR_ON_DESTINATION
  1121. '
  1122. ' MessageText:
  1123. '
  1124. '  Unable to open a file on the destination server %1.  Check permissions on the project directory and files.
  1125. '
  1126. Const CRS_FILE_CREATE_ERROR_ON_DESTINATION = &HC0003B50
  1127.  
  1128. '
  1129. ' MessageId: CRS_ERROR_REMOTE_SERVER_NOT_FOUND
  1130. '
  1131. ' MessageText:
  1132. '
  1133. '  Remote server could not be found.
  1134. '
  1135. Const CRS_ERROR_REMOTE_SERVER_NOT_FOUND = &HC0003B51
  1136.  
  1137. '
  1138. ' MessageId: CRS_ERROR_REMOTE_APPLY_FAILED
  1139. '
  1140. ' MessageText:
  1141. '
  1142. '  Unable to apply transactions for project %1 on server %2.
  1143. '
  1144. Const CRS_ERROR_REMOTE_APPLY_FAILED    = &HC0003B52
  1145.  
  1146. '
  1147. ' MessageId: CRS_ERROR_INVALID_FLAG_COMBINATION
  1148. '
  1149. ' MessageText:
  1150. '
  1151. '  Invalid flag combination.
  1152. '
  1153. Const CRS_ERROR_INVALID_FLAG_COMBINATION = &HC0003B53
  1154.  
  1155. '
  1156. ' MessageId: CRS_ERROR_RUNNING_SCRIPT
  1157. '
  1158. ' MessageText:
  1159. '
  1160. '  Error running the script %1.  Ensure that the script exists and can be located in the path.
  1161. '
  1162. Const CRS_ERROR_RUNNING_SCRIPT         = &HC0003B54
  1163.  
  1164. '
  1165. ' MessageId: CRS_ERROR_CANT_FORWARD_TO_LOCAL_SERVER
  1166. '
  1167. ' MessageText:
  1168. '
  1169. '  Cannot forward events to the local server.
  1170. '
  1171. Const CRS_ERROR_CANT_FORWARD_TO_LOCAL_SERVER = &HC0003B55
  1172.  
  1173. '
  1174. ' MessageId: CRS_ERROR_SCHEDULE_NOT_FOUND
  1175. '
  1176. ' MessageText:
  1177. '
  1178. '  Specified project schedule could not be found.
  1179. '
  1180. Const CRS_ERROR_SCHEDULE_NOT_FOUND     = &HC0003B56
  1181.  
  1182. '
  1183. ' MessageId: CRS_ERROR_METABASE
  1184. '
  1185. ' MessageText:
  1186. '
  1187. '  An error occurred accessing the metabase for the project %1.  Ensure that the web site exists and that the account has access to it.
  1188. '
  1189. Const CRS_ERROR_METABASE               = &HC0003B57
  1190.  
  1191. '
  1192. ' MessageId: CRS_ERROR_SCHEDULER_FAILURE
  1193. '
  1194. ' MessageText:
  1195. '
  1196. '  An error occurred with the task scheduler.
  1197. '
  1198. Const CRS_ERROR_SCHEDULER_FAILURE      = &HC0003B58
  1199.  
  1200. '
  1201. ' MessageId: CRS_SAMEBOX_META_TARGET
  1202. '
  1203. ' MessageText:
  1204. '
  1205. '  The destination %1 for metabase replication is invalid.
  1206. '
  1207. Const CRS_SAMEBOX_META_TARGET          = &HC0003B59
  1208.  
  1209. '
  1210. ' MessageId: CRS_ERROR_DROPPED_EVENTS
  1211. '
  1212. ' MessageText:
  1213. '
  1214. '  The event sink %1 has started dropping events.
  1215. '
  1216. Const CRS_ERROR_DROPPED_EVENTS         = &HC0003B5A
  1217.  
  1218. '
  1219. ' MessageId: CRS_MSG_REPLICATION_FIRST
  1220. '
  1221. ' MessageText:
  1222. '
  1223. '  Site Server Content Deployment first replication event message.
  1224. '
  1225. Const CRS_MSG_REPLICATION_FIRST        = &H40003BC4
  1226.  
  1227. '
  1228. ' MessageId: CRS_MSG_STARTING_REPLICATION
  1229. '
  1230. ' MessageText:
  1231. '
  1232. '  Project %1 starting to server %2.
  1233. '
  1234. Const CRS_MSG_STARTING_REPLICATION     = &H40003BC5
  1235.  
  1236. '
  1237. ' MessageId: CRS_MSG_REPLICATION_COMPLETE
  1238. '
  1239. ' MessageText:
  1240. '
  1241. '  Project %1 complete to server %2.
  1242. '
  1243. Const CRS_MSG_REPLICATION_COMPLETE     = &H40003BC6
  1244.  
  1245. '
  1246. ' MessageId: CRS_MSG_STARTING_PULL_REPLICATION
  1247. '
  1248. ' MessageText:
  1249. '
  1250. '  Retrieval project %1 starting from URL %2.
  1251. '
  1252. Const CRS_MSG_STARTING_PULL_REPLICATION = &H40003BC7
  1253.  
  1254. '
  1255. ' MessageId: CRS_MSG_PULL_REPLICATION_COMPLETE
  1256. '
  1257. ' MessageText:
  1258. '
  1259. '  Retrieval project %1 complete from URL %2.
  1260. '
  1261. Const CRS_MSG_PULL_REPLICATION_COMPLETE = &H40003BC8
  1262.  
  1263. '
  1264. ' MessageId: CRS_MSG_STARTING_RECEIVE_REPLICATION
  1265. '
  1266. ' MessageText:
  1267. '
  1268. '  Starting to receive project %1 from server %2.
  1269. '
  1270. Const CRS_MSG_STARTING_RECEIVE_REPLICATION = &H40003BC9
  1271.  
  1272. '
  1273. ' MessageId: CRS_MSG_REPLICATION_RECEIVE_COMPLETE
  1274. '
  1275. ' MessageText:
  1276. '
  1277. '  Finished receiving project %1 from server %2.
  1278. '
  1279. Const CRS_MSG_REPLICATION_RECEIVE_COMPLETE = &H40003BCA
  1280.  
  1281. '
  1282. ' MessageId: CRS_MSG_STARTING_REPLICATION_SCAN
  1283. '
  1284. ' MessageText:
  1285. '
  1286. '  Project %1 starting.
  1287. '
  1288. Const CRS_MSG_STARTING_REPLICATION_SCAN = &H40003BCB
  1289.  
  1290. '
  1291. ' MessageId: CRS_MSG_REPLICATION_LAST
  1292. '
  1293. ' MessageText:
  1294. '
  1295. '  Site Server Content Deployment last replication event message.
  1296. '
  1297. Const CRS_MSG_REPLICATION_LAST         = &H40003BF5
  1298.  
  1299. '
  1300. ' MessageId: CRS_MSG_FILE_FIRST
  1301. '
  1302. ' MessageText:
  1303. '
  1304. '  Site Server Content Deployment first file event message.
  1305. '
  1306. Const CRS_MSG_FILE_FIRST               = &H40003BF6
  1307.  
  1308. '
  1309. ' MessageId: CRS_MSG_SENDING_FILE
  1310. '
  1311. ' MessageText:
  1312. '
  1313. '  Sending file %1.
  1314. '
  1315. Const CRS_MSG_SENDING_FILE             = &H40003BF7
  1316.  
  1317. '
  1318. ' MessageId: CRS_MSG_SENT_FILE
  1319. '
  1320. ' MessageText:
  1321. '
  1322. '  File %1 sent.
  1323. '
  1324. Const CRS_MSG_SENT_FILE                = &H40003BF8
  1325.  
  1326. '
  1327. ' MessageId: CRS_MSG_RECEIVING_FILE
  1328. '
  1329. ' MessageText:
  1330. '
  1331. '  Receiving file %1.
  1332. '
  1333. Const CRS_MSG_RECEIVING_FILE           = &H40003BF9
  1334.  
  1335. '
  1336. ' MessageId: CRS_MSG_RECEIVED_FILE
  1337. '
  1338. ' MessageText:
  1339. '
  1340. '  File %1 received.
  1341. '
  1342. Const CRS_MSG_RECEIVED_FILE            = &H40003BFA
  1343.  
  1344. '
  1345. ' MessageId: CRS_MSG_SENT_DELETE_FILE
  1346. '
  1347. ' MessageText:
  1348. '
  1349. '  Sent delete file request for file %1.
  1350. '
  1351. Const CRS_MSG_SENT_DELETE_FILE         = &H40003BFB
  1352.  
  1353. '
  1354. ' MessageId: CRS_MSG_RECEIVED_DELETE_FILE
  1355. '
  1356. ' MessageText:
  1357. '
  1358. '  File delete request received for file %1.
  1359. '
  1360. Const CRS_MSG_RECEIVED_DELETE_FILE     = &H40003BFC
  1361.  
  1362. '
  1363. ' MessageId: CRS_MSG_RETRYING_SENDING_FILE
  1364. '
  1365. ' MessageText:
  1366. '
  1367. '  Trying to resend file %1.
  1368. '
  1369. Const CRS_MSG_RETRYING_SENDING_FILE    = &H40003C00
  1370.  
  1371. '
  1372. ' MessageId: CRS_MSG_FILE_BUSY
  1373. '
  1374. ' MessageText:
  1375. '
  1376. '  File %1 is busy.  The service is waiting for the file to become available.
  1377. '
  1378. Const CRS_MSG_FILE_BUSY                = &H40003C01
  1379.  
  1380. '
  1381. ' MessageId: CRS_MSG_SENDING_ACL
  1382. '
  1383. ' MessageText:
  1384. '
  1385. '  Sending the ACL for the file %1.
  1386. '
  1387. Const CRS_MSG_SENDING_ACL              = &H40003C02
  1388.  
  1389. '
  1390. ' MessageId: CRS_MSG_SENT_ACL
  1391. '
  1392. ' MessageText:
  1393. '
  1394. '  Sent the ACL for the file %1.
  1395. '
  1396. Const CRS_MSG_SENT_ACL                 = &H40003C03
  1397.  
  1398. '
  1399. ' MessageId: CRS_MSG_RECEIVING_ACL
  1400. '
  1401. ' MessageText:
  1402. '
  1403. '  Receiving the ACL for the file %1.
  1404. '
  1405. Const CRS_MSG_RECEIVING_ACL            = &H40003C04
  1406.  
  1407. '
  1408. ' MessageId: CRS_MSG_RECEIVED_ACL
  1409. '
  1410. ' MessageText:
  1411. '
  1412. '  Received the ACL for the file %1.
  1413. '
  1414. Const CRS_MSG_RECEIVED_ACL             = &H40003C05
  1415.  
  1416. '
  1417. ' MessageId: CRS_MSG_PULLED_FILE_HTTP
  1418. '
  1419. ' MessageText:
  1420. '
  1421. '  File %1 retrieved over HTTP.
  1422. '
  1423. Const CRS_MSG_PULLED_FILE_HTTP         = &H40003C06
  1424.  
  1425. '
  1426. ' MessageId: CRS_MSG_PULLED_FILE_FTP
  1427. '
  1428. ' MessageText:
  1429. '
  1430. '  File %1 retrieved over FTP.
  1431. '
  1432. Const CRS_MSG_PULLED_FILE_FTP          = &H40003C07
  1433.  
  1434. '
  1435. ' MessageId: CRS_MSG_FILE_COMMITTED
  1436. '
  1437. ' MessageText:
  1438. '
  1439. '  File %1 committed to disk.
  1440. '
  1441. Const CRS_MSG_FILE_COMMITTED           = &H40003C08
  1442.  
  1443. '
  1444. ' MessageId: CRS_MSG_FILE_DELETED
  1445. '
  1446. ' MessageText:
  1447. '
  1448. '  File %1 deleted.
  1449. '
  1450. Const CRS_MSG_FILE_DELETED             = &H40003C09
  1451.  
  1452. '
  1453. ' MessageId: CRS_MSG_SKIPPING_LOCKED_FILE
  1454. '
  1455. ' MessageText:
  1456. '
  1457. '  File %1 skipped because it could not be opened.
  1458. '
  1459. Const CRS_MSG_SKIPPING_LOCKED_FILE     = &H80003C0A
  1460.  
  1461. '
  1462. ' MessageId: CRS_FILE_MATCHED
  1463. '
  1464. ' MessageText:
  1465. '
  1466. '  File %1 matched.
  1467. '
  1468. Const CRS_FILE_MATCHED                 = &H40003C0B
  1469.  
  1470. '
  1471. ' MessageId: CRS_MSG_FILE_LAST
  1472. '
  1473. ' MessageText:
  1474. '
  1475. '  Site Server Content Deployment last file event message.
  1476. '
  1477. Const CRS_MSG_FILE_LAST                = &H40003C27
  1478.  
  1479. '
  1480. ' MessageId: CRS_MSG_ADMIN_FIRST
  1481. '
  1482. ' MessageText:
  1483. '
  1484. '  Site Server Content Deployment first administration event message.
  1485. '
  1486. Const CRS_MSG_ADMIN_FIRST              = &H40003C28
  1487.  
  1488. '
  1489. ' MessageId: CRS_MSG_PROJECT_CREATED
  1490. '
  1491. ' MessageText:
  1492. '
  1493. '  Project %1 created.
  1494. '
  1495. Const CRS_MSG_PROJECT_CREATED          = &H40003C29
  1496.  
  1497. '
  1498. ' MessageId: CRS_MSG_PROJECT_DELETED
  1499. '
  1500. ' MessageText:
  1501. '
  1502. '  Project %1 deleted.
  1503. '
  1504. Const CRS_MSG_PROJECT_DELETED          = &H40003C2A
  1505.  
  1506. '
  1507. ' MessageId: CRS_MSG_PROJECT_EDITED
  1508. '
  1509. ' MessageText:
  1510. '
  1511. '  Project %1 edited.
  1512. '
  1513. Const CRS_MSG_PROJECT_EDITED           = &H40003C2B
  1514.  
  1515. '
  1516. ' MessageId: CRS_MSG_ROUTE_CREATED
  1517. '
  1518. ' MessageText:
  1519. '
  1520. '  Route %1 created.
  1521. '
  1522. Const CRS_MSG_ROUTE_CREATED            = &H40003C2C
  1523.  
  1524. '
  1525. ' MessageId: CRS_MSG_ROUTE_DELETED
  1526. '
  1527. ' MessageText:
  1528. '
  1529. '  Route %1 deleted.
  1530. '
  1531. Const CRS_MSG_ROUTE_DELETED            = &H40003C2D
  1532.  
  1533. '
  1534. ' MessageId: CRS_MSG_ROUTE_EDITED
  1535. '
  1536. ' MessageText:
  1537. '
  1538. '  Route %1 edited.
  1539. '
  1540. Const CRS_MSG_ROUTE_EDITED             = &H40003C2E
  1541.  
  1542. '
  1543. ' MessageId: CRS_MSG_SERVER_EDITED
  1544. '
  1545. ' MessageText:
  1546. '
  1547. '  Server settings modified.
  1548. '
  1549. Const CRS_MSG_SERVER_EDITED            = &H40003C2F
  1550.  
  1551. '
  1552. ' MessageId: CRS_MSG_EVENTSINK_CREATED
  1553. '
  1554. ' MessageText:
  1555. '
  1556. '  Event sink %1 was added.
  1557. '
  1558. Const CRS_MSG_EVENTSINK_CREATED        = &H40003C30
  1559.  
  1560. '
  1561. ' MessageId: CRS_MSG_EVENTSINK_DELETED
  1562. '
  1563. ' MessageText:
  1564. '
  1565. '  Event sink %1 was deleted.
  1566. '
  1567. Const CRS_MSG_EVENTSINK_DELETED        = &H40003C31
  1568.  
  1569. '
  1570. ' MessageId: CRS_MSG_CLEARED_EVENTS
  1571. '
  1572. ' MessageText:
  1573. '
  1574. '  Event store %1 was cleared.
  1575. '
  1576. Const CRS_MSG_CLEARED_EVENTS           = &H40003C32
  1577.  
  1578. '
  1579. ' MessageId: CRS_MSG_CLEARED_ALL_EVENTS
  1580. '
  1581. ' MessageText:
  1582. '
  1583. '  Each database event store on this server was cleared.
  1584. '
  1585. Const CRS_MSG_CLEARED_ALL_EVENTS       = &H40003C33
  1586.  
  1587. '
  1588. ' MessageId: CRS_MSG_ADMIN_LAST
  1589. '
  1590. ' MessageText:
  1591. '
  1592. '  Site Server Content Deployment last administration event message.
  1593. '
  1594. Const CRS_MSG_ADMIN_LAST               = &H40003C5A
  1595.  
  1596. '
  1597. ' MessageId: CRS_MSG_SUMMARY_FIRST
  1598. '
  1599. ' MessageText:
  1600. '
  1601. '  Site Server Content Deployment first summary event message.
  1602. '
  1603. Const CRS_MSG_SUMMARY_FIRST            = &H40003C8C
  1604.  
  1605. '
  1606. ' MessageId: CRS_MSG_SUMMARY_RECEIVE
  1607. '
  1608. ' MessageText:
  1609. '
  1610. '  Project summary information (files received).
  1611. '
  1612. Const CRS_MSG_SUMMARY_RECEIVE          = &H40003C8D
  1613.  
  1614. '
  1615. ' MessageId: CRS_MSG_SUMMARY_SEND
  1616. '
  1617. ' MessageText:
  1618. '
  1619. '  Project summary information (files sent).
  1620. '
  1621. Const CRS_MSG_SUMMARY_SEND             = &H40003C8E
  1622.  
  1623. '
  1624. ' MessageId: CRS_MSG_SUMMARY_PULL
  1625. '
  1626. ' MessageText:
  1627. '
  1628. '  Project summary information (files pulled).
  1629. '
  1630. Const CRS_MSG_SUMMARY_PULL             = &H40003C8F
  1631.  
  1632. '
  1633. ' MessageId: CRS_MSG_SUMMARY_AUTOMATIC_RECEIVE
  1634. '
  1635. ' MessageText:
  1636. '
  1637. '  Automatic project (receive) checkpoint summary information.
  1638. '
  1639. Const CRS_MSG_SUMMARY_AUTOMATIC_RECEIVE = &H40003C90
  1640.  
  1641. '
  1642. ' MessageId: CRS_MSG_SUMMARY_AUTOMATIC_SEND
  1643. '
  1644. ' MessageText:
  1645. '
  1646. '  Automatic project (send) checkpoint summary information.
  1647. '
  1648. Const CRS_MSG_SUMMARY_AUTOMATIC_SEND   = &H40003C91
  1649.  
  1650. '
  1651. ' MessageId: CRS_MSG_SUMMARY_RECEIVE_MATCHED
  1652. '
  1653. ' MessageText:
  1654. '
  1655. '  Project summary information (files matched during receive).
  1656. '
  1657. Const CRS_MSG_SUMMARY_RECEIVE_MATCHED  = &H40003C92
  1658.  
  1659. '
  1660. ' MessageId: CRS_MSG_SUMMARY_SEND_MATCHED
  1661. '
  1662. ' MessageText:
  1663. '
  1664. '  Project summary information (files matched during send).
  1665. '
  1666. Const CRS_MSG_SUMMARY_SEND_MATCHED     = &H40003C93
  1667.  
  1668. '
  1669. ' MessageId: CRS_MSG_SUMMARY_PULL_MATCHED
  1670. '
  1671. ' MessageText:
  1672. '
  1673. '  Project summary information (files matched during pull).
  1674. '
  1675. Const CRS_MSG_SUMMARY_PULL_MATCHED     = &H40003C94
  1676.  
  1677. '
  1678. ' MessageId: CRS_MSG_SUMMARY_RECEIVE_ERRORED
  1679. '
  1680. ' MessageText:
  1681. '
  1682. '  Project summary information (files errored during receive).
  1683. '
  1684. Const CRS_MSG_SUMMARY_RECEIVE_ERRORED  = &H40003C95
  1685.  
  1686. '
  1687. ' MessageId: CRS_MSG_SUMMARY_SEND_ERRORED
  1688. '
  1689. ' MessageText:
  1690. '
  1691. '  Project summary information (files errored during send).
  1692. '
  1693. Const CRS_MSG_SUMMARY_SEND_ERRORED     = &H40003C96
  1694.  
  1695. '
  1696. ' MessageId: CRS_MSG_SUMMARY_PULL_ERRORED
  1697. '
  1698. ' MessageText:
  1699. '
  1700. '  Project summary information (files errored during pull).
  1701. '
  1702. Const CRS_MSG_SUMMARY_PULL_ERRORED     = &H40003C97
  1703.  
  1704. '
  1705. ' MessageId: CRS_MSG_SUMMARY_LAST
  1706. '
  1707. ' MessageText:
  1708. '
  1709. '  Site Server Content Deployment last summary event message.
  1710. '
  1711. Const CRS_MSG_SUMMARY_LAST             = &H40003CBE
  1712.  
  1713. '
  1714. ' MessageId: CRS_CAB_ERROR_FIRST
  1715. '
  1716. ' MessageText:
  1717. '
  1718. '  Remote installer first error message.
  1719. '
  1720. Const CRS_CAB_ERROR_FIRST              = &HC0003CF0
  1721.  
  1722. '
  1723. ' MessageId: CRS_CAB_ERROR_CABINET_NOT_FOUND
  1724. '
  1725. ' MessageText:
  1726. '
  1727. '  Cannot find the specified cabinet file.
  1728. '
  1729. Const CRS_CAB_ERROR_CABINET_NOT_FOUND  = &HC0003CF1
  1730.  
  1731. '
  1732. ' MessageId: CRS_CAB_ERROR_NOT_A_CABINET
  1733. '
  1734. ' MessageText:
  1735. '
  1736. '  Specified file is not a valid cabinet file.
  1737. '
  1738. Const CRS_CAB_ERROR_NOT_A_CABINET      = &HC0003CF2
  1739.  
  1740. '
  1741. ' MessageId: CRS_CAB_ERROR_UNKNOWN_CABINET_VERSION
  1742. '
  1743. ' MessageText:
  1744. '
  1745. '  Specified file is an unknown version of a cabinet file.
  1746. '
  1747. Const CRS_CAB_ERROR_UNKNOWN_CABINET_VERSION = &HC0003CF3
  1748.  
  1749. '
  1750. ' MessageId: CRS_CAB_ERROR_CORRUPT_CABINET
  1751. '
  1752. ' MessageText:
  1753. '
  1754. '  Specified cabinet file is corrupt.
  1755. '
  1756. Const CRS_CAB_ERROR_CORRUPT_CABINET    = &HC0003CF4
  1757.  
  1758. '
  1759. ' MessageId: CRS_CAB_ERROR_ALLOC_FAIL
  1760. '
  1761. ' MessageText:
  1762. '
  1763. '  Out of memory.
  1764. '
  1765. Const CRS_CAB_ERROR_ALLOC_FAIL         = &HC0003CF5
  1766.  
  1767. '
  1768. ' MessageId: CRS_CAB_ERROR_BAD_COMPR_TYPE
  1769. '
  1770. ' MessageText:
  1771. '
  1772. '  Specified cabinet file uses an unknown compression type.
  1773. '
  1774. Const CRS_CAB_ERROR_BAD_COMPR_TYPE     = &HC0003CF6
  1775.  
  1776. '
  1777. ' MessageId: CRS_CAB_ERROR_MDI_FAIL
  1778. '
  1779. ' MessageText:
  1780. '
  1781. '  Compressed data in the specified cabinet file is corrupt.
  1782. '
  1783. Const CRS_CAB_ERROR_MDI_FAIL           = &HC0003CF7
  1784.  
  1785. '
  1786. ' MessageId: CRS_CAB_ERROR_TARGET_FILE
  1787. '
  1788. ' MessageText:
  1789. '
  1790. '  Could not save extracted files from the specified cabinet file.
  1791. '
  1792. Const CRS_CAB_ERROR_TARGET_FILE        = &HC0003CF8
  1793.  
  1794. '
  1795. ' MessageId: CRS_CAB_ERROR_RESERVE_MISMATCH
  1796. '
  1797. ' MessageText:
  1798. '
  1799. '  Specified cabinet file has a non-valid RESERVE size.
  1800. '
  1801. Const CRS_CAB_ERROR_RESERVE_MISMATCH   = &HC0003CF9
  1802.  
  1803. '
  1804. ' MessageId: CRS_CAB_ERROR_WRONG_CABINET
  1805. '
  1806. ' MessageText:
  1807. '
  1808. '  Specified cabinet file is not the right cabinet in the set.
  1809. '
  1810. Const CRS_CAB_ERROR_WRONG_CABINET      = &HC0003CFA
  1811.  
  1812. '
  1813. ' MessageId: CRS_CAB_ERROR_USER_ABORT
  1814. '
  1815. ' MessageText:
  1816. '
  1817. '  Could not extract the specified cabinet file - user aborted the operation.
  1818. '
  1819. Const CRS_CAB_ERROR_USER_ABORT         = &HC0003CFB
  1820.  
  1821. '
  1822. ' MessageId: CRS_CAB_WARNING_CAB_NOT_SIGNED
  1823. '
  1824. ' MessageText:
  1825. '
  1826. '  Specified cabinet file is not a signed cabinet file.
  1827. '
  1828. Const CRS_CAB_WARNING_CAB_NOT_SIGNED   = &H80003CFC
  1829.  
  1830. '
  1831. ' MessageId: CRS_CAB_WARNING_SIGNATURE_NOT_VERIFIED
  1832. '
  1833. ' MessageText:
  1834. '
  1835. '  Signature on the specified cabinet could not be verified.
  1836. '
  1837. Const CRS_CAB_WARNING_SIGNATURE_NOT_VERIFIED = &H80003CFD
  1838.  
  1839. '
  1840. ' MessageId: CRS_CAB_ERROR_INFFILE_NOT_FOUND
  1841. '
  1842. ' MessageText:
  1843. '
  1844. '  INF file was not found inside the specified cabinet file.
  1845. '
  1846. Const CRS_CAB_ERROR_INFFILE_NOT_FOUND  = &HC0003CFE
  1847.  
  1848. '
  1849. ' MessageId: CRS_INF_ERROR_ADVPACK_NOT_LOADED
  1850. '
  1851. ' MessageText:
  1852. '
  1853. '  Could not load ADVPACK.DLL.
  1854. '
  1855. Const CRS_INF_ERROR_ADVPACK_NOT_LOADED = &HC0003CFF
  1856.  
  1857. '
  1858. ' MessageId: CRS_INF_ERROR_ADVPACK_WRONG_VERSION
  1859. '
  1860. ' MessageText:
  1861. '
  1862. '  This version of ADVPACK.DLL is not supported.
  1863. '
  1864. Const CRS_INF_ERROR_ADVPACK_WRONG_VERSION = &HC0003D00
  1865.  
  1866. '
  1867. ' MessageId: CRS_INF_ERROR_INVALID_INF
  1868. '
  1869. ' MessageText:
  1870. '
  1871. '  INF file found inside the specified cabinet file is not a valid INF file.
  1872. '
  1873. Const CRS_INF_ERROR_INVALID_INF        = &HC0003D01
  1874.  
  1875. '
  1876. ' MessageId: CRS_INF_ERROR_NOTHING_TO_INSTALL
  1877. '
  1878. ' MessageText:
  1879. '
  1880. '  Could not find any of the remote install sections inside the INF file.
  1881. '
  1882. Const CRS_INF_ERROR_NOTHING_TO_INSTALL = &HC0003D02
  1883.  
  1884. '
  1885. ' MessageId: CRS_INF_ERROR_NOTHING_TO_UNINSTALL
  1886. '
  1887. ' MessageText:
  1888. '
  1889. '  Could not find any of the remote uninstall sections inside the INF file.
  1890. '
  1891. Const CRS_INF_ERROR_NOTHING_TO_UNINSTALL = &HC0003D03
  1892.  
  1893. '
  1894. ' MessageId: CRS_INF_ERROR_BUSY_FILES
  1895. '
  1896. ' MessageText:
  1897. '
  1898. '  Files are busy.  Cannot install them unless allowed to do a REBOOT.
  1899. '
  1900. Const CRS_INF_ERROR_BUSY_FILES         = &HC0003D04
  1901.  
  1902. '
  1903. ' MessageId: CRS_CAB_WARNING_MANUAL_REBOOT
  1904. '
  1905. ' MessageText:
  1906. '
  1907. '  Setup completed successfully, but the server could not be rebooted automatically. Manual reboot is necessary.
  1908. '
  1909. Const CRS_CAB_WARNING_MANUAL_REBOOT    = &H80003D05
  1910.  
  1911. '
  1912. ' MessageId: CRS_CAB_WARNING_REBOOT_NEEDED
  1913. '
  1914. ' MessageText:
  1915. '
  1916. '  Setup completed successfully, but the files became busy during setup.  Manual reboot is necessary.
  1917. '
  1918. Const CRS_CAB_WARNING_REBOOT_NEEDED    = &H80003D06
  1919.  
  1920. '
  1921. ' MessageId: CRS_INF_SUCCESS_REBOOT_IN_PROGRESS
  1922. '
  1923. ' MessageText:
  1924. '
  1925. '  Setup completed successfully. The server is being rebooted.
  1926. '
  1927. Const CRS_INF_SUCCESS_REBOOT_IN_PROGRESS = &H00003D07
  1928.  
  1929. '
  1930. ' MessageId: CRS_INF_SUCCESS
  1931. '
  1932. ' MessageText:
  1933. '
  1934. '  Setup completed successfully.
  1935. '
  1936. Const CRS_INF_SUCCESS                  = &H00003D09
  1937.  
  1938. '
  1939. ' MessageId: CRS_INF_ERROR_BUSY_FILES_UNINSTALL
  1940. '
  1941. ' MessageText:
  1942. '
  1943. '  Files are busy.  Cannot uninstall files unless allowed to reboot.
  1944. '
  1945. Const CRS_INF_ERROR_BUSY_FILES_UNINSTALL = &HC0003D0A
  1946.  
  1947. '
  1948. ' MessageId: CRS_CAB_WARNING_MANUAL_REBOOT_UNINSTALL
  1949. '
  1950. ' MessageText:
  1951. '
  1952. '  Uninstall completed successfully, but the server could not be rebooted automatically. Manual reboot is necessary.
  1953. '
  1954. Const CRS_CAB_WARNING_MANUAL_REBOOT_UNINSTALL = &H80003D0B
  1955.  
  1956. '
  1957. ' MessageId: CRS_CAB_WARNING_REBOOT_NEEDED_UNINSTALL
  1958. '
  1959. ' MessageText:
  1960. '
  1961. '  Uninstall completed successfully, but the files became busy during setup.  Manual reboot is necessary.
  1962. '
  1963. Const CRS_CAB_WARNING_REBOOT_NEEDED_UNINSTALL = &H80003D0C
  1964.  
  1965. '
  1966. ' MessageId: CRS_INF_SUCCESS_REBOOT_IN_PROGRESS_UNINSTALL
  1967. '
  1968. ' MessageText:
  1969. '
  1970. '  Uninstall completed successfully. The server is being rebooted.
  1971. '
  1972. Const CRS_INF_SUCCESS_REBOOT_IN_PROGRESS_UNINSTALL = &H00003D0D
  1973.  
  1974. '
  1975. ' MessageId: CRS_INF_SUCCESS_UNINSTALL
  1976. '
  1977. ' MessageText:
  1978. '
  1979. '  Uninstall completed successfully.
  1980. '
  1981. Const CRS_INF_SUCCESS_UNINSTALL        = &H00003D0E
  1982.  
  1983. '
  1984. ' MessageId: CRS_CAB_ERROR_ADVPACK_FAILED
  1985. '
  1986. ' MessageText:
  1987. '
  1988. '  Problem installing the CAB. Check CAB and INF files for validity. 
  1989. '
  1990. Const CRS_CAB_ERROR_ADVPACK_FAILED     = &HC0003D0F
  1991.  
  1992. '
  1993. ' MessageId: CRS_CAB_ERROR_LOCKED_FILES
  1994. '
  1995. ' MessageText:
  1996. '
  1997. '  At least one of the files inside the CAB is open for exclusive write/delete access.
  1998. '
  1999. Const CRS_CAB_ERROR_LOCKED_FILES       = &HC0003D10
  2000.  
  2001. '
  2002. ' MessageId: CRS_CAB_ERROR_UNKNOWN
  2003. '
  2004. ' MessageText:
  2005. '
  2006. '  An unknown error occurred while processing the specified cabinet file.
  2007. '
  2008. Const CRS_CAB_ERROR_UNKNOWN            = &HC0003DEE
  2009.  
  2010. '
  2011. ' MessageId: CRS_CAB_ERROR_LAST
  2012. '
  2013. ' MessageText:
  2014. '
  2015. '  Remote installer last error message.
  2016. '
  2017. Const CRS_CAB_ERROR_LAST               = &H40003DEF
  2018.  
  2019. '
  2020. ' MessageId: CRS_ERROR_LAST
  2021. '
  2022. ' MessageText:
  2023. '
  2024. '  Site Server Content Deployment service last error message.
  2025. '
  2026. Const CRS_ERROR_LAST                   = &H40003E7F
  2027.  
  2028. '
  2029. ' MessageId: CRS_EVENT_FIRST
  2030. '
  2031. ' MessageText:
  2032. '
  2033. '  Site Server Content Deployment Service first event message.
  2034. '
  2035. Const CRS_EVENT_FIRST                  = &H400036B0
  2036.  
  2037. '
  2038. ' MessageId: CRS_EVENT_NET_SOURCE
  2039. '
  2040. ' MessageText:
  2041. '
  2042. '  Source directory is on a network drive.  Cannot deploy from network drives.
  2043. '
  2044. Const CRS_EVENT_NET_SOURCE             = &HC00036B4
  2045.  
  2046. '
  2047. ' MessageId: CRS_EVENT_ERROR_ACCESS_DENIED
  2048. '
  2049. ' MessageText:
  2050. '
  2051. '  Access denied.
  2052. '
  2053. Const CRS_EVENT_ERROR_ACCESS_DENIED    = &HC00036B5
  2054.  
  2055. '
  2056. ' MessageId: CRS_EVENT_FILE_CREATE_ERROR
  2057. '
  2058. ' MessageText:
  2059. '
  2060. '  Unable to open the file.
  2061. '
  2062. Const CRS_EVENT_FILE_CREATE_ERROR      = &HC00036B6
  2063.  
  2064. '
  2065. ' MessageId: CRS_EVENT_SENDINET_ERROR
  2066. '
  2067. ' MessageText:
  2068. '
  2069. '  Project was unable to send the file.
  2070. '
  2071. Const CRS_EVENT_SENDINET_ERROR         = &HC00036B7
  2072.  
  2073. '
  2074. ' MessageId: CRS_EVENT_SAMEBOX_NET_TARGET
  2075. '
  2076. ' MessageText:
  2077. '
  2078. '  Destination directory is on a network drive.  Cannot deploy to network drives.
  2079. '
  2080. Const CRS_EVENT_SAMEBOX_NET_TARGET     = &HC00036B8
  2081.  
  2082. '
  2083. ' MessageId: CRS_EVENT_BAD_SOURCE
  2084. '
  2085. ' MessageText:
  2086. '
  2087. '  Unable to access the project source.
  2088. '
  2089. Const CRS_EVENT_BAD_SOURCE             = &HC00036B9
  2090.  
  2091. '
  2092. ' MessageId: CRS_EVENT_SENDINET_CONNECT
  2093. '
  2094. ' MessageText:
  2095. '
  2096. '  Unable to connect to the remote server.
  2097. '
  2098. Const CRS_EVENT_SENDINET_CONNECT       = &HC00036BA
  2099.  
  2100. '
  2101. ' MessageId: CRS_EVENT_HASH_MISMATCH
  2102. '
  2103. ' MessageText:
  2104. '
  2105. '  MD5 Hash did not match during a transmission.  This could indicate transmission failure or that the files transmitted at the source have been modified in transit.
  2106. '
  2107. Const CRS_EVENT_HASH_MISMATCH          = &HC00036BB
  2108.  
  2109. '
  2110. ' MessageId: CRS_EVENT_SERVER_ABORTED
  2111. '
  2112. ' MessageText:
  2113. '
  2114. '  Remote server was restarted.  The project is being restarted.
  2115. '
  2116. Const CRS_EVENT_SERVER_ABORTED         = &HC00036BC
  2117.  
  2118. '
  2119. ' MessageId: CRS_EVENT_REPLICATION_ABORTED
  2120. '
  2121. ' MessageText:
  2122. '
  2123. '  Project was aborted.
  2124. '
  2125. Const CRS_EVENT_REPLICATION_ABORTED    = &HC00036BD
  2126.  
  2127. '
  2128. ' MessageId: CRS_EVENT_SEQUENCE_ERROR
  2129. '
  2130. ' MessageText:
  2131. '
  2132. '  Internal messaging sequence error occurred.
  2133. '
  2134. Const CRS_EVENT_SEQUENCE_ERROR         = &HC00036BE
  2135.  
  2136. '
  2137. ' MessageId: CRS_EVENT_SERVICE_STARTED
  2138. '
  2139. ' MessageText:
  2140. '
  2141. '  Site Server Content Deployment service started successfully.
  2142. '
  2143. Const CRS_EVENT_SERVICE_STARTED        = &H400036BF
  2144.  
  2145. '
  2146. ' MessageId: CRS_EVENT_SERVICE_SHUTDOWN
  2147. '
  2148. ' MessageText:
  2149. '
  2150. '  Site Server Content Deployment service shut down successfully.
  2151. '
  2152. Const CRS_EVENT_SERVICE_SHUTDOWN       = &H400036C0
  2153.  
  2154. '
  2155. ' MessageId: CRS_EVENT_METABASE_ACCESS
  2156. '
  2157. ' MessageText:
  2158. '
  2159. '  Could not open given storage/stream.  Ensure the authentication account has access to this storage/stream.
  2160. '
  2161. Const CRS_EVENT_METABASE_ACCESS        = &HC00036C2
  2162.  
  2163. '
  2164. ' MessageId: CRS_EVENT_AUTH_FAILURE
  2165. '
  2166. ' MessageText:
  2167. '
  2168. '  Authorization failure against the destination server.  Ensure the service has access to this server.
  2169. '
  2170. Const CRS_EVENT_AUTH_FAILURE           = &HC00036C3
  2171.  
  2172. '
  2173. ' MessageId: CRS_EVENT_REMOTE_AUTH_FAILURE
  2174. '
  2175. ' MessageText:
  2176. '
  2177. '  Remote authorization failed to the destination server.  Ensure the service has access to this server.
  2178. '
  2179. Const CRS_EVENT_REMOTE_AUTH_FAILURE    = &HC00036C4
  2180.  
  2181. '
  2182. ' MessageId: CRS_EVENT_ERROR_NOT_IN_ORDER
  2183. '
  2184. ' MessageText:
  2185. '
  2186. '  Message was received out of order.  Closing connection.
  2187. '
  2188. Const CRS_EVENT_ERROR_NOT_IN_ORDER     = &HC00036C5
  2189.  
  2190. '
  2191. ' MessageId: CRS_EVENT_CONNECTION_RETRY_FAILED
  2192. '
  2193. ' MessageText:
  2194. '
  2195. '  Connection failed and could not be re-established.
  2196. '
  2197. Const CRS_EVENT_CONNECTION_RETRY_FAILED = &HC00036C6
  2198.  
  2199. '
  2200. ' MessageId: CRS_EVENT_REPLICATION_CANCELED
  2201. '
  2202. ' MessageText:
  2203. '
  2204. '  Project canceled at the request of the user.
  2205. '
  2206. Const CRS_EVENT_REPLICATION_CANCELED   = &HC00036C7
  2207.  
  2208. '
  2209. ' MessageId: CRS_EVENT_ERROR_DEST_TOOBIG
  2210. '
  2211. ' MessageText:
  2212. '
  2213. '  Could not add the specified destination(s).  The maximum number of destinations has been reached.
  2214. '
  2215. Const CRS_EVENT_ERROR_DEST_TOOBIG      = &HC00036C8
  2216.  
  2217. '
  2218. ' MessageId: CRS_EVENT_ERROR_NO_IP_MAPPING
  2219. '
  2220. ' MessageText:
  2221. '
  2222. '  Cannot resolve IP address for the destination server.  No virtual directory created.
  2223. '
  2224. Const CRS_EVENT_ERROR_NO_IP_MAPPING    = &HC00036C9
  2225.  
  2226. '
  2227. ' MessageId: CRS_EVENT_ERROR_DISK_FULL
  2228. '
  2229. ' MessageText:
  2230. '
  2231. '  Not enough space on the disk.
  2232. '
  2233. Const CRS_EVENT_ERROR_DISK_FULL        = &HC00036CA
  2234.  
  2235. '
  2236. ' MessageId: CRS_EVENT_ERROR_TOO_MANY_RUNNING
  2237. '
  2238. ' MessageText:
  2239. '
  2240. '  Too many active projects. No more can be started until others complete.
  2241. '
  2242. Const CRS_EVENT_ERROR_TOO_MANY_RUNNING = &HC00036CB
  2243.  
  2244. '
  2245. ' MessageId: CRS_EVENT_ERROR_WOULDBLOCK
  2246. '
  2247. ' MessageText:
  2248. '
  2249. '  The network operation would block.
  2250. '
  2251. Const CRS_EVENT_ERROR_WOULDBLOCK       = &H000036D3
  2252.  
  2253. '
  2254. ' MessageId: CRS_EVENT_ERROR_NETDOWN
  2255. '
  2256. ' MessageText:
  2257. '
  2258. '  The remote network is down.
  2259. '
  2260. Const CRS_EVENT_ERROR_NETDOWN          = &HC00036E2
  2261.  
  2262. '
  2263. ' MessageId: CRS_EVENT_ERROR_NETUNREACH
  2264. '
  2265. ' MessageText:
  2266. '
  2267. '  The remote network is unreachable.
  2268. '
  2269. Const CRS_EVENT_ERROR_NETUNREACH       = &HC00036E3
  2270.  
  2271. '
  2272. ' MessageId: CRS_EVENT_ERROR_CONNABORTED
  2273. '
  2274. ' MessageText:
  2275. '
  2276. '  The network connection was aborted at the network layer.
  2277. '
  2278. Const CRS_EVENT_ERROR_CONNABORTED      = &HC00036E5
  2279.  
  2280. '
  2281. ' MessageId: CRS_EVENT_ERROR_TIMEOUT
  2282. '
  2283. ' MessageText:
  2284. '
  2285. '  The network session timed out on a send or receive operation.
  2286. '
  2287. Const CRS_EVENT_ERROR_TIMEOUT          = &HC00036EC
  2288.  
  2289. '
  2290. ' MessageId: CRS_EVENT_ERROR_NO_PROJECTS
  2291. '
  2292. ' MessageText:
  2293. '
  2294. '  No projects defined.
  2295. '
  2296. Const CRS_EVENT_ERROR_NO_PROJECTS      = &HC0003714
  2297.  
  2298. '
  2299. ' MessageId: CRS_EVENT_ERROR_PROJECT_NOT_FOUND
  2300. '
  2301. ' MessageText:
  2302. '
  2303. '  Could not find the project.
  2304. '
  2305. Const CRS_EVENT_ERROR_PROJECT_NOT_FOUND = &HC0003715
  2306.  
  2307. '
  2308. ' MessageId: CRS_EVENT_ERROR_INVALID_PARAMETER
  2309. '
  2310. ' MessageText:
  2311. '
  2312. '  Invalid parameter.
  2313. '
  2314. Const CRS_EVENT_ERROR_INVALID_PARAMETER = &HC0003716
  2315.  
  2316. '
  2317. ' MessageId: CRS_EVENT_ERROR_AUTHENTICATION_FAILURE
  2318. '
  2319. ' MessageText:
  2320. '
  2321. '  Authentication failure. Ensure the account has proper access on local and remote servers.
  2322. '
  2323. Const CRS_EVENT_ERROR_AUTHENTICATION_FAILURE = &HC0003718
  2324.  
  2325. '
  2326. ' MessageId: CRS_EVENT_ERROR_DELETE_PROJECT_DOWN_ROUTE
  2327. '
  2328. ' MessageText:
  2329. '
  2330. '  Could not delete the route from the project on at least one machine down the defined routes.  The project will have to be edited manually there.
  2331. '
  2332. Const CRS_EVENT_ERROR_DELETE_PROJECT_DOWN_ROUTE = &H80003719
  2333.  
  2334. '
  2335. ' MessageId: CRS_EVENT_ERROR_SERVICE_NOT_RUNNING
  2336. '
  2337. ' MessageText:
  2338. '
  2339. '  Server is available, but the Site Server Content Deployment service is not running.
  2340. '
  2341. Const CRS_EVENT_ERROR_SERVICE_NOT_RUNNING = &HC000371A
  2342.  
  2343. '
  2344. ' MessageId: CRS_EVENT_ERROR_HOST_DOWN
  2345. '
  2346. ' MessageText:
  2347. '
  2348. '  Server is unavailable.
  2349. '
  2350. Const CRS_EVENT_ERROR_HOST_DOWN        = &HC000371B
  2351.  
  2352. '
  2353. ' MessageId: CRS_EVENT_ERROR_BAD_NET_NAME
  2354. '
  2355. ' MessageText:
  2356. '
  2357. '  Server cannot be found.
  2358. '
  2359. Const CRS_EVENT_ERROR_BAD_NET_NAME     = &HC000371C
  2360.  
  2361. '
  2362. ' MessageId: CRS_EVENT_ERROR_ROUTE_NOT_FOUND
  2363. '
  2364. ' MessageText:
  2365. '
  2366. '  Could not find route.  Ensure the route name is correct and that it exists on the target servers.
  2367. '
  2368. Const CRS_EVENT_ERROR_ROUTE_NOT_FOUND  = &HC000371D
  2369.  
  2370. '
  2371. ' MessageId: CRS_EVENT_ERROR_NO_ROUTES
  2372. '
  2373. ' MessageText:
  2374. '
  2375. '  No routes defined.
  2376. '
  2377. Const CRS_EVENT_ERROR_NO_ROUTES        = &HC000371E
  2378.  
  2379. '
  2380. ' MessageId: CRS_EVENT_ERROR_CREATE_PROJECT_DOWN_ROUTE
  2381. '
  2382. ' MessageText:
  2383. '
  2384. '  Could not create the project on at least one server down the defined routes.  The project will have to be created manually there.
  2385. '
  2386. Const CRS_EVENT_ERROR_CREATE_PROJECT_DOWN_ROUTE = &H8000371F
  2387.  
  2388. '
  2389. ' MessageId: CRS_EVENT_ERROR_SERVICE_PAUSED
  2390. '
  2391. ' MessageText:
  2392. '
  2393. '  Site Server Content Deployment service on the destination server is paused and is not accepting new requests.  Retry the project later.
  2394. '
  2395. Const CRS_EVENT_ERROR_SERVICE_PAUSED   = &HC0003720
  2396.  
  2397. '
  2398. ' MessageId: CRS_EVENT_ERROR_SERVICE_NOT_PAUSED
  2399. '
  2400. ' MessageText:
  2401. '
  2402. '  Could not restart service. Service is not paused.
  2403. '
  2404. Const CRS_EVENT_ERROR_SERVICE_NOT_PAUSED = &HC0003721
  2405.  
  2406. '
  2407. ' MessageId: CRS_EVENT_ERROR_NAME_NOT_RESOLVED
  2408. '
  2409. ' MessageText:
  2410. '
  2411. '  Could not resolve the URL.  Ensure URL and/or proxy settings are correct.
  2412. '
  2413. Const CRS_EVENT_ERROR_NAME_NOT_RESOLVED = &HC0003722
  2414.  
  2415. '
  2416. ' MessageId: CRS_EVENT_ERROR_CONNECTION_RESET
  2417. '
  2418. ' MessageText:
  2419. '
  2420. '  Connection to the destination server has been reset.  This indicates problems with the remote service or network.
  2421. '
  2422. Const CRS_EVENT_ERROR_CONNECTION_RESET = &HC0003723
  2423.  
  2424. '
  2425. ' MessageId: CRS_EVENT_ERROR_REPLICATION_NOT_FOUND
  2426. '
  2427. ' MessageText:
  2428. '
  2429. '  No entries.
  2430. '
  2431. Const CRS_EVENT_ERROR_REPLICATION_NOT_FOUND = &HC0003724
  2432.  
  2433. '
  2434. ' MessageId: CRS_EVENT_ERROR_SERVICE_ALREADY_RUNNING
  2435. '
  2436. ' MessageText:
  2437. '
  2438. '  Could not start service.  The service has already been started.
  2439. '
  2440. Const CRS_EVENT_ERROR_SERVICE_ALREADY_RUNNING = &HC0003725
  2441.  
  2442. '
  2443. ' MessageId: CRS_EVENT_ERROR_PROJECT_ALREADY_RUNNING
  2444. '
  2445. ' MessageText:
  2446. '
  2447. '  Failed to start project.  It is already running.
  2448. '
  2449. Const CRS_EVENT_ERROR_PROJECT_ALREADY_RUNNING = &HC0003726
  2450.  
  2451. '
  2452. ' MessageId: CRS_EVENT_FILE_MOVE_ERROR
  2453. '
  2454. ' MessageText:
  2455. '
  2456. '  Failed to move file.
  2457. '
  2458. Const CRS_EVENT_FILE_MOVE_ERROR        = &HC0003727
  2459.  
  2460. '
  2461. ' MessageId: CRS_EVENT_PRODUCT_EXPIRED
  2462. '
  2463. ' MessageText:
  2464. '
  2465. '  Thank you for your interest in Site Server Content Deployment.  This software has expired.  Please acquire the final retail version of this software.
  2466. '
  2467. Const CRS_EVENT_PRODUCT_EXPIRED        = &HC0003728
  2468.  
  2469. '
  2470. ' MessageId: CRS_EVENT_ERROR_PROJECT_INCOMPLETE
  2471. '
  2472. ' MessageText:
  2473. '
  2474. '  Project information is incomplete.
  2475. '
  2476. Const CRS_EVENT_ERROR_PROJECT_INCOMPLETE = &HC0003729
  2477.  
  2478. '
  2479. ' MessageId: CRS_EVENT_ERROR_PARAMETER_NOT_FOUND
  2480. '
  2481. ' MessageText:
  2482. '
  2483. '  Parameter not found.
  2484. '
  2485. Const CRS_EVENT_ERROR_PARAMETER_NOT_FOUND = &HC000372A
  2486.  
  2487. '
  2488. ' MessageId: CRS_EVENT_ERROR_REPLICATION_RUNNING
  2489. '
  2490. ' MessageText:
  2491. '
  2492. '  Project is running.  The operation could not be completed.
  2493. '
  2494. Const CRS_EVENT_ERROR_REPLICATION_RUNNING = &HC000372B
  2495.  
  2496. '
  2497. ' MessageId: CRS_EVENT_ERROR_INVALID_PROJECT_NAME
  2498. '
  2499. ' MessageText:
  2500. '
  2501. '  Project name is invalid.  Project names cannot contain backslashes and cannot be empty.
  2502. '
  2503. Const CRS_EVENT_ERROR_INVALID_PROJECT_NAME = &HC000372C
  2504.  
  2505. '
  2506. ' MessageId: CRS_EVENT_ERROR_INVALID_ROUTE_NAME
  2507. '
  2508. ' MessageText:
  2509. '
  2510. '  Route name is invalid.  Route names cannot contain backslashes or DBCS characters and cannot be empty.
  2511. '
  2512. Const CRS_EVENT_ERROR_INVALID_ROUTE_NAME = &HC000372D
  2513.  
  2514. '
  2515. ' MessageId: CRS_EVENT_ERROR_INVALID_DWORD
  2516. '
  2517. ' MessageText:
  2518. '
  2519. '  Parameter must be a positive integer.
  2520. '
  2521. Const CRS_EVENT_ERROR_INVALID_DWORD    = &HC000372E
  2522.  
  2523. '
  2524. ' MessageId: CRS_EVENT_ERROR_NO_MORE_ITEMS
  2525. '
  2526. ' MessageText:
  2527. '
  2528. '  No more items are in the list.
  2529. '
  2530. Const CRS_EVENT_ERROR_NO_MORE_ITEMS    = &H8000372F
  2531.  
  2532. '
  2533. ' MessageId: CRS_EVENT_ERROR_TOO_MANY_ARGS
  2534. '
  2535. ' MessageText:
  2536. '
  2537. '  Too many arguments specified.
  2538. '
  2539. Const CRS_EVENT_ERROR_TOO_MANY_ARGS    = &HC0003730
  2540.  
  2541. '
  2542. ' MessageId: CRS_EVENT_MBS_INIT_ERROR
  2543. '
  2544. ' MessageText:
  2545. '
  2546. '  Internal error trying to initialize for ACL replication.
  2547. '
  2548. Const CRS_EVENT_MBS_INIT_ERROR         = &HC0003731
  2549.  
  2550. '
  2551. ' MessageId: CRS_EVENT_ERROR_OPENING_FILE
  2552. '
  2553. ' MessageText:
  2554. '
  2555. '  Error opening file or file not found.
  2556. '
  2557. Const CRS_EVENT_ERROR_OPENING_FILE     = &HC0003733
  2558.  
  2559. '
  2560. ' MessageId: CRS_EVENT_ERROR_FILE_FORMAT
  2561. '
  2562. ' MessageText:
  2563. '
  2564. '  Invalid file format.
  2565. '
  2566. Const CRS_EVENT_ERROR_FILE_FORMAT      = &HC0003734
  2567.  
  2568. '
  2569. ' MessageId: CRS_EVENT_ERROR_FILE_WRITE
  2570. '
  2571. ' MessageText:
  2572. '
  2573. '  Error writing to file.
  2574. '
  2575. Const CRS_EVENT_ERROR_FILE_WRITE       = &HC0003735
  2576.  
  2577. '
  2578. ' MessageId: CRS_EVENT_WINSOCK_WSAHOSTNAME
  2579. '
  2580. ' MessageText:
  2581. '
  2582. '  Gethostname failed.
  2583. '
  2584. Const CRS_EVENT_WINSOCK_WSAHOSTNAME    = &HC0003736
  2585.  
  2586. '
  2587. ' MessageId: CRS_EVENT_ERROR_INVALID_CONTEXT
  2588. '
  2589. ' MessageText:
  2590. '
  2591. '  Current context is invalid.  Project being reset.
  2592. '
  2593. Const CRS_EVENT_ERROR_INVALID_CONTEXT  = &HC000373D
  2594.  
  2595. '
  2596. ' MessageId: CRS_EVENT_ERROR_DOWNLEVEL_SERVER
  2597. '
  2598. ' MessageText:
  2599. '
  2600. '  Operation is not supported on a down-level server.
  2601. '
  2602. Const CRS_EVENT_ERROR_DOWNLEVEL_SERVER = &HC000373E
  2603.  
  2604. '
  2605. ' MessageId: CRS_EVENT_ERROR_NO_MAPPING
  2606. '
  2607. ' MessageText:
  2608. '
  2609. '  URL does not map to any project definitions.
  2610. '
  2611. Const CRS_EVENT_ERROR_NO_MAPPING       = &HC000373F
  2612.  
  2613. '
  2614. ' MessageId: CRS_EVENT_ERROR_START_PENDING
  2615. '
  2616. ' MessageText:
  2617. '
  2618. '  Start pending completion of the active project.
  2619. '
  2620. Const CRS_EVENT_ERROR_START_PENDING    = &HC0003740
  2621.  
  2622. '
  2623. ' MessageId: CRS_EVENT_ERROR_NO_EVENTSINKS
  2624. '
  2625. ' MessageText:
  2626. '
  2627. '  No event sinks defined.
  2628. '
  2629. Const CRS_EVENT_ERROR_NO_EVENTSINKS    = &HC0003741
  2630.  
  2631. '
  2632. ' MessageId: CRS_EVENT_ERROR_EVENTSINK_NOT_FOUND
  2633. '
  2634. ' MessageText:
  2635. '
  2636. '  Could not find event sink.
  2637. '
  2638. Const CRS_EVENT_ERROR_EVENTSINK_NOT_FOUND = &HC0003742
  2639.  
  2640. '
  2641. ' MessageId: CRS_EVENT_ERROR_WSAHOSTNOTFOUND
  2642. '
  2643. ' MessageText:
  2644. '
  2645. '  Host not found.
  2646. '
  2647. Const CRS_EVENT_ERROR_WSAHOSTNOTFOUND  = &HC0003743
  2648.  
  2649. '
  2650. ' MessageId: CRS_EVENT_ERROR_WSATRYAGAIN
  2651. '
  2652. ' MessageText:
  2653. '
  2654. '  Host not found, or SERVERFAIL.  Try again.
  2655. '
  2656. Const CRS_EVENT_ERROR_WSATRYAGAIN      = &HC0003744
  2657.  
  2658. '
  2659. ' MessageId: CRS_EVENT_ERROR_WSANORECOVERY
  2660. '
  2661. ' MessageText:
  2662. '
  2663. '  Non-recoverable winsock error.
  2664. '
  2665. Const CRS_EVENT_ERROR_WSANORECOVERY    = &HC0003745
  2666.  
  2667. '
  2668. ' MessageId: CRS_EVENT_ERROR_WSANODATA
  2669. '
  2670. ' MessageText:
  2671. '
  2672. '  Invalid address.
  2673. '
  2674. Const CRS_EVENT_ERROR_WSANODATA        = &HC0003746
  2675.  
  2676. '
  2677. ' MessageId: CRS_EVENT_EVENTSINK_INITIALIZED
  2678. '
  2679. ' MessageText:
  2680. '
  2681. '  Event sink specified by the data field was successfully initialized.
  2682. '
  2683. Const CRS_EVENT_EVENTSINK_INITIALIZED  = &H00003747
  2684.  
  2685. '
  2686. ' MessageId: CRS_EVENT_ERROR_EVENTSINK_NOT_INITIALIZED
  2687. '
  2688. ' MessageText:
  2689. '
  2690. '  Event sink specified by the data field failed to initialize.
  2691. '
  2692. Const CRS_EVENT_ERROR_EVENTSINK_NOT_INITIALIZED = &HC0003748
  2693.  
  2694. '
  2695. ' MessageId: CRS_EVENT_ERROR_NOTHING_TO_ROLLBACK
  2696. '
  2697. ' MessageText:
  2698. '
  2699. '  Could not roll back project.  No rollback information found.
  2700. '
  2701. Const CRS_EVENT_ERROR_NOTHING_TO_ROLLBACK = &HC0003749
  2702.  
  2703. '
  2704. ' MessageId: CRS_EVENT_ERROR_NO_DESTINATIONS
  2705. '
  2706. ' MessageText:
  2707. '
  2708. '  Project could not be started because no destinations are defined.
  2709. '
  2710. Const CRS_EVENT_ERROR_NO_DESTINATIONS  = &HC000374A
  2711.  
  2712. '
  2713. ' MessageId: CRS_EVENT_ERROR_REAUTHENTICATE
  2714. '
  2715. ' MessageText:
  2716. '
  2717. '  Re-authenticate using an acceptable protocol.
  2718. '
  2719. Const CRS_EVENT_ERROR_REAUTHENTICATE   = &HC000374B
  2720.  
  2721. '
  2722. ' MessageId: CRS_EVENT_ERROR_UNSUPPORTED
  2723. '
  2724. ' MessageText:
  2725. '
  2726. '  Function not supported in this version to this server.
  2727. '
  2728. Const CRS_EVENT_ERROR_UNSUPPORTED      = &HC000374C
  2729.  
  2730. '
  2731. ' MessageId: CRS_EVENT_ERROR_USER_NOT_FOUND
  2732. '
  2733. ' MessageText:
  2734. '
  2735. '  Specified user could not be found.
  2736. '
  2737. Const CRS_EVENT_ERROR_USER_NOT_FOUND   = &HC000374D
  2738.  
  2739. '
  2740. ' MessageId: CRS_EVENT_ERROR_NO_TRANSACTIONS
  2741. '
  2742. ' MessageText:
  2743. '
  2744. '  No transactions for the specified project.
  2745. '
  2746. Const CRS_EVENT_ERROR_NO_TRANSACTIONS  = &HC000374E
  2747.  
  2748. '
  2749. ' MessageId: CRS_EVENT_ERROR_NO_SERVERS
  2750. '
  2751. ' MessageText:
  2752. '
  2753. '  No destination servers defined.
  2754. '
  2755. Const CRS_EVENT_ERROR_NO_SERVERS       = &HC000374F
  2756.  
  2757. '
  2758. ' MessageId: CRS_EVENT_ERROR_NO_SCHEDULES
  2759. '
  2760. ' MessageText:
  2761. '
  2762. '  No schedules are defined for this project.
  2763. '
  2764. Const CRS_EVENT_ERROR_NO_SCHEDULES     = &HC0003750
  2765.  
  2766. '
  2767. ' MessageId: CRS_EVENT_ERROR_NO_EMAIL
  2768. '
  2769. ' MessageText:
  2770. '
  2771. '  Could not contact SMTP server to send e-mail report.
  2772. '
  2773. Const CRS_EVENT_ERROR_NO_EMAIL         = &HC0003751
  2774.  
  2775. '
  2776. ' MessageId: CRS_EVENT_ERROR_WAIT_ABORT
  2777. '
  2778. ' MessageText:
  2779. '
  2780. '  Waiting to abort after losing connection with source server.
  2781. '
  2782. Const CRS_EVENT_ERROR_WAIT_ABORT       = &HC0003752
  2783.  
  2784. '
  2785. ' MessageId: CRS_EVENT_RESUME_REPLICATION
  2786. '
  2787. ' MessageText:
  2788. '
  2789. '  Resuming project.
  2790. '
  2791. Const CRS_EVENT_RESUME_REPLICATION     = &H40003753
  2792.  
  2793. '
  2794. ' MessageId: CRS_EVENT_METABASE_NOT_FOUND
  2795. '
  2796. ' MessageText:
  2797. '
  2798. '  Metabase is not responding.
  2799. '
  2800. Const CRS_EVENT_METABASE_NOT_FOUND     = &HC0003754
  2801.  
  2802. '
  2803. ' MessageId: CRS_EVENT_SSE_VROOT_NOT_FOUND
  2804. '
  2805. ' MessageText:
  2806. '
  2807. '  Site Server virtual directory not found.
  2808. '
  2809. Const CRS_EVENT_SSE_VROOT_NOT_FOUND    = &HC0003755
  2810.  
  2811. '
  2812. ' MessageId: CRS_EVENT_WARNING_CONNECTION_FAILED
  2813. '
  2814. ' MessageText:
  2815. '
  2816. '  Connection failed.  Will attempt to re-establish session.
  2817. '
  2818. Const CRS_EVENT_WARNING_CONNECTION_FAILED = &H80003756
  2819.  
  2820. '
  2821. ' MessageId: CRS_EVENT_ERROR_DROPPED_EMAIL_REPORT
  2822. '
  2823. ' MessageText:
  2824. '
  2825. '  Dropped e-mail report.
  2826. '
  2827. Const CRS_EVENT_ERROR_DROPPED_EMAIL_REPORT = &HC0003757
  2828.  
  2829. '
  2830. ' MessageId: CRS_EVENT_ERROR_EMAIL_HOST_NOT_DEFINED
  2831. '
  2832. ' MessageText:
  2833. '
  2834. '  No SMTP server defined.
  2835. '
  2836. Const CRS_EVENT_ERROR_EMAIL_HOST_NOT_DEFINED = &HC0003758
  2837.  
  2838. '
  2839. ' MessageId: CRS_EVENT_VROOT_CREATION
  2840. '
  2841. ' MessageText:
  2842. '
  2843. '  Could not create the specified virtual directory.
  2844. '
  2845. Const CRS_EVENT_VROOT_CREATION         = &H80003759
  2846.  
  2847. '
  2848. ' MessageId: CRS_EVENT_UPLPAGE_CREATION
  2849. '
  2850. ' MessageText:
  2851. '
  2852. '  Could not create the upload page.
  2853. '
  2854. Const CRS_EVENT_UPLPAGE_CREATION       = &HC000375A
  2855.  
  2856. '
  2857. ' MessageId: CRS_EVENT_ERROR_CIRCULAR_ROUTE
  2858. '
  2859. ' MessageText:
  2860. '
  2861. '  System has detected a circular route.  Project not created.
  2862. '
  2863. Const CRS_EVENT_ERROR_CIRCULAR_ROUTE   = &HC000375B
  2864.  
  2865. '
  2866. ' MessageId: CRS_EVENT_ERROR_TRANSACTION_APPLY_FAILED
  2867. '
  2868. ' MessageText:
  2869. '
  2870. '  Transaction application failed.  Check permissions on the destination directory and files and ensure that no files are locked open.
  2871. '
  2872. Const CRS_EVENT_ERROR_TRANSACTION_APPLY_FAILED = &HC000375C
  2873.  
  2874. '
  2875. ' MessageId: CRS_EVENT_ERROR_DATABASE
  2876. '
  2877. ' MessageText:
  2878. '
  2879. '  Database error occurred.
  2880. '
  2881. Const CRS_EVENT_ERROR_DATABASE         = &HC000375D
  2882.  
  2883. '
  2884. ' MessageId: CRS_EVENT_ERROR_SINK_CONNECT_FAILED
  2885. '
  2886. ' MessageText:
  2887. '
  2888. '  Unable to connect to remote server to forward events.
  2889. '
  2890. Const CRS_EVENT_ERROR_SINK_CONNECT_FAILED = &HC000375E
  2891.  
  2892. '
  2893. ' MessageId: CRS_EVENT_ERROR_CANT_SEND_EVENTS_TO_DOWNLEVEL_SERVER
  2894. '
  2895. ' MessageText:
  2896. '
  2897. '  Unable to send events to the destination server.  This operation is not supported.
  2898. '
  2899. Const CRS_EVENT_ERROR_CANT_SEND_EVENTS_TO_DOWNLEVEL_SERVER = &HC000375F
  2900.  
  2901. '
  2902. ' MessageId: CRS_EVENT_ERROR_FILE_CORRUPT
  2903. '
  2904. ' MessageText:
  2905. '
  2906. '  File is corrupt or unreadable.
  2907. '
  2908. Const CRS_EVENT_ERROR_FILE_CORRUPT     = &HC0003760
  2909.  
  2910. '
  2911. ' MessageId: CRS_EVENT_ERROR_FILE_BUSY
  2912. '
  2913. ' MessageText:
  2914. '
  2915. '  File is busy.
  2916. '
  2917. Const CRS_EVENT_ERROR_FILE_BUSY        = &HC0003761
  2918.  
  2919. '
  2920. ' MessageId: CRS_EVENT_ACL_ERROR_INVALID_ACE
  2921. '
  2922. ' MessageText:
  2923. '
  2924. '  Could not set the ACE on this file.
  2925. '
  2926. Const CRS_EVENT_ACL_ERROR_INVALID_ACE  = &H80003762
  2927.  
  2928. '
  2929. ' MessageId: CRS_EVENT_ACL_ERROR_ACL_FAILED
  2930. '
  2931. ' MessageText:
  2932. '
  2933. '  Could not set the ACLs appropriately on this file, setting default ACLs on this file.
  2934. '
  2935. Const CRS_EVENT_ACL_ERROR_ACL_FAILED   = &HC0003763
  2936.  
  2937. '
  2938. ' MessageId: CRS_EVENT_ERROR_PROJECT_NOT_FOUND_ON_DESTINATION
  2939. '
  2940. ' MessageText:
  2941. '
  2942. '  Could not find project on the destination server.
  2943. '
  2944. Const CRS_EVENT_ERROR_PROJECT_NOT_FOUND_ON_DESTINATION = &HC0003764
  2945.  
  2946. '
  2947. ' MessageId: CRS_EVENT_ERROR_PROJECT_INCOMPLETE_ON_DESTINATION
  2948. '
  2949. ' MessageText:
  2950. '
  2951. '  Project information is incomplete on the destination server.
  2952. '
  2953. Const CRS_EVENT_ERROR_PROJECT_INCOMPLETE_ON_DESTINATION = &HC0003765
  2954.  
  2955. '
  2956. ' MessageId: CRS_EVENT_ERROR_SERVICE_DOWN_ON_REMOTE_SERVER
  2957. '
  2958. ' MessageText:
  2959. '
  2960. '  Remote server is available, but the Site Server Content Deployment service is not running.
  2961. '
  2962. Const CRS_EVENT_ERROR_SERVICE_DOWN_ON_REMOTE_SERVER = &HC0003766
  2963.  
  2964. '
  2965. ' MessageId: CRS_EVENT_ERROR_DISK_FULL_ON_DESTINATION
  2966. '
  2967. ' MessageText:
  2968. '
  2969. '  Disk is full on the destination server.
  2970. '
  2971. Const CRS_EVENT_ERROR_DISK_FULL_ON_DESTINATION = &HC0003767
  2972.  
  2973. '
  2974. ' MessageId: CRS_EVENT_FILE_CREATE_ERROR_ON_DESTINATION
  2975. '
  2976. ' MessageText:
  2977. '
  2978. '  Unable to open a file on the destination server.  Check permissions on the project directory and files.
  2979. '
  2980. Const CRS_EVENT_FILE_CREATE_ERROR_ON_DESTINATION = &HC0003768
  2981.  
  2982. '
  2983. ' MessageId: CRS_EVENT_ERROR_REMOTE_SERVER_NOT_FOUND
  2984. '
  2985. ' MessageText:
  2986. '
  2987. '  Remote server could not be found.
  2988. '
  2989. Const CRS_EVENT_ERROR_REMOTE_SERVER_NOT_FOUND = &HC0003769
  2990.  
  2991. '
  2992. ' MessageId: CRS_EVENT_ERROR_REMOTE_APPLY_FAILED
  2993. '
  2994. ' MessageText:
  2995. '
  2996. '  Unable to apply transactions on the destination server.
  2997. '
  2998. Const CRS_EVENT_ERROR_REMOTE_APPLY_FAILED = &HC000376A
  2999.  
  3000. '
  3001. ' MessageId: CRS_EVENT_ERROR_INVALID_FLAG_COMBINATION
  3002. '
  3003. ' MessageText:
  3004. '
  3005. '  Invalid flag combination.
  3006. '
  3007. Const CRS_EVENT_ERROR_INVALID_FLAG_COMBINATION = &HC000376B
  3008.  
  3009. '
  3010. ' MessageId: CRS_EVENT_ERROR_RUNNING_SCRIPT
  3011. '
  3012. ' MessageText:
  3013. '
  3014. '  There was an error running the script.  Ensure that the script exists and can be located in the path.
  3015. '
  3016. Const CRS_EVENT_ERROR_RUNNING_SCRIPT   = &HC000376C
  3017.  
  3018. '
  3019. ' MessageId: CRS_EVENT_ERROR_CANT_FORWARD_TO_LOCAL_SERVER
  3020. '
  3021. ' MessageText:
  3022. '
  3023. '  Cannot forward events to the local server.
  3024. '
  3025. Const CRS_EVENT_ERROR_CANT_FORWARD_TO_LOCAL_SERVER = &HC000376D
  3026.  
  3027. '
  3028. ' MessageId: CRS_EVENT_ERROR_SCHEDULE_NOT_FOUND
  3029. '
  3030. ' MessageText:
  3031. '
  3032. '  Specified project schedule could not be found.
  3033. '
  3034. Const CRS_EVENT_ERROR_SCHEDULE_NOT_FOUND = &HC000376E
  3035.  
  3036. '
  3037. ' MessageId: CRS_EVENT_ERROR_METABASE
  3038. '
  3039. ' MessageText:
  3040. '
  3041. '  An error occurred accessing the metabase.  Ensure that the web site exists and that the account has access to it.
  3042. '
  3043. Const CRS_EVENT_ERROR_METABASE         = &HC000376F
  3044.  
  3045. '
  3046. ' MessageId: CRS_EVENT_ERROR_SCHEDULER_FAILURE
  3047. '
  3048. ' MessageText:
  3049. '
  3050. '  An error occurred with the task scheduler.
  3051. '
  3052. Const CRS_EVENT_ERROR_SCHEDULER_FAILURE = &HC0003770
  3053.  
  3054. '
  3055. ' MessageId: CRS_EVENT_SAMEBOX_META_TARGET
  3056. '
  3057. ' MessageText:
  3058. '
  3059. '  A destination for metabase replication is invalid.
  3060. '
  3061. Const CRS_EVENT_SAMEBOX_META_TARGET    = &HC0003771
  3062.  
  3063. '
  3064. ' MessageId: CRS_EVENT_ERROR_DROPPED_EVENTS
  3065. '
  3066. ' MessageText:
  3067. '
  3068. '  The event sink specified by the data field has started dropping events.
  3069. '
  3070. Const CRS_EVENT_ERROR_DROPPED_EVENTS   = &HC0003772
  3071.  
  3072. '
  3073. ' MessageId: CRS_EVENT_REPLICATION_FIRST
  3074. '
  3075. ' MessageText:
  3076. '
  3077. '  Site Server Content Deployment first replication event message.
  3078. '
  3079. Const CRS_EVENT_REPLICATION_FIRST      = &H400037DC
  3080.  
  3081. '
  3082. ' MessageId: CRS_EVENT_STARTING_REPLICATION
  3083. '
  3084. ' MessageText:
  3085. '
  3086. '  Project starting to the destination server.
  3087. '
  3088. Const CRS_EVENT_STARTING_REPLICATION   = &H400037DD
  3089.  
  3090. '
  3091. ' MessageId: CRS_EVENT_REPLICATION_COMPLETE
  3092. '
  3093. ' MessageText:
  3094. '
  3095. '  Project complete to the destination server.
  3096. '
  3097. Const CRS_EVENT_REPLICATION_COMPLETE   = &H400037DE
  3098.  
  3099. '
  3100. ' MessageId: CRS_EVENT_STARTING_PULL_REPLICATION
  3101. '
  3102. ' MessageText:
  3103. '
  3104. '  Retrieval project starting.
  3105. '
  3106. Const CRS_EVENT_STARTING_PULL_REPLICATION = &H400037DF
  3107.  
  3108. '
  3109. ' MessageId: CRS_EVENT_PULL_REPLICATION_COMPLETE
  3110. '
  3111. ' MessageText:
  3112. '
  3113. '  Retrieval project complete.
  3114. '
  3115. Const CRS_EVENT_PULL_REPLICATION_COMPLETE = &H400037E0
  3116.  
  3117. '
  3118. ' MessageId: CRS_EVENT_STARTING_RECEIVE_REPLICATION
  3119. '
  3120. ' MessageText:
  3121. '
  3122. '  Starting to receive project.
  3123. '
  3124. Const CRS_EVENT_STARTING_RECEIVE_REPLICATION = &H400037E1
  3125.  
  3126. '
  3127. ' MessageId: CRS_EVENT_REPLICATION_RECEIVE_COMPLETE
  3128. '
  3129. ' MessageText:
  3130. '
  3131. '  Finished receiving project.
  3132. '
  3133. Const CRS_EVENT_REPLICATION_RECEIVE_COMPLETE = &H400037E2
  3134.  
  3135. '
  3136. ' MessageId: CRS_EVENT_STARTING_REPLICATION_SCAN
  3137. '
  3138. ' MessageText:
  3139. '
  3140. '  Project starting.
  3141. '
  3142. Const CRS_EVENT_STARTING_REPLICATION_SCAN = &H400037E3
  3143.  
  3144. '
  3145. ' MessageId: CRS_EVENT_REPLICATION_LAST
  3146. '
  3147. ' MessageText:
  3148. '
  3149. '  Site Server Content Deployment last replication event message.
  3150. '
  3151. Const CRS_EVENT_REPLICATION_LAST       = &H4000380D
  3152.  
  3153. '
  3154. ' MessageId: CRS_EVENT_FILE_FIRST
  3155. '
  3156. ' MessageText:
  3157. '
  3158. '  Site Server Content Deployment first file event message.
  3159. '
  3160. Const CRS_EVENT_FILE_FIRST             = &H4000380E
  3161.  
  3162. '
  3163. ' MessageId: CRS_EVENT_SENDING_FILE
  3164. '
  3165. ' MessageText:
  3166. '
  3167. '  Sending file.
  3168. '
  3169. Const CRS_EVENT_SENDING_FILE           = &H4000380F
  3170.  
  3171. '
  3172. ' MessageId: CRS_EVENT_SENT_FILE
  3173. '
  3174. ' MessageText:
  3175. '
  3176. '  File sent.
  3177. '
  3178. Const CRS_EVENT_SENT_FILE              = &H40003810
  3179.  
  3180. '
  3181. ' MessageId: CRS_EVENT_RECEIVING_FILE
  3182. '
  3183. ' MessageText:
  3184. '
  3185. '  Receiving file.
  3186. '
  3187. Const CRS_EVENT_RECEIVING_FILE         = &H40003811
  3188.  
  3189. '
  3190. ' MessageId: CRS_EVENT_RECEIVED_FILE
  3191. '
  3192. ' MessageText:
  3193. '
  3194. '  File received.
  3195. '
  3196. Const CRS_EVENT_RECEIVED_FILE          = &H40003812
  3197.  
  3198. '
  3199. ' MessageId: CRS_EVENT_SENT_DELETE_FILE
  3200. '
  3201. ' MessageText:
  3202. '
  3203. '  Sent delete file request.
  3204. '
  3205. Const CRS_EVENT_SENT_DELETE_FILE       = &H40003813
  3206.  
  3207. '
  3208. ' MessageId: CRS_EVENT_RECEIVED_DELETE_FILE
  3209. '
  3210. ' MessageText:
  3211. '
  3212. '  File delete request received.
  3213. '
  3214. Const CRS_EVENT_RECEIVED_DELETE_FILE   = &H40003814
  3215.  
  3216. '
  3217. ' MessageId: CRS_EVENT_RETRYING_SENDING_FILE
  3218. '
  3219. ' MessageText:
  3220. '
  3221. '  Retrying to send file.
  3222. '
  3223. Const CRS_EVENT_RETRYING_SENDING_FILE  = &H40003818
  3224.  
  3225. '
  3226. ' MessageId: CRS_EVENT_FILE_BUSY
  3227. '
  3228. ' MessageText:
  3229. '
  3230. '  File is busy.  The service is waiting for the file to become available.
  3231. '
  3232. Const CRS_EVENT_FILE_BUSY              = &H40003819
  3233.  
  3234. '
  3235. ' MessageId: CRS_EVENT_SENDING_ACL
  3236. '
  3237. ' MessageText:
  3238. '
  3239. '  Sending the ACL for this file.
  3240. '
  3241. Const CRS_EVENT_SENDING_ACL            = &H4000381A
  3242.  
  3243. '
  3244. ' MessageId: CRS_EVENT_SENT_ACL
  3245. '
  3246. ' MessageText:
  3247. '
  3248. '  Sent the ACL for this file.
  3249. '
  3250. Const CRS_EVENT_SENT_ACL               = &H4000381B
  3251.  
  3252. '
  3253. ' MessageId: CRS_EVENT_RECEIVING_ACL
  3254. '
  3255. ' MessageText:
  3256. '
  3257. '  Receiving the ACL for this file.
  3258. '
  3259. Const CRS_EVENT_RECEIVING_ACL          = &H4000381C
  3260.  
  3261. '
  3262. ' MessageId: CRS_EVENT_RECEIVED_ACL
  3263. '
  3264. ' MessageText:
  3265. '
  3266. '  Received the ACL for this file.
  3267. '
  3268. Const CRS_EVENT_RECEIVED_ACL           = &H4000381D
  3269.  
  3270. '
  3271. ' MessageId: CRS_EVENT_PULLED_FILE_HTTP
  3272. '
  3273. ' MessageText:
  3274. '
  3275. '  File retrieved over HTTP.
  3276. '
  3277. Const CRS_EVENT_PULLED_FILE_HTTP       = &H4000381E
  3278.  
  3279. '
  3280. ' MessageId: CRS_EVENT_PULLED_FILE_FTP
  3281. '
  3282. ' MessageText:
  3283. '
  3284. '  File retrieved over FTP.
  3285. '
  3286. Const CRS_EVENT_PULLED_FILE_FTP        = &H4000381F
  3287.  
  3288. '
  3289. ' MessageId: CRS_EVENT_FILE_COMMITTED
  3290. '
  3291. ' MessageText:
  3292. '
  3293. '  File committed to disk.
  3294. '
  3295. Const CRS_EVENT_FILE_COMMITTED         = &H40003820
  3296.  
  3297. '
  3298. ' MessageId: CRS_EVENT_FILE_DELETED
  3299. '
  3300. ' MessageText:
  3301. '
  3302. '  File deleted.
  3303. '
  3304. Const CRS_EVENT_FILE_DELETED           = &H40003821
  3305.  
  3306. '
  3307. ' MessageId: CRS_EVENT_SKIPPING_LOCKED_FILE
  3308. '
  3309. ' MessageText:
  3310. '
  3311. '  File skipped because it could not be opened.
  3312. '
  3313. Const CRS_EVENT_SKIPPING_LOCKED_FILE   = &H80003822
  3314.  
  3315. '
  3316. ' MessageId: CRS_EVENT_FILE_MATCHED
  3317. '
  3318. ' MessageText:
  3319. '
  3320. '  File matched.
  3321. '
  3322. Const CRS_EVENT_FILE_MATCHED           = &H40003823
  3323.  
  3324. '
  3325. ' MessageId: CRS_EVENT_FILE_LAST
  3326. '
  3327. ' MessageText:
  3328. '
  3329. '  Site Server Content Deployment last file event message.
  3330. '
  3331. Const CRS_EVENT_FILE_LAST              = &H4000383F
  3332.  
  3333. '
  3334. ' MessageId: CRS_EVENT_ADMIN_FIRST
  3335. '
  3336. ' MessageText:
  3337. '
  3338. '  Site Server Content Deployment first administration event message.
  3339. '
  3340. Const CRS_EVENT_ADMIN_FIRST            = &H40003840
  3341.  
  3342. '
  3343. ' MessageId: CRS_EVENT_PROJECT_CREATED
  3344. '
  3345. ' MessageText:
  3346. '
  3347. '  Project created.
  3348. '
  3349. Const CRS_EVENT_PROJECT_CREATED        = &H40003841
  3350.  
  3351. '
  3352. ' MessageId: CRS_EVENT_PROJECT_DELETED
  3353. '
  3354. ' MessageText:
  3355. '
  3356. '  Project deleted.
  3357. '
  3358. Const CRS_EVENT_PROJECT_DELETED        = &H40003842
  3359.  
  3360. '
  3361. ' MessageId: CRS_EVENT_PROJECT_EDITED
  3362. '
  3363. ' MessageText:
  3364. '
  3365. '  Project edited.
  3366. '
  3367. Const CRS_EVENT_PROJECT_EDITED         = &H40003843
  3368.  
  3369. '
  3370. ' MessageId: CRS_EVENT_ROUTE_CREATED
  3371. '
  3372. ' MessageText:
  3373. '
  3374. '  Route created.
  3375. '
  3376. Const CRS_EVENT_ROUTE_CREATED          = &H40003844
  3377.  
  3378. '
  3379. ' MessageId: CRS_EVENT_ROUTE_DELETED
  3380. '
  3381. ' MessageText:
  3382. '
  3383. '  Route deleted.
  3384. '
  3385. Const CRS_EVENT_ROUTE_DELETED          = &H40003845
  3386.  
  3387. '
  3388. ' MessageId: CRS_EVENT_ROUTE_EDITED
  3389. '
  3390. ' MessageText:
  3391. '
  3392. '  Route edited.
  3393. '
  3394. Const CRS_EVENT_ROUTE_EDITED           = &H40003846
  3395.  
  3396. '
  3397. ' MessageId: CRS_EVENT_SERVER_EDITED
  3398. '
  3399. ' MessageText:
  3400. '
  3401. '  Server settings modified.
  3402. '
  3403. Const CRS_EVENT_SERVER_EDITED          = &H40003847
  3404.  
  3405. '
  3406. ' MessageId: CRS_EVENT_EVENTSINK_CREATED
  3407. '
  3408. ' MessageText:
  3409. '
  3410. '  Event sink specified by the data field was added.
  3411. '
  3412. Const CRS_EVENT_EVENTSINK_CREATED      = &H40003848
  3413.  
  3414. '
  3415. ' MessageId: CRS_EVENT_EVENTSINK_DELETED
  3416. '
  3417. ' MessageText:
  3418. '
  3419. '  Event sink specified by the data field was deleted.
  3420. '
  3421. Const CRS_EVENT_EVENTSINK_DELETED      = &H40003849
  3422.  
  3423. '
  3424. ' MessageId: CRS_EVENT_CLEARED_EVENTS
  3425. '
  3426. ' MessageText:
  3427. '
  3428. '  Event store specified by the data field was cleared.
  3429. '
  3430. Const CRS_EVENT_CLEARED_EVENTS         = &H4000384A
  3431.  
  3432. '
  3433. ' MessageId: CRS_EVENT_CLEARED_ALL_EVENTS
  3434. '
  3435. ' MessageText:
  3436. '
  3437. '  Each database event store on this server was cleared.
  3438. '
  3439. Const CRS_EVENT_CLEARED_ALL_EVENTS     = &H4000384B
  3440.  
  3441. '
  3442. ' MessageId: CRS_EVENT_ADMIN_LAST
  3443. '
  3444. ' MessageText:
  3445. '
  3446. '  Site Server Content Deployment last administration event message.
  3447. '
  3448. Const CRS_EVENT_ADMIN_LAST             = &H40003872
  3449.  
  3450. '
  3451. ' MessageId: CRS_EVENT_SUMMARY_FIRST
  3452. '
  3453. ' MessageText:
  3454. '
  3455. '  Site Server Content Deployment first summary event message.
  3456. '
  3457. Const CRS_EVENT_SUMMARY_FIRST          = &H400038A4
  3458.  
  3459. '
  3460. ' MessageId: CRS_EVENT_SUMMARY_RECEIVE
  3461. '
  3462. ' MessageText:
  3463. '
  3464. '  Project summary information (files received).
  3465. '
  3466. Const CRS_EVENT_SUMMARY_RECEIVE        = &H400038A5
  3467.  
  3468. '
  3469. ' MessageId: CRS_EVENT_SUMMARY_SEND
  3470. '
  3471. ' MessageText:
  3472. '
  3473. '  Project summary information (files sent).
  3474. '
  3475. Const CRS_EVENT_SUMMARY_SEND           = &H400038A6
  3476.  
  3477. '
  3478. ' MessageId: CRS_EVENT_SUMMARY_PULL
  3479. '
  3480. ' MessageText:
  3481. '
  3482. '  Project summary information (files pulled).
  3483. '
  3484. Const CRS_EVENT_SUMMARY_PULL           = &H400038A7
  3485.  
  3486. '
  3487. ' MessageId: CRS_EVENT_SUMMARY_AUTOMATIC_RECEIVE
  3488. '
  3489. ' MessageText:
  3490. '
  3491. '  Automatic project (receive) checkpoint summary information.
  3492. '
  3493. Const CRS_EVENT_SUMMARY_AUTOMATIC_RECEIVE = &H400038A8
  3494.  
  3495. '
  3496. ' MessageId: CRS_EVENT_SUMMARY_AUTOMATIC_SEND
  3497. '
  3498. ' MessageText:
  3499. '
  3500. '  Automatic project (send) checkpoint summary information.
  3501. '
  3502. Const CRS_EVENT_SUMMARY_AUTOMATIC_SEND = &H400038A9
  3503.  
  3504. '
  3505. ' MessageId: CRS_EVENT_SUMMARY_RECEIVE_MATCHED
  3506. '
  3507. ' MessageText:
  3508. '
  3509. '  Project summary information (files matched during receive).
  3510. '
  3511. Const CRS_EVENT_SUMMARY_RECEIVE_MATCHED = &H400038AA
  3512.  
  3513. '
  3514. ' MessageId: CRS_EVENT_SUMMARY_SEND_MATCHED
  3515. '
  3516. ' MessageText:
  3517. '
  3518. '  Project summary information (files matched during send).
  3519. '
  3520. Const CRS_EVENT_SUMMARY_SEND_MATCHED   = &H400038AB
  3521.  
  3522. '
  3523. ' MessageId: CRS_EVENT_SUMMARY_PULL_MATCHED
  3524. '
  3525. ' MessageText:
  3526. '
  3527. '  Project summary information (files matched during pull).
  3528. '
  3529. Const CRS_EVENT_SUMMARY_PULL_MATCHED   = &H400038AC
  3530.  
  3531. '
  3532. ' MessageId: CRS_EVENT_SUMMARY_RECEIVE_ERRORED
  3533. '
  3534. ' MessageText:
  3535. '
  3536. '  Project summary information (files errored during receive).
  3537. '
  3538. Const CRS_EVENT_SUMMARY_RECEIVE_ERRORED = &H400038AD
  3539.  
  3540. '
  3541. ' MessageId: CRS_EVENT_SUMMARY_SEND_ERRORED
  3542. '
  3543. ' MessageText:
  3544. '
  3545. '  Project summary information (files errored during send).
  3546. '
  3547. Const CRS_EVENT_SUMMARY_SEND_ERRORED   = &H400038AE
  3548.  
  3549. '
  3550. ' MessageId: CRS_EVENT_SUMMARY_PULL_ERRORED
  3551. '
  3552. ' MessageText:
  3553. '
  3554. '  Project summary information (files errored during pull).
  3555. '
  3556. Const CRS_EVENT_SUMMARY_PULL_ERRORED   = &H400038AF
  3557.  
  3558. '
  3559. ' MessageId: CRS_EVENT_SUMMARY_LAST
  3560. '
  3561. ' MessageText:
  3562. '
  3563. '  Site Server Content Deployment last summary event message.
  3564. '
  3565. Const CRS_EVENT_SUMMARY_LAST           = &H400038D6
  3566.  
  3567. '
  3568. ' MessageId: CRS_EVENT_CAB_ERROR_FIRST
  3569. '
  3570. ' MessageText:
  3571. '
  3572. '  Remote installer first error message.
  3573. '
  3574. Const CRS_EVENT_CAB_ERROR_FIRST        = &HC0003908
  3575.  
  3576. '
  3577. ' MessageId: CRS_EVENT_CAB_ERROR_CABINET_NOT_FOUND
  3578. '
  3579. ' MessageText:
  3580. '
  3581. '  Cannot find the specified cabinet file.
  3582. '
  3583. Const CRS_EVENT_CAB_ERROR_CABINET_NOT_FOUND = &HC0003909
  3584.  
  3585. '
  3586. ' MessageId: CRS_EVENT_CAB_ERROR_NOT_A_CABINET
  3587. '
  3588. ' MessageText:
  3589. '
  3590. '  Specified file is not a valid cabinet file.
  3591. '
  3592. Const CRS_EVENT_CAB_ERROR_NOT_A_CABINET = &HC000390A
  3593.  
  3594. '
  3595. ' MessageId: CRS_EVENT_CAB_ERROR_UNKNOWN_CABINET_VERSION
  3596. '
  3597. ' MessageText:
  3598. '
  3599. '  Specified file is an unknown version of a cabinet file.
  3600. '
  3601. Const CRS_EVENT_CAB_ERROR_UNKNOWN_CABINET_VERSION = &HC000390B
  3602.  
  3603. '
  3604. ' MessageId: CRS_EVENT_CAB_ERROR_CORRUPT_CABINET
  3605. '
  3606. ' MessageText:
  3607. '
  3608. '  Specified cabinet file is corrupt.
  3609. '
  3610. Const CRS_EVENT_CAB_ERROR_CORRUPT_CABINET = &HC000390C
  3611.  
  3612. '
  3613. ' MessageId: CRS_EVENT_CAB_ERROR_ALLOC_FAIL
  3614. '
  3615. ' MessageText:
  3616. '
  3617. '  Out of memory.
  3618. '
  3619. Const CRS_EVENT_CAB_ERROR_ALLOC_FAIL   = &HC000390D
  3620.  
  3621. '
  3622. ' MessageId: CRS_EVENT_CAB_ERROR_BAD_COMPR_TYPE
  3623. '
  3624. ' MessageText:
  3625. '
  3626. '  Specified cabinet file uses an unknown compression type.
  3627. '
  3628. Const CRS_EVENT_CAB_ERROR_BAD_COMPR_TYPE = &HC000390E
  3629.  
  3630. '
  3631. ' MessageId: CRS_EVENT_CAB_ERROR_MDI_FAIL
  3632. '
  3633. ' MessageText:
  3634. '
  3635. '  Compressed data in the specified cabinet file is corrupt.
  3636. '
  3637. Const CRS_EVENT_CAB_ERROR_MDI_FAIL     = &HC000390F
  3638.  
  3639. '
  3640. ' MessageId: CRS_EVENT_CAB_ERROR_TARGET_FILE
  3641. '
  3642. ' MessageText:
  3643. '
  3644. '  Could not save extracted files from the specified cabinet file.
  3645. '
  3646. Const CRS_EVENT_CAB_ERROR_TARGET_FILE  = &HC0003910
  3647.  
  3648. '
  3649. ' MessageId: CRS_EVENT_CAB_ERROR_RESERVE_MISMATCH
  3650. '
  3651. ' MessageText:
  3652. '
  3653. '  Specified cabinet file has a non-valid RESERVE size.
  3654. '
  3655. Const CRS_EVENT_CAB_ERROR_RESERVE_MISMATCH = &HC0003911
  3656.  
  3657. '
  3658. ' MessageId: CRS_EVENT_CAB_ERROR_WRONG_CABINET
  3659. '
  3660. ' MessageText:
  3661. '
  3662. '  Specified cabinet file is not the right cabinet in the set.
  3663. '
  3664. Const CRS_EVENT_CAB_ERROR_WRONG_CABINET = &HC0003912
  3665.  
  3666. '
  3667. ' MessageId: CRS_EVENT_CAB_ERROR_USER_ABORT
  3668. '
  3669. ' MessageText:
  3670. '
  3671. '  Could not extract the specified cabinet file. User aborted the operation.
  3672. '
  3673. Const CRS_EVENT_CAB_ERROR_USER_ABORT   = &HC0003913
  3674.  
  3675. '
  3676. ' MessageId: CRS_EVENT_CAB_WARNING_CAB_NOT_SIGNED
  3677. '
  3678. ' MessageText:
  3679. '
  3680. '  Specified cabinet file is not a signed cabinet file.
  3681. '
  3682. Const CRS_EVENT_CAB_WARNING_CAB_NOT_SIGNED = &H80003914
  3683.  
  3684. '
  3685. ' MessageId: CRS_EVENT_CAB_WARNING_SIGNATURE_NOT_VERIFIED
  3686. '
  3687. ' MessageText:
  3688. '
  3689. '  Signature on the specified cabinet could not be verified.
  3690. '
  3691. Const CRS_EVENT_CAB_WARNING_SIGNATURE_NOT_VERIFIED = &H80003915
  3692.  
  3693. '
  3694. ' MessageId: CRS_EVENT_CAB_ERROR_INFFILE_NOT_FOUND
  3695. '
  3696. ' MessageText:
  3697. '
  3698. '  INF file was not found inside the specified cabinet file.
  3699. '
  3700. Const CRS_EVENT_CAB_ERROR_INFFILE_NOT_FOUND = &HC0003916
  3701.  
  3702. '
  3703. ' MessageId: CRS_EVENT_INF_ERROR_ADVPACK_NOT_LOADED
  3704. '
  3705. ' MessageText:
  3706. '
  3707. '  Could not load ADVPACK.DLL.
  3708. '
  3709. Const CRS_EVENT_INF_ERROR_ADVPACK_NOT_LOADED = &HC0003917
  3710.  
  3711. '
  3712. ' MessageId: CRS_EVENT_INF_ERROR_ADVPACK_WRONG_VERSION
  3713. '
  3714. ' MessageText:
  3715. '
  3716. '  This version of ADVPACK.DLL is not supported.
  3717. '
  3718. Const CRS_EVENT_INF_ERROR_ADVPACK_WRONG_VERSION = &HC0003918
  3719.  
  3720. '
  3721. ' MessageId: CRS_EVENT_INF_ERROR_INVALID_INF
  3722. '
  3723. ' MessageText:
  3724. '
  3725. '  INF file found inside the specified cabinet file is not a valid INF file.
  3726. '
  3727. Const CRS_EVENT_INF_ERROR_INVALID_INF  = &HC0003919
  3728.  
  3729. '
  3730. ' MessageId: CRS_EVENT_INF_ERROR_NOTHING_TO_INSTALL
  3731. '
  3732. ' MessageText:
  3733. '
  3734. '  Could not find any of the remote install sections inside the INF file.
  3735. '
  3736. Const CRS_EVENT_INF_ERROR_NOTHING_TO_INSTALL = &HC000391A
  3737.  
  3738. '
  3739. ' MessageId: CRS_EVENT_INF_ERROR_NOTHING_TO_UNINSTALL
  3740. '
  3741. ' MessageText:
  3742. '
  3743. '  Could not find any of the remote uninstall sections inside the INF file.
  3744. '
  3745. Const CRS_EVENT_INF_ERROR_NOTHING_TO_UNINSTALL = &HC000391B
  3746.  
  3747. '
  3748. ' MessageId: CRS_EVENT_INF_ERROR_BUSY_FILES
  3749. '
  3750. ' MessageText:
  3751. '
  3752. '  Files are busy.  Cannot install them unless allowed to reboot.
  3753. '
  3754. Const CRS_EVENT_INF_ERROR_BUSY_FILES   = &HC000391C
  3755.  
  3756. '
  3757. ' MessageId: CRS_EVENT_CAB_WARNING_MANUAL_REBOOT
  3758. '
  3759. ' MessageText:
  3760. '
  3761. '  Setup completed successfully. The server could not be rebooted automatically. Manual reboot is necessary.
  3762. '
  3763. Const CRS_EVENT_CAB_WARNING_MANUAL_REBOOT = &H8000391D
  3764.  
  3765. '
  3766. ' MessageId: CRS_EVENT_CAB_WARNING_REBOOT_NEEDED
  3767. '
  3768. ' MessageText:
  3769. '
  3770. '  Setup completed successfully. The files became busy during setup.  Manual reboot is necessary.
  3771. '
  3772. Const CRS_EVENT_CAB_WARNING_REBOOT_NEEDED = &H8000391E
  3773.  
  3774. '
  3775. ' MessageId: CRS_EVENT_INF_SUCCESS_REBOOT_IN_PROGRESS
  3776. '
  3777. ' MessageText:
  3778. '
  3779. '  Setup completed successfully. The server is being rebooted.
  3780. '
  3781. Const CRS_EVENT_INF_SUCCESS_REBOOT_IN_PROGRESS = &H0000391F
  3782.  
  3783. '
  3784. ' MessageId: CRS_EVENT_INF_SUCCESS
  3785. '
  3786. ' MessageText:
  3787. '
  3788. '  Setup completed successfully.
  3789. '
  3790. Const CRS_EVENT_INF_SUCCESS            = &H00003921
  3791.  
  3792. '
  3793. ' MessageId: CRS_EVENT_INF_ERROR_BUSY_FILES_UNINSTALL
  3794. '
  3795. ' MessageText:
  3796. '
  3797. '  Files are busy.  Cannot uninstall them unless allowed to reboot.
  3798. '
  3799. Const CRS_EVENT_INF_ERROR_BUSY_FILES_UNINSTALL = &HC0003922
  3800.  
  3801. '
  3802. ' MessageId: CRS_EVENT_CAB_WARNING_MANUAL_REBOOT_UNINSTALL
  3803. '
  3804. ' MessageText:
  3805. '
  3806. '  Uninstall completed successfully. The server could not be rebooted automatically. Manual reboot is necessary.
  3807. '
  3808. Const CRS_EVENT_CAB_WARNING_MANUAL_REBOOT_UNINSTALL = &H80003923
  3809.  
  3810. '
  3811. ' MessageId: CRS_EVENT_CAB_WARNING_REBOOT_NEEDED_UNINSTALL
  3812. '
  3813. ' MessageText:
  3814. '
  3815. '  Uninstall completed successfully. The files became busy during setup.  Manual reboot is necessary.
  3816. '
  3817. Const CRS_EVENT_CAB_WARNING_REBOOT_NEEDED_UNINSTALL = &H80003924
  3818.  
  3819. '
  3820. ' MessageId: CRS_EVENT_INF_SUCCESS_REBOOT_IN_PROGRESS_UNINSTALL
  3821. '
  3822. ' MessageText:
  3823. '
  3824. '  Uninstall completed successfully. The server is being rebooted.
  3825. '
  3826. Const CRS_EVENT_INF_SUCCESS_REBOOT_IN_PROGRESS_UNINSTALL = &H00003925
  3827.  
  3828. '
  3829. ' MessageId: CRS_EVENT_INF_SUCCESS_UNINSTALL
  3830. '
  3831. ' MessageText:
  3832. '
  3833. '  Uninstall completed successfully.
  3834. '
  3835. Const CRS_EVENT_INF_SUCCESS_UNINSTALL  = &H00003926
  3836.  
  3837. '
  3838. ' MessageId: CRS_EVENT_CAB_ERROR_ADVPACK_FAILED
  3839. '
  3840. ' MessageText:
  3841. '
  3842. '  Problem installing the CAB. Check CAB and INF files for validity. 
  3843. '
  3844. Const CRS_EVENT_CAB_ERROR_ADVPACK_FAILED = &HC0003927
  3845.  
  3846. '
  3847. ' MessageId: CRS_EVENT_CAB_ERROR_LOCKED_FILES
  3848. '
  3849. ' MessageText:
  3850. '
  3851. '  At least one of the files inside the CAB is open for exclusive write/delete access.
  3852. '
  3853. Const CRS_EVENT_CAB_ERROR_LOCKED_FILES = &HC0003928
  3854.  
  3855. '
  3856. ' MessageId: CRS_EVENT_CAB_ERROR_UNKNOWN
  3857. '
  3858. ' MessageText:
  3859. '
  3860. '  Unknown error occurred while processing the specified cabinet file.
  3861. '
  3862. Const CRS_EVENT_CAB_ERROR_UNKNOWN      = &HC0003A06
  3863.  
  3864. '
  3865. ' MessageId: CRS_EVENT_CAB_ERROR_LAST
  3866. '
  3867. ' MessageText:
  3868. '
  3869. '  Remote installer last event message.
  3870. '
  3871. Const CRS_EVENT_CAB_ERROR_LAST         = &H40003A07
  3872.  
  3873. '
  3874. ' MessageId: CRS_EVENT_LAST
  3875. '
  3876. ' MessageText:
  3877. '
  3878. '  Site Server Content Deployment last event message.
  3879. '
  3880. Const CRS_EVENT_LAST                   = &H40003A97
  3881.  
  3882.