123456789101112131415161718192021222324252627 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: OQP
- (C) Copyright IBM Corp. 2005, 2013
- 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="MDW">
- <section name="ERR">
- <string name="MDXWRITER_ARGS" type="String" errorCode="0001">The number of arguments is not valid for the operator '<param type="string" index="1"/>', '<param type="string" index="2"/>':'<param type="integer" index="3"/>'.</string>
- <string name="MDXWRITER_CHILDREN" type="String" errorCode="0002">The number of children is not valid for the element '<param type="string" index="1"/>', '<param type="string" index="2"/>':'<param type="integer" index="3"/>'.</string>
- <string name="MDXWRITER_OPERAND" type="String" errorCode="0003">The query is invalid. The operand type is not valid for the operator '<param type="string" index="1"/>', '<param type="string" index="2"/>':'<param type="integer" index="3"/>'.</string>
- <string name="MDXWRITER_OPERATOR" type="String" errorCode="0004">MDXWriter Error. The MDQuery operator '<param type="string" index="1"/>' is unknown.</string>
- <string name="MDXWRITER_MDQUERY" type="String" errorCode="0005">MDXWriter error. The input is not an MDQuery element.</string>
- <string name="MDXWRITER_CUBENAME" type="String" errorCode="0006">MDXWriter error. The supplied cube name is empty or not valid.</string>
- <string name="MDXWRITER_INVALID_ELEMENT" type="String" errorCode="0007">MDXWriter error. Encountered an invalid element '<param type="string" index="1"/>', '<param type="string" index="2"/>':'<param type="integer" index="3"/>'.</string>
- <string name="MDXWRITER_INVALID_QUERY" type="String" errorCode="0008">The MDQuerySpec is invalid.</string>
- <string name="OTHERWISE_NOT_FOUND" type="String" errorCode="0009">The 'otherwise' element in the IF-Then-Else <param type="string" index="1"/> expression is either missing or not valid, '<param type="string" index="2"/>':'<param type="integer" index="3"/>'.</string>
- <string name="MDXWRITER_INVALID_DATETIME_VALUE" type="String" errorCode="0010">The query is not valid. The dateTime value '<param type="string" index="1"/>' is not valid. '<param type="string" index="2"/>':'<param type="integer" index="3"/>'</string>
- </section>
- </component>
- </stringTable>
|