123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: crx
- (C) Copyright IBM Corp. 2003, 2012
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- COPYRIGHT_DATA { 'YEAR':[2011, 2010, 2009, 2003], 'RELEASE':['caspian_rp1', 'crx_java_prototype', 'colorado_wave1'], 'VISIBLE':'YES', 'COMPONENT':'crx' }-->
- <!--All lines above the COPYRIGHT_DATA line will be replaced when copyright notices are generated. -->
- <!-- CRX Exceptions:
- Error codes:
- 0000 - 1000 used for CRX specific errors
- 1001 - 2999 used for UDA-EE related errors
- 4001 - 4999 used for Yacc++ related errors
- For CCL Param types, use one of:
- shortDate, integer, shortTime, longTime, fullTime, mediumDate,
- currency, percent, fullDate, longDate, string, mediumTime.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="CRX">
- <section name="API">
- <string name="OK" errorCode="0000">OK</string>
- <string name="INTERNAL_ERROR" errorCode="0001">Internal error (RESERVED).</string>
- <string name="INITIALIZATION_FAIL" errorCode="0002">Initialization failed.</string>
- <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>
- <string name="SIZE_ERROR" errorCode="0004">Data size error. The data type is '<param type="string" index="1"/>'.</string>
- <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>
- <string name="VARIABLE_VALUE_IS_INVALID" errorCode="0006">The variable value at ( <param type="integer" index="1"/> ) is not valid.</string>
- <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>
- <string name="MAX_STRING_SIZE_EXCEEDED" errorCode="0008">The maximum size for a string value was exceeded.</string>
- <string name="FAIL_TO_LOAD_LIBRARY" errorCode="0009">CRX is unable to load the library: <param type="string" index="1"/>. </string>
- <string name="FAIL_TO_LOAD_FUNCTION" errorCode="0010">CRX is unable to load the function: <param type="string" index="1"/>. </string>
- <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>
- <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>
- <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>
- <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>
- <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>
- <string name="EMPTY_EXPRESSION_STRING" errorCode="0016">The expression input string is empty: "<param type="string" index="1"/>".</string>
- <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>
- <string name="EXPRESSION_TOO_COMPLEX" errorCode="0018">The expression is too complex. It has more than <param type="integer" index="1"/> tokens.</string>
- <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>
- <string name="CRX_MESSAGE_STR_0202" errorCode="0202">Expression execution: reading the result buffer returned the status <param type="integer" index="1"/>.</string>
- <string name="CRX_MESSAGE_STR_0203" errorCode="0203">Expression execution: 'SetVariableValuesInBuffers()' returned the status <param type="integer" index="1"/>.</string>
- <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>
- <string name="CRX_MESSAGE_STR_0205" errorCode="0205">The data type changed at execution time. An overflow was detected in data conversion.</string>
- <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>
- <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>
- <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>
- <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>
- <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>
- <!-- CRX Specific Exceptions -->
- <string name="INTERNAL_ERROR_0401" errorCode="0401">Internal error 0401.</string>
- <string name="INTERNAL_ERROR_0402" errorCode="0402">Internal error 0402.</string>
- <string name="INTERNAL_ERROR_0403" errorCode="0403">Internal error 0403.</string>
- <string name="INTERNAL_ERROR_0404" errorCode="0404">Internal error 0404.</string>
- <string name="INTERNAL_ERROR_0405" errorCode="0405">Internal error 0405.</string>
- <string name="INTERNAL_ERROR_0406" errorCode="0406">Internal error 0406.</string>
- <string name="INTERNAL_ERROR_0407" errorCode="0407">Internal error 0407.</string>
- <string name="INTERNAL_ERROR_0408" errorCode="0408">Internal error 0408.</string>
- <string name="INTERNAL_ERROR_0409" errorCode="0409">Internal error 0409.</string>
- <string name="INTERNAL_ERROR_0410" errorCode="0410">Internal error 0410.</string>
- <string name="INTERNAL_ERROR_0411" errorCode="0411">Internal error 0411.</string>
- <string name="INTERNAL_ERROR_0412" errorCode="0412">Internal error 0412.</string>
- <string name="INTERNAL_ERROR_0413" errorCode="0413">Internal error 0413.</string>
- <!-- end of CRX Specific Exceptions -->
- <string name="UNKNOWN_UDAEE_ERROR" errorCode="1000">Unknown UDA-EE error.</string>
- </section>
- <section name="YXX">
- <string name="INTERNAL_YERROR" errorCode="4001">Internal error.</string>
- <string name="MEMORY_ALLOCATION_YERROR" errorCode="4004">Memory allocation error.</string>
- <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>
- </section>
- <section name="UDA">
- <string name="EEERR_BADOPNS" errorCode="1001">Operands not valid.</string>
- <string name="EEERR_TYPE_ERROR" errorCode="1002">Type error.</string>
- <string name="EEERR_OVERFLOW" errorCode="1003">Data overflow error.</string>
- <string name="EEERR_CONV" errorCode="1004">Conversion error.</string>
- <string name="EEERR_ADDRESS" errorCode="1005">Address error.</string>
- <string name="EEERR_EXTERNAL_ERROR" errorCode="1006">External error.</string>
- <string name="EEERR_ZERO_DIVIDE" errorCode="1007">Zero divide error.</string>
- <string name="EEERR_INV_NUM_CONV" errorCode="1008">Invalid number conversion error.</string>
- <string name="EEERR_INV_DATE" errorCode="1009">Invalid date error.</string>
- <string name="EEERR_NULLSTORE" errorCode="1010">Null store error.</string>
- <string name="EEERR_SUBSTRING" errorCode="1011">Substring error.</string>
- <string name="EEERR_MATPATT" errorCode="1012">Pattern match error.</string>
- <string name="EEERR_TRUNC" errorCode="1013">String truncation error.</string>
- <string name="EEERR_INTERVAL_OVERFLOW" errorCode="1014">Time interval overflow error.</string>
- <string name="EEERR_DATETIME_OVERFLOW" errorCode="1015">Date/time overflow error.</string>
- <string name="EEERR_INTERNAL_ERROR" errorCode="2001">Internal error.</string>
- <string name="EEERR_OVERTRUNC" errorCode="2002">String truncation error.</string>
- <string name="EEERR_BADENV" errorCode="2003">Invalid environment error.</string>
- </section>
- </component>
- </stringTable>
|