homermsgs_en.xml 2.9 KB

1234567891011121314151617181920212223242526272829303132
  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="LSA">
  14. <section name="ERR">
  15. <string name="INTERNAL" type="String" errorCode="0001">A heterogenous multi-dimensional expression entity retriever (HOMER) internal error occurred. '<param type="string" index="1"/>':'<param type="integer" index="2"/>'.</string>
  16. <string name="PPDS_FAILURE" type="String" errorCode="0002">PPDS Failure: "<param type="string" index="1"/>" returns "<param type="integer" index="2"/>".</string>
  17. <string name="EMPTY_DATASET" type="String" errorCode="0003">The data set is empty.</string>
  18. <string name="CONTEXT_NOT_INIT" type="String" errorCode="0005">The context is not initialized.</string>
  19. <string name="INVALID_DATATYPE" type="String" errorCode="0006">A heterogenous multi-dimensional expression entity retriever (HOMER) internal error occurred. The data type of the current cell is not supported.</string>
  20. <string name="UNSUPPORTED_COMMAND" type="String" errorCode="0008">Unsupported QS API command.</string>
  21. <string name="UNSUPPORTED_DATA_SOURCE" type="String" errorCode="0009">Unupported data source type: '<param type="string" index="1"/>'.</string>
  22. <string name="MISSING_ORIGINAL_DS_TYPE" type="String" errorCode="0010">Unknown original data source type.</string>
  23. <string name="MULTIPLE_HIERARCHIES" type="String" errorCode="0012">The heterogenous multi-dimensional expression entity retriever (HOMER) does not currently support queries containing multiple hierarchies from the same dimension.</string>
  24. <string name="MUST_REBUILD_CUBE" type="String" errorCode="0013">The cube must be rebuilt to continue.</string>
  25. <string name="CUBE_UPDATE_FAILURE" type="String" errorCode="0014">Unable to update the cube. The cube is rebuilding.</string>
  26. <string name="CUBE_EXISTS" type="String" errorCode="0015">Unable to build the cube because a cube with the same name already exists.</string>
  27. <string name="UNSUPPORTED_DATA_TYPE" type="String" errorCode="0016">Non-numeric measures are not supported by Limited Local processing.</string>
  28. <string name="NOT_IMPLEMENTED" type="String" errorCode="0017">This method is not implemented.</string>
  29. <string name="UNTRANSLATED_MUN" type="String" errorCode="0019">Unable to translate <param type="string" index="1"/>: <param type="string" index="2"/>.</string>
  30. </section>
  31. </component>
  32. </stringTable>