xmlacommonmsgs_en.xml 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: OQP
  5. (C) Copyright IBM Corp. 2005, 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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  13. <component name="XAC">
  14. <section name="ERR">
  15. <string name="INTERNAL" type="String" errorCode="0001">There is an internal error at "<param type="string" index="1"/>":"<param type="integer" index="2"/>".</string>
  16. <string name="COULD_NOT_FIND_THE_CATALOG" type="String" errorCode="0002">Unable to find the catalog <param type="string" index="1"/>.</string>
  17. <!-- 3 and 4 are free -->
  18. <string name="MISSING_CATALOG" type="String" errorCode="0005">The catalog name is missing.</string>
  19. <string name="UNSUPPORTED_DATA_TYPE" type="String" errorCode="0006">Unsupported data type:<param type="integer" index="1"/>.</string>
  20. <string name="DATA_PROVIDER_MESSAGE" type="String" errorCode="0007">The data provider returned an error message: "<param type="string" index="1"/>".</string>
  21. <string name="MISSING_SERVER_NAME" type="String" errorCode="0008">The data source server name is missing.</string>
  22. <string name="CONNECT_FAILED" type="String" errorCode="0009">An error occurred while trying to connect to the data source.</string>
  23. <string name="CONNECT_FAILED_DETAILS" type="String" errorCode="0010">An error occurred while trying to connect to the data source: "<param type="string" index="1"/>".</string>
  24. <!-- 11 is free -->
  25. <string name="MISSING_CUBE" type="String" errorCode="0012">The cube name is missing.</string>
  26. <string name="NO_QUERY" type="String" errorCode="0013">No valid query was received.</string>
  27. <string name="UNSUPPORTED_FEATURE" type="String" errorCode="0014">The following feature is not supported: <param type="string" index="1"/></string>
  28. <string name="INVALID_USERNAME" type="String" errorCode="0015">The login failed because the username is missing or invalid.</string>
  29. <string name="INVALID_PASSWORD" type="String" errorCode="0016">The login failed because the password is missing or invalid.</string>
  30. <string name="LOCALE_DIFFERENT" type="String" errorCode="0017">The locale (<param type="string" index="1"/>) is different from a previously used locale (<param type="string" index="2"/>).</string>
  31. <string name="CONFIG_MDX" type="String" errorCode="0018">The config setting for MDXUniqueNames is invalid.</string>
  32. <string name="LOCALE_INVALID" type="String" errorCode="0019">The locale (<param type="string" index="1"/>) is not supported.</string>
  33. <!-- 20 is free -->
  34. <string name="LOCALE_ERROR" type="String" errorCode="0021">Unable to determine the error text due to a locale (<param type="string" index="1"/>) error from the provider.</string>
  35. <string name="COULD_NOT_FIND_THE_DIM" type="String" errorCode="0022">Unable to find the dimension "<param type="string" index="1"/>".</string>
  36. <string name="COULD_NOT_FIND_LASTDATAUPDATE" type="String" errorCode="0023">Unable to find the last data update for catalog "<param type="string" index="1"/>", cube "<param type="string" index="2"/>".</string>
  37. <string name="COULD_NOT_FIND_LASTSCHEMAUPDATE" type="String" errorCode="0024">Unable to find the last schema update for catalog "<param type="string" index="1"/>", cube "<param type="string" index="2"/>".</string>
  38. <string name="COULD_NOT_FIND_THE_HIER" type="String" errorCode="0025">Unable to find the hierarchy "<param type="string" index="1"/>".</string>
  39. <!-- 26 is free -->
  40. <string name="INVALID_DATETIME_VALUE" type="String" errorCode="0027">The query is not valid. The dateTime value '<param type="string" index="1"/>' is not valid. '<param type="string" index="2"/>':'<param type="integer" index="3"/>'</string>
  41. <string name="DATETIME_NOT_SUPPORTED" type="String" errorCode="0028">The query is not valid because the xsd:dateTime type is not supported.</string>
  42. <string name="TIME_NOT_SUPPORTED" type="String" errorCode="0029">The query is not valid because the xsd:time type is not supported.</string>
  43. <string name="DATETIME_PROPERTY_NOT_SUPPORTED" type="String" errorCode="0030">The query is not valid because DateTime properties are not supported.</string>
  44. <string name="EMPTY_CATALOG_LIST" type="String" errorCode="0031">No catalogs were found. The current user may not have permission to access any cubes on the server ('<param type="string" index="1"/>').</string>
  45. <string name="DATE_NOT_SUPPORTED" type="String" errorCode="0032">The query is not valid because the xsd:date type is not supported.</string>
  46. <string name="INVALID_MEMBER_FOR_ACTION" type="String" errorCode="0033">An invalid member unique name ("<param type="string" index="1"/>") was specified for an action constraint.</string>
  47. <string name="INVALID_COORDTYPE_VALUE" type="String" errorCode="0034">There was an invalid coordinateType value <param type="string" index="1"/>.</string>
  48. <string name="MISSING_ATTRIBUTE" type="String" errorCode="0035">The <param type="string" index="1"/> attribute was missing in the <param type="string" index="2"/> metadata.</string>
  49. </section>
  50. </component>
  51. </stringTable>