qfsMDOperationProvidermsgs_en.xml 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QFWP
  5. © Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  9. <component name="MDO">
  10. <section name="ERR">
  11. <string errorCode="0001" name="CANT_DECOMPOSE">Not able to decompose the item '<param type="string" index="1"/>'</string>
  12. <string errorCode="0002" name="CANT_PREPARE_DECOMPOSED">Not able to correctly prepare the decomposed query '<param type="string" index="1"/>'</string>
  13. <string errorCode="0003" name="NO_INPUT_DATASET">An input result set of the name '<param type="string" index="1"/>' is expected by the query '<param type="string" index="2"/>'</string>
  14. <string errorCode="0004" name="UPSUPPORTED_DETAILFILTER">Detail filters can contain only relational operations</string>
  15. <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>
  16. <string errorCode="0006" name="MDITEM_IN_DIMINFO">The data item '<param type="string" index="1"/>' contains OLAP operations, so it cannot be referenced from dimension info.</string>
  17. <string errorCode="0007" name="EMPTY_EXPR">An empty expression in the data item '<param type="string" index="1"/>'.</string>
  18. <string errorCode="0008" name="BAD_LEVELREF">Level '<param type="string" index="1"/>' is not found in the dimension info structure.</string>
  19. <string errorCode="0009" name="DIMINFO_ON_OLAP">The data item '<param type="string" index="1"/>' contains an OLAP operation. This is not allowed in a query with dimension info.</string>
  20. <string errorCode="0010" name="LEVEL_NOT_IN_HIER">The level '<param type="string" index="1"/>' doesn't belong to any hierarchy. It is not allowed in a dimension info with defined hierarchies.</string>
  21. <string errorCode="0011" name="FACT_NOITEMREF">The fact element must have a reference to a dataItemRef attribute.</string>
  22. <string errorCode="0012" name="NOCAPTIONLEVEL_IN_TABEXPR">The level '<param type="string" index="1"/>' with no caption is referenced from the tabular expression context. This is not allowed.</string>
  23. <string errorCode="0013" name="BADLEVELREF">The level reference based on the item '<param type="string" index="1"/>' in the query '<param type="string" index="2"/>' is not used as a grouping key in the result.</string>
  24. <string errorCode="0014" name="INVALID_CONSTRUCT">A construct in query specification is not valid.</string>
  25. <string errorCode="0015" name="IGNORED_SCOPE">The scope for the calculated measure '<param type="string" index="1"/>' was ignored.</string>
  26. <string errorCode="0016" name="MULTIPARTKEY_UNSUPPORTED">The level business key '<param type="string" index="1"/>' has multiple parts. This is not supported for queries requiring local processing.</string>
  27. <string errorCode="0017" name="MULTIDI_SUMFILTER_SCOPE">The summary filter scope references more than one data item from the same edge. This is not supported ( '<param type="string" index="1"/>', '<param type="string" index="2"/>').</string>
  28. <string errorCode="0018" name="MRFFUNC_TO_NONMRF_HIER">The function '<param type="string" index="1"/>' is not allowed for members of dimension '<param type="string" index="2"/>'. Use of this function requires the option 'allow member relative functions' to be set on dimension '<param type="string" index="2"/>'.</string>
  29. <string errorCode="0019" name="MRFFUNC_TO_NONSORTED_HIER">The members of dimension '<param type="string" index="2"/>' are not sorted, but function '<param type="string" index="1"/>' requires the members to be ordered. Please correct the model for this package and add sort specifications to the dimension and enable the 'allow member relative functions' option on the dimension.</string>
  30. <string errorCode="0020" name="IGNORED_DEFAULTSORT">The data of the dimension '<param type="string" index="1"/>' will not appear sorted on the report, because the dimensions are referenced by non-trivial expressions.</string>
  31. </section>
  32. </component>
  33. </stringTable>