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="TBF">
- <section name="ERR">
- <string errorCode="0001" name="CANT_DECOMPOSE">Not able to decompose the item '<param type="string" index="1"/>'</string>
- <string errorCode="0002" name="CANT_PREPARE_DECOMPOSED">Not able to correctly prepare the decomposed query '<param type="string" index="1"/>'</string>
- <string errorCode="0003" name="NO_INPUT_DATASET">An input resultset of the name '<param type="string" index="1"/>' is expected by the query '<param type="string" index="2"/>'</string>
- <string errorCode="0004" name="EMPTY_EXPR">An empty expression in the data item '<param type="string" index="1"/>'.</string>
- <string errorCode="0005" name="FACT_NOITEMREF">A fact element must have a reference to a dataItemRef attribute.</string>
- <string errorCode="0006" name="UNSUPPORTED_DETAILFILTER_REL_FUNC_DIM_DS">The detail filter expression contains the relational function not supported in the dimensional data source.</string>
- </section>
- </component>
- </stringTable>
|