123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: mqp
- (C) Copyright IBM Corp. 2003, 2010
- 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="MQP">
- <section name="ERR">
- <string name="XML_TEXT_CHILD_EXPECTED" errorCode="0001">A text child node is expected.</string>
- <string name="REQUEST_IS_NOT_SUPPORTED" errorCode="0002">The request is not supported.</string>
- <string name="UNSUPPORTED_METHOD" errorCode="0003">The method '<param type="string" index="1"/>' is not supported.</string>
- <string name="REQUIRED_XML_NODE" errorCode="0004">The XML node '<param type="string" index="1"/>' is required.</string>
- <string name="EMPTY" errorCode="0005">There is an empty string: '<param type="string" index="1"/>'.</string>
- <string name="EMPTY_MODEL" errorCode="0006">The model or package is empty.</string>
- <string name="PROBLEM_CONNECTING_TO_REPOZITORY" errorCode="0007">Unable to connect to the repository. Please ensure that the repository path exists and is accessible.</string>
- <string name="FUNCTION_DEFINITION_NOT_LOAD" errorCode="0008">Unable to load the requested function definitions.</string>
- <string name="REQUESTED_FUNCTION_GROUP_NOT_FOUND" errorCode="0009">The requested function group ' <param type="string" index="1"/>' is not found. </string>
- <string name="ROOT_NOT_GROUP" errorCode="0010">The root of the function tree is not a group.</string>
- <string name="INCORRECT_START_PATH_SYNTAX" errorCode="0011">The start path syntax is incorrect. Expected [Folder].[querySubject].[queryItem]</string>
- <string name="MODEL_NOT_EXIST" errorCode="0012">The model or package '<param type="string" index="1"/>' does not exist.</string>
- <string name="UNACCESIBLE_VIEWS_FOR_USER" errorCode="0013">You do not have access to this model. Contact your security administrator.</string>
- <string name="UNACCESIBLE_REQUESTED_VIEWS" errorCode="0014">Unable to access any items in the model. Accessible views are: ' <param type="string" index="1"/>'. Requested views are: ' <param type="string" index="2"/>'. Contact your security administrator.</string>
- <string name="OBJECT_NOT_EXIST" errorCode="0015">Unable to find the object '<param type="string" index="1"/>'.</string>
- <string name="ITEM_NOT_ACCESSIBLE" errorCode="0017">The item ' <param type="string" index="1"/>' is not accessible.</string>
- <string name="INCORRECT_START_AT_REF_SYNTAX" errorCode="0018">The start_atRef attribute in the request has the incorrect value ' <param type="string" index="1"/>'. [Folder].[querySubject].[queryItem] was expected.</string>
- <string name="SHORTCUT_REFERENCING_OBJECT_NOT_EXIST" errorCode="0019">The object referenced by the shortcut '<param type="string" index="1"/>' does not exist in the package.</string>
- <string name="CHILD_NAME_NOT_UNIQUE" errorCode="0020">There is more than one child of the object with the same name: ' <param type="string" index="1"/>'. </string>
- <string name="CLASS_NAME_NOT_FOUND_IN_REPOZITORY" errorCode="0021">Unable to find the class '<param type="string" index="1"/>' in the repository.</string>
- <string name="NO_SECURITY_VIEWS_IN_PACKAGE" errorCode="0022">There is no security applied to the package. </string>
- <string name="FUNCTION_IS_NOT_SUPPORTED" errorCode="0023">The function '<param type="string" index="1"/>' is not supported.</string>
- <string name="PROPERTY_IS_NOT_SUPPORTED" errorCode="0024">The property '<param type="string" index="1"/>' is not supported.</string>
- <string name="EXPRESSION_IS_NOT_SUPPORTED" errorCode="0025">The expression '<param type="string" index="1"/>' is not supported.</string>
- <string name="UNKNOWN_MEMBERS" errorCode="0026">The members are unknown.</string>
- <string name="INACCESSIBLE_MEMBERS" errorCode="0027">The members are inaccessible.</string>
- <string name="MUST_BE_MEASUREDIMENSION_OR_SHORTCUT" errorCode="0028">The first parameter must be a valid object of type measure, type dimension, or a shortcut to such an object.</string>
- <string name="MUST_BE_MEASURE" errorCode="0029">The second parameter must be a valid object of type measure.</string>
- <string name="MUST_BE_REGULARDIMENSION_OR_SHORTCUT" errorCode="0030">The third parameter must be a valid object of type regular dimension, or a shortcut to such an object.</string>
- <string name="MULTIPARTKEY_UNSUPPORTED" errorCode="0031">The level business key for the member: '<param type="string" index="1"/>' has multiple parts These are not supported for drill-through reports or master detail reports.</string>
- <string name="RECURSIVE_SHORTCUT" errorCode="0032">The model contains a recursive shortcut: The full path is: ' <param type="string" index="1"/>'.</string>
- </section>
- </component>
- </stringTable>
|