errors.en_us.1252 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .-ETSA00
  2. TSAFuncs: %MSG%.
  3. .-ETSAP1
  4. %FUNC%: input sequence lengths are not equal.
  5. .-ETSAP2
  6. %FUNC%: input sequence length is <= 0.
  7. .-ETSAP3
  8. %FUNC%: input sequence length is <= 0 or wrong paramter setting.
  9. .-ETSAP4
  10. %FUNC%: invalid column name or number.
  11. .-ETSAF1
  12. %FUNC%: fractional part too long.
  13. .-ETSAMC
  14. %FUNC%: timeseries element has %NUM% columns, %MAX% is the maximum.
  15. .-ETSASD
  16. %FUNC%: scan descriptor is null, check time range.
  17. .-ETSAS0
  18. %FUNC%: target timeseries is shorter than pattern (%COUNT% < %PATLEN%).
  19. .-ETSAS1
  20. %FUNC%: target timeseries is shorter than window (%COUNT% < %WINLEN%).
  21. .-ETSAS2
  22. %FUNC%: MonitorWinLen should be > 4.
  23. .-ETSAS3
  24. %FUNC%: SubSeqLength should be > 0.
  25. .-ETSAS4
  26. %FUNC%: StepSize should be > 0.
  27. .-ETSAS5
  28. %FUNC%: KValue should be > 0.
  29. .-ETSAS6
  30. %FUNC%: SubSeqLength is %SSLEN% but should be <= %MWLEN%.
  31. .-ETSAS7
  32. %FUNC%: KValue is %KVALUE% but should be <= %NUM%.
  33. .-ETSAS8
  34. %FUNC%: Unknown type %TYPENAME%.
  35. .-ETSAS9
  36. %FUNC%: Invalid type.
  37. .-ETSASD
  38. %FUNC%: Decimal conversion failed %DECERR%.
  39. .-ETSA01
  40. mi_alloc: failed to allocate memory.
  41. .-ETSA02
  42. mi_realloc: failed to allocate memory.
  43. .-ETSA03
  44. mi_lvarchar_to_string : failed to transform mi_lvarchar to mi_string.
  45. .-ETSA04
  46. mi_datetime_to_string : failed to transform mi_date to mi_string.
  47. .-ETSA05
  48. mi_string_to_datetime : failed to transform mi_string to mi_date.
  49. .-ETSA06
  50. mi_open: failed to get database conneciton.
  51. .-ETSA07
  52. mi_close: failed to close database conneciton.
  53. .-ETSA08
  54. mi_fp_funcstate: failed to get udr information.
  55. .-ETSA09
  56. mi_fp_argtype: failed to get arg type.
  57. .-ETSA10
  58. mi_typestring_to_id: failed to get type id.
  59. .-ETSA11
  60. mi_row_desc_create: failed to create row desc.
  61. .-ETSA12
  62. mi_collection_create: failed to create collection.
  63. .-ETSA13
  64. mi_collection_open: failed to open collection.
  65. .-ETSA14
  66. mi_collection_close: failed to close collection.
  67. .-ETSA15
  68. mi_row_create: failed to create a row.
  69. .-ETSA16
  70. mi_collection_insert: failed to insert into collection.
  71. .-ETSA17
  72. mi_exec: failed to execute query.
  73. .-ETSA18
  74. mi_get_result: failed to get result.
  75. .-ETSA19
  76. mi_next_row: failed to read next row.
  77. .-ETSA20
  78. mi_value: failed to read value.
  79. .-ETSA21
  80. mi_new_var: failed to allocate lvarchar.