mfwa_en.xml 6.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: mfwa
  5. (C) Copyright IBM Corp. 2008, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <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">
  13. <component name="DIM">
  14. <section name="ERR">
  15. <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>
  16. <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>
  17. <string name="INVALID_SERVER" type="String" errorCode="1003">The connection to the data source failed because a valid server was not specified.</string>
  18. <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>
  19. <string name="FAILED_NO_CONNECT" type="String" errorCode="1005">A connection to the data source could not be established.</string>
  20. <string name="CONNECTION_FAULT" type="String" errorCode="1006">The connection string, user ID, or password is either missing or is not valid.
  21. If you are not sure the connection string is valid, please contact the administrator.
  22. </string>
  23. </section>
  24. </component>
  25. <component name="FM">
  26. <section name="ERR">
  27. <string name="ID_NOT_FOUND" type="String" errorCode="2001">The object with ID '<param type="string" index="1"/>' cannot be found.</string>
  28. <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>
  29. <string name="MODEL_PARSING_ERROR" type="String" errorCode="2003">The model failed to parse, with error code '<param type="string" index="1"/>'. </string>
  30. </section>
  31. </component>
  32. <component name="RPT">
  33. <section name="CON">
  34. <string name="INVALID_STEP_PATTERN" type="String" errorCode="3001">The xpath query contains an unsupported step pattern.</string>
  35. <string name="UNSUPPORTED_PROMPT" type="String" errorCode="3002">While retrieving the query specification for the report, an unsupported prompt was encountered.</string>
  36. <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>
  37. <string name="MUTLIEDGE_NOTSUPPORTED" type="String" errorCode="3004">The report contains one or more crosstabs that are not supported.</string>
  38. </section>
  39. <section name="FAC">
  40. <string name="EXPRESSION_LOCALE_NOT_FOUND" type="String" errorCode="3101">An expression locale was expected in the report specification, but was not found.</string>
  41. <string name="INTERNAL_EXCEPTION" type="String" errorCode="3102">While attempting to parse the report specification, an internal exception occurred.</string>
  42. <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>
  43. <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>
  44. <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>
  45. <string name="INVALID_EXPRESSION" type="String" errorCode="3106">The expression '<param type="string" index="1"/>' failed to parse.</string>
  46. </section>
  47. <section name="EXP">
  48. <string name="INTERNAL_EXCEPTION" type="String" errorCode="3200">While parsing an expression in the report specification, an internal exception occurred.</string>
  49. </section>
  50. <section name="HLP">
  51. <string name="VALIDATION_RETURNED_UNSUPPORTED_DATATYPE" type="String" errorCode="3300">Validation of the queries contained in the report returned an unsupported data type.</string>
  52. <string name="INTERNAL_EXCEPTION" type="String" errorCode="3301">While validating the queries generated from the report specification, an internal exception occurred.</string>
  53. <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>
  54. </section>
  55. <section name="MDL">
  56. <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>
  57. <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>
  58. </section>
  59. <section name="DBL">
  60. <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>
  61. <string name="VALIDATION_FAILED" type="String" errorCode="3501">The following error was detected attempting to validate the report: <param type="string" index="1"/>
  62. </string>
  63. <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>
  64. <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>
  65. </section>
  66. </component>
  67. </stringTable>