errors.en_us.8859-1 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056
  1. -- Automatically generated, compatible with DBDK 3.40 or greater --
  2. .-EUTSA0
  3. TimeSeries Error
  4. .-EUTSA3
  5. Timeseries references calendar with id: %OID%, which is not in the CalendarTable.
  6. .-EUTSA4
  7. Invalid Calendar interval %IVL%.
  8. .-EUTSA5
  9. Calendar search interval cannot be smaller than the Calendar pattern interval.
  10. .-EUTSA6
  11. Calendar %PARAMETER% has references and cannot be deleted.
  12. .-EUTSA7
  13. Calendar %PARAMETER% has references and cannot be directly updated.
  14. .-EUTSA8
  15. Calendar input specification cannot be NULL.
  16. .-EUTSA9
  17. Invalid calendar pattern interval %IVL%.
  18. .-EUTSAA
  19. Missing ""on"" or ""off"" at ""%STR%"".
  20. .-EUTSAB
  21. Could not find a calendar pattern named ""%VALUE%"".
  22. .-EUTSAC
  23. Calendars cannot have both pattern and pattname parameters.
  24. .-EUTSAD
  25. Invalid Calendar date: %DATE1% cannot predate %DATE2%.
  26. .-EUTSAE
  27. The pattern interval length, %IVL%, is too large, maximum is %MAX%.
  28. .-EUTSAF
  29. Could not execute pattern lookup query.
  30. .-EUTSAG
  31. Could not get pattern lookup query results.
  32. .-EUTSAH
  33. Calendars must have the same regularity.
  34. .-EUTSAI
  35. The calendar is missing a pattern.
  36. .-EUTSAJ
  37. Missing calendar pattern delimiter ""%DELIM%"".
  38. .-EUTSAK
  39. Must not mix [] notation with datafile() notation.
  40. .-EUTSAL
  41. Invalid calendar pattern name ""%NAME%"".
  42. .-EUTSAM
  43. Could not convert element timestamp %TSTAMP% to a vector offset.
  44. .-EUTSAN
  45. Internal timeseries error: Not enough space allocated for timeseries structure.
  46. .-EUTSAO
  47. Unbalanced parenthesis in parameter data.
  48. .-EUTSAP
  49. Origin parameter not present in input string.
  50. .-EUTSAQ
  51. Calendar name parameter not present in input string.
  52. .-EUTSAS
  53. Not enough columns in row type, must have at least 2.
  54. .-EUTSAT
  55. First column in row must be a datetime year to fraction(5).
  56. .-EUTSAU
  57. Improper flag value. See manual for acceptable values.
  58. .-EUTSAV
  59. The calendar is missing a pattern start date.
  60. .-EUTSAW
  61. Calendar ""%CALNAME%"" not found.
  62. .-EUTSAX
  63. Attempt to insert generated calendar failed.
  64. .-EUTSAY
  65. Generated calendar name too long (%LEN% bytes).
  66. .-EUTSAZ
  67. Invalid direction: %DIRECTION%.
  68. .-EUTSB0
  69. Threshold must be >= 0, got %THRESH%.
  70. .-EUTSB1
  71. Bad origin specified (%ORIG%), must be after calendar start date (%START%).
  72. .-EUTSB2
  73. Invalid column number, %NUM%, passed to ts_get_col_by_number.
  74. .-EUTSB3
  75. Set argument to %FUNCTION% is not a set of a rows. Got %TYPE%.
  76. .-EUTSB4
  77. Row type (%TYPE%) does not have the proper columns for the time series: %TS%.
  78. .-EUTSB5
  79. TimeSeries parameter may not be NULL.
  80. .-EUTSB6
  81. TimeSeries timestamp parameter may not be NULL.
  82. .-EUTSB7
  83. Resulting calendar has no on periods!.
  84. .-EUTSB8
  85. Timeseries has type %REALOID% not %ARGOID%.
  86. .-EUTSB9
  87. The calendar is missing a start date.
  88. .-EUTSBA
  89. Offset must be greater than or equal to 0 (%VAL%).
  90. .-EUTSBB
  91. Timestamp %STAMP% is not a valid day in calendar.
  92. .-EUTSBC
  93. Pattern start %PSTAMP% is too far from start date %STAMP%.
  94. .-EUTSBD
  95. Unmodified constructor type %NAME% is not allowed, try using an explicit cast.
  96. .-EUTSBE
  97. Column number must be > 0 and < %GOT%, not %ID%.
  98. .-EUTSBF
  99. User function did not return a null Timestamp in the data.
  100. .-EUTSBG
  101. No column named %NAME%.
  102. .-EUTSBH
  103. Resulting timeseries does not have correct number of columns, needs %NUM%.
  104. .-EUTSBI
  105. Offset may not be negative (%NUM%).
  106. .-EUTSBJ
  107. The timeseries is too large to fit in row, please specify a container.
  108. .-EUTSBK
  109. Input for irregular timeseries must contain timestamps for each data point.
  110. .-EUTSBL
  111. Function %FUNC% does not operate on irregular timeseries.
  112. .-EUTSBM
  113. Element already exists at timestamp %TIME%.
  114. .-EUTSBN
  115. No element to %OP% at timestamp %TIME%.
  116. .-EUTSBO
  117. Invalid type ""%TYPE%"" in virtual table configuration parameter.
  118. .-EUTSBP
  119. Timestamp %TIME% of element is before timeseries origin %TIME2%.
  120. .-EUTSBQ
  121. Invalid integer ""%STR%"".
  122. .-EUTSBR
  123. Operation %OP% not supported on regular timeseries.
  124. .-EUTSBS
  125. Container %NAME% is not empty, delete remaining timeseries before removing it.
  126. .-EUTSBT
  127. Calendars must be the same.
  128. .-EUTSBU
  129. Source origin must be on or after target origin.
  130. .-EUTSBV
  131. Invalid multi-byte character.
  132. .-EUTSBW
  133. %ARG% argument to routine %FUNC% was bad.
  134. .-EUTSBX
  135. Missing right bracket, ""]"".
  136. .-EUTSBY
  137. New timeseries origin specified (%NEWORIG%), must be before the current timeseries origin (%CURORIG%).
  138. .-EUTSC0
  139. Too many duplicates at %STAMP%.
  140. .-EUTSC1
  141. Timeseries already been assigned a container.
  142. .-EUTSC2
  143. Incompatible time series types.
  144. .-EUTSC3
  145. Internal error: null timestamp fetched.
  146. .-EUTSC4
  147. Internal error: null element found in irregular series.
  148. .-EUTSC5
  149. Mismatch in result type of time series (%OP%).
  150. .-EUTSC6
  151. Could not construct a name for the generated calendar.
  152. .-EUTSC7
  153. Too many operands for function ""%OP%"".
  154. .-EUTSC8
  155. Cannot insert entry for %NAME% in the container table.
  156. .-EUTSC9
  157. DBS name: %NAME% is too long. Max %MAX% bytes.
  158. .-EUTSCA
  159. Internal error: %PROC%: %MSG%.
  160. .-EUTSCB
  161. Insufficient memory, %SIZE% bytes requested.
  162. .-EUTSCC
  163. Cannot mix regular and irregular time series in same container (%NAME%).
  164. .-EUTSCD
  165. Cannot update entry for %NAME% in the container table.
  166. .-EUTSCE
  167. Internal error: invalid instance ID %ID%.
  168. .-EUTSCF
  169. Internal error: Cannot query TS instance table.
  170. .-EUTSCG
  171. Invalid time series parameter ""%WORD%"".
  172. .-EUTSCH
  173. The datafile name is missing.
  174. .-EUTSCI
  175. Cannot update a row in %TBL%, Error Code: %ERR%.
  176. .-EUTSCJ
  177. Page %PAGE% in container %CTNR% is corrupt.
  178. .-EUTSCK
  179. Could not parse timestamp ""%ORIGIN%"": %ERR%.
  180. .-EUTSCL
  181. Could not convert timestamp to string, errcode ""%ERR%"".
  182. .-EUTSCO
  183. Timestamp may not be NULL for irregular timeseries, API routine %RTN%.
  184. .-EUTSCP
  185. Element already exists at offset %NTH%.
  186. .-EUTSCQ
  187. No element to %OP% at offset %NTH%.
  188. .-EUTSCR
  189. Client Timeseries API Internal Error %ERR%.
  190. .-EUTSCS
  191. Client file error: could not open %NAME%.
  192. .-EUTSCT
  193. Year argument to ts_make_stamp is bad, %VAL%.
  194. .-EUTSCU
  195. The threshold value is missing.
  196. .-EUTSCV
  197. Invalid character in name: ""%NAME%"".
  198. .-EUTSCW
  199. Operation aborted due to interrupt. See the message log file.
  200. .-EUTSCX
  201. Origin required to create a timeseries.
  202. .-EUTSCY
  203. Timeseries arithmetic function called with no timeseries arguments.
  204. .-EUTSCZ
  205. Do not know how to cast result of %OP% to %RESTYPE%.
  206. .-EUTSD1
  207. Unknown container: %NAME%.
  208. .-EUTSD2
  209. Container name: %NAME% is too long. Max %MAX% bytes.
  210. .-EUTSD3
  211. Container %NAME% already exists.
  212. .-EUTSD4
  213. Subtype name: %NAME% is too long. Max %MAX% bytes.
  214. .-EUTSD5
  215. Number of elements must be > 0, got %NELEMS%.
  216. .-EUTSD6
  217. Internal error: %FILE%: %LINE%.
  218. .-EUTSD7
  219. Return type %RETTYPE% not compatible with argument type %ARGTYPE%.
  220. .-EUTSD8
  221. Set type %SETTYPE% not compatible with timeseries type %TSTYPE%.
  222. .-EUTSD9
  223. Type %PUTTYPE% cannot be put into a timeseries of type %TSTYPE%.
  224. .-EUTSD0
  225. Container %PARAMETER% cannot be directly updated.
  226. .-EUTSDA
  227. Container %PARAMETER% has references and cannot be deleted.
  228. .-EUTSDB
  229. Updating container name %PARAMETER% in the tsinstancetable is not allowed.
  230. .-EUTSDC
  231. Updating the reference count for container %PARAMETER% in the tsinstancetable is not allowed.
  232. .-EUTSDD
  233. Base table %BASETABLE% has only timeseries column(s). Virtual table requires base table to have non-timeseries key column(s).
  234. .-EUTSDE
  235. Internal error: Cannot query container table for %NAME%.
  236. .-EUTSDF
  237. Routine %NAME% execution failed.
  238. .-EUTSDG
  239. API call %NAME% failed.
  240. .-EUTSDH
  241. Return type of the function used in Apply does not match the subtype of return timeseries.
  242. .-EUTSDI
  243. Internal error: return type of function %FUNC% changed.
  244. .-EUTSDJ
  245. Bad SQL expression (%EXPR%) used in Apply.
  246. .-EUTSDK
  247. Bad field name (%NAME%) for TimeSeries number (%TSNUM%) used in Apply SQL expression.
  248. .-EUTSDL
  249. Bad field number (%NUMBER%) for TimeSeries number (%TSNUM%) used in Apply SQL expression.
  250. .-EUTSDM
  251. Error preparing query (%QUERY%).
  252. .-EUTSDN
  253. Bad TimeSeries number (%NUMBER%) used in Apply, the correct range is between 0 and %HIGH%.
  254. .-EUTSDO
  255. Metadata parameter must be accompanied by metatype parameter in input.
  256. .-EUTSDP
  257. Input function for metadata type %METATYPE% not found.
  258. .-EUTSDQ
  259. Meta type %METATYPENAME% not found.
  260. .-EUTSDR
  261. Subtype must be a row type, not %TYPENAME%.
  262. .-EUTSDS
  263. Meta Data types do not match. Cast type ""%TYPE1%"" does not match timeseries type ""%TYPE2%"".
  264. .-EUTSDT
  265. No input function for type %TYPE%.
  266. .-EUTSDU
  267. ""%STR%"" is not a valid number.
  268. .-EUTSDV
  269. ""%STR%"" exceeds the range of %TYPE%.
  270. .-EUTSDW
  271. ""%STR%"" is not a valid date.
  272. .-EUTSDX
  273. ""%STR%"" is not a valid date and time.
  274. .-EUTSDY
  275. ""%STR%"" is not a valid interval.
  276. .-EUTSDZ
  277. ""%STR%"" is not a valid decimal number.
  278. .-EUTSE1
  279. Missing ""("" after ""ROW"" on line %LINE% of input.
  280. .-EUTSE2
  281. Missing "")"" after ""ROW"" on line %LINE% of input.
  282. .-EUTSE3
  283. Unexpected token ""%TOK%"" on line %LINE% of input.
  284. .-EUTSE4
  285. Invalid value %TOK% on line %LINE% of input.
  286. .-EUTSE5
  287. Missing data on line %LINE% of input.
  288. .-EUTSE6
  289. ""%TYPE%"" is not a timeseries type.
  290. .-EUTSE7
  291. Filter in Apply must evaluate to boolean.
  292. .-EUTSE8
  293. Projection column %NUMBER% in Apply does not match the corresponding column in return type.
  294. .-EUTSE9
  295. Cannot use timeseries in an unlogged database.
  296. .-EUTSEA
  297. Too many data values on line %LINE% of input.
  298. .-EUTSEB
  299. Row containing columns with assign or destroy functions not allowed, column %COLNUM%.
  300. .-EUTSEC
  301. No such DBspace: %NAME%.
  302. .-EUTSED
  303. Expression argument may not be null.
  304. .-EUTSEE
  305. Must call ts_copy to copy a timeseries before sending it to the server.
  306. .-EUTSEF
  307. Attempt to modify a hidden element at time %TIME%.
  308. .-EUTSEG
  309. Row is too large to fit in a time series.
  310. .-EUTSEH
  311. Time series API interface is old -- re-link with new tsbeapi.a.
  312. .-EUTSEI
  313. Time series blade is too old for API -- install new time series
  314. .-EUTSEJ
  315. Cannot find interface function %NAME%. Install problem?
  316. .-EUTSEK
  317. Could not open a collection value.
  318. .-EUTSEL
  319. Missing collection value for %NAME% on line %LINE%.
  320. .-EUTSEM
  321. Missing ""{"" on line %LINE% of input.
  322. .-EUTSEN
  323. Missing ""("".
  324. .-EUTSEO
  325. Invalid Apply filter function: %NAME%.
  326. .-EUTSEP
  327. Could not execute query: %QUERY%.
  328. .-EUTSEQ
  329. Can not do insert, update, or delete on a read only time series virtual table.
  330. .-EUTSER
  331. Invalid time series virtual table configuration parameter.
  332. .-EUTSES
  333. Failed to create time series virtual table. Check ISAM errors.
  334. .-EUTSET
  335. Time series virtual table can only be created on a base table containing exactly one time series column, or the timeseries column must be specified.
  336. .-EUTSEU
  337. Time series virtual table does not support rowid.
  338. .-EUTSEV
  339. Too few expressions in the aggregation list.
  340. .-EUTSEW
  341. Too many expressions in the aggregation list.
  342. .-EUTSEX
  343. Invalid aggregation list near position %POS%, expecting "","" or end of list.
  344. .-EUTSEY
  345. Invalid aggregation operator: %OP%.
  346. .-EUTSEZ
  347. Missing ""$"" before column specification in aggregate.
  348. .-EUTSF0
  349. Missing "")"" at position %POS% in aggregate expression
  350. .-EUTSF1
  351. %OP% aggregation is not allowed on columns of type %TYPE%.
  352. .-EUTSF2
  353. A corrupted timeseries was returned by a user defined function .
  354. .-EUTSF3
  355. The parameter to the nth function cannot be zero.
  356. .-EUTSF4
  357. Attempt to insert into an old style time series virtual table that does not support insert.
  358. .-EUTSF5
  359. This virtual table does not support insertion of elements of a new time series.
  360. .-EUTSF6
  361. Attempt to insert a new time series %TS% from virtual table %VIRTUALTAB% into base table %BASETABLE% failed.
  362. .-EUTSF7
  363. New time series must be empty.
  364. .-EUTSF8
  365. Client file error: could not close %NAME%.
  366. .-EUTSF9
  367. Month argument to ts_make_stamp is bad, %VAL%.
  368. .-EUTSFA
  369. Day argument to ts_make_stamp is bad, %VAL%.
  370. .-EUTSFB
  371. Hour argument to ts_make_stamp is bad, %VAL%.
  372. .-EUTSFC
  373. Minute argument to ts_make_stamp is bad, %VAL%.
  374. .-EUTSFD
  375. Second argument to ts_make_stamp is bad, %VAL%.
  376. .-EUTSFE
  377. Fraction argument to ts_make_stamp is bad, %VAL%.
  378. .-EUTSFF
  379. Filter argument may not be null.
  380. .-EUTSFG
  381. Set argument may not be null.
  382. .-EUTSFH
  383. Time series argument may not be null.
  384. .-EUTSFI
  385. Container name argument may not be null.
  386. .-EUTSFJ
  387. DBspace name argument may not be null.
  388. .-EUTSFK
  389. File name argument may not be null.
  390. .-EUTSFL
  391. Row argument may not be null.
  392. .-EUTSFM
  393. Offset argument may not be null.
  394. .-EUTSFN
  395. First time series argument may not be null.
  396. .-EUTSFO
  397. Second time series argument may not be null.
  398. .-EUTSFP
  399. Time stamp argument may not be null.
  400. .-EUTSFQ
  401. Origin argument may not be null.
  402. .-EUTSFR
  403. Delta argument may not be null.
  404. .-EUTSFS
  405. Interval argument may not be null.
  406. .-EUTSFT
  407. Count argument may not be null.
  408. .-EUTSFU
  409. Direction argument may not be null.
  410. .-EUTSFV
  411. Calendar name argument may not be null.
  412. .-EUTSFW
  413. Cannot convert codesets from %SRC% to %DST%.
  414. .-EUTSFX
  415. ""%STR%"" is not a valid money value.
  416. .-EUTSFY
  417. ""%MODE%"" is not a valid virtual table mode.
  418. .-EUTSFZ
  419. Cannot open container %NAME%. It or the container table are corrupt.
  420. .-EUTSG0
  421. Invalid clip flags argument, %FLAGS%.
  422. .-EUTSG1
  423. %STR% does not fit Precision/Scale of (%PREC%,%SCALE%).
  424. .-EUTSG2
  425. Type %LISTTYPE% cannot be cast to %CASTTYPE%.
  426. .-EUTSG3
  427. Row contained more than one timeseries.
  428. .-EUTSG4
  429. Attempt to modify a hidden element at offset %NTH%.
  430. .-EUTSG5
  431. Query to Transpose function was poorly formed.
  432. .-EUTSG6
  433. Argument ""%ARG%"" is not a proper comparison string.
  434. .-EUTSG8
  435. Query must return a timeseries column.
  436. .-EUTSG9
  437. Subtype of %SETTYPE% must match column type %COL_TYPE%.
  438. .-EUTSGA
  439. It is not legal to update a calendar.
  440. .-EUTSGB
  441. Internal error: bad freesize.
  442. .-EUTSGC
  443. Error getting SubType using Table=%TABLE% and Column=%COL%.
  444. .-EUTSGD
  445. Failed to extend stack space during function %FUNC%.
  446. .-EUTSGE
  447. Invalid datetime value.
  448. .-EUTSGF
  449. Missing right curly bracket (}) in the expression.
  450. .-EUTSGG
  451. Recursion detected in expression variable substitution.
  452. .-EUTSGH
  453. Expression string is too long.
  454. .-EUTSGI
  455. Syntax error in the expression.
  456. .-EUTSGJ
  457. Pool name: %NAME% is too long. Max %MAX% bytes.
  458. .-EUTSGK
  459. Table %NAME% not found.
  460. .-EUTSGL
  461. Cannot specify a null value for column %COLNAME%.
  462. .-EUTSGM
  463. The rows being inserted have different columns that contain null values, starting with column %COLNAME%. Ensure that all rows have the same columns with null values.
  464. .-EUTSGN
  465. Bad number (%NUMBER%) used in Apply, the correct range is greater than or equal to %MIN%
  466. .-EUTSGO
  467. Round robin policy function found no matching containers for %REGULARITY% TimeSeries(%SUBTYPE%) values in %POOLNAME%.
  468. .-EUTSGP
  469. User-defined pool policy function %FUNCNAME% returned a null or empty container name. Check the UDR code.
  470. .-EUTSGQ
  471. Start date %STAMP% is not a valid number of %INTERVAL% intervals prior to the pattern start date %PSTAMP%.
  472. .-EUTSGR
  473. control file error: The file %NAME% cannot be opened.
  474. .-EUTSGS
  475. control file error: The file %NAME%, line %LINE% does not have enough fields. For containers with regular time series, each row must have the format: containername|instanceid|purge index/datatime|
  476. .-EUTSGT
  477. control file error: The file %NAME%, line %LINE% does not have enough fields. For containers with regular time series, each row must have the format: containername|instanceid|purge index|
  478. .-EUTSGU
  479. control file error: The file %NAME%, line %LINE% does not have enough fields. For containers with irregular time series, each row must have the format: containername|instanceid|purge datatime|
  480. .-EUTSGV
  481. control file error: In the file %NAME%, line %LINE%, the instance id field is not an unsigned integer value.
  482. .-EUTSGW
  483. control file error: In the file %NAME%, line %LINE%, the purge index field for regular time series values is not an unsigned integer value.
  484. .-EUTSGX
  485. control file error: In the file %NAME%, line %LINE%, the purge datetime field for irregular time series values is not a valid datetime year to fraction(5) value.
  486. .-EUTSGY
  487. control file error: In the file %NAME%, line %LINE%, line is too long.
  488. .-EUTSGZ
  489. Syntax error: missing a quotation mark in the string near position %POS%.
  490. .-EUTSHA
  491. Syntax error: missing a right parenthesis near position %POS%.
  492. .-EUTSHB
  493. Syntax error: incorrectly placed NULL keyword near position %POS%.
  494. .-EUTSHC
  495. Syntax error: NULL keyword is needed near position %POS%.""
  496. .-EUTSHD
  497. Syntax error: a comparison operator is needed near position %POS%.
  498. .-EUTSHE
  499. Syntax error: a left parenthesis or a column name is needed near position %POS%.
  500. .-EUTSHF
  501. Syntax error near position %POS%.
  502. .-EUTSHG
  503. Unsupported data type %TYPENAME%.
  504. .-EUTSHH
  505. Incorrect floating point number: %NUM%.
  506. .-EUTSHI
  507. Incorrect decimal number %NUM%.
  508. .-EUTSHJ
  509. Unknown operator: %OP%.
  510. .-EUTSHK
  511. The stream of TimeSeries column values is not valid.
  512. .-EUTSHM
  513. The data was not deleted from the container %CONTAINER% because the subtype %SUBTYPE% in the container definition does not exist. The subtype must be an existing row type that begins with a time stamp.
  514. .-EUTSHN
  515. control file error: In the file %NAME%, line %LINE%, the delta field is not an unsigned integer value.
  516. .-EUTSHO
  517. Cannot insert entry for %NAME% in the container window table.
  518. .-EUTSHP
  519. Internal error: Cannot query container window table for %NAME%.
  520. .-EUTSHQ
  521. Cannot enable replication for the container. The container (%NAME%) does not support Enterprise Replication.
  522. .-EUTSHR
  523. Internal error: The instance ID %ID% is too large for the container header.
  524. .-EUTSHS
  525. Internal error: Invalid version number %VER%.
  526. .-EUTSHT
  527. The insert failed because a time series instance is not defined for the primary key %PK%.
  528. .-EUTSHU
  529. The statement failed because of a syntax error in the TSContainerManage function.
  530. .-EUTSHV
  531. The statement failed because of an internal error while updating the window size.
  532. .-EUTSHW
  533. The statement failed because it must be run within a transaction. Run the BEGIN WORK statement before running the function.
  534. .-EUTSHX
  535. The statement failed because there are too many elements for the window size. Increase the dormant window size or decrease the number of elements.
  536. .-EUTSHY
  537. The statement failed because the container (%NAME%) is not a rolling window container.
  538. .-EUTSHZ
  539. The statement failed because the extent size %NUM% is not an integer. Specify integer values for the first extent and next extent values.
  540. .-EUTSIA
  541. The data cannot be replicated. The container (%NAME%) does not support Enterprise Replication.
  542. .-EUTSIB
  543. The interval %INTERVAL% is not valid. An interval must be one of year, month, week, day or a calendar name.
  544. .-EUTSIC
  545. The windowspaces argument is not valid. The windowspace argument is a comma separated list of dbspaces.
  546. .-EUTSID
  547. The insert operation failed because a timestamp of an element does not fit in the active window.
  548. .-EUTSIE
  549. The data cannot be replicated. The container (%NAME%) is a rolling window container and does not support Enterprise Replication.
  550. .-EUTSIF
  551. The operation failed because a timestamp %TIME% is before the origin %TIME2% of the rolling window container (%NAME%).
  552. .-EUTSIG
  553. The statement failed because there are too many elements for the window size. Increase the active window size or decrease the number of elements.
  554. .-EUTSIH
  555. The INSERT statement failed because input data is after the closing bracket, ]. Move the input data to the right of the closing bracket or remove the data.
  556. .-EUTSII
  557. Cannot read from table %TABLE%: ISAM error %ERR%.
  558. .-EUTSIJ
  559. Cannot write to table %TABLE%: ISAM error %ERR%.
  560. .-EUTSIK
  561. Cannot open table %TABLE%.
  562. .-EUTSIL
  563. Virtual table create failed because the TSVTModeString parameter, ""%WORD%"", is not valid. Correct the spelling of the modes in the TSVTModeString parameter and run the procedure again.
  564. .-EUTSIM
  565. Virtual table creation failed because the base table %BASETABLE% is not fragmented by expression. Remove the fragment option from the TSCreateVirtualTab procedure and run the procedure again.
  566. .-EUTSIN
  567. Virtual table creation failed because virtual tables that are based on expressions cannot be fragmented. Remove the fragment option from the TSCreateExpressionVirtualTab procedure and run the procedure again.
  568. .-EUTSIO
  569. %FUNC% failed. Records for a packed or compressed time series must be inserted in chronological order.
  570. .-EUTSIP
  571. %FUNC% failed. The routine requires a packed or compressed time series.
  572. .-EUTSIQ
  573. The routine did not run. %FUNC% does not support packed or compressed time series.
  574. .-EUTSIR
  575. %FUNC% failed. A time series that is defined with the compress option does not support the type %TYPE%. Supported types are: smallint, integer, bigint, smallfloat, and float.
  576. .-EUTSIS
  577. %FUNC% failed. A time series that is defined with the hertz option does not support the type %TYPE%. Supported types are: smallint, int, bigint, smallfloat, float, date, int8, char, varchar, nchar, nvchar, lvarchar, datetime, decimal, and money.
  578. .-EUTSIT
  579. %FUNC% failed. Routines that operate on packed or compressed time series must be run in a transaction without other statements.
  580. .-EUTSIU
  581. %FUNC% failed. The value of the hertz option must be > 0 and <= 2047 or 100000. The value %HERTZ% is not valid.
  582. .-EUTSIV
  583. The insert operation failed on container %NAME% because the wcontrol setting prevents the automatic destruction of more than %N% dormant partition%S%. Either change the wcontrol flag for the container or increase the dormant window size.
  584. .-EUTSIW
  585. %FUNC% failed. A compressed time series cannot be stored in rolling windows container %CONTAINER%.
  586. .-EUTSIX
  587. %FUNC% failed. The time series was not created. Packed or compressed time series must be created as irregular time series.
  588. .-EUTSIY
  589. %FUNC% failed. A packed element that contains the timestamp %TIME1% is already committed. The timestamp %TIME2% cannot be added to the committed element.
  590. .-EUTSIZ
  591. %FUNC% failed. The element with the timestamp %TIME1% cannot be inserted because the timestamp does not fit within a sub-second boundary for %HERTZ% hertz.
  592. .-EUTSJA
  593. %FUNC% failed. Hertz and compression cannot be used together.
  594. .-EUTSJB
  595. %FUNC% failed. A time series that is defined with the compression option must have a compression definition for each column, except the first, in the TimeSeries data type.
  596. .-EUTSJC
  597. %FUNC% failed. The time series that is defined with the hertz option has data for one second that exceeds 32769 bytes.
  598. .-EUTSJD
  599. %FUNC% failed. Hertz timeseries must be created with a threshold of 0.
  600. .-EUTSJE
  601. %FUNC% failed. Compressed timeseries must be created with a threshold of 0.
  602. .-EUTSJF
  603. %FUNC% failed. Time series quantization compression value of %VALUE% must be greater or equal to %LOWER% or less than or equal to %UPPER% as defined by the compression definition.
  604. .-EUTSJG
  605. %FUNC% failed. Invalid time series compression parameter: %PARAM%.
  606. .-EUTSJH
  607. %FUNC% failed. Invalid compression size %PARAM%. Supported values are 1, 2, and 4, but the value must be less than the size of the column, which is defined as %SIZE% bytes.
  608. .-EUTSJI
  609. %FUNC% failed. The time series compression parameter for maximum deviation %VALUE% must be a number greater than 0.
  610. .-EUTSJJ
  611. %FUNC% failed. Time series linear compression value must be non null.
  612. .-EUTSJK
  613. %FUNC% failed. Compressed time series must be created with a calendar that has only 'on' periods.
  614. .-EUTSJL
  615. %FUNC% failed. You cannot delete selective compressed elements. You must delete the entire time series instance.
  616. .-EUTSJM
  617. %FUNC% failed. The time series that is defined with the compress option has a buffer that exceeds 32769 bytes.
  618. .-EUTSJN
  619. The number of entries in the columns list must match the number of columns in the output TimeSeries.
  620. .-EUTSJO
  621. The types of the entries in the columns list must match the types of columns in the output TimeSeries.
  622. .-EUTSJP
  623. Internal error. The background PDQ thread has not responded in %SECS% seconds. Call IBM Informix Technical Support.
  624. .-EUTSJQ
  625. The entry with timestamp %TIMESTAMP% is too far in the future to be inserted in the rolling window container (%NAME%).
  626. .-EUTSLA
  627. Either table %TABLE% does not exist or column %COLNAME% is not a valid timeseries column.
  628. .-EUTSLB
  629. Table %TABLE% does not contain a declared primary key constraint.
  630. .-EUTSLC
  631. Specified loader handle %HANDLE% not initialized.
  632. .-EUTSLD
  633. Internal error: specified loader handle %HANDLE% in invalid state.
  634. .-EUTSLE
  635. Loader assertion error: Condition %CONDITION% encountered.
  636. .-EUTSLF
  637. Must be in transaction to flush records. Issue BEGIN WORK before TSL_Flush.
  638. .-EUTSLG
  639. There is already a loader created in this session.
  640. .-EUTSLH
  641. Loader initialization failed due to insufficient system resources.
  642. .-EUTSLI
  643. The function failed. Use the TSOPEN_REDUCED_LOG option only with the InsElem, PutElem, PutElemNoDups, PutNthElem, PutTimeSeries, BulkLoad, or TSL_Flush functions. Run the function in a transaction without other statements.
  644. .-EUTSLJ
  645. Cannot perform the operation %NAME% on a high-availability cluster secondary server.
  646. .-EUTSLK
  647. The TSL_Init function failed because the tstamp_format argument is not compatible with the format specified by the DBTIME enviroment variable. Fix this argument and run the function again.
  648. .-EUTSLL
  649. The TSL_Init function failed because the tstamp_format argument has too many pipe characters. Fix this argument and run the function again.
  650. .-EUTSLM
  651. The loader was not shut down because there are still %NUM% attached sessions. Close all the attached loader sessions with TSL_SessionClose() and run this procedure again.
  652. .-EUTSLN
  653. Specified loader handle %HANDLE% not attached.
  654. .-EUTSLO
  655. Invalid parameter %OPTION%. Use one of these parameters: 'catalogs', 'dbspace', 'dbspacetemp', 'sbspace', or 'sbspacetemp'.
  656. .-EUTSLP
  657. Invalid dbspace %DBS%. Create the container in a dbspace assigned to this tenant database.
  658. .-EUTSLQ
  659. Purpose options of the CREATE ACCESS METHOD statement run by TSCreateVirtualTab are too long. Consider omitting the fragment flag or specifying a less complex FRAGMENT BY EXPRESSION clause on the base table.
  660. .-EUTSLR
  661. Purpose options of the CREATE ACCESS METHOD statement run by TSCreateExpressionVirtualTab are too long. Consider using a simpler expression.
  662. .-EUTSLS
  663. Purpose options of the CREATE ACCESS METHOD statement run by TSCreateVirtualTab are too long. Consider using fewer options.
  664. .-EUTSLT
  665. The interval %INTERVAL% is not valid. For a %NUM% %IV1% interval, specify a calendar pattern: {1 on, %DEC% off} %IV2%.
  666. .-EUTSLU
  667. The interval %INTERVAL% is not valid. The only calendar patterns supported have the one on element followed by an optional off element.
  668. .-EUTSRP
  669. Operation necessary for possible replication of element failed.
  670. .-EUTSR1
  671. Container %NAME% attributes do not match between ER source and target servers.
  672. .-EUTSRI
  673. The insert failed because the element length exceeds the BSON in-row size limit of 4 KB.
  674. .-EUTSRJ
  675. The insert failed because of a missing closing bracket ""}"" on line %LINE%, at position %POS% of the input string for the BSON document.
  676. .-EUTSRK
  677. The insert failed because a TimeSeries row type cannot have a JSON type column.
  678. .-EUTSRL
  679. The insert failed because only one BSON type column is allowed in a TimeSeries row.
  680. .-EUTSRM
  681. The statement failed because the TSL_Init() function cannot be run within a SELECT statement. Run the TSL_Init() function in an EXECUTE FUNCTION statement.
  682. .-EUTSRO
  683. The update_nonkey_not_nulls or update_nonkey_include_nulls flag cannot be combined with the elem_insert flag in the TSVTMode parameter.
  684. .-EUTSRQ
  685. The fragment_verbatim, fragment_with_case, and fragment_with_negate flags are mutually exclusive. Include only one in the TSVTMode parameter.
  686. .-EUTSRR
  687. The ""%MODE%"" flag cannot be combined with the elem_insert flag in the TSVTMode parameter.
  688. .-EUTSRS
  689. REMAINDER sub-clause in FRAGMENT BY EXPRESSION is not supported with the fragment_verbatim flag.
  690. .-EUTSRT
  691. Assertion error: Condition %CONDITION% failed: %FILE%: %LINE%.
  692. .-EUTSRU
  693. Too many bc() compression parameters specified in compression defintion.
  694. .-EUTSRV
  695. Buffer size %BUFSIZ% must be at least greater than or equal to %NUM% * row size (%ROWSIZ%). Specify bc(n), where n is the buffer size, as the first compression parameter to make it larger.
  696. .-EUTSRW
  697. Not implemented yet.
  698. .-EUTSRX
  699. Too many compression definitions specified. You must include a compression definition for every column in the TimeSeries subtype, except the first timestamp column.
  700. .-EUTSRY
  701. The lower bound %LB% must be less than the uppper bound %UB%.
  702. .-EUTSRZ
  703. The large element directory for a packed timeseries is too large for the container's page size. Use a container based on a dbspace with a larger page size, try %PGSIZE%.