home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / gw / ofck41.exe / OFCHECK.MSG < prev    next >
Text File  |  1995-06-02  |  43KB  |  1,551 lines

  1. /*SOURCE_FILE***************************************************************
  2. File Name:    OFCHECK.MSG
  3. Description:  OFCHECK string constants
  4.  
  5. NOTE:  This file contains both the compiler constants referring to
  6.             the messages, and the messages themselves.
  7.        It is read by OFCHECK at startup for display strings.
  8.  
  9. Copyright (C) 1993, 1994 WordPerfect Corp.,  All Rights Reserved
  10.  
  11. Initial file - June 7, 1993   Office 4.0 ship
  12. Version 4.1ß - April 19, 1994
  13. ----------------------------------------------------------------------------
  14. $Workfile:   ofcheck.msg  $
  15. $Revision:   1.46  $
  16. $Author:   dkenison  $
  17. $Date:   17 Apr 1995 16:20:48  $
  18.  
  19. **END**********************************************************************/
  20.  
  21. #ifndef OFCHECK_MSG
  22. #define OFCHECK_MSG
  23.  
  24. #define    CKMSG_VERSION    "4.1b  "
  25.  
  26. /*********************************************************************/
  27. /* NOTE - each display string should appear on the line immediately  */
  28. /* following the constant definition it represents.  Note that white */
  29. /* space is significant... the display string will be ALL characters */
  30. /* between the comment delimiters!                                   */
  31. /*********************************************************************/
  32.  
  33. #define    CKMSG_HDR        0
  34. /*Novell GroupWise - %s0 - Version %s1\n*/
  35.  
  36. #define    CKMSG_FAIL        1
  37. /*\n\nProcessing failed- press F7 to exit\n*/
  38.  
  39. #define    CKMSG_CR            2
  40. /*\n*/
  41.  
  42. #define    CKMSG_DATE        3
  43. /*  Processed on %s0\n\n*/
  44.  
  45. #define    CKMSG_HDR_INF    4
  46. /*Processing information for this run:\n*/
  47.  
  48. #define    CKMSG_PATH_PO    5
  49. /*  Path to PO   = %s0\n*/
  50.  
  51. #define    CKMSG_PO_EQ        6
  52. /*    Post Office= %s0\n*/
  53.  
  54. #define    CKMSG_USER_EQ    7
  55. /*    User       = %s0\n*/
  56.  
  57. #define    CKMSG_FILES_EQ    8
  58. /*  Files        = %s0\n*/
  59.  
  60. #define    CKMSG_ACTION    9
  61. /*  Action       = %s0\n*/
  62.  
  63. #define    CKMSG_VERIFY    10
  64. /*  Verify       = %s0\n*/
  65.  
  66. #define    CKMSG_FIXUP        11
  67. /*    Fixup num  = %s0\n*/
  68.  
  69. #define    CKMSG_DELETE    12
  70. /*  DeleteOldItem= %s0 (%k1 days)\n*/
  71.  
  72. #define    CKMSG_PURGE        13
  73. /*  PurgeWastebsk= %k0 days\n*/
  74.  
  75. #define    CKMSG_VERBOSE    14
  76. /*  Verbose      = %s0\n*/
  77.  
  78. #define    CKMSG_EXPIRE    15
  79. /*\n  Items older than expire date = %m0\n*/
  80.  
  81. #define    CKMSG_OUTPUT    16
  82. /*  Output log   = %s0\n*/
  83.  
  84. #define    CKMSG_DISP_OFF    17
  85. /*\n\n\nTurning display OFF; information will be logged to file %s0\n*/
  86.  
  87. #define    CKMSG_DISP_TOG    18
  88. /*- Press any key to resume display\n*/
  89.  
  90. #define    CKMSG_BOX_FAIL    19
  91. /*Unable to open box count file\n*/
  92.  
  93. #define    CKMSG_PO_PROC    20
  94. /*Processing Post Office = %s0   path = %s1\n*/
  95.  
  96. #define    CKMSG_PROC_COMP    21
  97. /*\nProcessing completed\n\n*/
  98.  
  99. #define    CKMSG_PURGE_DATE    22
  100. /*\n  Items older than wastebasket purge date = %m0\n*/
  101.  
  102. #define    CKMSG_BOX_VIOLATE    23
  103. /*\n\nBOX COUNT VIOLATORS- count > %k0  (NOTE- only violations are shown!)\n*/
  104.  
  105. #define    CKMSG_BOX_HEADER        24
  106. /* USERNAME   POST OFFICE   InBox Count    OutBox Count      Wastebasket\n*/
  107.  
  108. #define    CKMSG_BOX_LINE            25
  109. /* ---------- ----------   ------------   -------------   -----------------\n*/
  110.  
  111. #define    CKMSG_TOT_PROC_TIME    26
  112. /*\n\nPROCESSING COMPLETED- total processing time: %k0%s1%k2%s3%k4\n*/
  113.  
  114. #define    CKMSG_FINAL_RC            27
  115. /*Final processing return code = 0x%4x0\n*/
  116.  
  117. #define    CKMSG_SEARCH_MSG        28
  118. /*Searching for User/Post Office information for %s0\n*/
  119.  
  120. #define    CKMSG_USER_FOUND        29
  121. /*- User found, Fid=%s0, Diskid=%k1, PO=%s2, Path=%s3\n\n*/
  122.  
  123. #define    CKMSG_MSG_SUMMARY        30
  124. /*SUMMARY INFORMATION for MESSAGE database %s0:\n*/
  125.  
  126. #define    CKMSG_MSG_SUM_HDR        31
  127. /*\n Filename     # recs  Last Drn    Size of database*/
  128.  
  129. #define    CKMSG_MSG_SUM_LINE    32
  130. /*\n ---------    ------- ---------   ----------------\n*/
  131.  
  132. #define    CKMSG_REMOTE_MSG        33
  133. /*\n  Checking remote message database -%+9m0 bytes, %s1\n*/
  134.  
  135. #define    CKMSG_ARCHIVE_MSG        34
  136. /*\n  Checking archive message database -%+9m0 bytes, %s1\n*/
  137.  
  138. #define    CKMSG_MESSAGE_CHECK    35
  139. /*\n  Checking message database MSG%k0.DB        %s1 -%+9m2 bytes, %s3\n*/
  140.  
  141. #define    CKMSG_USER_LOGICAL    36
  142. /*    CONTENTS VERIFICATION of user's outgoing MSG database\n*/
  143.  
  144. #define    CKMSG_USER_SUMMARY    37
  145. /*SUMMARY INFORMATION for USER database %s0:\n*/
  146.  
  147. #define    CKMSG_USER_SUM_HDR    38
  148. /*\n  Userid/FID/DiskID        #recs Highest Deleted Setup  Size of database*/
  149.  
  150. #define    CKMSG_USER_SUM_LINE    39
  151. /*\n-----------------------    ----- (------) ------  ---   ------------------\n*/
  152.  
  153. #define    CKMSG_RESET_MSG        40
  154. /*\nRESETTING user preferences for user database %s0\n*/
  155.  
  156. #define    CKMSG_REMOTE_USER        41
  157. /*\n  Checking remote user database    -%+9m0 bytes, %s1\n*/
  158.  
  159. #define    CKMSG_ARCHIVE_USER    42
  160. /*\n  Checking archive user database    -%+9m0 bytes, %s1\n*/
  161.  
  162. #define    CKMSG_CHECKING_USER    43
  163. /*\n  Checking user = %14s0(%3s1)         -%+9m2 bytes, %s3\n*/
  164.  
  165. #define    CKMSG_RETURN_PUDB    44
  166. /*Return from _ProcessUserDb() = 0x%4x0\n*/
  167.  
  168. #define    CKMSG_STARLINE        45
  169. /**********************************************************************\n*/
  170.  
  171. #define    CKMSG_WPHOST_READ        46
  172. /*READING WPHOST DATABASE to extract Post Office information\n*/
  173.  
  174. #define    CKMSG_INTERIM_STATS    47
  175. /*\n*****  INTERIM STATS *****\n*/
  176.  
  177. #define    CKMSG_PO_NOT_FOUND    48
  178. /*Warning- Post Office %s0 not found in path %s1\n*/
  179.  
  180. #define    CKMSG_MANY_USERIDS    49
  181. /*ERROR- too many userids\n*/
  182.  
  183. #define    CKMSG_PO_MAP_WRONG    50
  184. /*Warning- path %s0 mapped to Post Office %s1, not %s2\n*/
  185.  
  186. #define    CKMSG_SUMMARY_MDBS    51
  187. /*SUMMARY ANALYSIS of MESSAGE databases for Post Office %s0:\n*/
  188.  
  189. #define    CKMSG_SUMM_MDBS_HDR    52
  190. /*\n Filename     # recs  Last Drn    Size of database*/
  191.  
  192. #define    CKMSG_SUMM_MDBS_LINE    53
  193. /*\n ---------    ------- ---------   ----------------\n*/
  194.  
  195. #define    CKMSG_REDUCE_MSG        54
  196. /*\nREDUCING SIZE of MSG databases:\n*/
  197.  
  198. #define    CKMSG_PHYS_VER_MSG    55
  199. /*\nSTRUCTURAL VERIFICATION of MSG databases\n*/
  200.  
  201. #define    CKMSG_LOG_VER_MSG        56
  202. /*\nCONTENTS VERIFICATION of MSG databases\n*/
  203.  
  204. #define    CKMSG_PHYSLOG_VER_MSG    57
  205. /*\nSTRUCTURE/CONTENTS VERIFICATION of MSG databases\n*/
  206.  
  207. #define    CKMSG_RETURN_PMDB        58
  208. /*Return from _ProcessMsgDb() = 0x%4x0\n*/
  209.  
  210. #define    CKMSG_SUMMARY_UDBS    59
  211. /*SUMMARY ANALYSIS of USER databases for Post Office %s0:\n*/
  212.  
  213. #define    CKMSG_SUMM_UDBS_HDR    60
  214. /*  User/FID/DiskID          #recs Highest Deleted Setup  Size of database\n*/
  215.  
  216. #define    CKMSG_SUMM_UDBS_LINE    61
  217. /*-----------------------    ----- (------) ------  ---   ------------------\n*/
  218.  
  219. #define    CKMSG_REDUCE_USER        62
  220. /*\nREDUCING SIZE of USER databases for Post Office %s0\n*/
  221.  
  222. #define    CKMSG_REBUILD_ALL        63
  223. /*\nREBUILDING all user databases for Post Office %s0\n*/
  224.  
  225. #define    CKMSG_RESET_ALL        64
  226. /*\nRESETTING user preferences for all users on Post Office %s0\n*/
  227.  
  228. #define    CKMSG_PHYS_VER_USER    65
  229. /*\nSTRUCTURAL VERIFICATION of USER databases for Post Office %s0\n*/
  230.  
  231. #define    CKMSG_LOG_VER_USER    66
  232. /*\nCONTENTS VERIFICATION of USER databases for Post Office %s0\n*/
  233.  
  234. #define    CKMSG_PHYS_LOG_VER_USER    67
  235. /*\nSTRUCTURE/CONTENTS VERIFICATION of USER databases for Post Office %s0\n*/
  236.  
  237. #define    CKMSG_RETURN_PUDBS    68
  238. /*Return from _ProcessUserDbs() = 0x%4x0\n*/
  239.  
  240. #define    CKMSG_PO_RECLAIM_TOT    69
  241. /**** Total bytes reclaimed for Post Office %s0:%+9m1\n\n*/
  242.  
  243. #define    CKMSG_PO_COULD_RECLAIM    70
  244. /*\n\nTotal space that could be reclaimed on this Post Office:  %m0 bytes\n*/
  245.  
  246. #define    CKMSG_PO_STATS            71
  247. /*\n*****  POST OFFICE "%s0" STATISTICS *****\n*/
  248.  
  249. #define    CKMSG_PO_PROC_TIME    72
  250. /*\n\nProcessing time for Post Office %s0: %k1%s2%k3%s4%k5\n*/
  251.  
  252. #define    CKMSG_USERID_REMOTE    73
  253. /*- userid found on remote Post Office %s0\n*/
  254.  
  255. #define    CKMSG_READ_WPHOST        74
  256. /*READING WPHOST DATABASE to extract user information\n*/
  257.  
  258. #define    CKMSG_OBJS_FOUND        75
  259. /*- found %k0 object records in this Post Office database\n*/
  260.  
  261. #define    CKMSG_STOPPED_EARLY    76
  262. /*\n\nPROCESSING STOPPED EARLY\n\n*/
  263.  
  264. #define    CKMSG_CHECKING_USER_B    77
  265. /*\n  Checking user = %14s0(%3s1) %+3k2/%3k3 -%+9m4 bytes, %s5\n*/
  266.  
  267. #define    CKMSG_CURRENT_TIME    78
  268. /*  - Current time %s0\n*/
  269.  
  270. #define    CKMSG_UDBS_FOUND        79
  271. /*\n*** User databases found: %k0\n*/
  272.  
  273. #define    CKMSG_TOT_RECS            80
  274. /**** Total recs in all dbs:%+6m0 data%+5m1 deleted%+3m2 setup %+9m3 bytes\n*/
  275.  
  276. #define    CKMSG_AVE_RECS            81
  277. /**** Average recs per user:%+6m0 data%+5m1 deleted%+3m2 setup %+9m3 bytes\n\n*/
  278.  
  279. #define    CKMSG_TOTAL_RECLAIMED    82
  280. /**** Total bytes reclaimed:%+9m0\n*/
  281.  
  282. #define    CKMSG_AVE_PER_DB        83
  283. /**** Average per database: %+9m0\n\n*/
  284.  
  285. #define    CKMSG_LOG_STATIS        84
  286. /*    CONTENTS VERIFICATION/STATISTICS analysis of db %s0\n*/
  287.  
  288. #define    CKMSG_LOG_VERIF        85
  289. /*    CONTENTS VERIFICATION of database %s0\n*/
  290.  
  291. #define    CKMSG_DB_NOT_FOUND    86
  292. /*      Database not found- %s0\n*/
  293.  
  294. #define    CKMSG_UDB_OPENED_1    87
  295. /*      User database opened\n*/
  296.  
  297. #define    CKMSG_RECS_LAST_DRN    88
  298. /*      - %m0 records found, last DRN = %m1\n*/
  299.  
  300. #define    CKMSG_CHECKING_PREF    89
  301. /*      - checking Preference records\n*/
  302.  
  303. #define    CKMSG_CHECKING_DATA    90
  304. /*      - checking Data records\n*/
  305.  
  306. #define    CKMSG_RETURN_URV        91
  307. /*Return from _UserRecordVerify() = %k0\n*/
  308.  
  309. #define    CKMSG_DELETE_ORPHAN    92
  310. /*Deleting orphaned attachment record\n*/
  311.  
  312. #define    CKMSG_DELETE_GROUP    93
  313. /*Deleting group record with no members\n*/
  314.  
  315. #define    CKMSG_DELETE_SETTING    94
  316. /*Deleting broken settings record (flags lost)\n*/
  317.  
  318. #define    CKMSG_DELETE_FAIL        95
  319. /*      - WARNING- delete failed: 0x%4x0\n*/
  320.  
  321. #define    CKMSG_OPTS_STATS        96
  322. /*  Statistics   = %s0\n*/
  323.  
  324. #define    CKMSG_UDB_OPENED_2    97
  325. /*  User database %s0 opened\n*/
  326.  
  327. #define    CKMSG_RESET_RECORD    98
  328. /*    - resetting record %m0 - type = %s1\n*/
  329.  
  330. #define    CKMSG_RESET_FAILED    99
  331. /*      - WARNING- reset failed: 0x%4x0\n*/
  332.  
  333. #define    CKMSG_TRASH_PURGE_RC    100
  334. /*TrashPurge user open error rc = 0x%4x0\n*/
  335.  
  336. #define    CKMSG_USER_REC_PURGED    101
  337. /*user record %m0 purged\n*/
  338.  
  339. #define    CKMSG_PURGED_OK        102
  340. /*Item %m0 purged successfully\n*/
  341.  
  342. #define    CKMSG_DELETE_OK        103
  343. /*Item %m0 deleted successfully\n*/
  344.  
  345. #define    CKMSG_FAILED_RC        104
  346. /*Failed- error rc = 0x%4x0\n*/
  347.  
  348. #define    CKMSG_INACTIVE_UDBS    105
  349. /*\n\nChecking for user databases that do not correspond to active users\n*/
  350.  
  351. #define    CKMSG_NO_UDBS            106
  352. /*no User Database files found in %s0\n*/
  353.  
  354. #define    CKMSG_RENAMING_DB        107
  355. /*renaming database to %s0\n*/
  356.  
  357. #define    CKMSG_FILEFIND_RC        108
  358. /*FileFind error 0x%4x0\n*/
  359.  
  360. #define    CKMSG_ADDITIONAL_MSG    109
  361. /*\n  Processing additional message dbs\n*/
  362.  
  363. #define    CKMSG_MDBS_FOUND        110
  364. /*\n*** Message databases found:%+7m0\n*/
  365.  
  366. #define    CKMSG_TOTAL_RECS        111
  367. /**** Total recs found, all dbs: %+9m0 data recs %+11m1 bytes\n*/
  368.  
  369. #define    CKMSG_AVERAGE_RECS    112
  370. /**** Average recs per database:   %+7m0 data recs %+11m1 bytes\n\n*/
  371.  
  372. #define    CKMSG_INDEX_DESC        113
  373. /*          processing index %m0, record %m1\n*/
  374.  
  375. #define    CKMSG_DIR_DELETE        114
  376. /*      - WARNING- Directory delete failed, rc = 0x%4x0\n*/
  377.  
  378. #define    CKMSG_NO_MDBS_FOUND    115
  379. /*  - no message database files found in %s0\n*/
  380.  
  381. #define    CKMSG_CHECKING_MDB    116
  382. /*\n  Checking message database %s0\n*/
  383.  
  384. #define    CKMSG_HUGE_SKIP        117
  385. /*      - Huge database (%m0 bytes); skipping\n*/
  386.  
  387. #define    CKMSG_CHECKING_MDB_B    118
  388. /*\n  Checking message database %17s0 -%+9m1 bytes, %s2\n*/
  389.  
  390. #define    CKMSG_RETURN_RMDB        119
  391. /*Return from _ReadMsgDB() = 0x%4x0\n*/
  392.  
  393. #define    CKMSG_MDB_OPENED        120
  394. /*      Msg database opened\n*/
  395.  
  396. #define    CKMSG_PROCESS_MDB        121
  397. /*      - processing message database records; last DRN = %m0\n*/
  398.  
  399. #define    CKMSG_EMPTY_MDB        122
  400. /*empty/invalid MSG database found (read rc = %k0)\n*/
  401.  
  402. #define    CKMSG_RETURN_MRV        123
  403. /*Return from _MsgRecordVerify() = 0x%4x0\n*/
  404.  
  405. #define    CKMSG_CHECK_ORPHAN    124
  406. /*      - checking for orphaned attachment records\n*/
  407.  
  408. #define    CKMSG_DELETING_REC    125
  409. /*deleting record\n*/
  410.  
  411. #define    CKMSG_RECORDS_READ    126
  412. /*      - %m0 records read\n*/
  413.  
  414. #define    CKMSG_FILE_REFS        127
  415. /*      - %m0 attachment file references found\n*/
  416.  
  417. #define    CKMSG_ENCAPSULATE        128
  418. /*\nChecking message databases for encapsulations older than expire date\n*/
  419.  
  420. #define    CKMSG_GLOBAL_READ_ERR    129
  421. /*Unable to open global data strings\n*/
  422.  
  423. #define    CKMSG_FKEY_NORMAL        130
  424. /*ACTIONS:  F4-ScreenSaver   F7-Exit   F10-InterimStats   ArUp/PgUp-ScrollMode*/
  425.  
  426. #define    CKMSG_FKEY_SCROLL        131
  427. /*SCROLL:  ArUp/ArDn/PgUp/PgDn-Scroll  CtlPgUp-TopOfFile  CtlPgDn-ResumeUpdates*/
  428.  
  429. #define    CKMSG_OBJS_USERS_FOUND    132
  430. /*- found %k0 objects, %k1 users that match requested Post Office\n*/
  431.  
  432. #define    CKMSG_TZ_FAILURE        133
  433. /*\n\nERROR- failure 0x%4x0 initializing timezone\n\n*/
  434.  
  435. #define    CKMSG_USER_OPTIONS    134
  436. /*CHKOFF user options analysis:\n*/
  437.  
  438. #define    CKMSG_LEVEL_ERROR        135
  439. /*- a level of checking (STRUCTURE or CONTENTS) must be specified\n*/
  440.  
  441. #define    CKMSG_SUMMARY_WARN    136
  442. /*- all VERIFY options are ignored when SUMMARY is processed\n*/
  443.  
  444. #define    CKMSG_SUMMARY_STAT    137
  445. /*- no STATISTICS are generated when SUMMARY is processed\n*/
  446.  
  447. #define    CKMSG_REDUCE_WARN        138
  448. /*- all VERIFY options are ignored when REDUCE is processed\n*/
  449.  
  450. #define    CKMSG_RESUME            139
  451. /*Screen display resuming; press F4 to turn off\n\n\n\n*/
  452.  
  453. #define    CKMSG_OPTIONS_OK        140
  454. /*- options are consistent.\n*/
  455.  
  456. #define    CKMSG_PW_NOT_EXTRACT    141
  457. /*password NOT extracted\n*/
  458.  
  459. #define    CKMSG_USER_STATS        142
  460. /*  User stats:  %m0 InBox, %m1 OutBox, %m2 WasteBasket\n*/
  461.  
  462. #define    CKMSG_RECS_READ        143
  463. /*      %m0 records read\n*/
  464.  
  465. #define    CKMSG_ATTACH_REFS        144
  466. /*      %m0 attachment file references found\n*/
  467.  
  468. #define    CKMSG_LIN_ATTACH_CHK    145
  469. /*        %m0 LIN_ATTACHMENT_RECORD check\n*/
  470.  
  471. #define    CKMSG_LOCAL_VIOLATE    146
  472. /*ERROR- attachments local violation\n*/
  473.  
  474. #define    CKMSG_LIN_REC_CHK        147
  475. /*        %m0 LIN_RECORD check\n*/
  476.  
  477. #define    CKMSG_PLEASE_REPORT    148
  478. /*serious problem- please report\n*/
  479.  
  480. #define    CKMSG_SENDER_USER_ID    149
  481. /*SENDER_USER_ID is %s0; not found in uInfo list\n*/
  482.  
  483. #define    CKMSG_REMOVE_REF        150
  484. /*removing invalid reference\n*/
  485.  
  486. #define    CKMSG_DIST_LIST_LOST    151
  487. /*this record represented a distribution list- can't recreate\n*/
  488.  
  489. #define    CKMSG_ADD_DUMMY        152
  490. /*adding dummy attachment\n*/
  491.  
  492. #define    CKMSG_DUMMY_REC        153
  493. /*Dummy attachment record*/
  494.  
  495. #define    CKMSG_GLOBAL_VIOLATE    154
  496. /*ERROR- attachments global violation\n*/
  497.  
  498. #define    CKMSG_HOST_REC_CHK    155
  499. /*        %m0 HOST_RECORD check\n*/
  500.  
  501. #define    CKMSG_USER_REC_CHK    156
  502. /*        %m0 USER_RECORD check\n*/
  503.  
  504. #define    CKMSG_MSG_REC_OUTBOX    157
  505. /*          Verifying MSG record %m0 exists in user outbox\n*/
  506.  
  507. #define    CKMSG_DB_NOT_FOUND_2    158
  508. /*          Database not found- %s0\n*/
  509.  
  510. #define    CKMSG_UDB_OPENED_3    159
  511. /*          User database %s0 opened\n*/
  512.  
  513. #define    CKMSG_MATCH_FOUND        160
  514. /*>> Proper match found, record %m0\n*/
  515.  
  516. #define    CKMSG_REQUIRE_REBUILD    161
  517. /*this error can only be fixed by setting the "Rebuild" option for current user\n*/
  518.  
  519. #define    CKMSG_CANCEL            162
  520. /*\n\nCancel request being processed...\n*/
  521.  
  522. #define    CKMSG_NO_CANCEL        163
  523. /*\n\nTermination cancelled- processing will continue\n\n*/
  524.  
  525. #define    CKMSG_UPDATED            164
  526. /*Record %m0 updated successfully\n*/
  527.  
  528. #define    CKMSG_REBUILD            165
  529. /*this problem can be fixed only by running REBUILD\n*/
  530.  
  531. #define    CKMSG_ERASE_BACKUP    166
  532. /*   - please erase backup files from directory and try again!\n*/
  533.  
  534. #define    CKMSG_ERRORS_FOUND    167
  535. /*Uncorrectable conditions encountered:\n*/
  536.  
  537. #define    CKMSG_NO_ERRORS        168
  538. /*  - No problems found\n*/
  539.  
  540. #define    CKMSG_ERRORS_HDR        169
  541. /* CODE DESCRIPTION                                         COUNT\n*/
  542.  
  543. #define    CKMSG_ERRORS_LINE        170
  544. /* ---- --------------------------------------------------  -----\n*/
  545.  
  546. #define    CKMSG_ERRORS_NUM        171
  547. /*  %+3k0 */
  548.  
  549. #define    CKMSG_PROBLEMS_FOUND    172
  550. /*Correctable conditions encountered:\n*/
  551.  
  552. #define    CKMSG_NO_PROBLEMS        173
  553. /*  - No problems found\n*/
  554.  
  555. #define    CKMSG_OVERALL_STATS    174
  556. /*\n\n\n*****  OVERALL STATS FOR THIS RUN  *****\n*/
  557.  
  558. #define    CKMSG_OVERALL_ERROR    175
  559. /*Uncorrectable conditions encountered:\n*/
  560.  
  561. #define    CKMSG_OVERALL_PROBLEM 176
  562. /*Correctable conditions encountered:\n*/
  563.  
  564. #define    CKMSG_DB_EMPTY            177
  565. /*      - database is empty\n*/
  566.  
  567. #define    CKMSG_OLD_PURGE        178
  568. /*          Item is older than PurgeDays - deleted on %s0\n*/
  569.  
  570. #define    CKMSG_ITEM_CHECK        179
  571. /*        %m0 ITEM_RECORD check- */
  572.  
  573. #define    CKMSG_ITEM_MAIL        180
  574. /*MAIL record\n*/
  575.  
  576. #define    CKMSG_ITEM_APPT        181
  577. /*APPT record\n*/
  578.  
  579. #define    CKMSG_ITEM_NOTE        182
  580. /*NOTE record\n*/
  581.  
  582. #define    CKMSG_ITEM_TODO        183
  583. /*TASK record\n*/
  584.  
  585. #define    CKMSG_ITEM_PHONE        184
  586. /*PHONE record\n*/
  587.  
  588. #define    CKMSG_ITEM_SEARCH        185
  589. /*SEARCH record\n*/
  590.  
  591. #define    CKMSG_ITEM_RULE        186
  592. /*RULE record\n*/
  593.  
  594. #define    CKMSG_ITEM_REM_REQ    187
  595. /*REM_REQ record\n*/
  596.  
  597. #define    CKMSG_ITEM_REM_RESP    188
  598. /*REM_RESP record\n*/
  599.  
  600. #define    CKMSG_ITEM_FOLDER        189
  601. /*FOLDER record\n*/
  602.  
  603. #define    CKMSG_ITEM_GROUP        190
  604. /*GROUP record\n*/
  605.  
  606. #define    CKMSG_ITEM_ACCESS        191
  607. /*ACCESS record\n*/
  608.  
  609. #define    CKMSG_ITEM_SETTING    192
  610. /*SETTING record\n*/
  611.  
  612. #define    CKMSG_ITEM_UNKNOWN    193
  613. /*unknown record type\n*/
  614.  
  615. #define    CKMSG_ITEM_CHECK_BUF    194
  616. /*        %m0 ITEM_RECORD check\n*/
  617.  
  618. #define    CKMSG_ROOT_FOLDER        195
  619. /*        %m0 FOLDER_RECORD (Root) found\n*/
  620.  
  621. #define    CKMSG_EMBEDDED_FOLDER 196
  622. /*        %m0 FOLDER_RECORD (Embedded) found\n*/
  623.  
  624. #define    CKMSG_MAKE_ROOT        197
  625. /*making this folder a root folder\n*/
  626.  
  627. #define    CKMSG_ORPHAN_FOLDER    198
  628. /*        %m0 FOLDER_RECORD (no PARENT_DRN) found\n*/
  629.  
  630. #define    CKMSG_GROUP_REC        199
  631. /*        %m0 GROUP_RECORD found\n*/
  632.  
  633. #define    CKMSG_GROUP_MEMB        200
  634. /*        %m0 GROUP_MEMBER_RECORD found\n*/
  635.  
  636. #define    CKMSG_ORPHAN_DELETE    201
  637. /*deleting orphaned record\n*/
  638.  
  639. #define    CKMSG_USER_ATTACH        202
  640. /*        %m0 USER_ATTACHMENT_RECORD found\n*/
  641.  
  642. #define    CKMSG_RULE_NULLFOLDER 203
  643. /*        %m0 RULE_RECORD found with FOLDER_DRN == 0\n*/
  644.  
  645. #define    CKMSG_RULE_REC_FOUND  204
  646. /*        %m0 RULE_RECORD found\n*/
  647.  
  648. #define    CKMSG_PUT_ROOT_FOLDER 205
  649. /*changing FOLDER_DRN to 0\n*/
  650.  
  651. #define    CKMSG_RULE_OK            206
  652. /*        %m0 RULE_RECORD with proper FOLDER_DRN found\n*/
  653.  
  654. #define    CKMSG_RULE_NOFOLDER    207
  655. /*        %m0 RULE_RECORD with no FOLDER_DRN found\n*/
  656.  
  657. #define    CKMSG_GENERIC            208
  658. /*        %m0 GENERIC_RECORD check- */
  659.  
  660. #define    CKMSG_ACCESS_REC        209
  661. /*ACCESS_RECORD\n*/
  662.  
  663. #define    CKMSG_SUBSCRIBER_REC    210
  664. /*SUBSCRIBER_RECORD\n*/
  665.  
  666. #define    CKMSG_SUBSCRIBE_TO_REC 211
  667. /*SUBSCRIBE_TO_RECORD\n*/
  668.  
  669. #define    CKMSG_REM_REQ_REC        212
  670. /*REM_REQ_RECORD\n*/
  671.  
  672. #define    CKMSG_RULE_REC            213
  673. /*RULE_RECORD\n*/
  674.  
  675. #define    CKMSG_UNKNOWN_REC        214
  676. /*UNKNOWN recType = %d0\n*/
  677.  
  678. #define    CKMSG_GENERIC_BUF        215
  679. /*        %m0 GENERIC_RECORD check\n*/
  680.  
  681. #define    CKMSG_DELETE_INVALID    216
  682. /*deleting invalid record\n*/
  683.  
  684. #define    CKMSG_REC_UPDATE_FAIL 217
  685. /*ERROR- update failed- please report\n*/
  686.  
  687. #define    CKMSG_ADD_TO_DELETE    218
  688. /*adding record back to DELETED folder\n*/
  689.  
  690. #define    CKMSG_ADD_TO_ROOT        219
  691. /*adding record back to ROOT folder\n*/
  692.  
  693. #define    CKMSG_ADD_FIELD        220
  694. /*adding field, value = %s0\n*/
  695.  
  696. #define    CKMSG_CHANGE_BOX        221
  697. /*changing box type to BOX_TYPE_PERSONAL\n*/
  698.  
  699. #define    CKMSG_GROUP_LIN        222
  700. /*group record with no LIN_DRN- making PERSONAL\n*/
  701.  
  702. #define    CKMSG_INBOX_LIN        223
  703. /*inbox record with no LIN_DRN- making PERSONAL\n*/
  704.  
  705. #define    CKMSG_MISSING_MDB        224
  706. /*Missing MSG database %k0\n*/
  707.  
  708. #define    CKMSG_MSG_VERIFY        225
  709. /*          - Unable to verify MSG record for item\n*/
  710.  
  711. #define    CKMSG_VERIFY_LIN        226
  712. /*- unable to verify mdb LIN_RECORD %m0\n*/
  713.  
  714. #define    CKMSG_ADT_HEADER        227
  715. /*           - ADT Header record\n*/
  716.  
  717. #define    CKMSG_ADT_INSTANCE    228
  718. /*           - ADT Instance record with valid header (%m0)\n*/
  719.  
  720. #define    CKMSG_ADT_UNKNOWN        229
  721. /*Unknown ADT type %k0\n*/
  722.  
  723. #define    CKMSG_EXPIRE_DAYS        230
  724. /*          Item is older than ExpireDays - created on %s0\n*/
  725.  
  726. #define    CKMSG_EXPIRE_OPEN        231
  727. /*ExpireDays user open error rc = 0x%4x0\n*/
  728.  
  729. #define    CKMSG_OPEN_ATTACH        232
  730. /*Unable to open attachments file %s0, rc=%m1\n*/
  731.  
  732. #define    CKMSG_ATTACH_DRN        233
  733. /*Error- drn not found in removeAtt\n*/
  734.  
  735. #define    CKMSG_UNKNOWN_PRIORITY 234
  736. /*unknown priority %k0\n*/
  737.  
  738. #define    CKMSG_PRIORITY_CHANGE  235
  739. /*Changing to SENDER_PRIORITY_NORMAL\n*/
  740.  
  741. #define    CKMSG_UNKNOWN_SECURITY 236
  742. /*unknown security %k0\n*/
  743.  
  744. #define    CKMSG_SECURITY_CHANGE  237
  745. /*Changing to SECURITY_NORMAL\n*/
  746.  
  747. #define    CKMSG_COUNTR_FAIL        238
  748. /*CountRecipients failure %k0\n*/
  749.  
  750. #define    CKMSG_COUNTR_FILE        239
  751. /*- Unable to count recipients for outbox message\n*/
  752.  
  753. #define    CKMSG_OUTBOX_COUNT    240
  754. /*        - found %k0 recipient%s1for outbox item\n*/
  755.  
  756. #define    CKMSG_STRING_CONV        241
  757. /*Wpstr conversion error %k0 in fx1\n*/
  758.  
  759. #define    CKMSG_VERIFY_ATTACH    242
  760. /*Verifying attachments files for Post Office %s0\n*/
  761.  
  762. #define    CKMSG_ATTACH_NOTE1    243
  763. /*NOTE- the user and message dbs for this Post Office were not completely\n*/
  764.  
  765. #define    CKMSG_ATTACH_NOTE2    244
  766. /*  checked, due to errors in reading and/or early termination.\n*/
  767.  
  768. #define    CKMSG_ATTACH_NOTE3    245
  769. /*  Therefore, complete verification of files on disk can't be done.\n\n*/
  770.  
  771. #define    CKMSG_ATTACH_DIR        246
  772. /*\nSubdirectory %s0:\n*/
  773.  
  774. #define    CKMSG_ATTACH_READ        247
  775. /*  Reading mdb attachments data file\n*/
  776.  
  777. #define    CKMSG_ATTACH_NO_FILE        248
  778. /*  - file does not exist; no attachment references were found\n*/
  779.  
  780. #define    CKMSG_ATTACH_OPEN_ERR    249
  781. /*Error- file open error 0x%4x0\n*/
  782.  
  783. #define    CKMSG_ATTACH_DB_REFS        250
  784. /*  - %k0 database references for this extension\n*/
  785.  
  786. #define    CKMSG_ATTACH_READ_FILES    251
  787. /*  Reading attachment files\n*/
  788.  
  789. #define    CKMSG_ATTACH_COMPARE        252
  790. /*  Comparing database references list with files list:\n*/
  791.  
  792. #define    CKMSG_ATTACH_DUPLICATE    253
  793. /*>>> Duplicate reference to %s0, %s1 (%m2), %s3(%m4)\n*/
  794.  
  795. #define    CKMSG_ATTACH_RECREATE    254
  796. /*File cannot be recreated\n*/
  797.  
  798. #define    CKMSG_ATTACH_MATCH        255
  799. /*> Files matching references in Msg DBs:   %+5m0\n*/
  800.  
  801. #define    CKMSG_ATTACH_NOREF        256
  802. /*> Files found, not referenced in Msg DBs: %+5m0\n*/
  803.  
  804. #define    CKMSG_ATTACH_NOFILE        257
  805. /*> Database references to non-existent files:%+5m0\n*/
  806.  
  807. #define    CKMSG_ATTACH_NOATT        258
  808. /*  - no ATTACHMENT files found in %s0\n*/
  809.  
  810. #define    CKMSG_ATTACH_COUNT        259
  811. /*  - %k0 attachment files found\n*/
  812.  
  813. #define    CKMSG_ATTACH_TIME1        260
  814. /*            NOTE- the timestamp on this file is recent, and may reflect a\n*/
  815.  
  816. #define    CKMSG_ATTACH_TIME2        261
  817. /*            temporary mismatch between the file system and the databases.\n*/
  818.  
  819. #define    CKMSG_ATTACH_RECENT        262
  820. /*File is too recent- will not be deleted\n*/
  821.  
  822. #define    CKMSG_DELETING_FILE        263
  823. /*deleting file\n*/
  824.  
  825. #define    CKMSG_FILE_DELETE_ERR    264
  826. /*Error 0x%4x0 deleting file\n*/
  827.  
  828. #define    CKMSG_FILE_DELETE_OK        265
  829. /*File deleted successfully\n*/
  830.  
  831. #define    CKMSG_DASHLINE                266
  832. /*---------------------------------------------------------------------\n*/
  833.  
  834. #define    CKMSG_SUMMARY_STATS_UDB    267
  835. /*%13s0(%3s1 - %+2k2) - %+6m3 (%+6m4) %+5m5   %+2m6%+11m7 bytes\n*/
  836.  
  837. #define    CKMSG_SUMMARY_UDB            268
  838. /*\nUSER DATABASE CONTENTS:\n*/
  839.  
  840. #define    CKMSG_SUMMARY_HDR            269
  841. /*Drn   Type   From            To              Subject/Title\n*/
  842.  
  843. #define    CKMSG_SUMMARY_LINE        270
  844. /*--- ------ --------------- --------------- ------------------------------\n*/
  845.  
  846. #define    CKMSG_SUMMARY_RECORD_U    271
  847. /*%+5m0 %7s1%16s2%16s3%33s4\n*/
  848.  
  849. #define    CKMSG_SUMMARY_STATS_MDB    272
  850. /* %10s0-  %+7m1 (%+7m2) - %+9m3 bytes\n*/
  851.  
  852. #define    CKMSG_PHYSICAL_VERIFY    273
  853. /*    STRUCTURAL VERIFICATION of database %s0\n*/
  854.  
  855. #define    CKMSG_CACHE_FAIL            274
  856. /*FlmCache update failed, rc=0x%4x0*/
  857.  
  858. #define    CKMSG_VERIFY_DATA            275
  859. /*      Verifying data\n*/
  860.  
  861. #define    CKMSG_REBUILD_HEADER        276
  862. /*attempting to rebuild header\n*/
  863.  
  864. #define    CKMSG_INCOMPLETE_TRANS    277
  865. /*db has incomplete transaction- %s0\n*/
  866.  
  867. #define    CKMSG_NO_FIX                278
  868. /*this database can't be fixed; delete//rename it and start over\n*/
  869.  
  870. #define    CKMSG_VERIFY_INDEX        279
  871. /*      Verifying indexes\n*/
  872.  
  873. #define    CKMSG_READ_ERROR            280
  874. /*Error %s0 (0x%4x1) reading database\n*/
  875.  
  876. #define    CKMSG_DB_OK                    281
  877. /*      - Database is structurally consistent\n*/
  878.  
  879. #define    CKMSG_RECOVERABLE            282
  880. /*      - Space that could be recovered: %+7m0 bytes\n*/
  881.  
  882. #define    CKMSG_ADDITIONAL_INFO    283
  883. /*          - Additional info saved in %s0\n*/
  884.  
  885. #define    CKMSG_REBUILDING            284
  886. /*          - Performing structural rebuild on database\n*/
  887.  
  888. #define    CKMSG_VERIFY_STOPPED        285
  889. /*\n\nPROCESSING STOPPED EARLY - verification incomplete\n\n*/
  890.  
  891. #define    CKMSG_OLD_VIEW                286
  892. /*        - database updated since processing began; resyncing check\n*/
  893.  
  894. #define    CKMSG_PHYS_PROB            287
  895. /*    - structural problem detected- %s0 (code 0x%4k1)\n*/
  896.  
  897. #define    CKMSG_ERROR_REC            288
  898. /*      - error in record %m0\n*/
  899.  
  900. #define    CKMSG_ERROR_LOG_FILE        289
  901. /*Error creating log file: 0x%4x0\n*/
  902.  
  903. #define    CKMSG_INDEX_PROB            290
  904. /*        - index problem detected- %s0 (code 0x%4k1)\n*/
  905.  
  906. #define    CKMSG_DB_RENAME            291
  907. /*          - Renaming existing database to %s0\n*/
  908.  
  909. #define    CKMSG_DB_RESTORE            292
  910. /*  - original database restored: %s0\n*/
  911.  
  912. #define    CKMSG_DB_PARTIAL            293
  913. /*  - partial rebuild saved as:   %s0\n*/
  914.  
  915. #define    CKMSG_RECOVERED            294
  916. /*          * Recovered %m0 out of %m1 records\n*/
  917.  
  918. #define    CKMSG_REBUILD_STOPPED    295
  919. /*\n\nPROCESSING STOPPED EARLY- rebuild incomplete\n*/
  920.  
  921. #define    CKMSG_DB_COPIED            296
  922. /** Existing database copied to %s0\n*/
  923.  
  924. #define    CKMSG_OPEN_ERROR            297
  925. /*Error opening %s0\n*/
  926.  
  927. #define    CKMSG_HDR_READ_ERR        298
  928. /*Error reading header info from %s0- %s1\n*/
  929.  
  930. #define    CKMSG_REDUCE                299
  931. /*Reducing database %s0\n*/
  932.  
  933. #define    CKMSG_REDUCE_INITIAL        300
  934. /*  Initial database size:%+9m0 bytes\n*/
  935.  
  936. #define    CKMSG_DB_OPEN_ERROR        301
  937. /*Error- database open error %s0 (0x%4x1) on %s2\n*/
  938.  
  939. #define    CKMSG_ACCESS_DENIED        302
  940. /*Error- Unable to get access to database\n*/
  941.  
  942. #define    CKMSG_REDUCE_ERROR        303
  943. /*Error- FlmDbReduceSize rc %s0 (0x%4x1)\n*/
  944.  
  945. #define    CKMSG_REDUCED_SIZE        304
  946. /*  Reduced database size:%+9m0 bytes\n*/
  947.  
  948. #define    CKMSG_REDUCE_GAIN            305
  949. /*                        %+9m0 bytes reclaimed\n*/
  950.  
  951. #define    CKMSG_REDUCE_NO_GAIN        306
  952. /*  - no storage reclaimed.\n*/
  953.  
  954. #define    CKMSG_UNKNOWN_FILETYPE    307
  955. /*Error- unknown logical file type\n*/
  956.  
  957. #define    CKMSG_LOGICAL_REBUILD    308
  958. /*\n  Recreating user database %s0 from message databases\n*/
  959.  
  960. #define    CKMSG_MDB_SEARCH            309
  961. /*    Searching message database for items belonging to this user\n*/
  962.  
  963. #define    CKMSG_REBUILD_COMPLETE    310
  964. /*\n    REBUILD COMPLETED- summary of records recovered:\n*/
  965.  
  966. #define    CKMSG_REBUILD_TITLE        311
  967. /*      Records recovered from old user database:\n*/
  968.  
  969. #define    CKMSG_REBUILD_PERS_TITLE 312
  970. /*        Personal items%+4k0       Setup records %+4k1\n*/
  971.  
  972. #define    CKMSG_REBUILD_RECOVERED    313
  973. /*      Records recovered from message databases:\n*/
  974.  
  975. #define    CKMSG_REBUILD_IN_OUT        314
  976. /*        Inbox records %+4k0       Outbox records%+4k1\n\n*/
  977.  
  978. #define    CKMSG_UDB_RENAME            315
  979. /*    Original user database found- renaming to %s0\n*/
  980.  
  981. #define    CKMSG_NO_OLD_DB            316
  982. /*    Old database does not exist- can't retrieve old info\n*/
  983.  
  984. #define    CKMSG_RENAME_UNREADABLE    317
  985. /*    Renaming unreadable database to %s0\n*/
  986.  
  987. #define    CKMSG_CREATE_NEW            318
  988. /*      Creating new user database\n*/
  989.  
  990. #define    CKMSG_OPEN_NEW                319
  991. /*      Opening and initializing new database\n*/
  992.  
  993. #define    CKMSG_CREATE_NEW_UDB        320
  994. /*- attempting to create a new user database\n*/
  995.  
  996. #define    CKMSG_CREATE_ERROR        321
  997. /*Database create error %x0\n*/
  998.  
  999. #define    CKMSG_REBUILD_PERSONAL    322
  1000. /*    Rebuilding personal items from original user database\n*/
  1001.  
  1002. #define    CKMSG_READ_SETUP            323
  1003. /*      Reading Setup domain from old user database\n*/
  1004.  
  1005. #define    CKMSG_READ_DATA            324
  1006. /*      Reading Data domain from old user database\n*/
  1007.  
  1008. #define    CKMSG_NO_SETUP                325
  1009. /*      - No Setup Records found in old user database\n*/
  1010.  
  1011. #define    CKMSG_NO_DATA                326
  1012. /*      - No Data Records found in old user database\n*/
  1013.  
  1014. #define    CKMSG_SETUP_FOUND            327
  1015. /*      - %d0 Setup Records found in old user database\n*/
  1016.  
  1017. #define    CKMSG_DATA_FOUND            328
  1018. /*      - %d0 Item Records read from old user database\n*/
  1019.  
  1020. #define    CKMSG_GROUP_SKIP            329
  1021. /*        Group Item record %d0 skipped\n*/
  1022.  
  1023. #define    CKMSG_PERSONAL_ATT        330
  1024. /*        Personal Item Record %d0 - checking attachments:\n*/
  1025.  
  1026. #define    CKMSG_ATTACH_UPDATE        331
  1027. /*        - updated ATTACH_DRN from %m0 to %m1\n*/
  1028.  
  1029. #define    CKMSG_ATTACH_LOST            332
  1030. /*-ATTACH_DRN %m0 not found\n*/
  1031.  
  1032. #define    CKMSG_SUBSCRIBE_SKIP        333
  1033. /*        SUBSCRIBE_TO or SUBSCRIBER Record %d0 skipped\n*/
  1034.  
  1035. #define    CKMSG_ENGINE_SKIP            334
  1036. /*        Engine Setup record %d0 skipped (already recreated by UserOpen)\n*/
  1037.  
  1038. #define    CKMSG_SETUP_COPIED        335
  1039. /*        User Setup record %d0 copied to new database\n*/
  1040.  
  1041. #define    CKMSG_PERSONAL_COPIED    336
  1042. /*        Personal Item record %d0 copied to new database, record %d1\n*/
  1043.  
  1044. #define    CKMSG_MDBS_SEARCH            337
  1045. /*    Searching message databases for items belonging to this user*/
  1046.  
  1047. #define    CKMSG_MDB_PROC                338
  1048. /*\n      Processing Msg db = %s0\n*/
  1049.  
  1050. #define    CKMSG_OUTBOX_PURGED        339
  1051. /*        - Outbox item from Message Db rec %d0 was purged by user\n*/
  1052.  
  1053. #define    CKMSG_OUTBOX_WRITE        340
  1054. /*        - Writing Message Db rec %d0 as User outbox item\n*/
  1055.  
  1056. #define    CKMSG_INBOX_PURGED        341
  1057. /*        - Inbox item from Message Db rec %d0 was purged by user\n*/
  1058.  
  1059. #define    CKMSG_INBOX_WRITE            342
  1060. /*        - Writing Message Db rec %d0 as User inbox item\n*/
  1061.  
  1062. #define    CKMSG_NO_MDB_ITEMS        343
  1063. /*        No Message Db items were found for this user\n*/
  1064.  
  1065. #define    CKMSG_TOTAL_WRITTEN        344
  1066. /*        %k0 InBox and %k1 OutBox records written\n*/
  1067.  
  1068. #define    CKMSG_AUTODATE_HEADER    345
  1069. /*      Creating Autodate Header Record in User DB\n*/
  1070.  
  1071. #define    CKMSG_HEADER_CREATED        346
  1072. /*      Autodate Header Record %d0 created\n*/
  1073.  
  1074. #define    CKMSG_WRITING_INSTANCE    347
  1075. /*      Writing Autodate Instance Record to User DB\n*/
  1076.  
  1077. #define    CKMSG_INSTANCE_WRITTEN    348
  1078. /*      Autodate Instance Record written\n*/
  1079.  
  1080. #define    CKMSG_UPDATE_HEADER        349
  1081. /*      Updating Autodate Header Record %d0\n*/
  1082.  
  1083. #define    CKMSG_HEADER_UPDATED        350
  1084. /*      Autodate Header Record %d0 updated\n*/
  1085.  
  1086. #define    CKMSG_UDB_CREATED            351
  1087. /*          User db record %d0 created successfully from msg database info\n*/
  1088.  
  1089. #define    CKMSG_DISTLIST                352
  1090. /*        Reading DISTLIST file\n*/
  1091.  
  1092. #define    CKMSG_READDIST_OPEN_ERR    353
  1093. /*readDistFile user open error rc = 0x%4x0\n*/
  1094.  
  1095. #define    CKMSG_RETURN_READINDEX    354
  1096. /*Return from ReadIndex = 0x%4x0\n*/
  1097.  
  1098. #define    CKMSG_OPTS_BOXCOUNT        355
  1099. /*    BoxCount   = %k0\n*/
  1100.  
  1101. #define    CKMSG_DBCLEAN_MSG            356
  1102. /*\n\nChecking mail directories for outdated/invalid files\n*/
  1103.  
  1104. #define    CKMSG_CLEANLOG_MSG        357
  1105. /*      Checking for old database log files\n*/
  1106.  
  1107. #define    CKMSG_DELETELOG_FILE        358
  1108. /*        - Deleting file %s0, %m1 bytes\n*/
  1109.  
  1110. #define    CKMSG_PRESERVELOG_FILE    359
  1111. /*        - Preserving file %s0, renaming to "%s1" extension\n*/
  1112.  
  1113. #define    CKMSG_DELETELOG_BYTES    360
  1114. /**** Total bytes reclaimed from deleted logs:%+9m0\n*/
  1115.  
  1116. #define    CKMSG_RENAME_FAIL            361
  1117. /*      - WARNING- rename failed: 0x%4x0\n*/
  1118.  
  1119. #define    CKMSG_ATTACH_EXT            362
  1120. /*\nFiles with extension %s0:\n*/
  1121.  
  1122. #define    CKMSG_TRANS_ACTIVE        363
  1123. /*- Database has transaction active- retrying with rollback\n*/
  1124.  
  1125. #define    CKMSG_BAD_FILE_SIZE        364
  1126. /*File has been truncated or extended; data may be lost!*/
  1127.  
  1128. #define    CKMSG_EXPIRE_HEADER        365
  1129. /*      Checking for items older than %s0\n*/
  1130.  
  1131. #define    CKMSG_EMPTY_HEADER        366
  1132. /*      Checking for items in trash more than %k0 days\n*/
  1133.  
  1134. #define    CKMSG_REMCLEAN_FILE        367
  1135. /*        - File %s0 is missing\n*/
  1136.  
  1137. #define    CKMSG_REMCLEAN_OLD        368
  1138. /*        - File %s0 is older than expire period- dated %s1\n*/
  1139.  
  1140. #define    CKMSG_REMCLEAN_DIR        369
  1141. /*        Checking subdirectory %s0 \n*/
  1142.  
  1143. #define    CKMSG_REMCLEAN_MSG        370
  1144. /*\n\nChecking directories in OFWORK/OFDIRECT for outdated files\n*/
  1145.  
  1146. #define    CKMSG_REMCLEAN_DELDIR    371
  1147. /*        - Deleting subdirectory\n*/
  1148.  
  1149. #define    CKMSG_REMCLEAN_DELFILE    372
  1150. /*        - Deleting all files in subdirectory\n*/
  1151.  
  1152. #define    CKMSG_REBUILD_SAVE        373
  1153. /*            Saving old database to backup %s0\n*/
  1154.  
  1155. #define    CKMSG_REBUILD_WRITE        374
  1156. /*            Writing corrected records back to database\n*/
  1157.  
  1158. #define    CKMSG_REBUILD_BLOCK        375
  1159. /*            Reading block size\n*/
  1160.  
  1161. #define    CKMSG_DISP_TOG2            376
  1162. /*- Select "Display On" to resume display\n*/
  1163.  
  1164. #define    CKMSG_RESUME2                377
  1165. /*Screen display resuming; select "Turn Display Off" to turn off\n\n\n\n*/
  1166.  
  1167. #define    CKMSG_FAIL2                    378
  1168. /*\n\nProcessing failed- select "Exit" to terminate\n*/
  1169.  
  1170. #define    CKMSG_INACTIVE_NOTIFY    379
  1171. /*\n\nChecking for notify files that do not correspond to active users\n*/
  1172.  
  1173. #define    CKMSG_NO_NOTIFY            380
  1174. /*no Notify files found in %s0\n*/
  1175.  
  1176. #define    CKMSG_REBUILD_DOING        381
  1177. /*            Rebuilding database, domain %m0\n*/
  1178.  
  1179. #define    CKMSG_EXPIRE_INVALID        382
  1180. /*- no action to perform for EXPIRE option\n*/
  1181.  
  1182. #define    CKMSG_INDENT6                383
  1183. /*      */
  1184.  
  1185. #define    CKMSG_WRONG_RECORD        384
  1186. /****WRONG RECORD TYPE\n*/
  1187.  
  1188. #define    CKMSG_PATH_ERROR            385
  1189. /*Error creating path name: 0x%4x0\n*/
  1190.  
  1191. #define    CKMSG_DUMMY_FILE            386
  1192. /*creating dummy file %s0\n*/
  1193.  
  1194. #define    CKMSG_FOLDER_DELETE        387
  1195. /*deleting invalid folder assignment\n*/
  1196.  
  1197. #define    CKMSG_OFFILES_MSG            388
  1198. /*\n\nChecking OFFILES directories for outdated/invalid files\n*/
  1199.  
  1200. #define    CKMSG_SUMMARY_RECORD_M    389
  1201. /*%7s0%25s1%16s2%33s3\n*/
  1202.  
  1203. #define    CKMSG_PURGE_MATCH            390
  1204. /*    - Purge match for record %m0\n*/
  1205.  
  1206. #define    CKMSG_PURGE_HEADER        391
  1207. /*    Checking for items matching purge criteria\n*/
  1208.  
  1209. #define    CKMSG_PURGE_MATCH_TOT    392
  1210. /*\n  Total matching items purged:  %m0\n\n*/
  1211.  
  1212. #define    CKMSG_BACKUP_MSG            393
  1213. /*\nMERGING backup MSG databases with current:\n*/
  1214.  
  1215. #define    CKMSG_BACKUP_FOUND        394
  1216. /*      - %m0 records found in backup database\n*/
  1217.  
  1218. #define    CKMSG_BACKUP_RECOVERED    395
  1219. /*      - %m0 records recovered to current database\n*/
  1220.  
  1221. #define    CKMSG_BACKUP_RECORD        396
  1222. /*        - restoring record %m0 to current database\n*/
  1223.  
  1224. #define    CKMSG_BACKUP_TOTAL        397
  1225. /*\n*** Total records recovered from backup, all dbs: %m0\n*/
  1226.  
  1227. #define    CKMSG_SUMMARY_MDB            398
  1228. /*\nMESSAGE DATABASE CONTENTS:\n*/
  1229.  
  1230. #define    CKMSG_SUMMARY_HDR_MDB    399
  1231. /*Type   From                     To              Subject/Title\n*/
  1232.  
  1233. #define    CKMSG_SUMMARY_LINE_MDB    400
  1234. /*-----  ------------------------ --------------- ---------------------------\n*/
  1235.  
  1236. #define    CKMSG_RULE_DISABLE        401
  1237. /*Disabling rule\n*/
  1238.  
  1239. #define    CKMSG_RULE_ALREADY_DISABLED    402
  1240. /*Rule already disabled\n*/
  1241.  
  1242. #define    CKMSG_APPT_DELETE            403
  1243. /*deleting appointment record\n*/
  1244.  
  1245. #define    CKMSG_ATTACH_FAIL            404
  1246. /*Unable to open attachments file, error 0x%4x0\n*/
  1247.  
  1248. #define    CKMSG_ORPHAN_MDB_REF        405
  1249. /*        - Storing MDB reference from %s0, msg%k1, drn %m2\n*/
  1250.  
  1251. #define    CKMSG_ORPHANED_LIN        406
  1252. /*  - Deleting orphaned record %m0, %s1\n*/
  1253.  
  1254. #define    CKMSG_ORPHAN_HEADER        407
  1255. /*\nChecking message databases for expired orphaned message records:\n*/
  1256.  
  1257. #define    CKMSG_CHECKING_MDB_FOR    408
  1258. /*  Checking msg%k0 for %s1\n*/
  1259.  
  1260. #define    CKMSG_RULES_HEADER        409
  1261. /*      Checking rule records for pointers to message database records\n*/
  1262.  
  1263. #define    CKMSG_ORPHAN_ATTS            410
  1264. /**** Number of attachment records deleted  : %m0\n*/
  1265.  
  1266. #define    CKMSG_ATTACH_RECOVER        411
  1267. /**** Bytes recovered from attached files   : %m0\n\n*/
  1268.  
  1269. #define    CKMSG_ORPHAN_ITEMS        412
  1270. /**** Number of message item records deleted: %m0\n*/
  1271.  
  1272. #define    CKMSG_ORPHAN_STAT            413
  1273. /**** Number of status records deleted      : %m0\n*/
  1274.  
  1275. #define    CKMSG_ERROR_RETURN        414
  1276. /*Return from %s0 = 0x%4x1\n*/
  1277.  
  1278. #define    CKMSG_LOGCLEAN_MSG        415
  1279. /*\n\nChecking server directory for outdated log files\n*/
  1280.  
  1281. #define    CKMSG_TEMP                    416
  1282. /*==Queue %k0, size %k1\n*/
  1283.  
  1284. #define    CKMSG_TEMP2                    417
  1285. /*==FromDRN=%m0, DISKID=%k1, DRN=%m2\n*/
  1286.  
  1287. #define    CKMSG_VERIFY_PROBLEM        418
  1288. /*          - Verification %s0 is "%s1", should be "%s2"\n*/
  1289.  
  1290. #define    CKMSG_VERIFY_FIX            419
  1291. /*          - Please try to recover correct database from backup\n*/
  1292.  
  1293. #define    CKMSG_DWORD                    420
  1294. /*%m0*/
  1295.  
  1296. #define    CKMSG_421            421
  1297. /* */
  1298.  
  1299. #define    CKMSG_422            422
  1300. /* */
  1301.  
  1302. #define    CKMSG_423            423
  1303. /* */
  1304.  
  1305. #define    CKMSG_424            424
  1306. /* */
  1307.  
  1308. #define    CKMSG_425            425
  1309. /* */
  1310.  
  1311. #define    CKMSG_426            426
  1312. /* */
  1313.  
  1314. #define    CKMSG_427            427
  1315. /* */
  1316.  
  1317. #define    CKMSG_428            428
  1318. /* */
  1319.  
  1320. #define    CKMSG_429            429
  1321. /* */
  1322.  
  1323. #define K_TITLE0    430
  1324. /*\n\n\n                    Office System Information\n\n*/
  1325.  
  1326. #define K_USERS0    431
  1327. /*Number of Users...............%+5m0   Number of Hosts................%+5m1\n*/
  1328.  
  1329. #define K_DIVIDER    432
  1330. /* ------------------------------------------------------------------------------\n*/
  1331.  
  1332. #define K_ITEMS0    433
  1333. /*\nItem statistics:       TOTAL  /USER   Mailbox statistics:     TOTAL  /USER\n*/
  1334.  
  1335. #define K_ITEMS1    434
  1336. /*   normal items........%+5m0 %+4m1.%k2     Users with mail.......%+5m3\n*/
  1337.  
  1338. #define K_ITEMS2    435
  1339. /*   forwarded items.....%+5m0 %+4m1.%k2     IN box entries:\n*/
  1340.  
  1341. #define K_ITEMS3    436
  1342. /*   reply items.........%+5m0 %+4m1.%k2       read................%+5m3 %+4m4.%k5\n*/
  1343.  
  1344. #define K_ITEMS4    437
  1345. /*   total items.........%+5m0 %+4m1.%k2       unread..............%+5m3 %+4m4.%k5\n*/
  1346.  
  1347. #define K_ITEMS5    438
  1348. /*                                          new.................%+5m0 %+4m1.%k2\n*/
  1349.  
  1350. #define K_ITEMS6    439
  1351. /*Distribution statistics:                  total...............%+5m0 %+4m1.%k2\n*/
  1352.  
  1353. #define K_ITEMS7    440
  1354. /*   to single user......%+5m0 %+4m1.%k2       Users over IN limit.%+5m3\n*/
  1355.  
  1356. #define K_ITEMS8    441
  1357. /*   to < 3 users........%+5m0 %+4m1.%k2     OUT box entries:\n*/
  1358.  
  1359. #define K_ITEMS9    442
  1360. /*   to > 50% of users...%+5m0 %+4m1.%k2       total...............%+5m3 %+4m4.%k5\n*/
  1361.  
  1362. #define K_ITEMS10    443
  1363. /*   sent encrypted (%)..%+5m0              Users over OUT limit%+5m1\n*/
  1364.  
  1365. #define K_ITEMS11    444
  1366. /*                                      Schedule statistics:\n*/
  1367.  
  1368. #define K_ITEMS12    445
  1369. /*Average item length....%+5m0            Users with schedules..%+5m1\n*/
  1370.  
  1371. #define K_ITEMS13    446
  1372. /*                                        INcoming appointments:\n*/
  1373.  
  1374. #define K_ITEMS14    447
  1375. /*Items w/ attachments...%+5m0              read................%+5m1 %+4m2.%k3\n*/
  1376.  
  1377. #define K_ITEMS15    448
  1378. /*Average number attach..%+5m0              unread..............%+5m1 %+4m2.%k3\n*/
  1379.  
  1380. #define K_ITEMS16    449
  1381. /*Average attach length..%+5m0              new.................%+5m1 %+4m2.%k3\n*/
  1382.  
  1383. #define K_ITEMS17    450
  1384. /*                                          total...............%+5m0 %+4m1.%k2\n*/
  1385.  
  1386. #define K_ITEMS18    451
  1387. /*Items hidden by rcvr...%+5m0            OUTgoing appointments:\n*/
  1388.  
  1389. #define K_ITEMS19    452
  1390. /*Items in trashcan......%+5m0 %+4m1.%k2       total...............%+5m3 %+4m4.%k5\n*/
  1391.  
  1392.  
  1393.  
  1394.  
  1395. #define K_COUNTS0 453
  1396. /*\n\n\nItems counts:        TOTAL   /USER\n*/
  1397.  
  1398. #define K_COUNTS1 454
  1399. /*                     -----   -----\n*/
  1400.  
  1401. #define K_COUNTS2 455
  1402. /*   mail              %+5m0  %+4m1.%k2\n*/
  1403.  
  1404. #define K_COUNTS3 456
  1405. /*   appointment       %+5m0  %+4m1.%k2\n*/
  1406.  
  1407. #define K_COUNTS4 457
  1408. /*   note              %+5m0  %+4m1.%k2\n*/
  1409.  
  1410. #define K_COUNTS5 458
  1411. /*   task              %+5m0  %+4m1.%k2\n*/
  1412.  
  1413. #define K_COUNTS6 459
  1414. /*   phone             %+5m0  %+4m1.%k2\n*/
  1415.  
  1416. #define K_COUNTS7 460
  1417. /*   search            %+5m0  %+4m1.%k2\n*/
  1418.  
  1419. #define K_COUNTS8 461
  1420. /*   rule              %+5m0  %+4m1.%k2\n*/
  1421.  
  1422. #define K_COUNTS9 462
  1423. /*   rem req           %+5m0  %+4m1.%k2\n*/
  1424.  
  1425. #define K_COUNTS10 463
  1426. /*   rem resp          %+5m0  %+4m1.%k2\n*/
  1427.  
  1428. #define K_COUNTS11 464
  1429. /*   folder            %+5m0  %+4m1.%k2\n*/
  1430.  
  1431. #define K_COUNTS12 465
  1432. /*   group             %+5m0  %+4m1.%k2\n*/
  1433.  
  1434. #define K_COUNTS13 466
  1435. /*   access            %+5m0  %+4m1.%k2\n*/
  1436.  
  1437. #define K_COUNTS14 467
  1438. /*   setting           %+5m0  %+4m1.%k2\n*/
  1439.  
  1440.  
  1441.  
  1442. #define K_TYPES0 468
  1443. /*\n\n\nItems breakdown:            IN     OUT    PERS | TOTAL\n*/
  1444.  
  1445. #define K_TYPES1 469
  1446. /*                         -----   -----   ----- + -----\n*/
  1447.  
  1448. #define K_TYPES2 470
  1449. /*   mail..................%+5m0   %+5m1     n/a | %+5m2\n*/
  1450.  
  1451. #define K_TYPES3 471
  1452. /*   appointment...........%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1453.  
  1454. #define K_TYPES4 472
  1455. /*   note..................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1456.  
  1457. #define K_TYPES5 473
  1458. /*   task..................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1459.  
  1460. #define K_TYPES6 474
  1461. /*                         ----------------------+------\n*/
  1462.  
  1463. #define K_TYPES7 475
  1464. /*   total.................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1465.  
  1466. #define K_TYPES8 476
  1467. /*\nPriority breakdown:        LOW    NORM    HIGH | TOTAL\n*/
  1468.  
  1469. #define K_TYPES9 477
  1470. /*                         -----   -----   ----- | -----\n*/
  1471.  
  1472. #define K_TYPES10 478
  1473. /*   mail..................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1474.  
  1475. #define K_TYPES11 479
  1476. /*   appointment...........%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1477.  
  1478. #define K_TYPES12 480
  1479. /*   note..................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1480.  
  1481. #define K_TYPES13 481
  1482. /*   task..................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1483.  
  1484. #define K_TYPES14 482
  1485. /*                         ----------------------+------\n*/
  1486.  
  1487. #define K_TYPES15 483
  1488. /*   total.................%+5m0   %+5m1   %+5m2 | %+5m3\n*/
  1489.  
  1490. #define K_TYPES16 484
  1491. /*\nSecurity breakdown:       NORM    PROP    CONF    SECR    TSEC    FYEO | TOTAL\n*/
  1492.  
  1493. #define K_TYPES17 485
  1494. /*                         -----   -----   -----   -----   -----   ----- | -----\n*/
  1495.  
  1496. #define K_TYPES18 486
  1497. /*   mail..................%+5m0   %+5m1   %+5m2   %+5m3   %+5m4   %+5m5 | %+5m6\n*/
  1498.  
  1499. #define K_TYPES19 487
  1500. /*   appointment...........%+5m0   %+5m1   %+5m2   %+5m3   %+5m4   %+5m5 | %+5m6\n*/
  1501.  
  1502. #define K_TYPES20 488
  1503. /*   note..................%+5m0   %+5m1   %+5m2   %+5m3   %+5m4   %+5m5 | %+5m6\n*/
  1504.  
  1505. #define K_TYPES21 489
  1506. /*   task..................%+5m0   %+5m1   %+5m2   %+5m3   %+5m4   %+5m5 | %+5m6\n*/
  1507.  
  1508. #define K_TYPES22 490
  1509. /*                         ----------------------------------------------|------\n*/
  1510.  
  1511. #define K_TYPES23 491
  1512. /*   total.................%+5m0   %+5m1   %+5m2   %+5m3   %+5m4   %+5m5 | %+5m6\n*/
  1513.  
  1514. #define K_TYPES24 492
  1515. /*\nReturn Receipt Requests:  OPEN  ACCEPT  DELETE\n*/
  1516.  
  1517. #define K_TYPES25 493
  1518. /*                         -----   -----   -----\n*/
  1519.  
  1520. #define K_TYPES26 494
  1521. /*   mail..................%+5m0     n/a   %+5m1\n*/
  1522.  
  1523. #define K_TYPES27 495
  1524. /*   appointment...........%+5m0   %+5m1   %+5m2\n*/
  1525.  
  1526. #define K_TYPES28 496
  1527. /*   note..................%+5m0     n/a   %+5m1\n*/
  1528.  
  1529. #define K_TYPES29 497
  1530. /*   task..................%+5m0     n/a   %+5m1\n*/
  1531.  
  1532. #define K_TYPES30 498
  1533. /*                         ---------------------\n*/
  1534.  
  1535. #define K_TYPES31 499
  1536. /*   total.................%+5m0   %+5m1   %+5m2\n*/
  1537.  
  1538.  
  1539. /***************************************************/
  1540. /* WARNING- if additional strings are added, these    */
  1541. /*  constant values must be updated in WPCKOFFI.H:    */
  1542. /***************************************************/
  1543.  
  1544. /* Number of string pointers needed */
  1545. /*#define GS_STR_MAX        500*/
  1546.  
  1547. /* Number of bytes for all messages */
  1548. /*#define GS_BYTES_REQD    24576L*/
  1549.  
  1550. #endif /* OFCHECK_MSG */
  1551.