pcodpxqemsgs_en.xml 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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, 2016
  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="PCA">
  14. <section name="ERR">
  15. <string name="INTERNAL" type="String" errorCode="0001">There is a PCMDDS internal error at "<param type="string" index="1"/>":"<param type="integer" index="2"/>".</string>
  16. <string name="INVALID_COL_INDEX" type="String" errorCode="0002">The column index is invalid.</string>
  17. <string name="STUB_CUBES_NOT_SUPPORTED" type="String" errorCode="0003">Pointer files are not supported.</string>
  18. <string name="BAD_READ_CACHE_SIZE" type="String" errorCode="0004">The specified readCacheSize is invalid: <param type="string" index="1"/>.</string>
  19. <string name="MEMB_DEPTH_NOT_VALID" type="String" errorCode="0005">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The depth (<param type="integer" index="2"/>) is invalid.</string>
  20. <string name="INVALID_ARG" type="String" errorCode="0006">The argument is invalid.</string>
  21. <string name="MEMB_HIER_DIFF" type="String" errorCode="0007">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. Members are not within the same hierarchy.</string>
  22. <string name="MEMB_LEVEL_DIFF" type="String" errorCode="0008">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. Members are not within the same level.</string>
  23. <string name="SYN_MUN_LEFT_BRACKET" type="String" errorCode="0009">The Member Unique Name (M-U-N) needs to start with '[':"<param type="string" index="1"/>".</string>
  24. <string name="SYN_MUN_RIGHT_BRACKET" type="String" errorCode="0010">The Member Unique Name (M-U-N) needs to end with ']':"<param type="string" index="1"/>".</string>
  25. <string name="SYN_MUN_DOT_NOT_FOUND" type="String" errorCode="0011">The Member Unique Name (M-U-N) needs to be separated by '.':"<param type="string" index="1"/>".</string>
  26. <string name="SYN_DIM_NOT_FOUND" type="String" errorCode="0012">Unable to find the dimension "<param type="string" index="1"/>".</string>
  27. <string name="SYN_HIER_NOT_FOUND" type="String" errorCode="0013">Unable to find the hierarchy "<param type="string" index="1"/>".</string>
  28. <string name="SYN_LEVEL_NOT_FOUND_1" type="String" errorCode="0014">Unable to find the level "<param type="string" index="1"/>".</string>
  29. <string name="SYN_MEASURE_ALL_MEMBER" type="String" errorCode="0015">The Measure dimension in PowerCubes does not have an overall member "<param type="string" index="1"/>.</string>
  30. <string name="SYN_PROPERTY_NOT_PROC" type="String" errorCode="0016">Unable to process the dimension properties prior to the evaluation of a set on an edge.</string>
  31. <string name="SYN_CHILD_NOT_FOUND" type="String" errorCode="0017">Unable to find the child "<param type="string" index="1"/>".</string>
  32. <string name="BAD_TYPE" type="String" errorCode="0018">The datatype is unexpected or unknown. </string>
  33. <string name="SYN_EXECUTE_QUERYSPEC" type="String" errorCode="0019">The Execute/QuerySpec nodes are missing from the query specification./&gt;</string>
  34. <string name="EDGE_NOT_FOUND" type="String" errorCode="0020">Unable to find the axis "<param type="string" index="1"/>".</string>
  35. <string name="SET_NO_VALUE" type="String" errorCode="0021">Unable to evaluate a value expression on a set with more than one member.</string>
  36. <string name="SET_ADD_ELEM" type="String" errorCode="0022">The "<param type="string" index="1"/>" operator is not applicable. Adding an element from a different dimension.</string>
  37. <string name="SET_ADD_ELEM1" type="String" errorCode="0023">The "<param type="string" index="1"/>" operator is not applicable. An element can only be added to a one-dimension set.</string>
  38. <string name="SET_TUPLE_SIZE_NOT_EQUAL" type="String" errorCode="0024">The "<param type="string" index="1"/>" operator is only applicable on sets with the same dimensions. The number of dimensions in two or more sets is different.</string>
  39. <string name="SET_DIM_MAP_MISMATCH" type="String" errorCode="0025">The "<param type="string" index="1"/>" operator is not applicable. The dimension <param type="integer" index="2"/> in two or more sets are different.</string>
  40. <string name="SET_FIRST_RANK_NO_ROW" type="String" errorCode="0026">The "<param type="string" index="1"/>" operator is not applicable. The first operand must have one row not <param type="integer" index="2"/>.</string>
  41. <string name="CRYPTO_ERROR" type="String" errorCode="0027">Cryptographic error: <param type="string" index="1"/></string>
  42. <string name="QUERY_ONE_HIERARCHY_PER_DIMENSION" type="String" errorCode="0028">The query cannot specify more than one hierarchy for "<param type="string" index="1"/>" dimension.</string>
  43. <string name="SYN_NAMEDSET_NOT_STRING" type="String" errorCode="0029">The first element of a Named Set node must be a string.</string>
  44. <string name="SYN_NAMEDSET_NOT_FOUND" type="String" errorCode="0030">Unable to find Named Set "<param type="string" index="1"/>".</string>
  45. <string name="SYN_NAMEDSET_NOT_UNIQUE" type="String" errorCode="0031">Named Set "<param type="string" index="1"/>" must be defined only once in the context of a query.</string>
  46. <string name="BASE64_MOD_4" type="String" errorCode="0032">Cryptographic error during PowerCube password verification.</string>
  47. <string name="BASE64_BAD_CHARS" type="String" errorCode="0033">Cryptographic error during PowerCube password verification.</string>
  48. <string name="SYN_UNKNOWN_NODE" type="String" errorCode="0034">Unknown node "<param type="string" index="1"/>".</string>
  49. <string name="SYN_UNKNOWN_SUPPRESS" type="String" errorCode="0035">Unknown suppress type "<param type="string" index="1"/>".</string>
  50. <string name="SYN_UNKNOWN_CHILD" type="String" errorCode="0036">Unknown child "<param type="string" index="1"/>".</string>
  51. <string name="SYN_UNEXPECTED_TYPE" type="String" errorCode="0037">Unexpected type "<param type="string" index="1"/>".</string>
  52. <string name="SYN_INVALID_CI_TYPE" type="String" errorCode="0038">The CI type "<param type="string" index="1"/>" is invalid.</string>
  53. <string name="SYN_INVALID_NODE" type="String" errorCode="0039">The node "<param type="string" index="1"/>" is invalid.</string>
  54. <string name="SYN_UNKNOWN_OPERATOR" type="String" errorCode="0040">Unknown operator name "<param type="string" index="1"/>".</string>
  55. <string name="SYN_OPERATOR_NOT_IMPLEMENTED" type="String" errorCode="0041">The operator has not been implemented "<param type="string" index="1"/>". </string>
  56. <string name="BUFFER_OVERFLOW" type="String" errorCode="0042">The value "<param type="string" index="1"/>" is invalid for datatype "<param type="string" index="3"/>".</string>
  57. <string name="SYN_EXP_CAT_TYPE_NOT_FOUND" type="String" errorCode="0043">Unable to find the expected category type "<param type="string" index="1"/>".</string>
  58. <string name="SYN_UNEXPECTED_BOOL_VAL" type="String" errorCode="0044">Unexpected boolean value.</string>
  59. <string name="VALUE_TOO_BIG" type="String" errorCode="0045">The value "<param type="string" index="1"/> is too big.</string>
  60. <string name="CONTEXT_NOT_INIT" type="String" errorCode="0046">The context was not initialized.</string>
  61. <string name="ESC_CONV_FAILED" type="String" errorCode="0047">The escape character conversion failed.</string>
  62. <string name="MEMB_DIM_NOT_TIME" type="String" errorCode="0048">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The dimension must be a Time dimension.</string>
  63. <string name="MISSING_EDGEID" type="String" errorCode="0049">Not all edges have an edgeID attribute defined. An edgeID must be present either for all edges or for none at all.</string>
  64. <string name="SET_HIER_MAP_MISMATCH" type="String" errorCode="0050">The '<param type="string" index="1"/>' operator is not applicable. The hierarchies <param type="integer" index="2"/> in two or more sets are different.</string>
  65. <string name="MEMB_LINK_NOT_APPLICABLE_LEVEL" type="String" errorCode="0051">The LinkMember operator is not applicable for member <param type="string" index="3"/> at level <param type="string" index="1"/>.</string>
  66. <string name="CALC_MEMB_LINK_NOT_APPLICABLE" type="String" errorCode="0052">The LinkMember operator is not applicable on a calculated member.</string>
  67. <string name="NOMEMBER_NOT_SUPP" type="String" errorCode="0053">CurrentMember operator is not applicable on a NOMEMBER.</string>
  68. <string name="MEMB_LINK_NOT_APPLICABLE_HIER" type="String" errorCode="0054">The LinkMember operator is not applicable for member <param type="string" index="3"/> at hierarchy <param type="string" index="1"/>.</string>
  69. <string name="MEMB_LEVELS_NOT_SUPP" type="String" errorCode="0055">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/> on parent/child hierarchies.</string>
  70. <string name="INVALID_CONSTRAINT" type="String" errorCode="0056">The constraint is invalid.</string>
  71. <string name="RECURSIVE_CALCULATION" type="String" errorCode="0057">Recursive evaluation has exceeded limit. Calculated member trace: <param type="string" index="1"/></string>
  72. <string name="SET_DUPLICATE_DIMENSION" type="String" errorCode="0058">The "<param type="string" index="1"/>" operator is not applicable. The Dimension <param type="integer" index="2"/> of the first set exists in the second set.</string>
  73. <string name="TUPLE_DUPLICATE_DIMENSION" type="String" errorCode="0059">The tuple operator is not applicable. The dimension of member <param type="string" index="3"/> is already in the tuple.</string>
  74. <string name="SYN_PIECEWISE_LH" type="String" errorCode="0060">The left hand side of the condition must be the same in all Piece elements of a Piecewise.</string>
  75. <string name="SYN_CHILD_COUNT" type="String" errorCode="0061">The number of children ("<param type="integer" index="2"/>") for the "<param type="string" index="1"/>" node is invalid.</string>
  76. <string name="SYN_INVALID_EXPR_CLASS" type="String" errorCode="0062">The "<param type="string" index="1"/>" node is not expected to be a "<param type="string" index="3"/>".</string>
  77. <string name="SYN_OTHERWISE_NOT_LAST" type="String" errorCode="0063">The Otherwise clause must be the last element of a Piecewise.</string>
  78. <string name="TUPLE_DUPLICATE_HIERARCHY" type="String" errorCode="0064">The tuple operator is not applicable. The hierarchy of member <param type="string" index="3"/> is already in the tuple.</string>
  79. <string name="SYN_EXPRESSION_NOT_STRING" type="String" errorCode="0065">The first element of an Expression node must be a string.</string>
  80. <string name="SYN_EXPRESSION_NOT_CALCULATED_MEMBER" type="String" errorCode="0066">The MDX statement must be a Calculated Member.</string>
  81. <string name="SYN_DIMENSION_LINE_NOT_1_DIM" type="String" errorCode="0067">The Dimension Line must be set with only one member from any dimension.</string>
  82. <string name="SET_DUPLICATE_HIERARCHY" type="String" errorCode="0068">The '<param type="string" index="1"/>' operator is not applicable. Two members have the same hierarchy (<param type="integer" index="2"/>).</string>
  83. <string name="SET_AGGREGATE_NO_CALC_MEMBER" type="String" errorCode="0069">A Calculated Member is not allowed in an Aggregrate set.</string>
  84. <string name="MEMB_NO_ANCESTORS_LEV" type="String" errorCode="0071">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The member has no ancestors at the specified level.</string>
  85. <string name="MEMB_NO_ANCESTORS_DEPTH" type="String" errorCode="0072">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The member has no ancestors at depth (<param type="integer" index="2"/>).</string>
  86. <string name="MEMB_NO_NEXT" type="String" errorCode="0073">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The member has no next member leading by index "<param type="integer" index="2"/>" along the level.</string>
  87. <string name="MEMB_NO_PREV" type="String" errorCode="0074">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The member has no previous member lagging by index "<param type="integer" index="2"/>" along the level.</string>
  88. <string name="MEMB_COUSIN_NOT_APPL" type="String" errorCode="0075">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/> when the second member is not an ancestor of the first member.</string>
  89. <string name="MEMB_INDEX" type="String" errorCode="0076">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. No descendant member exists at the index "<param type="integer" index="2"/>" for the specified level.</string>
  90. <string name="SET_INVALID_INDEX" type="String" errorCode="0077">The "<param type="string" index="1"/>" operator is not applicable. The Index (<param type="integer" index="2"/>) is invalid.</string>
  91. <string name="SYN_BAD_NAMESPACE" type="String" errorCode="0079">There is an invalid namespace on the node name "<param type="string" index="1"/>".</string>
  92. <string name="PPDS_FAILURE" type="String" errorCode="0080">PPDS Failure: "<param type="string" index="1"/>" returns "<param type="integer" index="2"/>".</string>
  93. <string name="SYN_MISSING_DATASOURCE" type="String" errorCode="0081">The data source is missing.</string>
  94. <string name="SYN_EVALUATE_EDGE" type="String" errorCode="0082">MDEvaluate. Only one axis is expected.</string>
  95. <string name="PROPERTY_NOT_FOUND" type="String" errorCode="0083">Unable to find property "<param type="string" index="1"/>".</string>
  96. <string name="NO_CONTEXT_MEMBER" type="String" errorCode="0084">Context members are not applicable.</string>
  97. <string name="MEMB_NO_DESCENDANTS_LEV" type="String" errorCode="0085">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The specified member has no descendants at the specified level.</string>
  98. <string name="MEMB_NO_COUSIN" type="String" errorCode="0086">The "<param type="string" index="1"/>" operator is not applicable for <param type="string" index="3"/>. The member has no cousin under the specified ancestor.</string>
  99. <string name="TOO_MANY_TUPLES" type="String" errorCode="0087">The "<param type="string" index="1"/>" operator is not applicable. The limit on the number of tuples per edge has been exceeded (<param type="integer" index="2"/>).</string>
  100. <string name="OPEN_SECURITY" type="String" errorCode="0088">Invalid security information provided. Unable to open (<param type="string" index="1"/>).</string>
  101. <string name="SYN_INVALID_LEVEL_CALC_MEMBER" type="String" errorCode="0089">The Calculated Member (<param type="string" index="1"/>) is defined at an invalid level.</string>
  102. <string name="SYN_INVALID_PARENT_CALC_MEMBER" type="String" errorCode="0090">The Calculated Member (<param type="string" index="1"/>) has an invalid parent.</string>
  103. <string name="INVALID_CUBE_NAME" type="String" errorCode="0091">The Cube name (<param type="string" index="1"/>) is invalid.</string>
  104. <string name="PPDS_FAILURE_1" type="String" errorCode="0092">PPDS Failure: "<param type="string" index="1"/>" returns "<param type="integer" index="2"/>" for datasource "<param type="string" index="3"/>".</string>
  105. <string name="QUERY_VALIDATION" type="String" errorCode="0093">A Partial Dataset cannot be obtained from a validation query.</string>
  106. <string name="INVALID_CAM_PASSPORT" type="String" errorCode="0094">Unable to retrieve user class information from CAM. The CAM passport is either missing or invalid.</string>
  107. <string name="INVALID_CM_URI" type="String" errorCode="0095">Unable to retrieve user class information from CAM. The Content Manager URI is missing or invalid.</string>
  108. <string name="MACRO_NOT_STRING" type="String" errorCode="0096">The first element of a Macro node must be a string.</string>
  109. <string name="MACRO_NOT_FOUND" type="String" errorCode="0097">Unable to find the Macro "<param type="string" index="1"/>".</string>
  110. <string name="STRING_MEASURE_ACCESS" type="String" errorCode="0098">Unsupported feature. Cannot build a local cube containing the string measure "<param type="string" index="1"/>".</string>
  111. <string name="MISSING_UNIXPATH" type="String" errorCode="0099">There is no Unix/Linux path specified in the connection.</string>
  112. <string name="LEVEL_WITH_NO_NAME" type="String" errorCode="0100">Only PowerCubes created with Series 7 and above Transformer are supported. The level with identifier <param type="string" index="1"/>has no name.</string>
  113. <string name="CONNECTION_FAILED" type="String" errorCode="0101">An error occurred while trying to open the data source: "<param type="string" index="1"/>". The error code: "<param type="string" index="2"/>".</string>
  114. <string name="IS_OPTIMIZED_FAILED" type="String" errorCode="0102">Unable to determine if the data source ("<param type="string" index="1"/>") is optimized. The error code: "<param type="string" index="2"/>".</string>
  115. <string name="INVALID_ARG_1" type="String" errorCode="0103">The argument "<param type="string" index="1"/>" is invalid.</string>
  116. <string name="FS_MALFORMED_EXPRESSION_FORMAT_DOC" type="String" errorCode="0104">The expression formatting file "<param type="string" index="1"/>" does not respect the schema.</string>
  117. <string name="FS_DEFAULT_VALUE_NOT_DEFINED" type="String" errorCode="0105">No default value is specified for the format property "<param type="string" index="1"/>".</string>
  118. <string name="INCONSISTENT_METADATA" type="String" errorCode="0106">Inconsistent metadata found while opening the PowerCube "<param type="string" index="1"/>".</string>
  119. <string name="NO_NAMESPACE" type="String" errorCode="0107">Unable to open Series 7 PowerCube with userclass due to missing namespace: "<param type="string" index="1"/>". Please contact your Administrator and provide the correct Series 7 namespace.</string>
  120. <string name="DMC_CUBE_NOT_SUPPORTED" type="String" errorCode="0108">DMC (dynamic) cube is not supported.</string>
  121. <string name="SYN_DIMENSION_LINE_0_DIM" type="String" errorCode="0109">The expression in the dimension line (slicer) results in empty tuple. Please check the validity and accessibility for each components in the expression.</string>
  122. <string name="NO_HIERARCHIES_IN_DIM" type="String" errorCode="0110">The dimension "<param type="string" index="1"/>" has no hierarchies.</string>
  123. </section>
  124. <section name="STR" type="UI">
  125. <!-- These are used for the Units of Measure in reports (i.e. formatting). They should be translated to match what Transformer/Powerplay returns. -->
  126. <!-- As far as I know, they are not stored in models and can be altered later to fix things up. However, it should match Transformer... -->
  127. <string name="THOUSANDS" type="String" errorCode="0112">K</string>
  128. <string name="MILLIONS" type="String" errorCode="0113">M</string>
  129. </section>
  130. </component>
  131. </stringTable>