errors.en_us.1252 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .-EMCH01
  2. An index already exists for the time range [%BEG%, %END%]
  3. .-EMCH02
  4. The index time range must be continuous. The current timerange for the existing index is [%BEG%, %END%]. The beginning timestamp (%BEG%) is outside of this range. Run the TSCreatePatternIndex() function with force_index=1 to force the index build or change the beginning timestamp.
  5. .-EMCH03
  6. An index already exists for the settings ""%STR%"". Run the TSCreatePatternIndex() function with force_index=1 to force the index build.
  7. .-EMCH04
  8. Unsupported data type %TYPENAME%. Supported types are smallfloat, float, integer, smallint.
  9. .-EMCH05
  10. The TimeSeries row type has too many fields. Maximum is 100.
  11. .-EMCH06
  12. Invalid datatype.
  13. .-EMCH07
  14. %FUNC%: failed to allocate memory.
  15. .-EMCH08
  16. %FUNC%: execution failed.
  17. .-EMCH09
  18. Invalid index mode setting (%MODE%).
  19. .-EMCH10
  20. Missing equals sign (=) after the index parameter (%PARAM%).
  21. .-EMCH11
  22. Incorrect partitionlen value (%VAL%). The valid range is between 0 and 40.
  23. .-EMCH12
  24. UnitError cannot be negative. The value must be 0 or a positive number.
  25. .-EMCH13
  26. Incorrect aggwin value (%VAL%). The value must be > 0.
  27. .-EMCH14
  28. Incorrect slidewin value (%VAL%). The valid range is between 2 and 40 inclusive.
  29. .-EMCH15
  30. Invalid query pattern length (%LEN%). The length must be > 0.
  31. .-EMCH16
  32. Incorrect Similarity Threshold percentage value. The valid range is between 0.0 and 1.0.
  33. .-EMCH17
  34. The beginning time stamp %TIME% is after the ending time stamp %TIME2%.
  35. .-EMCH18
  36. The TimeSeries parameter cannot be NULL. Provide a value.
  37. .-EMCH19
  38. The TimeSeries time stamp parameter cannot be NULL.
  39. .-EMCH20
  40. The time series must be regular.
  41. .-EMCH21
  42. The primary key value must be between 1 and 255 characters.
  43. .-EMCH22
  44. Invalid input argument: %REASON%.
  45. .-EMCH23
  46. Index (%IID%) cannot be expanded. The new begin timestamp (%NEW%) must be within the existing index timerange [%BEG%,%END%].
  47. .-EMCH24
  48. Index (%IID%) cannot be expanded. The new end timestamp (%NEW%) must be within the existing index timerange [%BEG%,%END%].
  49. .-EMCH25
  50. %IID%: Given or adjusted time range [%BEG%,%END%] will result in no new elements %REASON%.