1234567891011121314151617181920 |
- <?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="CUB">
- <section name="ERR">
- <string errorCode="0001" name="BLOB_ITEM">Blob items are not supported by the pivoting operation.</string>
- <string errorCode="0002" name="CACHE_FULL">Cannot build the temparary cube because the cache is full.</string>
- <string errorCode="0003" name="NO_DATASOURCE">Data source information is missing</string>
- <string errorCode="0004" name="MDX_NOT_SUPPORT">Typed-in MDX is not supported by the datasource type "<param type="string" index="1"/>"</string>
- </section>
- </component>
- </stringTable>
|