12345678910111213141516171819202122 |
- <?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="TBO">
- <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="UPSUPPORTED_DETAILFILTER">Detail filters can contain only relational operations</string>
- <string errorCode="0005" name="DETAILGROUP">The query '<param type="string" index="1"/>' contains a detail group. Detail groups are supported only for list queries.</string>
- <string errorCode="0006" name="EMPTY_EXPR">An empty expression in the data item '<param type="string" index="1"/>'.</string>
- </section>
- </component>
- </stringTable>
|