crxmsgs_en.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: crx
  5. (C) Copyright IBM Corp. 2003, 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <!-- COPYRIGHT_DATA { 'YEAR':[2011, 2010, 2009, 2003], 'RELEASE':['caspian_rp1', 'crx_java_prototype', 'colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'crx' }-->
  10. <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
  11. <!-- CRX Exceptions:
  12. Error codes:
  13. 0000 - 1000 used for CRX specific errors
  14. 1001 - 2999 used for UDA-EE related errors
  15. 4001 - 4999 used for Yacc++ related errors
  16. For CCL Param types, use one of:
  17. shortDate, integer, shortTime, longTime, fullTime, mediumDate,
  18. currency, percent, fullDate, longDate, string, mediumTime.
  19. -->
  20. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  21. <component name="CRX">
  22. <section name="API">
  23. <string name="OK" errorCode="0000">OK</string>
  24. <string name="INTERNAL_ERROR" errorCode="0001">Internal error (RESERVED).</string>
  25. <string name="INITIALIZATION_FAIL" errorCode="0002">Initialization failed.</string>
  26. <string name="TYPE_ERROR" errorCode="0003">A data type error occurred at or near the position '<param type="integer" index="1"/>' in expression: '<param type="string" index="2"/>'. The operand types ('<param type="string" index="3"/>,<param type="string" index="4"/><param type="string" index="5"/>') for operator '<param type="string" index="6"/>' are not compatible. </string>
  27. <string name="SIZE_ERROR" errorCode="0004">Data size error. The data type is '<param type="string" index="1"/>'.</string>
  28. <string name="VARIABLE_NAME_IS_INVALID" errorCode="0005">An error occurred at or near the position '<param type="integer" index="1"/>'. The variable named '<param type="string" index="2"/>' is invalid.</string>
  29. <string name="VARIABLE_VALUE_IS_INVALID" errorCode="0006">The variable value at ( <param type="integer" index="1"/> ) is not valid.</string>
  30. <string name="MAX_DOUBLE_SIZE_EXCEEDED" errorCode="0007">The maximum size for a double value was exceeded at or near the position '<param type="integer" index="1"/>'.</string>
  31. <string name="MAX_STRING_SIZE_EXCEEDED" errorCode="0008">The maximum size for a string value was exceeded.</string>
  32. <string name="FAIL_TO_LOAD_LIBRARY" errorCode="0009">CRX is unable to load the library: <param type="string" index="1"/>. </string>
  33. <string name="FAIL_TO_LOAD_FUNCTION" errorCode="0010">CRX is unable to load the function: <param type="string" index="1"/>. </string>
  34. <string name="FUNCTION_NAME_NOT_FOUND" errorCode="0011">The function name was not found at or near the position '<param type="integer" index="1"/>' in expression: "<param type="string" index="2"/>". </string>
  35. <string name="INVALID_FUNCTION_NAME" errorCode="0012">An invalid function name was found at or near the position '<param type="integer" index="1"/>'. Function names cannot be enclosed in quotes.</string>
  36. <string name="NUMBER_OF_ARGUMENTS_IS_INVALID" errorCode="0013">The number of arguments in the function "<param type="string" index="1"/>" is not valid at or near the position '<param type="integer" index="2"/>'.</string>
  37. <string name="ARGUMENT_TYPE_IS_INVALID" errorCode="0014">An invalid function argument type was found at or near the position '<param type="integer" index="1"/>' in the expression "<param type="string" index="2"/>".</string>
  38. <string name="INVALID_QUALIFIEDNAME_SYNTAX" errorCode="0015">An incorrect qualified name was found at or near '<param type="integer" index="1"/>' in the expression: "<param type="string" index="2"/>". Characters are not allowed between the parentheses and the period.</string>
  39. <string name="EMPTY_EXPRESSION_STRING" errorCode="0016">The expression input string is empty: "<param type="string" index="1"/>".</string>
  40. <string name="UNSUPPORTED_DATA_TYPE" errorCode="0017">An unsupported data type "<param type="string" index="1"/>" was found at or near the position '<param type="integer" index="2"/>' in expression: "<param type="string" index="3"/>".</string>
  41. <string name="EXPRESSION_TOO_COMPLEX" errorCode="0018">The expression is too complex. It has more than <param type="integer" index="1"/> tokens.</string>
  42. <string name="CRX_MESSAGE_STR_0201" errorCode="0201">The execution of the report expression function "<param type="string" index="1"/>" returned the error code <param type="integer" index="2"/>.</string>
  43. <string name="CRX_MESSAGE_STR_0202" errorCode="0202">Expression execution: reading the result buffer returned the status <param type="integer" index="1"/>.</string>
  44. <string name="CRX_MESSAGE_STR_0203" errorCode="0203">Expression execution: 'SetVariableValuesInBuffers()' returned the status <param type="integer" index="1"/>.</string>
  45. <string name="CRX_MESSAGE_STR_0204" errorCode="0204">An error was encountered while executing the function argument <param type="integer" index="1"/> of <param type="integer" index="2"/>.</string>
  46. <string name="CRX_MESSAGE_STR_0205" errorCode="0205">The data type changed at execution time. An overflow was detected in data conversion.</string>
  47. <string name="INVALID_DATE_OR_TIME_OR_TZ_LITERAL" errorCode="0300">Invalid date/time literal: '<param type="string" index="1"/>'. An error was found at or near the position '<param type="integer" index="2"/>' in string '<param type="string" index="3"/>'. The value '<param type="string" index="4"/>' is not in the expected range '<param type="string" index="5"/>' to '<param type="string" index="6"/>'. The format for date/time literals is 'YYYY-MM-DD' 'HH:MM[:SS].[fff]' ['+HH:MM'].</string>
  48. <string name="INVALID_DATE_OR_TIME_OR_TZ_LITERAL_LENGTH" errorCode="0301">Invalid date/time literal: '<param type="string" index="1"/>'. An error was found at or near the position '<param type="integer" index="2"/>'. The string '<param type="string" index="3"/>' has an invalid length of '<param type="integer" index="4"/>'. The format for date/time literals is 'YYYY-MM-DD' 'HH:MM[:SS].[fff]' ['+HH:MM'].</string>
  49. <string name="INVALID_DATE_OR_TIME_OR_TZ_LITERAL_SEPARATOR" errorCode="0302">Invalid date/time literal: '<param type="string" index="1"/>'. An error was found at or near the position '<param type="integer" index="2"/>' in string '<param type="string" index="3"/>'. The separator '<param type="string" index="4"/>' is not the expected value '<param type="string" index="5"/>'. The format for date/time literals is 'YYYY-MM-DD' 'HH:MM[:SS].[fff]' ['+HH:MM'].</string>
  50. <string name="INVALID_YEAR_MONTH_INTERVAL_LITERAL" errorCode="0303">An invalid literal in the expression: "<param type="string" index="1"/>" was found at or near the position '<param type="integer" index="2"/>'. The literal string can contain only the digits 0 - 9, separated by a '-' and optionally preceded by a '-' sign. The string must contain at least 3 characters.</string>
  51. <string name="INVALID_DATE_OR_TIME_OR_TZ_LITERAL_STRINGSTRING" errorCode="0304">An invalid literal: '<param type="string" index="1"/>' Invalid string '<param type="string" index="2"/>' was found at or near the position '<param type="integer" index="3"/>'. 'String' may be used either as a date/time literal or a time zone. The correct format is: 'YYYY-MM-DD' 'HH:MM[:SS].[fff]' or 'HH:MM[:SS].[fff]' '+HH:MM'.</string>
  52. <!-- CRX Specific Exceptions -->
  53. <string name="INTERNAL_ERROR_0401" errorCode="0401">Internal error 0401.</string>
  54. <string name="INTERNAL_ERROR_0402" errorCode="0402">Internal error 0402.</string>
  55. <string name="INTERNAL_ERROR_0403" errorCode="0403">Internal error 0403.</string>
  56. <string name="INTERNAL_ERROR_0404" errorCode="0404">Internal error 0404.</string>
  57. <string name="INTERNAL_ERROR_0405" errorCode="0405">Internal error 0405.</string>
  58. <string name="INTERNAL_ERROR_0406" errorCode="0406">Internal error 0406.</string>
  59. <string name="INTERNAL_ERROR_0407" errorCode="0407">Internal error 0407.</string>
  60. <string name="INTERNAL_ERROR_0408" errorCode="0408">Internal error 0408.</string>
  61. <string name="INTERNAL_ERROR_0409" errorCode="0409">Internal error 0409.</string>
  62. <string name="INTERNAL_ERROR_0410" errorCode="0410">Internal error 0410.</string>
  63. <string name="INTERNAL_ERROR_0411" errorCode="0411">Internal error 0411.</string>
  64. <string name="INTERNAL_ERROR_0412" errorCode="0412">Internal error 0412.</string>
  65. <string name="INTERNAL_ERROR_0413" errorCode="0413">Internal error 0413.</string>
  66. <!-- end of CRX Specific Exceptions -->
  67. <string name="UNKNOWN_UDAEE_ERROR" errorCode="1000">Unknown UDA-EE error.</string>
  68. </section>
  69. <section name="YXX">
  70. <string name="INTERNAL_YERROR" errorCode="4001">Internal error.</string>
  71. <string name="MEMORY_ALLOCATION_YERROR" errorCode="4004">Memory allocation error.</string>
  72. <string name="INVALID_EXPRESSION" errorCode="4010">A parsing error was found at or near the position <param type="integer" index="1"/> in the expression "<param type="string" index="2"/>".</string>
  73. </section>
  74. <section name="UDA">
  75. <string name="EEERR_BADOPNS" errorCode="1001">Operands not valid.</string>
  76. <string name="EEERR_TYPE_ERROR" errorCode="1002">Type error.</string>
  77. <string name="EEERR_OVERFLOW" errorCode="1003">Data overflow error.</string>
  78. <string name="EEERR_CONV" errorCode="1004">Conversion error.</string>
  79. <string name="EEERR_ADDRESS" errorCode="1005">Address error.</string>
  80. <string name="EEERR_EXTERNAL_ERROR" errorCode="1006">External error.</string>
  81. <string name="EEERR_ZERO_DIVIDE" errorCode="1007">Zero divide error.</string>
  82. <string name="EEERR_INV_NUM_CONV" errorCode="1008">Invalid number conversion error.</string>
  83. <string name="EEERR_INV_DATE" errorCode="1009">Invalid date error.</string>
  84. <string name="EEERR_NULLSTORE" errorCode="1010">Null store error.</string>
  85. <string name="EEERR_SUBSTRING" errorCode="1011">Substring error.</string>
  86. <string name="EEERR_MATPATT" errorCode="1012">Pattern match error.</string>
  87. <string name="EEERR_TRUNC" errorCode="1013">String truncation error.</string>
  88. <string name="EEERR_INTERVAL_OVERFLOW" errorCode="1014">Time interval overflow error.</string>
  89. <string name="EEERR_DATETIME_OVERFLOW" errorCode="1015">Date/time overflow error.</string>
  90. <string name="EEERR_INTERNAL_ERROR" errorCode="2001">Internal error.</string>
  91. <string name="EEERR_OVERTRUNC" errorCode="2002">String truncation error.</string>
  92. <string name="EEERR_BADENV" errorCode="2003">Invalid environment error.</string>
  93. </section>
  94. </component>
  95. </stringTable>