Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

963 lines
32 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1996 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; messages.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the message definitions for the fax service.
  12. ;
  13. ;Author:
  14. ;
  15. ; Wesley Witt (wesw) 12-January-1996
  16. ;
  17. ;Revision History:
  18. ;
  19. ; Apr 25 1999 moshez changed message IDs to Comet convention.
  20. ;Notes:
  21. ;
  22. ;--*/
  23. ;
  24. ;/*-----------------------------------------------------------------------------
  25. ; NOTE: Message IDs are in limited to range 30000-39999.
  26. ; Message IDs should be unique (testing the lower word of the event ID)
  27. ;------------------------------------------------------------------------------*/
  28. ;
  29. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  30. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  31. Warning=0x2:STATUS_SEVERITY_WARNING
  32. Error=0x3:STATUS_SEVERITY_ERROR
  33. )
  34. MessageId=1 Severity=Success SymbolicName=FAX_LOG_CATEGORY_INIT
  35. Language=English
  36. Initialization/Termination
  37. .
  38. MessageId=2 Severity=Success SymbolicName=FAX_LOG_CATEGORY_OUTBOUND
  39. Language=English
  40. Outbound
  41. .
  42. MessageId=3 Severity=Success SymbolicName=FAX_LOG_CATEGORY_INBOUND
  43. Language=English
  44. Inbound
  45. .
  46. MessageId=4 Severity=Success SymbolicName=FAX_LOG_CATEGORY_UNKNOWN
  47. Language=English
  48. Unknown
  49. .
  50. ;/*----------------------------------------------------------------
  51. ; keep all event log messages here
  52. ; they should all have the value 32000-39999
  53. ;----------------------------------------------------------------*/
  54. MessageId=32001 Severity=Informational SymbolicName=MSG_SERVICE_STARTED
  55. Language=English
  56. The Fax Service was started.
  57. .
  58. MessageId=32002 Severity=Informational SymbolicName=MSG_FAX_PRINT_SUCCESS
  59. Language=English
  60. Received fax %1 printed to %2.
  61. .
  62. MessageId=32003 Severity=Error SymbolicName=MSG_FAX_PRINT_FAILED
  63. Language=English
  64. Unable to print %1 to %2. There is a problem with the connection to printer %2. Check the connection to the printer and resolve any problems.%r
  65. The following error occurred: %3.%r
  66. This error code indicates the cause of the error.
  67. .
  68. MessageId=32004 Severity=Informational SymbolicName=MSG_FAX_SAVE_SUCCESS
  69. Language=English
  70. Received fax %1 saved to %2.
  71. .
  72. MessageId=32005 Severity=Error SymbolicName=MSG_FAX_SAVE_FAILED
  73. Language=English
  74. Incoming fax %1 cannot be routed to %2. Verify that folder %2 specified for the incoming routing method exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  75. The following error occurred: %3.%r
  76. This error code indicates the cause of the error.
  77. .
  78. MessageId=32008 Severity=Informational SymbolicName=MSG_FAX_RECEIVE_SUCCESS
  79. Language=English
  80. %1 received.
  81. From: %2.
  82. CallerId: %3.
  83. To: %4.
  84. Pages: %5.
  85. Transmission time: %6.
  86. Device Name: %7.
  87. Please check the activity log for further details of this event.
  88. .
  89. MessageId=32009 Severity=Informational SymbolicName=MSG_FAX_SEND_SUCCESS
  90. Language=English
  91. Fax Sent.
  92. Sender: %1.
  93. Billing code: %2.
  94. Sender company: %3.
  95. Sender dept: %4.
  96. Receiver CSID: %5.
  97. Pages: %6.
  98. Transmission time: %7.
  99. Device name: %8.
  100. Job ID: %9.
  101. User name: %10.%r
  102. Please check the activity log for further details of this event.
  103. .
  104. MessageId=32010 Severity=Error SymbolicName=MSG_FAX_SEND_BUSY_ABORT
  105. Language=English
  106. An attempt to send the fax failed. The line is busy.
  107. This fax will not be sent, because the maximum number of retries has been exhausted.
  108. Sender: %1.
  109. Billing code: %2.
  110. Sender company: %3.
  111. Sender dept: %4.
  112. Device name: %5.
  113. Job ID: %6.
  114. User name: %7.%r
  115. Please check the activity log for further details of this event.
  116. .
  117. MessageId=32011 Severity=Warning SymbolicName=MSG_FAX_SEND_BUSY_RETRY
  118. Language=English
  119. The attempt to send the fax failed. The line is busy.
  120. The service will attempt to resend the fax.
  121. Sender: %1.
  122. Billing code: %2.
  123. Sender company: %3.
  124. Sender dept: %4.
  125. Device name: %5.
  126. Job ID: %6.
  127. User name: %7.%r
  128. Please check the activity log for further details of this event.
  129. .
  130. MessageId=32012 Severity=Error SymbolicName=MSG_FAX_SEND_NA_ABORT
  131. Language=English
  132. The attempt to send the fax failed. There was no answer. This fax will not be
  133. sent, because the maximum number of retries has been exhausted.
  134. Sender: %1.
  135. Billing code: %2.
  136. Sender company: %3.
  137. Sender dept: %4.
  138. Device name: %5.
  139. Job ID: %6.
  140. User name: %7.%r
  141. Please check the activity log for further details of this event.
  142. .
  143. MessageId=32013 Severity=Warning SymbolicName=MSG_FAX_SEND_NA_RETRY
  144. Language=English
  145. The attempt to send the fax failed. There was no answer.
  146. The service will attempt to resend the fax.
  147. Sender: %1.
  148. Billing code: %2.
  149. Sender company: %3.
  150. Sender dept: %4.
  151. Device name: %5.
  152. Job ID: %6.
  153. User name: %7.%r
  154. Please check the activity log for further details of this event.
  155. .
  156. MessageId=32014 Severity=Error SymbolicName=MSG_FAX_SEND_NOTFAX_ABORT
  157. Language=English
  158. The attempt to send the fax failed. The call was not answered by a fax device.
  159. This fax will not be sent, because the maximum number of retries has been exhausted.
  160. Sender: %1.
  161. Billing code: %2.
  162. Sender company: %3.
  163. Sender dept: %4.
  164. Device name: %5.
  165. Job ID: %6.
  166. User name: %7.%r
  167. Please check the activity log for further details of this event.
  168. .
  169. MessageId=32015 Severity=Warning SymbolicName=MSG_FAX_SEND_NOTFAX_RETRY
  170. Language=English
  171. The attempt to send the fax failed. The call was not answered by a fax device.
  172. The service will attempt to resend the fax.
  173. Sender: %1.
  174. Billing code: %2.
  175. Sender company: %3.
  176. Sender dept: %4.
  177. Device name: %5.
  178. Job ID: %6.
  179. User name: %7.%r
  180. Please check the activity log for further details of this event.
  181. .
  182. MessageId=32016 Severity=Error SymbolicName=MSG_FAX_SEND_INTERRUPT_ABORT
  183. Language=English
  184. The attempt to send the fax failed. The fax transmission was interrupted.
  185. This fax will not be sent, because the maximum number of retries has been exhausted.
  186. Sender: %1.
  187. Billing code: %2.
  188. Sender company: %3.
  189. Sender dept: %4.
  190. Device name: %5.
  191. Job ID: %6.
  192. User name: %7.%r
  193. Please check the activity log for further details of this event.
  194. .
  195. MessageId=32017 Severity=Warning SymbolicName=MSG_FAX_SEND_INTERRUPT_RETRY
  196. Language=English
  197. The attempt to send the fax failed. The fax transmission was interrupted.
  198. The service will attempt to resend the fax.
  199. Sender: %1.
  200. Billing code: %2.
  201. Sender company: %3.
  202. Sender dept: %4.
  203. Device name: %5.
  204. Job ID: %6.
  205. User name: %7.%r
  206. Please check the activity log for further details of this event.
  207. .
  208. MessageId=32018 Severity=Informational SymbolicName=MSG_SERVICE_STOPPED
  209. Language=English
  210. The Fax Service was stopped.
  211. .
  212. MessageId=32019 Severity=Informational SymbolicName=MSG_FAX_SENT_ARCHIVE_SUCCESS
  213. Language=English
  214. Sent fax %1 archived to %2.
  215. .
  216. MessageId=32020 Severity=Error SymbolicName=MSG_FAX_ARCHIVE_FAILED
  217. Language=English
  218. Fax %1 cannot be archived to %2. Verify that archive folder %2 exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  219. The following error occurred: %3.%r
  220. This error code indicates the cause of the error.
  221. .
  222. MessageId=32021 Severity=Error SymbolicName=MSG_FAX_PRINT_TO_FAX
  223. Language=English
  224. Cannot print fax %1 to fax printer %2. The Fax Service cannot route incoming faxes to fax printers.
  225. Incoming faxes can only be routed to actual printer devices.
  226. .
  227. MessageId=32022 Severity=Error SymbolicName=MSG_FAX_RECEIVE_FAILED
  228. Language=English
  229. An error was encountered while receiving a fax.
  230. Please check the activity log for further details of this event.
  231. .
  232. MessageId=32024 Severity=Error SymbolicName=MSG_FAX_RECEIVE_NOFILE
  233. Language=English
  234. The incoming fax cannot be received in %1. Verify that fax queue folder %1 exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  235. Win32 error code: %2.%r
  236. This error code indicates the cause of the error.
  237. .
  238. MessageId=32026 Severity=Warning SymbolicName=MSG_NO_FAX_DEVICES
  239. Language=English
  240. Fax Service failed to initialize any assigned fax devices.
  241. No faxes can be sent or received until a fax device is installed.
  242. .
  243. MessageId=32027 Severity=Error SymbolicName=MSG_FAX_SEND_FATAL_ABORT
  244. Language=English
  245. An error was encountered while sending a fax. This fax will not be
  246. sent, because the maximum number of retries has been exhausted.
  247. If you restart the transmission and difficulties persist, please verify that the
  248. phone line, fax sending device, and fax receiving device are working properly.
  249. Sender: %1.
  250. Billing code: %2.
  251. Sender company: %3.
  252. Sender dept: %4.
  253. Device name: %5.
  254. Job ID: %6.
  255. User name: %7.%r
  256. Please check the activity log for further details of this event.
  257. .
  258. MessageId=32028 Severity=Warning SymbolicName=MSG_FAX_SEND_FATAL_RETRY
  259. Language=English
  260. An error was encountered while sending a fax. The service will attempt to resend the fax.
  261. If further transmissions fail, please verify that the
  262. phone line, fax sending device, and fax receiving device are working properly.
  263. Sender: %1.
  264. Billing code: %2.
  265. Sender company: %3.
  266. Sender dept: %4.
  267. Device name: %5.
  268. Job ID: %6.
  269. User name: %7.%r
  270. Please check the activity log for further details of this event.
  271. .
  272. MessageId=32029 Severity=Informational SymbolicName=MSG_FAX_SEND_USER_ABORT
  273. Language=English
  274. The fax transmission was canceled.
  275. Sender: %1.
  276. Billing code: %2.
  277. Sender company: %3.
  278. Sender dept: %4.
  279. Device name: %5.
  280. Job ID: %6.
  281. User name: %7.%r
  282. Please check the activity log for further details of this event.
  283. .
  284. MessageId=32030 Severity=Informational SymbolicName=MSG_FAX_RECEIVE_USER_ABORT
  285. Language=English
  286. The fax reception was canceled.
  287. Please check the activity log for further details of this event.
  288. .
  289. MessageId=32031 Severity=Error SymbolicName=MSG_FAX_SEND_NDT_ABORT
  290. Language=English
  291. An attempt to send the fax failed. There was no dial tone. This fax will not be sent,
  292. because the maximum number of retries has been exhausted.
  293. Sender: %1.
  294. Billing code: %2.
  295. Sender company: %3.
  296. Sender dept: %4.
  297. Device name: %5.
  298. Job ID: %6.
  299. User name: %7.%r
  300. Please check the activity log for further details of this event.
  301. .
  302. MessageId=32032 Severity=Warning SymbolicName=MSG_FAX_SEND_NDT_RETRY
  303. Language=English
  304. An attempt to send the fax failed. There was no dial tone. The service will attempt to resend the fax.
  305. Sender: %1.
  306. Billing code: %2.
  307. Sender company: %3.
  308. Sender dept: %4.
  309. Device name: %5.
  310. Job ID: %6.
  311. User name: %7.%r
  312. Please check the activity log for further details of this event.
  313. .
  314. MessageId=32034 Severity=Error SymbolicName=MSG_FAX_RECEIVE_FAIL_RECOVER
  315. Language=English
  316. An incoming fax could not be received due to a reception error.
  317. Only part of the incoming fax was received.
  318. Contact the sender and request that the fax be resent.
  319. File Name: %1.
  320. From: %2.
  321. CallerId: %3.
  322. To: %4.
  323. Recovered Pages: %5.
  324. Total Pages: %6.
  325. Transmission time: %7.
  326. Device Name: %8.
  327. .
  328. MessageId=32035 Severity=Error SymbolicName=MSG_QUEUE_INIT_FAILED
  329. Language=English
  330. Fax Service could not restore the fax queue. Any pending faxes should be resent.
  331. .
  332. MessageId=32036 Severity=Error SymbolicName=MSG_ROUTE_INIT_FAILED
  333. Language=English
  334. Fax Service failed initializing the routing module '%1'.%r
  335. Please contact your routing extension vendor.%r
  336. Location: %2. Routing extension status: %3. Error code: %4.
  337. .
  338. MessageId=32037 Severity=Error SymbolicName=MSG_VIRTUAL_DEVICE_INIT_FAILED
  339. Language=English
  340. Fax Service failed to initialize a fax service provider device for %1. Contact your FSP vendor.
  341. .
  342. MessageId=32038 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED
  343. Language=English
  344. Fax Service had problems initializing the fax service provider module '%1'.%r
  345. Please contact your FSP vendor.%r
  346. Reason: %2.%r
  347. Error code: %3.%r
  348. Location: %4.%r
  349. This error code indicates the cause of the error.
  350. .
  351. MessageId=32039 Severity=Warning SymbolicName=MSG_NO_FSP_INITIALIZED
  352. Language=English
  353. Fax Service could not initialize any Fax Service Provider (FSP).
  354. No faxes can be sent or received until a provider is installed.%r%r
  355. Reinstall the fax component.
  356. .
  357. MessageId=32041 Severity=Error SymbolicName=MSG_SERVICE_INIT_FAILED_INTERNAL
  358. Language=English
  359. Fax Service failed to initialize because of an internal error%r%r
  360. Win32 Error Code: %1.%r
  361. This error code indicates the cause of the error.
  362. .
  363. MessageId=32044 Severity=Error SymbolicName=MSG_SERVICE_INIT_FAILED_SYS_RESOURCE
  364. Language=English
  365. Fax Service failed to initialize because of lack of system resources.%r%r
  366. Close other applications, and restart the service.%r
  367. Win32 error code: %1.%r
  368. This error code indicates the cause of the error.
  369. .
  370. MessageId=32045 Severity=Error SymbolicName=MSG_SERVICE_INIT_FAILED_TAPI
  371. Language=English
  372. Fax Service failed to initialize because it could not initialize the TAPI devices.%r%r
  373. Verify that a fax device is installed and configured correctly.%r
  374. Win32 error code: %1.%r
  375. This error code indicates the cause of the error.
  376. .
  377. MessageId=32047 Severity=Error SymbolicName=MSG_FAX_ARCHIVE_CREATE_FILE_FAILED
  378. Language=English
  379. A file cannot be created in the archive folder and the fax will not be archived. Verify that an archive folder exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  380. Error Code: %1%r
  381. This error code indicates the cause of the error.
  382. .
  383. MessageId=32050 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_LOAD
  384. Language=English
  385. Fax Service failed to load the Fax Service Provider '%1'.%r%r
  386. Fax Service Provider Path: '%2'%r%r
  387. Win32 Error Code: %3%r%r
  388. Verify that the module is located in the specified path.
  389. If it is not, reinstall the Fax Service Provider and restart the Fax Service.
  390. If this does not solve the problem, contact the Fax Service Provider vendor.
  391. .
  392. MessageId=32051 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_MEM
  393. Language=English
  394. Fax Service ran out of memory when trying to initialize Fax Service Provider '%1'.%r%r
  395. Fax Service Provider Path: '%2'.%r
  396. Close other applications and restart the service.
  397. .
  398. MessageId=32052 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_INTERNAL
  399. Language=English
  400. Fax Service could not initialize Fax Service Provider '%1' because of an internal error.%r%r
  401. Fax Service Provider Path: '%2'%r%r
  402. Win32 Error Code: %3%r
  403. This error code indicates the cause of the error.
  404. .
  405. MessageId=32053 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_REGDATA_INVALID
  406. Language=English
  407. Fax Service could not initialize Fax Service Provider '%1' because its registration data is not valid.%r%r
  408. Fax Service Provider Path: '%2'.%r
  409. Contact the fax service provider vendor.
  410. .
  411. MessageId=32054 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_INTERNAL_HR
  412. Language=English
  413. Fax Service could not initialize Fax Service Provider '%1' because of an internal error.%r%r
  414. Fax Service Provider Path: '%2'%r%r
  415. Error Code: %3%r
  416. This error code indicates the cause of the error.
  417. .
  418. MessageId=32057 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_INVALID_FSPI
  419. Language=English
  420. Fax Service could not initialize Fax Service Provider '%1' because it failed to load the
  421. required Legacy FSPI interface.%r%r
  422. Fax Service Provider Path: '%2'%r%r
  423. Win32 Error Code: %3%r%r
  424. Contact the Fax Service Provider vendor.
  425. .
  426. MessageId=32058 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_INVALID_EXT_FSPI
  427. Language=English
  428. Fax Service could not initialize Fax Service Provider '%1' because it failed to load the
  429. required Extended FSPI interface.%r%r
  430. Fax Service Provider Path: '%2'%r%r
  431. Win32 Error Code: %3%r%r
  432. Contact the Fax Service Provider vendor.
  433. .
  434. MessageId=32059 Severity=Error SymbolicName=MSG_FSP_INIT_FAILED_UNSUPPORTED_FSPI
  435. Language=English
  436. Fax Service could not initialize Fax Service Provider '%1'
  437. because it provided an interface version (%3) that is not supported.%r%r
  438. Fax Service Provider Path: '%2'%r%r
  439. Contact the Fax Service Provider vendor.
  440. .
  441. MessageId=32060 Severity=Error SymbolicName=MSG_LOGGING_NOT_INITIALIZED
  442. Language=English
  443. Activity logging cannot be initialized because the activity log files cannot be opened. Verify that the activity log folder exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  444. Activity logging path: '%1'%r
  445. Win32 error code: %2.%r
  446. This error code indicates the cause of the error.
  447. .
  448. MessageId=32061 Severity=Error SymbolicName=MSG_BAD_RECEIPTS_CONFIGURATION
  449. Language=English
  450. Fax Service failed to read the delivery notification configuration, possibly due to registry corruption or a lack of system resources.%r%r
  451. Reinstall the fax component.%r
  452. Win32 error code: %1.%r
  453. This error code indicates the cause of the error.
  454. .
  455. MessageId=32062 Severity=Error SymbolicName=MSG_BAD_CONFIGURATION
  456. Language=English
  457. Fax Service failed to read the service configuration, possibly due to registry corruption or a lack of system resources.%r%r
  458. Reinstall the fax component.%r
  459. Win32 error code: %1.%r
  460. This error code indicates the cause of the error.
  461. .
  462. MessageId=32063 Severity=Error SymbolicName=MSG_BAD_ARCHIVE_CONFIGURATION
  463. Language=English
  464. Fax Service failed to read the archive configuration, possibly due to registry corruption or a lack of system resources.%r%r
  465. Reinstall the fax component.%r
  466. Win32 error code: %1.%r
  467. This error code indicates the cause of the error.
  468. .
  469. MessageId=32064 Severity=Error SymbolicName=MSG_BAD_ACTIVITY_LOGGING_CONFIGURATION
  470. Language=English
  471. Fax Service failed to read the activity logging configuration, possibly due to registry corruption or a lack of system resources.%r
  472. Reinstall the fax component.%r
  473. Win32 error code: %1.%r
  474. This error code indicates the cause of the error.
  475. .
  476. MessageId=32065 Severity=Error SymbolicName=MSG_BAD_OUTBOUND_ROUTING_CONFIGURATION
  477. Language=English
  478. Fax Service failed to read the outgoing routing configuration, possibly due to registry corruption or a lack of system resources.%r%r
  479. Reinstall the fax component.%r
  480. Win32 error code: %1.%r
  481. This error code indicates the cause of the error.
  482. .
  483. MessageId=32066 Severity=Warning SymbolicName=MSG_BAD_OUTBOUND_ROUTING_GROUP_CONFIGURATION
  484. Language=English
  485. At least one of the devices in the outgoing routing group is not valid. Check the devices configuration.
  486. Group name: '%1'
  487. .
  488. MessageId=32067 Severity=Error SymbolicName=MSG_OUTBOUND_ROUTING_GROUP_NOT_LOADED
  489. Language=English
  490. Fax Service failed to read the server's outbound routing group configuration because a parameter in the registry is corrupted.
  491. The group was deleted. Recreate the outgoing routing group.
  492. Group name: '%1'
  493. .
  494. MessageId=32068 Severity=Warning SymbolicName=MSG_BAD_OUTBOUND_ROUTING_RULE_CONFIGUTATION
  495. Language=English
  496. The outgoing routing rule is not valid because it cannot find a valid device. Check the routing rule configuration.
  497. Country/region code: '%1'
  498. Area code: '%2'
  499. .
  500. MessageId=32069 Severity=Error SymbolicName=MSG_OUTBOUND_ROUTING_RULE_NOT_LOADED
  501. Language=English
  502. Fax Service failed to read the server's outbound routing rule configuration because a parameter in the registry is corrupted.
  503. The rule was deleted. Recreate the outgoing routing rule.
  504. Country/region code: '%1'
  505. Area code: '%2'
  506. .
  507. MessageId=32070 Severity=Error SymbolicName=MSG_OUTBOUND_ROUTING_GROUP_NOT_ADDED
  508. Language=English
  509. Fax Service failed to load the server's outbound routing group configuration.
  510. Group name: '%1'
  511. .
  512. MessageId=32071 Severity=Error SymbolicName=MSG_OUTBOUND_ROUTING_RULE_NOT_ADDED
  513. Language=English
  514. Fax Service failed to load the server's outbound routing rule configuration.
  515. Country/region code: '%1'
  516. Area code: '%2'
  517. .
  518. MessageId=32072 Severity=Warning SymbolicName=MSG_FAX_EXEEDED_INBOX_QUOTA
  519. Language=English
  520. The Inbox folder size has passed the high watermark.
  521. Inbox archive folder path: '%1'
  522. Inbox high watermark (MB): %2
  523. .
  524. MessageId=32073 Severity=Warning SymbolicName=MSG_FAX_EXEEDED_SENTITEMS_QUOTA
  525. Language=English
  526. The Sent Items folder size has passed the high watermark.
  527. Sent Items archive path: '%1'
  528. Sent Items high watermark (MB): %2
  529. .
  530. MessageId=32074 Severity=Error SymbolicName=MSG_FAX_ARCHIVE_NO_TAGS
  531. Language=English
  532. Unable to add fax properties to %1. Verify that the archive directory is located on a NTFS partition.%r
  533. The following error occurred: %2.%r
  534. This error code indicates the cause of the error.
  535. .
  536. MessageId=32076 Severity=Error SymbolicName=MSG_FAX_TIFF_CREATE_FAILED_NO_ARCHIVE
  537. Language=English
  538. A fax .tif file cannot be created for archiving, and the fax will not be archived. File name: '%1'. Verify that the archive folder exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r
  539. The following error occurred: %2.%r
  540. This error code indicates the cause of the error.
  541. .
  542. MessageId=32077 Severity=Warning SymbolicName=MSG_FAX_ACTIVITY_LOG_FAILED_SCHEMA
  543. Language=English
  544. The activity logging schema file cannot be created. File name: '%1'. Verify that the activity logging folder exists and that it has write permissions for the Network Service account under which the Fax Service runs.%r%r
  545. If the schema.ini file exists, verify that it is not used by other applications.%r
  546. The following error occurred: %2.%r
  547. This error code indicates the cause of the error.
  548. .
  549. MessageId=32078 Severity=Error SymbolicName=MSG_FAX_ROUTE_FAILED
  550. Language=English
  551. A successfully received fax was not routed automatically.
  552. You can find the fax in the Inbox/Incoming archive folder by its Job ID.
  553. Job ID: %1.
  554. Received on Device: '%2'
  555. Sent from: '%3'
  556. .
  557. MessageId=32079 Severity=Error SymbolicName=MSG_FAX_SEND_FAILED
  558. Language=English
  559. An error occurred while preparing to send the fax. The service will not attempt to resend the fax.
  560. Please close other applications before resending.%r
  561. Sender: %1.%r
  562. Billing code: %2.%r
  563. Sender company: %3.%r
  564. Sender dept: %4.%r
  565. Device name: %5.%r
  566. Job ID: %6.%r
  567. User name: %7.%r
  568. Please check the activity log for further details of this event.
  569. .
  570. MessageId=32083 Severity=Error SymbolicName=MSG_FAX_ROUTE_EMAIL_FAILED
  571. Language=English
  572. Unable to route fax %1 to the requested e-mail address.%r%r
  573. The following error occurred: %2%r
  574. This error code indicates the cause of the error.%r%r
  575. Check the SMTP server configuration, and correct any anomalies.
  576. .
  577. MessageId=32084 Severity=Informational SymbolicName=MSG_FAX_ROUTE_EMAIL_SUCCESS
  578. Language=English
  579. Received fax %1 routed to the requested e-mail address.
  580. .
  581. MessageId=32085 Severity=Error SymbolicName=MSG_FAX_OK_EMAIL_RECEIPT_FAILED
  582. Language=English
  583. The fax service has failed to generate a positive delivery receipt using SMTP.%r%r
  584. The following error occurred: %1.%r
  585. This error code indicates the cause of the error.%r%r
  586. Sender User Name: %2.%r
  587. Sender Name: %3.%r
  588. Submitted On: %4.
  589. .
  590. MessageId=32086 Severity=Error SymbolicName=MSG_FAX_ERR_EMAIL_RECEIPT_FAILED
  591. Language=English
  592. The fax service has failed to generate a negative delivery receipt using SMTP.%r%r
  593. The following error occurred: %1.%r
  594. This error code indicates the cause of the error.%r%r
  595. Sender User Name: %2.%r
  596. Sender Name: %3.%r
  597. Submitted On: %4.
  598. .
  599. MessageId=32087 Severity=Error SymbolicName=MSG_OK_MSGBOX_RECEIPT_FAILED
  600. Language=English
  601. The fax service has failed to generate a positive message box delivery receipt.%r%r
  602. The following error occurred: %1.%r
  603. This error code indicates the cause of the error.%r%r
  604. Sender User Name: %2.%r
  605. Sender Name: %3.%r
  606. Submitted On: %4.%r
  607. .
  608. MessageId=32088 Severity=Error SymbolicName=MSG_ERR_MSGBOX_RECEIPT_FAILED
  609. Language=English
  610. The fax service has failed to generate a negative message box delivery receipt.%r%r
  611. The following error occurred: %1.%r
  612. This error code indicates the cause of the error.%r%r
  613. Sender User Name: %2.%r
  614. Sender Name: %3.%r
  615. Submitted On: %4.
  616. .
  617. MessageId=32089 Severity=Error SymbolicName=MSG_FAX_ROUTE_METHOD_FAILED
  618. Language=English
  619. The Fax Service failed to execute a specific routing method.
  620. The service will retry to route the fax according to the retries configuration.
  621. If the retries fail, verify routing method configuration. %r
  622. Job ID: %1.%r
  623. Received on Device: '%2'%r
  624. Sent from: '%3'%r
  625. Received file name: '%4'.%r
  626. Routing extension name: '%5'%r
  627. Routing method name: '%6'
  628. .
  629. MessageId=32090 Severity=Error SymbolicName=MSG_FAX_MON_SEND_FAILED
  630. Language=English
  631. The fax was not submitted successfully.%r%r
  632. The following error occurred: %1.%r
  633. This error code indicates the cause of the error.%r%r
  634. Sender Machine Name: %2.%r
  635. Sender User Name: %3.%r
  636. Sender Name: %4.%r
  637. Number of Recipients: %5.
  638. .
  639. MessageId=32091 Severity=Error SymbolicName=MSG_FAX_MON_CONNECT_FAILED
  640. Language=English
  641. The fax was not submitted successfully because a connection could not be made to the fax service.%r%r
  642. The following error occurred: %1.%r
  643. This error code indicates the cause of the error.%r%r
  644. Sender Machine Name: %2.%r
  645. Sender User Name: %3.%r
  646. Sender Name: %4.%r
  647. Number of Recipients: %5.
  648. .
  649. MessageId=32092 Severity=Error SymbolicName=MSG_FAX_RECEIVE_FAILED_EX
  650. Language=English
  651. The Fax service failed to receive a fax.
  652. From: %1.
  653. CallerId: %2.
  654. To: %3.
  655. Pages: %4.
  656. Device Name: %5.
  657. .
  658. MessageId=32093 Severity=Informational SymbolicName=MSG_FAX_RECEIVED_ARCHIVE_SUCCESS
  659. Language=English
  660. Received fax %1 archived to %2.
  661. .
  662. MessageId=32094 Severity=Error SymbolicName=MSG_FAX_CALL_BLACKLISTED_ABORT
  663. Language=English
  664. The Fax Service Provider cannot complete the call because the telephone number is blocked or reserved;
  665. for example, a call to 911 or another emergency number.%r
  666. Sender: %1.%r
  667. Billing code: %2.%r
  668. Sender company: %3.%r
  669. Sender dept: %4.%r
  670. Device name: %5.%r
  671. Job Id: %6.%r
  672. User name: %7.%r
  673. Please check the activity log for further details of this event.
  674. .
  675. MessageId=32095 Severity=Error SymbolicName=MSG_FAX_CALL_DELAYED_ABORT
  676. Language=English
  677. The Fax Service Provider received a busy signal multiple times.
  678. The provider cannot retry because dialing restrictions exist.
  679. (Some countries restrict the number of retries when a number is busy.)%r
  680. Sender: %1.%r
  681. Billing code: %2.%r
  682. Sender company: %3.%r
  683. Sender dept: %4.%r
  684. Device name: %5.%r
  685. Job Id: %6.%r
  686. User name: %7.%r
  687. Please check the activity log for further details of this event.
  688. .
  689. MessageId=32096 Severity=Error SymbolicName=MSG_FAX_BAD_ADDRESS_ABORT
  690. Language=English
  691. The Fax Service Provider cannot complete the call because the destination address is invalid.%r
  692. Sender: %1.%r
  693. Billing code: %2.%r
  694. Sender company: %3.%r
  695. Sender dept: %4.%r
  696. Device name: %5.%r
  697. Job Id: %6.%r
  698. User name: %7.%r
  699. Please check the activity log for further details of this event.
  700. .
  701. MessageId=32097 Severity=Error SymbolicName=MSG_FAX_FSP_CONFLICT
  702. Language=English
  703. The fax service could not initialize the Fax Service Provider (FSP), because of a device ID conflict with a previous FSP.%r
  704. New Fax Service Provider: %1.%r
  705. Previous Fax Service Provider: %2.%r
  706. Please contact your Fax Service Provider vendor
  707. .
  708. MessageId=32098 Severity=Error SymbolicName=MSG_FAX_UNDER_ATTACK
  709. Language=English
  710. The fax service could not be started because another application denied the fax service access to system resources.
  711. .
  712. MessageId=32099 Severity=Error SymbolicName=MSG_FAX_MON_SEND_RECIPIENT_LIMIT
  713. Language=English
  714. The fax was not submitted, because the limit on the number of recipients for a single fax broadcast was reached. Please contact the fax administrator.%r%r
  715. Sender Machine Name: %1.%r
  716. Sender User Name: %2.%r
  717. Sender Name: %3.%r
  718. Number of Recipients: %4.%r
  719. Recipients Limit: %5
  720. .
  721. MessageId=32100 Severity=Error SymbolicName=MSG_FAX_PROPRIETARY_ABORT
  722. Language=English
  723. The attempt to send the fax failed. This fax will not be
  724. sent, because the maximum number of retries has been exhausted.%r%r
  725. Reason: %1.%r
  726. Sender: %2.%r
  727. Billing code: %3.%r
  728. Sender company: %4.%r
  729. Sender dept: %5.%r
  730. Device name: %6.%r
  731. Job Id: %7.%r
  732. User name: %8.%r
  733. Please check the activity log for further details of this event.
  734. .
  735. MessageId=32101 Severity=Error SymbolicName=MSG_FAX_PROPRIETARY_RETRY
  736. Language=English
  737. The attempt to send the fax failed. The service will attempt to resend the fax.%r%r
  738. Reason: %1.%r
  739. Sender: %2.%r
  740. Billing code: %3.%r
  741. Sender company: %4.%r
  742. Sender dept: %5.%r
  743. Device name: %6.%r
  744. Job Id: %7.%r
  745. User name: %8.%r
  746. Please check the activity log for further details of this event.
  747. .
  748. MessageId=32102 Severity=Warning SymbolicName=MSG_FAX_MESSENGER_SVC_DISABLED_WRN
  749. Language=English
  750. The Fax service is configured to support message box delivery receipts.
  751. However, this type of delivery receipt cannot be used because the local Messenger service is disabled.
  752. To enable the Messenger service, change the startup type of the service to Automatic.
  753. .
  754. MessageId=32103 Severity=Error SymbolicName=MSG_FAX_MESSENGER_SVC_DISABLED_ERR
  755. Language=English
  756. The Fax service cannot send a message box delivery receipt because the Messenger service is disabled.
  757. To enable this type of receipt, change the startup type of the Messenger service to Automatic.
  758. .
  759. MessageId=32104 Severity=Error SymbolicName=MSG_FAX_QUEUE_FOLDER_ERR
  760. Language=English
  761. Faxes cannot be submitted or sent because the Fax service cannot access the folder %1 specified for the fax queue.
  762. The location of the fax queue can be modified with a registry key. For more information, see Troubleshooting in Fax Service Manager help.%r
  763. Win32 Error Code: %2%r
  764. This error code indicates the cause of the error.
  765. .
  766. MessageId=32105 Severity=Error SymbolicName=MSG_FAX_ACTIVITY_LOG_FOLDER_ERR
  767. Language=English
  768. Activity logging is disabled because the Fax service cannot access the folder %1 specified for the activity log.
  769. You can modify the location of the activity log from Fax Service Manager. For more information, see Troubleshooting in Fax Service Manager help.%r
  770. Win32 Error Code: %2%r
  771. This error code indicates the cause of the error.
  772. .
  773. MessageId=32106 Severity=Error SymbolicName=MSG_FAX_ARCHIVE_INBOX_FOLDER_ERR
  774. Language=English
  775. Incoming faxes cannot be routed and archived, because the Fax service cannot access the folder %1 specified as the Inbox archive location.
  776. You can modify the location of the Inbox archive folder from Fax Service Manager. For more information, see Troubleshooting in Fax Service Manager help.%r
  777. Win32 Error Code: %2%r
  778. This error code indicates the cause of the error.
  779. .
  780. MessageId=32107 Severity=Error SymbolicName=MSG_FAX_ARCHIVE_OUTBOX_FOLDER_ERR
  781. Language=English
  782. Sent faxes cannot be archived, because the Fax service cannot access the folder %1 specified as the Sent Items archive location.
  783. You can modify the location of the Sent Items archive folder from Fax Service Manager. For more information, see Troubleshooting in Fax Service Manager help.%r
  784. Win32 Error Code: %2%r
  785. This error code indicates the cause of the error.
  786. .
  787. MessageId=32108 Severity=Error SymbolicName=MSG_FAX_GENERAL_FAULT
  788. Language=English
  789. The Fax Service encountered a problem and needed to close.%r
  790. Error Code: %1%r
  791. This error code indicates the cause of the error.%r
  792. A Windows Error Report was generated with full details about the problem.%r
  793. The Fax service will restart now.
  794. .
  795. MessageId=32109 Severity=Error SymbolicName=MSG_FAX_FSP_GENERAL_FAULT
  796. Language=English
  797. The Fax Service Provider '%1' encountered a problem and needed to close.%r
  798. Error Code: %2%r
  799. This error code indicates the cause of the error.%r
  800. A Windows Error Report was generated with full details about the problem.%r
  801. The Fax service will restart now.
  802. .
  803. MessageId=32110 Severity=Error SymbolicName=MSG_FAX_ROUTING_EXT_GENERAL_FAULT
  804. Language=English
  805. The Fax Routing Extension '%1' encountered a problem and needed to close.%r
  806. Error Code: %2%r
  807. This error code indicates the cause of the error.%r
  808. A Windows Error Report was generated with full details about the problem.%r
  809. The Fax service will restart now.
  810. .