home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / SAMBAR / DATA.1 / COMMON.ENG < prev    next >
Text File  |  1997-07-21  |  3KB  |  101 lines

  1. #
  2. # Common Libarary Error Messages
  3. #
  4.  
  5. [common]
  6.  
  7. # CM_E_MALLOCFAIL
  8. 1 = %s: MALLOC() of %d bytes failed.
  9. # CM_E_NULLARG
  10. 2 = %s: Argument '%s' is NULL.
  11. # CM_E_FOPENFAIL        
  12. 3 = %s: File open of '%s' failed.
  13. # CM_E_FWRITEFAIL        
  14. 4 = %s: File write of '%d' bytes failed.
  15. # CM_E_FWRITESIZE        
  16. 5 = %s: Attempted to write '%d' bytes, '%d' written.
  17. # CM_E_BADMEMSIZE        
  18. 6 = %s: An invalid memory block size was provided (%ld).
  19. # CM_E_BADMEMORY        
  20. 7 = %s: The memory handle provided is invalid.
  21. # CM_E_BADFORMAT        
  22. 8 = %s: The string provided is not in %s format.
  23. # CM_E_ENDSECTION
  24. 9 = %s: End of section not found.
  25. # CM_E_LONGNAME
  26. 10 = %s: The name argument is longer than CM_MAX_NAME.
  27. # CM_E_LONGVALUE
  28. 11 = %s: The value argument is longer than CM_MAX_LINE.
  29. # CM_E_NOENTRY
  30. 12 = %s: The no entry was found in the section.
  31. # CM_E_BADSIZE
  32. 13 = %s: An invalid size parameter was provided (%d).
  33. # CM_E_BADHASHINDEX
  34. 14 = %s: An invalid hash index was provided (%d).
  35. # CM_E_INVALIDARG
  36. 15 = %s: An invalid argument was provided (%s).
  37. # CM_E_BADFILE
  38. 16 = %s: Error processing '%s' file (line %ld).
  39. # CM_E_NOSPACE
  40. 17 = %s: Insufficient space for argument '%s' (%d).
  41. # CM_E_CHECKPTR
  42. 18 = Function argument is NULL.
  43. # CM_E_ASSERT
  44. 19 = Assertion failed!
  45. # CM_E_LIBINIT
  46. 20 = %s library initialized...
  47. # CM_E_USERLISTLOADED
  48. 21 = %d User entries loaded.
  49. # CM_E_FREEHOST
  50. 22 = %s: Host free for interval %d failed.
  51. # CM_E_LIBEXIT
  52. 23 = %s library exited...
  53. # CM_E_INTERVALINIT
  54. 24 = Sniffer library initialized for %d intervals.
  55. # CM_E_THREADINIT
  56. 25 = Thread-id %u started...
  57. # CM_E_THREADEXIT
  58. 26 = Thread-id %u exited...
  59. # CM_E_MAXELEMENTS
  60. 27 = Maximum number of %s exceeded (%d).
  61. # CM_E_NETLISTENER
  62. 28 = Unable to start listener on port %d.  Is TCP connectivity installed?
  63. # CM_E_APPLICSLOADED
  64. 29 = %d Applications loaded.
  65. # CM_E_CANTCONNECT
  66. 30 = Unable to connect to the server.
  67. # CM_E_BADRULE
  68. 31 = The %s rule specified for the category '%s' is invalid: %s
  69. # CM_E_BADCONFIGPROP
  70. 32 = Invalid/unrecognized configuration property: %s
  71. # CM_E_NOTSYSADMIN
  72. 33 = Only the system administrator can perform the requested command.
  73. # CM_E_BADCLIENT
  74. 34 = An invalid client connection (%s) was received.
  75. # CM_E_NETBIND
  76. 35 = Unable to bind to port %d; the port is in use by another server.
  77. # CM_E_ALREADYEXISTS
  78. 36 = The %s '%s' already exists.
  79. # CM_E_DOESNTEXIST
  80. 37 = The %s '%s' does not exist.
  81. # CM_E_INVALIDNAME
  82. 38 = The name requested (%s) is invalid.
  83. # CM_E_LENGTHEXCEEDED
  84. 39 = The maximum length (%d) for %s was exceeded.
  85. # CM_E_DNSFAILED
  86. 40 = DNS lookup on address '%s' failed.
  87. # CM_E_EVENTFAILED
  88. 41 = %s failure: User-defined handler '%s' failed.
  89. # CM_E_SCHEMAFAILURE
  90. 42 = Schema failure for table '%s'.
  91. # CM_E_NOCGIAPP
  92. 43 = No application associated with CGI: %s
  93. # CM_E_BADCGI
  94. 44 = CGI execution failed: %s
  95. # CM_E_CONNECTFAIL
  96. 45 = Unable to connect to '%s'.
  97. # CM_E_NOTRUNNING
  98. 46 = %s failed:  The Service requested (%s) is not running.
  99. # CM_E_DBMSERR
  100. 47 = DBMS Error: %s
  101.