1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: QFWP
- © Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="RMP">
- <section name="ERR">
- <string errorCode="0001" name="SAMPLE_ERROR">This is a sample error with parameter "<param type="string" index="1"/>"</string>
- <string errorCode="0002" name="RM_ERROR_WRONG_REQUEST">Semantically incorrect request</string>
- <string errorCode="0003" name="RM_QUERY_CANCELLED">The query has been cancelled.</string>
- <string errorCode="0004" name="RM_ERROR_NO_REVERSE_ITEARATION_YET">Under construction. Reverse iteraton is not yet supported.</string>
- <string errorCode="0005" name="RM_ERROR_INVALID_HIERARCHY">The regular hierarchy '<param type="string" index="1"/>' is not valid because it has no levels defined for it. </string>
- <string errorCode="0006" name="RM_UNSUPPORTED_MULTI_HIERARCHY_DETAILFILTER">The report is not supported because it contains a detail filter and more than one hierarchies of the same dimension. </string>
- <string errorCode="0007" name="RM_UNSUPPORTED_SOLVE_ORDER_ON_VALUE_SET">The report is not supported because it contains a "solveOrder" attribute on the "valueSet" element refering to the dataItem '<param type="string" index="1"/>'. </string>
- </section>
- </component>
- </stringTable>
|