rspecupgrademsgs_en.properties 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: RSU
  12. ##
  13. ## Description:
  14. ##
  15. #
  16. # Section: UPG
  17. #
  18. # Description: This section contains messages used by the RSUpgrade component of the Report Server. These messages should be related to confguration, infrastructure, bad parameters, etc. Not directly related to the report specifcation being upgraded. Because of historical code there are messages present that do relate to the report specification but they should be migrated to the SPC section.
  19. #
  20. RSU_UPG_INVALID_REPORT_SPEC = RSU-UPG-0026 The report specification to be upgraded is not valid.
  21. RSU_UPG_MIGRATION_SUCCESS = RSU-UPG-0030 Migration successful.\nThe result is in "{filepath}".
  22. RSU_UPG_MASTER_DETAIL_INFO_USAGE = RSU-UPG-0031 com.cognos.rsvp.rsupgrade.wrapper.MasterDetailInfo <ReportNetSpecification> <mdInfo>\n\nRead in the ReportNet version of the report specification from <ReportNetSpecification>.\nWrite out the master detail data to <mdInfo>."
  23. RSU_UPG_WRONG_NB_IDENTIFIERS = RSU-UPG-0032 The amount of identifiers in the equality expression is incorrect.
  24. RSU_UPG_NO_MASTER_QUERY = RSU-UPG-0033 Cannot find the master query of a master-detail relationship.
  25. RSU_UPG_NO_DETAIL_QUERY = RSU-UPG-0034 Cannot find the detail query of a master-detail relationship.
  26. RSU_UPG_ERROR_REFITEM_NULL = RSU-UPG-0037 The refItem cannot be null for the linkParameter.
  27. RSU_UPG_ERROR_PARAMETER_NULL = RSU-UPG-0038 The parameter cannot be null for the linkParameter.
  28. RSU_UPG_ERROR_CANNOT_FIND_XSLT_FILE = RSU-UPG-0042 Cannot find the following XSLT file: "{filename}".
  29. RSU_UPG_ERROR_BINDIR_NOT_DIRECTORY = RSU-UPG-0044 Cannot find the following directory: "{dir}".
  30. RSU_UPG_UPGRADE_REPORT_SPEC_USAGE = RSU-UPG-0045 UpgradeReportSpec <ReportNet report specification> <new report specification>\n\nUpgrades a ReportNet version of the report from a file to the latest verision of an IBM Cognos report specification in another output file.
  31. RSU_UPG_BATCH_UPGRADER_USAGE = RSU-UPG-0047 \n\ncom.cognos.rsvp.rsupgrade.wrapper.BatchUpgrader [--NovRTM=true|false] --outdir=<dir> [<reports>]... \nUpgrade one or more ReportNet report specs\n\n--NovRTM Treat 2.0 reports as November release.\n<dir> Directory where upgraded report specifications will be placed. Upgraded reports will have the same base name, as the report that was upgraded.\n\n<reports> Path to file containing the report to upgrade.
  32. RSU_UPG_ERROR_UNABLE_TO_CREATE_DIRECTORY = RSU-UPG-0048 Cannot create the following directory: {dir}.
  33. RSU_UPG_ERROR_UPGRADE_FAILED = RSU-UPG-0052 Report upgrade failed. Check the logs for more information.
  34. RSU_UPG_ELEMENT_NOT_FOUND = RSU-UPG-0055 Cannot find the element "{element}" in the report being upgraded. Make sure that the report validates.
  35. RSU_UPG_UNEXPECTED_EXCEPTION = RSU-UPG-0056 The following error occurred: "{msg}".
  36. RSU_UPG_QUERY_NOT_FOUND_FOR_DATAITEM = RSU-UPG-0057 Cannot find the query for the following data item: "{dataitem}".
  37. RSU_UPG_CRX_PARSER_ERROR = RSU-UPG-0059 Unable to parse the expression:\n{expression}
  38. RSU_UPG_CRX_PARSER_ERROR_2 = RSU-UPG-0060 Unable to parse the expression:\n{expression}\n\nExpression error:\n{msg}
  39. RSU_UPG_CQE_PARSER_ERROR = RSU-UPG-0061 Unable to parse the expression:\n{expression}
  40. RSU_UPG_CQE_PARSER_ERROR_2 = RSU-UPG-0062 Unable to parse the expression:\n{expression}\n\nExpression error:\n{msg}
  41. RSU_UPG_QUERY_NOT_FOUND_FOR_DATAITEM_EXPRESSION = RSU-UPG-0063 Cannot find te query for the following data item: "{dataitem}" in the expression "{expression}". Make sure that the data item is assigned to a query in the report being upgraded.
  42. RSU_UPG_UPGRADE_REPORT_SPECIFICATION_USAGE = RSU-UPG-0064 com.cognos.rsvp.rsupgrade.wrapper.UpgradeReportSpecification [-h|--help] [--NovRtm] -i|--input <OriginalSpecification> -o|--output <UpgradedSpecification>\n\n-h|--help\n Display help message and exit. \n\n--NovRtm\nTreat 2.0 reports as November release.\n\n-i|--input <OriginalSpecification>\n The original version of the report specification to upgrade.\n\n-o|--output <UpgradedSpecification>\n Upgraded IBM Cognos report specification.
  43. RSU_UPG_ORIGINAL_REPORT_FILE_NOT_READABLE = RSU-UPG-0065 Cannot read the original report specification file: "{path}".
  44. RSU_UPG_UPGRADE_CMD = RSU-UPG-0066 The following command was running when an error occurred: "{cmd}".
  45. RSU_UPG_INVALID_STREAM = RSU-UPG-0067 Error detected near line:{linenumber} column: {colnumber} character: {pos} ({err})
  46. RSU_UPG_INVALID_FILE = RSU-UPG-0068 Invalid input file "{path}" line:{linenumber} column: {colnumber} character: {pos} ({err})
  47. RSU_UPG_CONFIG_FILE_NOT_READABLE = RSU-UPG-0069 Unable to read the configuration file: "{path}"
  48. RSU_UPG_LIGHTWEIGHT_CONFIGURATION_FILE_INVALID = RSU-UPG-0076 The lightweight upgrade configuration is not valid: {path}
  49. RSU_UPG_LOCALIZED_FORMAT_PATTERNS_FILE_INVALID = RSU-UPG-0078 The localized pattern characters file is invalid: "{path}".
  50. RSU_UPG_UNABLE_TO_LOAD_RESOURCE = RSU-UPG-0079 Unable to load resource:{id}
  51. RSU_UPG_URL_TO_URI_CONVERSION_FAILED = RSU-UPG-0079 URL to URI conversion failed. URL was '{url}', URI was '{result}.
  52. RSU_UPG_URL_TO_URI_CONVERSION_FAILED_BAD_URI = RSU-UPG-0080 URL to URI conversion failed. URL was '{url}'.
  53. RSU_UPG_TAINTED_UNSAFE_PROPERTY = RSU-UPG-0081 Possibly unsafe configuration option is being used, the request is being rejected. Parameter in question is:{property}.
  54. RSU_UPG_UPGRADE_EXCEPTION = RSU-UPG-0082 Exception occurred during upgrade: {exp}
  55. #
  56. # Section: SPC
  57. #
  58. # Description: Messages inserted into the upgraded report specifications
  59. #
  60. RSU_SPC_QUERYSET_UPGRADE_FAILED = RSU-SPC-0003 No queries were generated. The querySet could not be upgraded for the following reason: "{err}".
  61. RSU_SPC_DATA_ITEM_NOT_IN_SCOPE = RSU-SPC-0006 Cannot determine the query for the following referenced data item: "{refitem}".
  62. RSU_SPC_INVALID_XML_REPORT_SPEC = RSU-SPC-0007 The report specification to be upgraded is not a valid XML document because: "{err}".
  63. RSU_SPC_NO_LISTGROUP_FOR_DATAITEM = RSU-SPC-0008 Cannot find the list group for the following data item: "{dataitem}".
  64. RSU_SPC_NO_PROPERTY_ITEM_ADDED_FOR_CROSSTABFACTCELL_0 = RSU-SPC-0010 The upgrade algorithm did not add the property item to the crosstab fact cell.
  65. RSU_SPC_NO_PROPERTY_ITEM_ADDED_FOR_CROSSTABFACTCELL_1 = RSU-SPC-0011 The upgrade algorithm did not add the data item "{dataitem}" to the crosstab fact cell.
  66. RSU_SPC_DANGLING_DATA_ITEM = RSU-SPC-0014 The following data item is not in the scope of an enclosing query: "{dataitem}". You must manually fix the upgraded report.
  67. RSU_SPC_VARIABLE_NOT_DEFINED = RSU-SPC-0015 The variable "{var}" is not defined. You must manually fix the upgraded report.
  68. RSU_SPC_V4_VALIDATION_ERROR = RSU-SPC-0016 The report to be upgraded had the following validation error: "{err}".
  69. RSU_SPC_V4_VALIDATION_WARNING = RSU-SPC-0017 The report to be upgraded had the following validation warning: "{warning}".
  70. RSU_SPC_INVALID_REPORT_TO_UPGRADE = RSU-SPC-0019 Cannot upgrade this report. Verify that the report is supposed to be upgraded.
  71. RSU_SPC_ATTRIBUTE_NOT_FOUND = RSU-SPC-0021 Cannot find the attribute "{xmlattr}". Make sure that the report validates.
  72. RSU_SPC_LOCALE_INVALID = RSU-SPC-0022 The locale "{locale}" is not valid. Make sure the locale appears in the list of valid locales.
  73. RSU_SPC_INVALID_BURST_SPECIFICATION = RSU-SPC-0067 The burst specification is invalid and was removed.
  74. RSU_SPC_EXTRA_ELEMENTS_IGNORED = RSU-SPC-0068 You can specify only one "{extraelement}" in a "{parent}" element. The extra elements are ignored by the upgrade.
  75. RSU_SPC_VARIABLE_EXPRESSION_CHANGED = RSU-SPC-0069 Cannot process the expression for the report variable "{var}". The original expression "{expression}" was replaced with "{newexp}". The parser error was "{msg}".
  76. RSU_SPC_REPORT_EXPRESSION_CHANGED = RSU-SPC-0070 Cannot process the report expression. The original expression "{expression}" was replaced with "{newexp}". The parser error was "{err}".
  77. RSU_SPC_SCHEMA_FIXUP_NODE_REMOVED = RSU-SPC-0071 The upgraded report has found an XML node that will prevent it from validating. The node has been deleted.
  78. RSU_SPC_SCHEMA_FIXUP_ELEMENT_CREATED = RSU-SPC-0072 The element "{element}" was created because it is required to validate the upgraded report.
  79. RSU_SPC_SCHEMA_FIXUP_ATTRIBUTE_REMOVED = RSU-SPC-0073 The attribute "{attribute}" will prevent the upgraded report from validating and has been deleted from the element "{element}".
  80. RSU_SPC_SCHEMA_FIXUP_ATTRIBUTE_CREATED = RSU-SPC-0074 The attribute "{attribute}" was created because it is required to validate the upgraded report.
  81. RSU_SPC_SCHEMA_FIXUP_ATTRIBUTE_VALUE_CHANGED = RSU-SPC-0075 The attribute "{attribute}" was changed to "{value}" from "{originalvalue}" to allow the upgraded report to validate.
  82. RSU_SPC_SCHEMA_FIXUP_TEXT_CREATED = RSU-SPC-0076 The text node "{content}" was created because it is required to validate the upgraded report.
  83. RSU_SPC_SCHEMA_FIXUP_TEXT_CHANGED = RSU-SPC-0077 The text node was changed to "{newvalue}" from "{originalvalue}" to allow the upgraded report to validate.
  84. RSU_SPC_SCHEMA_FIXUP_ABORTED_TOO_MANY_ERRORS = RSU-SPC-0078 The repair of the broken report specification was cancelled after {numerrors} errors.
  85. RSU_SPC_DUPLICATE_ELEMENT_RENAMED = RSU-SPC-0079 The value of attribute "{attribute}" must be unique for all "{element}" elements within a "{ancestor}" element. The duplicate value "{oldvalue}" was changed to "{newvalue}".
  86. RSU_SPC_QUERY_NOT_FOUND = RSU-SPC-0080 Cannot find the query "{query}".
  87. RSU_SPC_DATA_ITEM_NOT_DEFINED_FOR_DRILL_SOURCE_CONTEXT = RSU-SPC-0081 The data item "{dataitem}" is not defined in the context for the drill through parameter.
  88. RSU_SPC_XML_NODE_REMOVED_0 = RSU-SPC-0082 An XML node has been removed.
  89. RSU_SPC_XSL_PLUGIN_EXECUTED = RSU-SPC-0083 The plugin "{xslscript}" has run on this report specification.
  90. RSU_SPC_ERROR_XSL_PLUGIN_MISSING = RSU-SPC-0084 The plugin {xslscript} cannot be read.
  91. RSU_SPC_ERROR_XSL_PLUGIN_FAILED = RSU-SPC-0085 The plugin failed.
  92. RSU_SPC_ERROR_XSL_PLUGIN_FAILED_1 = RSU-SPC-0086 The XSL plugin failed: {error}
  93. RSU_SPC_ERROR_NO_REPORT_GENERATED = RSU-SPC-0087 The upgrade did not generate a report.
  94. RSU_SPC_UNUSED_REPORTVARIABLE_REMOVED = RSU-SPC-0088 The following unused report variable has been removed: "{reportvar}".
  95. RSU_SPC_INVALID_LAYOUT_COMPONENT_REF_REMOVED = RSU-SPC-0089 Removed the reference to the following non-existent layout component: "{value}".
  96. RSU_SPC_INTERNAL_ERROR_CROSSTAB_PROPERTY_LIST_BAD_ELEMENT = RSU-SPC-0090 The following incorrect element is being used while generating a property list for a crosstab report: "{element}".
  97. RSU_SPC_INTERNAL_ERROR_MISSING_ATTRIBUTE_ORIGINAL_REFQUERY = RSU-SPC-0091 The attribute originalRefQuery cannot be found.
  98. RSU_SPC_REPORT_EXPRESSIONS_CANNOT_BE_EMPTY = RSU-SPC-0092 A report expression cannot be empty or consist entirely of whitespace.
  99. RSU_SPC_INFO_UPGRADE_PERFORMED = RSU-SPC-0093 The report specification was upgraded from "{originalNS}" to "{destNS}" at {year}-{month}-{day}. {hour}:{minute}:{second}
  100. RSU_SPC_INFO_VALIDATE_REPORT = RSU-SPC-0095 Problems were detected while upgrading. Please ensure that the original report validates in the original environment.
  101. RSU_SPC_INFO_OLD = RSU-SPC-0096 The upgraded report contained the following message: "{msg}".
  102. RSU_SPC_WARNING_OLD = RSU-SPC-0097 The upgraded report contained the following message: "{msg}".
  103. RSU_SPC_ERROR_OLD = RSU-SPC-0098 The upgraded report contained the following message: "{msg}".
  104. RSU_SPC_CONDITIONAL_STYLE_REMOVED = RSU-SPC-0099 Removed the conditional style because it referenced the following report variable "{reportvar}", which is not valid.
  105. RSU_SPC_INTERNAL_ERROR_UNKNOWN_UPGRADE_NOTE_ID = RSU-SPC-0100 No upgrade note with an ID of "{noteid}" exists.
  106. RSU_SPC_SCHEMA_FIXUP_KEY_CONSTRAINT_NON_UNIQUE = RSU-SPC-0101 The key "{key}" value of "{value}" is used for more than one element.
  107. RSU_SPC_SCHEMA_FIXUP_KEY_CONSTRAINT_FIELD_MISSING = RSU-SPC-0102 The key "{key}" is missing the following field: "{id}".
  108. RSU_SPC_SCHEMA_FIXUP_KEYREF_CONSTRAINT_KEY_NOT_FOUND = RSU-SPC-0103 The reference restriction "{keyref}" could not be completed because the following key was not found: "{field}".
  109. RSU_SPC_SCHEMA_FIXUP_KEYREF_CONSTRAINT_MISSING_FIELD = RSU-SPC-0104 The reference restriction {keyref} could not be completed because the following field is missing: "{attribute}".
  110. RSU_SPC_CUBE_NOT_FOUND = RSU-SPC-0105 Cube not found for query "{query}".
  111. RSU_SPC_CONDITIONAL_LAYOUTS_REMOVED = RSU-SPC-0106 Removed a conditional layouts element because it referenced the following report variable "{reportvar}", which is not valid.
  112. RSU_SPC_DEPTH_OVERRIDES_MARKER = RSU-SPC-0107 Markers are removed from three-dimensional charts during an upgrade.
  113. RSU_SPC_OBSOLETE_MARKER = RSU-SPC-0108 Obsolete marker "{oldname}" changed to "{newname}".
  114. RSU_SPC_DUPLICATE_REFVARIABLEVALUE = RSU-SPC-0109 The duplicate variable value "{dupvalue}" is not allowed and has been removed.
  115. RSU_SPC_RECURSIVE_LAYOUT_COMPONENT_REF = RSU-SPC-0110 The recursive layout component reference "{refvalue}" is not allowed and has been removed.
  116. RSU_SPC_LAYOUT_COMPONENT_REF_EXPANDED = RSU-SPC-0111 An element with the referenced layout component "{refname}" was expanded during upgrade, and the reference was removed.
  117. RSU_SPC_INTERNAL_ERROR_LAYOUT_COMPONENT_REF_HAS_UNEXPECTED_CHILDREN = RSU-SPC-0112 The child elements of the referenced layout component "{layout}" were not expected in this upgraded report.
  118. RSU_SPC_LAYOUT_COMPONENT_REF_OVERRIDE_NOT_FOUND = RSU-SPC-0113 Cannot find the override element attribute "{refLayoutElement}" for the referenced layout component "{value}".
  119. RSU_SPC_LAYOUT_COMPONENT_REF_NOT_FOUND = RSU-SPC-0114 Cannot find the referenced layout component "{value}".
  120. RSU_SPC_INTERNAL_ERROR_UNEXPECTED_ELEMENT = RSU-SPC-0115 Found the unexpected element "{element}".
  121. RSU_SPC_DANGLING_DATA_ITEM_MASTER_DETAIL = RSU-SPC-0116 Unable to fix dangling data item for query "{query}" because of the master-detail relationship between "{master}" and "{detail}".
  122. RSU_SPC_CONDITIONALSTYLE_REMOVED_VARIABLE_EXPRESSION_MISSING = RSU-SPC-0117 A conditionalStyle refers to a variable "{var}" whose expression could not be retrieved.
  123. RSU_SPC_CONDITIONALSTYLE_REMOVED_VARIABLE_EXPRESSION_PARSE_FAILURE = RSU-SPC-0118 A conditionalStyle refers to a variable "{var}" whose expression could not be parsed. The conditionalStyle has been removed.\n\nExpression:\n{expression}\n\ncaused by:\n{msg}
  124. RSU_SPC_CONDITIONALSTYLECASES_REMOVED_DANGLING_DATAITEM = RSU-SPC-0119 A conditionalStyleCases element refers to a variable "{var}" whose expression contains a data item "{dataitem}" which could not be resolved to a query. The conditionalStyleCases element has been removed.
  125. RSU_SPC_TEXTITEM_REFVARIABLE_REMOVED_NO_SUCH_VARIABLE = RSU-SPC-0120 A textItem element referred to a non-defined variable "{var}". The condition and any conditional child elements have been removed.
  126. RSU_SPC_FACTCELL_AND_FACTCELLSTYLE_PRESENT = RSU-SPC-0121 Unable to upgrade factCellStyle element to factCell because a factCell was already present. The factCellStyle element has been removed.
  127. RSU_SPC_INDENTATION_ELEMENT_ALREADY_HAS_ATTRIBUTE = RSU-SPC-0122 The attribute {attribute} with value "{value}" from crosstabNodeMember was unable to be set on an indentation element because it already had the value "{preValue}".
  128. RSU_SPC_BLARING_INDENTATION_LENGTH_NOT_PARSED = RSU-SPC-0123 Unable to parse indentationLength attribute value "{value}". The value was ignored.
  129. RSU_SPC_BLARING_XMLATTRIBUTE_HAS_RENDER_AND_OUTPUT = RSU-SPC-0124 The XMLAttribute element had attribute output and attribute render. Attribute render has been removed.
  130. RSU_SPC_BLARING_SCOPE_ELEMENT_DEPRECATED = RSU-SPC-0125 Scope elements have been removed from the upgrade report specification because their use is deprecated.
  131. RSU_SPC_BLARING_ALLOWISMISSING_REMOVED = RSU-SPC-0126 Attribute allowIsMissing has been removed because its use is deprecated.
  132. RSU_SPC_SCHEMA_FIXUP_UNIQUE_CONSTRAINT_VIOLATED = RSU-SPC-0129 A node has been removed that would prevent schema validation due to unique constraint "{constraint}" being violated.
  133. RSU_SPC_REFQUERY_CREATE_QUERY = RSU-SPC-0131 The refQuery value "{query}" referenced a non-existant query element. A new element has been created with that name.
  134. RSU_SPC_QUERY_EXPRESSION_NAME_MAPPED = RSU-SPC-0132 The query expression name has been changed from "{oldname}" to "{newname}".
  135. RSU_SPC_LIST_COLUMN_ROW_SPAN_NOT_GROUPED = RSU-SPC-0133 A listColumnRowSpan element for refDataItem "{value}" was removed because the data item was not grouped with a listGroup element.
  136. RSU_SPC_CONDITIONALSTYLE_REMOVED_ITEM_NOT_DEFINED_IN_QUERY = RSU-SPC-0134 A conditionalStyle refers to the variable "{var}" whose expression contains references to data item "{dataitem}" This data item is not defined in the queries available in its context. The conditionalStyle has been replaced with its default style.
  137. RSU_SPC_CHART_BODY_STYLE_IGNORED_FOR_NON_FIRST_MEASURE = RSU-SPC-0135 The chart body style was used for the first measure only.
  138. RSU_SPC_DECIMAL_SIZE_REMOVED_FROM_CURRENCY_FORMAT = RSU-SPC-0136 The decimalSize attribute has been removed from the currencyFormat element to match the IBM Cognos ReportNet behaviour.
  139. RSU_SPC_DUPLICATE_DATA_ITEM_REMOVED = RSU-SPC-0137 The duplicate data item {dataitem} has been removed from the query {query}.
  140. RSU_SPC_CONFLICTING_DATA_ITEM_REMOVED = RSU-SPC-0138 The data item {dataitem} had multiple definitions in the query {query}. The extra definitions have been removed.
  141. RSU_SPC_BALTIC_ATTR_EMPTY = RSU-SPC-0139 The IBM Cognos ReportNet report has element {element} with attribute {attribute} that has an empty value.
  142. RSU_SPC_SECTIONING_NOT_IMPLEMENTED_WITH_PARAMETERS = RSU-SPC-0140 Sectioning between layout frames: {outterelement} refQuery="{outterrefquery} " name="{outtername} ", {midelement} refQuery="{midrefquery} " name="{midname} ", and {innerelement} refQuery="{innerrefquery} " name="{innername} " could not be upgraded due to the use of a parameter ({paramenter}) in the master-detail relationship.
  143. RSU_SPC_BALTIC_DANGLING_REFERENCE_IN_EXPRESSION = RSU-SPC-0141 The IBM Cognos ReportNet report specification refers to a data item that is not in the scope of a query. Data item "{dataitem}" is refered to in the expression "{expression}" at location "{xpath}".
  144. RSU_SPC_DATA_ITEM_NOT_DEFINED_IN_ANY_QUERY = RSU-SPC-0142 Data item "{dataitem}" is not defined by any query.
  145. RSU_SPC_DATA_ITEM_DEFINED_IN_QUERY = RSU-SPC-0143 Data item "{dataitem}" is defined by the query "{query}".
  146. RSU_SPC_BALTIC_NO_CHARTMEMBERS = RSU-SPC-0144 The IBM Cognos ReportNet report specification has an element {element} at location "{xpath}" that has no chartMember child elements. The chart will not render any data after upgrade.
  147. RSU_SPC_TEST_EXPRESSION_REWRITING_FAILED = RSU-SPC-0145 Expression rewriting test has failed for the expression\n{expression}
  148. RSU_SPC_DUPLICATE_BALTIC_QUERY_REMOVED = RSU-SPC-0146 More than one BIQuery element had name attributes with value "{value}". Earlier definitions of the query have been removed.
  149. RSU_SPC_BALTIC_BURST_KEY_QUERY_UNDEFINED = RSU-SPC-0147 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute refQuery ({value}) in a 'key' element. Verify that the report bursted as expected in the source environment.
  150. RSU_SPC_BALTIC_BURST_KEY_LEVEL_UNDEFINED = RSU-SPC-0148 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute refLevel ({value}) in a 'key' element, with attribute refQuery ({refQuery}). Verify that the report bursted as expected in the source environment.
  151. RSU_SPC_BALTIC_BURST_KEY_ITEM_UNDEFINED = RSU-SPC-0149 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute refItem ({refItem}) in a 'key' element, with attribute refQuery ({refQuery}) and refLevel ({refLevel}). This is an optional attribute and ReportNet ignores it when it refers to an invalid item. The attribute has been deleted to ensure the burst key upgrades correctly. Verify that the report bursted as expected in the source environment.
  152. RSU_SPC_BALTIC_BURST_RECIPIENT_QUERY_UNDEFINED = RSU-SPC-0150 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute refQuery ({refQuery}) in a 'recipient' element. Verify that the report bursted as expected in the source environment.
  153. RSU_SPC_BALTIC_BURST_RECIPIENT_ITEM_UNDEFINED = RSU-SPC-0151 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute refItem ({refItem}) in a 'recipient' element, with attribute refQuery ({refQuery}). Verify that the report bursted as expected in the source environment.
  154. RSU_SPC_BALTIC_BURST_RECIPIENT_TYPE_UNDEFINED = RSU-SPC-0152 IBM Cognos ReportNet report specification being upgraded had an invalid value for attribute type ({attribute}) in a 'recipient' element. Verify that the report bursted as expected in the source environment.
  155. RSU_SPC_DANGLING_DATA_ITEM_MASTER_DETAIL_NON_LIST = RSU-SPC-0153 Unable to fix dangling data item for query "{query}" because of the master-detail relationship between "{master}" and {element} "{detail}".
  156. RSU_SPC_INTERNAL_ERROR_SEE_ADMIN = RSU-SPC-0154 An internal error has occurred that caused the upgrading of a report specification to fail.
  157. RSU_SPC_DUPLICATE_ELEMENT_REMOVED = RSU-SPC-0155 The value of attribute "{attribute}" must be unique for all "{element}" elements within a "{ancestor}" element. The duplicate value "{oldvalue}" was defined more than once. The element has been removed.
  158. RSU_SPC_DANGLING_DATA_ITEM_AMBIGUOUS_REFQUERY_USED = RSU-SPC-0156 Dangling data item "{dataitem}" was not able to be resolved unambiguously, the query "{query}" has been used. The report must be examined to see if the correct choice was made.
  159. RSU_SPC_DANGLING_DATA_ITEM_AMBIGUOUS_REFQUERY_ALTERNATIVE = RSU-SPC-0157 Query "{query}" defines the dangling data item "{dataitem}".
  160. RSU_SPC_DANGLING_DATA_ITEM_REFQUERY_LOCATION_NOT_FOUND = RSU-SPC-0158 The following data item "{dataitem}", defined by query "{query}, is not in scope.
  161. RSU_SPC_LEVEL_KEYITEM_MISSING = RSU-SPC-0159 CRN report spec had level "{level}" without a key, the {type} element was unable to be generated in the upgraded report specification.
  162. RSU_SPC_CQE_PARSER_MACRO_PARSE_ERROR = RSU-SPC-0160 Unable to parse expression with a macro. The expression may be correct, however it cannot be upgraded. The expression was:\n{expression}\n\nExpression error:\n{msg}
  163. RSU_SPC_QUERY_NOT_FOUND_IN_EXPRESSION = RSU-SPC-0161 Cannot find the data item "{query}" in the expression: {expression}
  164. RSU_SPC_DATA_ITEM_NOT_IN_QUERY_FOR_EXPRESSION = RSU-SPC-0162 Data item "{query}" is not defined for the query. Referenced in expression: {expression}
  165. RSU_SPC_DATA_ITEM_NOT_IN_ANY_QUERY_FOR_EXPRESSION = RSU-SPC-0163 Data item "{query}" is not defined by any query. Referenced in expression: {expression}
  166. RSU_SPC_CSS_DECLARATION_BAD_PARSE = RSU-SPC-0164 CSS style was removed. Unable to parse CSS declaration: {decl}
  167. RSU_SPC_QUERY_SCOPE_NOT_FOUND_FOR_ELEMENT = RSU-SPC-0165 ' {tag}' element was not defined in the scope of any query.
  168. RSU_SPC_NON_SEMANTIC_ELEMENT_REMOVED = RSU-SPC-0166 {tag} element had no semantic meaning and has been removed from the report specification.
  169. RSU_SPC_NON_SEMANTIC_ATTRIBUTE_REMOVED = RSU-SPC-0167 {tag} attribute had no semantic meaning and has been removed from the report specification.
  170. RSU_SPC_NON_IMPLEMENTED_ATTRIBUTE_CHANGED = RSU-SPC-0168 The attribute {attribute} has been changed from {oldvalue} to {newvalue}. The report outputs should remain the same.
  171. RSU_SPC_ATTRIBUTE_CHANGED_TO_MEET_NEW_CONSTRAINTS = RSU-SPC-0169 The attribute "{attribute}" has been changed from "{oldvalue}" to "{newvalue}" to meet new report specification restrictions. The report outputs should remain consistent to previous versions.
  172. RSU_SPC_CLASS_ATTRIBUTE_MOVED_TO_EXISTING_DEFAULT_STYLE = RSU-SPC-0170 Attribute 'class' was found on an {element} element, which already had a defaultStyle. The existing default style '{prestyle}'is being replaced with '{content}'.
  173. RSU_SPC_APPLYSINGLEDEFAULTSTYLE_OVERRIDDEN = RSU-SPC-0171 Attribute applySingleDefaultValue was overriden to 'true' from 'false' during the creation of defaultStyles from class attributes.
  174. RSU_SPC_RANGE_CANNOT_PARSE = RSU-SPC-0172 Unable to parse default selections: {text}
  175. RSU_SPC_OBSOLETE_OUTPUT_FORMAT_CHANGED = RSU-SPC-0173 The output format {oldformat} is obsolete and has been changed to {newformat}.
  176. RSU_SPC_REFQUERY_REMOVED_QUERY_NONEXISTENT = RSU-SPC-0174 The refQuery value "{query}" referenced a non-existent query element and has been removed.
  177. RSU_SPC_CROSSTABCOLUMN_REPEATEVERYPAGE_REMOVED = RSU-SPC-0176 The attribute "repeatEveryPage" has been removed from a crosstab node for a column, as it has no effect on the generated report.
  178. RSU_SPC_DEPRECATED_ATTRIBUTE_REMOVED = RSU-SPC-0177 Attribute "{deprecatedattribute}" has been removed because its use is deprecated.
  179. RSU_SPC_COGNOS_STATS_DEPRECATED = RSU-SPC-0178 The statistical object was removed because IBM Cognos Statistics is no longer available.
  180. RSU_SPC_COGNOS_STATS_DEPRECATED_ALTTEXT = RSU-SPC-0179 The statistical object was removed because IBM Cognos Statistics is no longer available.
  181. RSU_SPC_VIZ_OUTPUTTYPE_CREATED = RSU-SPC-0180 The attribute "{attribute}" was created for viz elements.
  182. RSU_SPC_VIZ_VIZPROPERTYVALUES_NOLONGER_ASCHILD = RSU-SPC-0181 vizPropertyValues is no longer supported as a child of a vizCategoryField or vizValue.
  183. RSU_SPC_VIZ_VIZPROPERTYVALUE_UPGRADED_TO_NEWTYPES = RSU-SPC-0182 Specific types have been added to the report spec for visualization properties. The old visualization property values are upgraded to the new types.
  184. RSU_SPC_GROUPROLLUP_IGNORED = RSU-SPC-0183 The groupRollup {groupRollup} was ignored.
  185. RSU_SPC_MODSORTBY_IGNORED = RSU-SPC-0184 The modDataItem {name} has a modSort with a modSortBy child. The modDataItem was ignored.
  186. RSU_SPC_MODDATAITEM_IGNORED = RSU-SPC-0185 The element {tag} can't be converted to a V5 query data item. It was ignored.
  187. RSU_SPC_MODFILTER_IGNORED = RSU-SPC-0186 The element {tag} can't be converted to a V5 query filter definition. It was ignored.
  188. RSU_SPC_SHOW_IGNORED = RSU-SPC-0187 The attribute "show" on the modAttribute element under the modDataItem named {name} is ignored.
  189. RSU_SPC_NULLPOSITION_IGNORED = RSU-SPC-0188 The attribute "nullPosition" on the modSort element under the modDataItem named {name} is ignored.
  190. RSU_SPC_DETAIL_NULLPOSITION_IGNORED = RSU-SPC-0189 The attribute "nullPosition" on the modDetailSort element under the modQuery named {name} is ignored.
  191. RSU_SPC_SORT_SKIPPED = RSU-SPC-0190 A modSort or modDetailSort on the modQuery {query} for data item {dataItem} was not upgraded.
  192. RSU_SPC_DATATYPE_ATTRIBUTE_CREATED = RSU-SPC-0191 The data type of the filter item could not be determined so a default type of "string" was used. If this is incorrect, the filter should be deleted and re-created. Validating the report will clear the errors.
  193. #
  194. # Section: NM
  195. #
  196. # Description: This section contains labels for the name attribute values generated by the report specification upgrade (see work order 2015 for details)
  197. #
  198. RSU_NM_list = List
  199. RSU_NM_crosstab = Crosstab
  200. RSU_NM_repeater = Repeater
  201. RSU_NM_repeaterTable = Repeater Table
  202. RSU_NM_paretoChart = Pareto Chart
  203. RSU_NM_pieChart = Pie Chart
  204. RSU_NM_gaugeChart = Gauge Chart
  205. RSU_NM_mapChart = Map
  206. RSU_NM_bubbleChart = Bubble Chart
  207. RSU_NM_polarChart = Polar Chart
  208. RSU_NM_radarChart = Radar Chart
  209. RSU_NM_scatterChart = Scatter Chart
  210. RSU_NM_combinationChart = Combination Chart
  211. RSU_NM_metricsChart = Metrics Range Chart
  212. RSU_NM_threeDCombinationChart = 3-D Combination Chart
  213. RSU_NM_threeDScatterChart = 3-D Scatter Chart
  214. RSU_NM_progressiveChart = Progressive Chart
  215. #
  216. # Section: MAP
  217. #
  218. # Description: Messages used in name mapping.
  219. #
  220. RSU_MAP_NAMEMAPPING_RULES_INVALID = RSU-MAP-0001 Configuration error. The name mapping rules are invalid. Check the rules against the schema.
  221. RSU_MAP_ONLY_ONE_OF_NAMEMAPPING = RSU-MAP-0002 Configuration error. Only one of com.cognos.rspecupgrade.rsupgrade.nameMappingRules or com.cognos.rspecupgrade.rsupgrade.nameMappingFile may be defined.
  222. RSU_MAP_FILE_NOT_READABLE = RSU-MAP-0003 Configuration error. Unable to read the file defined by property com.cognos.rspecupgrade.rsupgrade.nameMappingFile.
  223. RSU_MAP_RULE_BAD_REGEX = RSU-MAP-0004 Configuration error. The name mapping rule regular expression is incorrect.
  224. RSU_MAP_RULE_TYPE_UNDEFINED = RSU-MAP-0005 Value of ruleType attribute for name mapping rule is incorrect: {value}
  225. RSU_MAP_ELEMENT_MISSING = RSU-MAP-0006 Mapping rule is missing element {element}
  226. RSU_MAP_SRC_PART_INCORRECT = RSU-MAP-0007 srcPart attribute value index is invalid: {scrPath}
  227. #
  228. # Section: CHK
  229. #
  230. # Description: Message used in generating and validating checksums in an upgraded report.
  231. #
  232. RSU_CHK_XMLDOC_IS_NULL = RSU-CHK-0001 The Xml document may not be null.
  233. RSU_CHK_CHKSUM_NOT_UNIQUE = RSU-CHK-0002 The Xml document may not have multiple checksum nodes.
  234. RSU_CHK_CHKSUM_GENERATOR_NULL = RSU-CHK-0003 The checksum generator may not be null.
  235. RSU_CHK_CHKSUM_STRING_NULLOREMPTY = RSU-CHK-0004 The checksum string may not be null or empty.
  236. RSU_CHK_CHKSUM_NOT_FOUND = RSU-CHK-0005 There is no checksum node found in the Xml document.
  237. RSU_CHK_CHKSUM_VALIDATOR_NULL = RSU-CHK-0006 The checksum validator may not be null.
  238. RSU_CHK_CHKSUM_VALIDATOR_HELP = RSU-CHK-0007 [-i] <reportspec.xml>: A report specification to validate the checksum.\n
  239. RSU_CHK_CHKSUM_VALIDATION_PASSED = RSU-CHK-0008 Checksum validation passed.
  240. RSU_CHK_CHKSUM_VALIDATION_FAILED = RSU-CHK-0009 Checksum validation failed.
  241. RSU_CHK_CHKSUM_INVALID_FILE = RSU-CHK-0010 Invalid input Xml file "{path}"