1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: OQP
- (C) Copyright IBM Corp. 2005, 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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="LSA">
- <section name="ERR">
- <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>
- <string name="PPDS_FAILURE" type="String" errorCode="0002">PPDS Failure: "<param type="string" index="1"/>" returns "<param type="integer" index="2"/>".</string>
- <string name="EMPTY_DATASET" type="String" errorCode="0003">The data set is empty.</string>
- <string name="CONTEXT_NOT_INIT" type="String" errorCode="0005">The context is not initialized.</string>
- <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>
- <string name="UNSUPPORTED_COMMAND" type="String" errorCode="0008">Unsupported QS API command.</string>
- <string name="UNSUPPORTED_DATA_SOURCE" type="String" errorCode="0009">Unupported data source type: '<param type="string" index="1"/>'.</string>
- <string name="MISSING_ORIGINAL_DS_TYPE" type="String" errorCode="0010">Unknown original data source type.</string>
- <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>
- <string name="MUST_REBUILD_CUBE" type="String" errorCode="0013">The cube must be rebuilt to continue.</string>
- <string name="CUBE_UPDATE_FAILURE" type="String" errorCode="0014">Unable to update the cube. The cube is rebuilding.</string>
- <string name="CUBE_EXISTS" type="String" errorCode="0015">Unable to build the cube because a cube with the same name already exists.</string>
- <string name="UNSUPPORTED_DATA_TYPE" type="String" errorCode="0016">Non-numeric measures are not supported by Limited Local processing.</string>
- <string name="NOT_IMPLEMENTED" type="String" errorCode="0017">This method is not implemented.</string>
- <string name="UNTRANSLATED_MUN" type="String" errorCode="0019">Unable to translate <param type="string" index="1"/>: <param type="string" index="2"/>.</string>
- </section>
- </component>
- </stringTable>
|