12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mfwa
- (C) Copyright IBM Corp. 2008, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable usage="Message source for CCLMessageFramework" localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="DIM">
- <section name="ERR">
- <string name="FAILED_MISSING_UID" type="String" errorCode="1001">The connection to the data source failed because a valid user ID or password was not specified.</string>
- <string name="INVALID_CONNECTION_STRING" type="String" errorCode="1002">The connection to the data source failed because a valid connection string was not specified.</string>
- <string name="INVALID_SERVER" type="String" errorCode="1003">The connection to the data source failed because a valid server was not specified.</string>
- <string name="INVALID_CUBE_PASSWORD" type="String" errorCode="1004">The connection to the data source failed because a valid cube password was not specified.</string>
- <string name="FAILED_NO_CONNECT" type="String" errorCode="1005">A connection to the data source could not be established.</string>
- <string name="CONNECTION_FAULT" type="String" errorCode="1006">The connection string, user ID, or password is either missing or is not valid.
- If you are not sure the connection string is valid, please contact the administrator.
- </string>
- </section>
- </component>
- <component name="FM">
- <section name="ERR">
- <string name="ID_NOT_FOUND" type="String" errorCode="2001">The object with ID '<param type="string" index="1"/>' cannot be found.</string>
- <string name="MODEL_FILE_NOT_FOUND" type="String" errorCode="2002">The model file '<param type="string" index="1"/>' cannot be read. Ensure the path is valid and the file is accessible.</string>
- <string name="MODEL_PARSING_ERROR" type="String" errorCode="2003">The model failed to parse, with error code '<param type="string" index="1"/>'. </string>
- </section>
- </component>
- <component name="RPT">
- <section name="CON">
- <string name="INVALID_STEP_PATTERN" type="String" errorCode="3001">The xpath query contains an unsupported step pattern.</string>
- <string name="UNSUPPORTED_PROMPT" type="String" errorCode="3002">While retrieving the query specification for the report, an unsupported prompt was encountered.</string>
- <string name="UNRECOGNIZED_FAULT_CODE" type="String" errorCode="3003">While retrieving the query specification, a supported prompt was encountered. However, the prompt's fault code was not recognized.</string>
- <string name="MUTLIEDGE_NOTSUPPORTED" type="String" errorCode="3004">The report contains one or more crosstabs that are not supported.</string>
- </section>
- <section name="FAC">
- <string name="EXPRESSION_LOCALE_NOT_FOUND" type="String" errorCode="3101">An expression locale was expected in the report specification, but was not found.</string>
- <string name="INTERNAL_EXCEPTION" type="String" errorCode="3102">While attempting to parse the report specification, an internal exception occurred.</string>
- <string name="REF_QUERY_MISSING_FROM_QUERY_OP" type="String" errorCode="3103">A 'refQuery' property was expected while parsing the report specification, but was not found.</string>
- <string name="QUERY_SOURCE_NOT_SUPPORTED" type="String" errorCode="3104">The report specification contains a query with the source '<param type="string" index="1"/>'. This query source is not supported when using reports as a metadata source.</string>
- <string name="NONRELATIONAL_SOURCE" type="String" errorCode="3105">Only relational queries are supported when using reports as a metadata source. The following queries are based on non-relational data sources: '<param type="string" index="1"/>'.</string>
- <string name="INVALID_EXPRESSION" type="String" errorCode="3106">The expression '<param type="string" index="1"/>' failed to parse.</string>
- </section>
- <section name="EXP">
- <string name="INTERNAL_EXCEPTION" type="String" errorCode="3200">While parsing an expression in the report specification, an internal exception occurred.</string>
- </section>
- <section name="HLP">
- <string name="VALIDATION_RETURNED_UNSUPPORTED_DATATYPE" type="String" errorCode="3300">Validation of the queries contained in the report returned an unsupported data type.</string>
- <string name="INTERNAL_EXCEPTION" type="String" errorCode="3301">While validating the queries generated from the report specification, an internal exception occurred.</string>
- <string name="VALIDATE_RESPONSES_NOT_EXPECTED" type="String" errorCode="3302">Validation of the generated query subject failed to return the expected number of results. As a result, the data type, precision, and scale information for the query items could not be obtained.</string>
- </section>
- <section name="MDL">
- <string name="NONRELATIONAL_SOURCE" type="String" errorCode="3400">Only relational queries are supported when using reports as a metadata source. A non-relational data source was encountered in the report.</string>
- <string name="FEEDBACK_NEGATIVE_INDEX_COLUMN" type="String" errorCode="3401">The column '<param type="string" index="1"/>' specified in the SQL projection list is not found from the model.</string>
- </section>
- <section name="DBL">
- <string name="SQL_TEXT_OR_BLOB_NOT_SUPPORTED" type="String" errorCode="3500">The report contains a query with a query item of type 'sqlText' or 'sqlBlob'. Report's containing such items are not supported.</string>
- <string name="VALIDATION_FAILED" type="String" errorCode="3501">The following error was detected attempting to validate the report: <param type="string" index="1"/>
- </string>
- <string name="FEEDBACK_REMOVE" type="String" errorCode="3502">All '<param type="string" index="1"/>' elements have been removed from <param type="string" index="2"/>.</string>
- <string name="FEEDBACK_QUERY_DROPPED" type="String" errorCode="3503">The query '<param type="string" index="1"/>' was dropped as no datasource could be found.</string>
- </section>
- </component>
- </stringTable>
|