mdxwritermsgs_en.xml 2.6 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: OQP
  5. (C) Copyright IBM Corp. 2005, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
  11. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  13. <component name="MDW">
  14. <section name="ERR">
  15. <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>
  16. <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>
  17. <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>
  18. <string name="MDXWRITER_OPERATOR" type="String" errorCode="0004">MDXWriter Error. The MDQuery operator '<param type="string" index="1"/>' is unknown.</string>
  19. <string name="MDXWRITER_MDQUERY" type="String" errorCode="0005">MDXWriter error. The input is not an MDQuery element.</string>
  20. <string name="MDXWRITER_CUBENAME" type="String" errorCode="0006">MDXWriter error. The supplied cube name is empty or not valid.</string>
  21. <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>
  22. <string name="MDXWRITER_INVALID_QUERY" type="String" errorCode="0008">The MDQuerySpec is invalid.</string>
  23. <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>
  24. <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>
  25. </section>
  26. </component>
  27. </stringTable>