123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: fmmd
- (C) Copyright IBM Corp. 2003, 2019
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!-- generated by cogmc.py -->
- <stringTable usage="Message source for CCLMessageFramework" localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="BMT">
- <section name="IMP">
- <string name="CM_ERROR" type="String" errorCode="0001">Content Manager error.</string>
- <string name="CM_RELMD_ERROR" type="String" errorCode="0002">Failed to execute metadata request. <param type="string" index="1"/>
- </string>
- <string name="SRCREQ_ERR" type="String" errorCode="0003">Error encountered parsing impact analysis search request. Request was not recognized.</string>
- <string name="MODELNOTFOUND_ERR" type="String" errorCode="0004">The selected package has not been published to Content Manager</string>
- <string name="PARSE_MODEL_ERR" type="String" errorCode="0005">Unable to parse the model document.<param type="string" index="1"/>
- </string>
- <string name="PARSE_REQUEST_ERR" type="String" errorCode="0006">Unable to parse the request document.<param type="string" index="1"/>
- </string>
- <string name="PARSE_REPORT_ERR" type="String" errorCode="0007">Unable to parse the report document.<param type="string" index="1"/>
- </string>
- <string name="NOREPORTSFOUND" type="String" errorCode="0008">No reports in the specified folder(s) were found that reference the selected object(s).</string>
- <string name="NOPUBLISHIMPACT" type="String" errorCode="0009">There are no package changes that directly affect reports.</string>
- <string name="SWITCH_MODE_IMPACT" type="String" errorCode="0010">You are about to enable Dynamic Query Mode.</string>
- <string name="SWITCH_MODE_IMPACT_QUESTION" type="String" errorCode="0011">You are about to enable Dynamic Query Mode. Do you want to continue?</string>
- <string name="SWITCH_MODE_DATASOURCE" type="String" errorCode="0012">The provider type(s): <param type="string" index="1"/> will not be supported in this mode.</string>
- <string name="SWITCH_MODE_DATASOURCE_QUESTION" type="String" errorCode="0013">The provider type(s): <param type="string" index="1"/> will not be supported in this mode. Do you want to continue?</string>
- <string name="SWITCH_MODE_COMPATIBLE_QUESTION" type="String" errorCode="0014">You are about to revert to Compatible Mode. All Query Subjects and Dimensions will be validated. Do you want to continue?</string>
- <string name="SWITCH_MODE_DYNAMIC_QUESTION" type="String" errorCode="0015">All Query Subjects and Dimensions will be validated. Do you want to continue?</string>
- <string name="UNSUPPORTED_DATASOURCE" type="String" errorCode="0016">The provider type <param type="string" index="1"/> is not supported in this mode.</string>
- <string name="SWITCH_MODE_NOT_ALLOWED" type="String" errorCode="0017">You cannot enable Dynamic Query Mode. The model contains data source(s) of unsupported type(s): <param type="string" index="1"/>.</string>
- <string name="REQUEST_RETRIES" type="String" errorCode="0018">There is no response from the metadata server. You may want to increase the number of request retries by altering the entry <param type="string" index="1"/> under <param type="string" index="2"/> in the configuration file <param type="string" index="3"/>.</string>
- <string name="TEST_CONNECTION_FAILED" type="String" errorCode="0019">Testing data source connection failed, please see the server log for details.</string>
- </section>
- <section name="MDE">
- <string name="HANDLE_NULL" type="String" errorCode="0001">Internal error -- null handle. </string>
- <string name="HANDLE_INVALID" type="String" errorCode="0002">Internal error -- unable to represent the handle as a registered object in the BMT Engine. </string>
- <string name="HANDLE_NON_OBJECT" type="String" errorCode="0003">Internal error -- unable to represent the handle as a first-class object. </string>
- </section>
- <section name="MDC">
- <string name="FAILED_TO_PUBLISH" type="String" errorCode="0001">Unable to publish. </string>
- <string name="FAILED_TO_LOGON" type="String" errorCode="0002">Unable to logon. </string>
- <string name="PUBLISH_R3" type="String" errorCode="0003">Unable to publish a package that exposes query subjects that reference SAP relational tables. These query subjects must be either set as hidden or excluded from the package.</string>
- <string name="PUBLISH_DYNAMIC_QUERY" type="String" errorCode="0004">Unable to publish this package. The package contains one or more data sources that are not compatible with Dynamic Query Mode.</string>
- </section>
- <section name="MD">
- <string name="INVALID_PARAMETER" type="String" errorCode="0001">Invalid parameter.</string>
- <string name="INVALID_OBJECT_TYPE" type="String" errorCode="0002">Object '<param type="string" index="1"/>' is of type '<param type="string" index="2"/>', which is invalid.</string>
- <string name="GENERIC_ERROR" type="String" errorCode="0003">
- <param type="string" index="1"/>
- </string>
- <string name="INVALID_PROPERTY_VALUE_TOO_MANY_REF_OBJ" type="String" errorCode="0004">Invalid property value. More than one referenced object was specified in the value.</string>
- <string name="INVALID_TYPE_OF_CHILD_OBJECT" type="String" errorCode="0005">An object of type '<param type="string" index="1"/>' cannot contain an object of type '<param type="string" index="2"/>'. Please review the Model schema to understand the containership rules. </string>
- <string name="DUPLICATE_OBJECT_NAME_WITHIN_NAMESPACE" type="String" errorCode="0006">Another object of type '<param type="string" index="1"/>' already exists with the name '<param type="string" index="2"/>' in <param type="string" index="3"/> '<param type="string" index="4"/>'. Please choose a unique name.</string>
- <string name="PROPERTY_NOT_MODIFIABLE" type="String" errorCode="0007">Property '<param type="string" index="1"/>' is read-only. </string>
- <string name="INVALID_NUM_PARAMETERS" type="String" errorCode="0008">Invalid number of parameters <param type="string" index="1"/>.</string>
- <string name="DUPLICATE_OBJECT_NAME_WITHIN_NAMESPACE_SHORTCUT" type="String" errorCode="0009">Another object of type 'Shortcut to <param type="string" index="1"/>' already exists with name '<param type="string" index="2"/>' in <param type="string" index="3"/> '<param type="string" index="4"/>'. Please choose a unique name.</string>
- <string name="DUPLICATE_NAMESPACE_NAME" type="String" errorCode="0010">Another object of type '<param type="string" index="1"/>' already exists with name '<param type="string" index="2"/>'. Please choose a unique name.</string>
- <string name="DUPLICATE_NAMESPACE_NAME_SHORTCUT" type="String" errorCode="0011">Another object of type 'Shortcut to <param type="string" index="1"/>' already exists with the name '<param type="string" index="2"/>'. Please choose a unique name.</string>
- <string name="DUPLICATE_OBJECT_NAME_WITHIN_QUERYSUBJECT" type="String" errorCode="0012">Another object of type '<param type="string" index="1"/>' already exists with the name '<param type="string" index="2"/>' under the same parent. Please choose a unique name.</string>
- <string name="DELETE_ROOT_NAMESPACE" type="String" errorCode="0013">Unable to delete Object '<param type="string" index="1"/>'. It is the root namespace, which is mandatory.</string>
- <string name="CREATE_OBJECT_ALREADY_EXISTS" type="String" errorCode="0014">Cannot create a '<param type="string" index="1"/>' under '<param type="string" index="2"/>' because '<param type="string" index="2"/>' is of type '<param type="string" index="3"/>' and therefore cannot contain more than one '<param type="string" index="1"/>'. This object already contains '<param type="string" index="1"/>' '<param type="string" index="4"/>'.</string>
- <string name="PROPERTY_NOT_SPECIFIED" type="String" errorCode="0015">
- <param type="string" index="1"/>Property not specified for this '<param type="string" index="2"/>'.</string>
- <string name="EDIT_DEFINITION_CIRCULAR_PACKAGE_INCLUDE" type="String" errorCode="0016">Unable to add package '<param type="string" index="1"/>' to the definition of package '<param type="string" index="2"/>' because '<param type="string" index="2"/>' is already either directly or indirectly included by '<param type="string" index="1"/>'. Circular inclusions amongst packages are not supported. </string>
- <string name="VERIFY_MOVE_DUPLICATE_OBJECT_NAMES" type="String" errorCode="0017">The following object names will be modified because an object with the same name already exists in the target namespace "<param type="string" index="1"/>".</string>
- <string name="VERIFY_CREATE_STAR_SCHEMA_GROUPING_DUPLICATE_OBJECT_NAMES" type="String" errorCode="0018">The specified name for the new grouping '<param type="string" index="1"/>' is already in use by an existing object. The new grouping will be named as '<param type="string" index="2"/>' instead.</string>
- <string name="INVALID_TARGET_OBJECT_TYPE" type="String" errorCode="0019">Invalid target object type.</string>
- <string name="INVALID_TARGET" type="String" errorCode="0020">Invalid target.</string>
- <string name="INVALID_MERGE_SOURCE" type="String" errorCode="0021">Unable to create an independent data source query subject from the query subject '<param type="string" index="1"/>' because it is of type '<param type="string" index="2"/>'.</string>
- <string name="IMPORT_NODE_TYPE_INVALID" type="String" errorCode="0022">Import node type is invalid.</string>
- <string name="UPDATE_ACTION_INVALID_TASK" type="String" errorCode="0023">The specified task: "<param type="string" index="1"/>" is invalid for an object of type "<param type="string" index="2"/>"</string>
- <string name="UPDATE_ACTION_MISSING_PARAM" type="String" errorCode="0036">The specified task: "<param type="string" index="1"/>" requires a parameter "<param type="string" index="2"/>"</string>
- <string name="UPDATE_ACTION_INVALID_PARAM_VALUE" type="String" errorCode="0064">In the specified task: "<param type="string" index="1"/>", the parameter "<param type="string" index="2"/>" has an invalid value</string>
- <string name="DB_CONNECTION_FAILED_MISSING_INFO" type="String" errorCode="0024">Unable to connect to the data source due to the missing or invalid value for property '<param type="string" index="1"/>' in the connection specification.</string>
- <string name="ERROR_ACTION_NOT_SUPPORTED" type="String" errorCode="0026">The action "<param type="string" index="1"/>" is not supported for an object of type "<param type="string" index="2"/>"</string>
- <string name="GENERIC_INTERNAL_ERROR" type="String" errorCode="0027">An error has occurred: <param type="string" index="1"/></string>
- <string name="SOURCE_TARGET_OBJECT_OVERLAP" type="String" errorCode="0028"> Cannot move "<param type="string" index="2"/>" under object "<param type="string" index="1"/>" because it already contains it. Please change the selection. </string>
- <string name="INVALID_DELETE_OBJECT" type="String" errorCode="0029">Unable to delete object '<param type="string" index="1"/>' of type '<param type="string" index="2"/>'.</string>
- <string name="MANDATORY_PROPERTY_NOT_FOUND" type="String" errorCode="0030">Internal model error. Unable to find a valid instance of the mandatory property '<param type="string" index="1"/>' in '<param type="string" index="2"/>
- <param type="string" index="3"/>'.</string>
- <string name="ACTION_INVALID_ACTIVELOCALE" type="String" errorCode="0031">Unable to perform this operation. The active language '<param type="string" index="1"/>' is not in the set of supported languages in the model. Review the set of supported languages and either add this language to the set or switch the active language to one of the supported languages.</string>
- <string name="LOCALE_ADD_ALREADY_SUPPORTED" type="String" errorCode="0032">The language '<param type="string" index="1"/>' already exists in the set of supported languages in the model.</string>
- <string name="LOCALE_REMOVE_ACTIVE" type="String" errorCode="0033">Unable to remove the language '<param type="string" index="1"/>' because it is the active language. Change the active language first.</string>
- <string name="LOCALE_REMOVE_DEFAULT" type="String" errorCode="0034">Unable to remove the language ' <param type="string" index="1"/>' because it is the default language. This language can never be removed because it is required for object referencing. </string>
- <string name="LOCALE_NOTSUPPORTED" type="String" errorCode="0035">The language '<param type="string" index="1"/>' is not in the set of supported languages in the model.</string>
- <string name="INVALID_SHORTCUT_REFOBJ" type="String" errorCode="0037">
- <param type="string" index="1"/> does not reference a valid object.</string>
- <string name="EMPTY_ID_ENTRY" type="String" errorCode="0038">
- <param type="string" index="1"/> cannot be empty.</string>
- <string name="EMPTY_PACKAGE" type="String" errorCode="0039">Unable to publish the package. There are no objects in the package. </string>
- <string name="EDIT_DEFINITION_CIRCULAR_SECURITYVIEW_INCLUDE" type="String" errorCode="0040">Unable to add security view '<param type="string" index="1"/>' to the definition of security view '<param type="string" index="2"/>' because '<param type="string" index="2"/>' is already either directly or indirectly included by '<param type="string" index="1"/>'. Circular inclusions amongst views are not supported.</string>
- <string name="PACKAGE_DEFAULT_LOCALE_REQUIRED" type="String" errorCode="0041">The default language of '<param type="string" index="1"/>' must be included in the package. It is required for object referencing.</string>
- <string name="CCLCFGAPI_ERROR" type="String" errorCode="0042">Unable to read configuration parameters. Error code: <param type="string" index="1"/>.</string>
- <string name="WARNING_CONFLICTING_NAMES" type="String" errorCode="0043">There are conflicting names.</string>
- <string name="INVALID_OBJECT_ID" type="String" errorCode="0025">No object '<param type="string" index="1"/>' exists.</string>
- <string name="ERROR_TABLE_NOT_EXIST" type="String" errorCode="0044">Error: A table with this name does not exist.</string>
- <string name="WARNING_TABLES_WITH_DIFF_SRCS" type="String" errorCode="0045">No join is created because the tables have different sources.</string>
- <string name="WARNING_COLUMNS_NOT_EXIST" type="String" errorCode="0046">Not all columns exist.</string>
- <string name="ERROR_EMPTY_COLUMN_NAME" type="String" errorCode="0047">Empty column name.</string>
- <string name="WARNING_COLUMN_EXISTS" type="String" errorCode="0048">A column exists.</string>
- <string name="WARNING_DUPLICATE_NAME" type="String" errorCode="0049">Unable to import the following object(s) because an object with the same name already exists.<param type="string" index="1"/>
- </string>
- <string name="ERROR_ADD_PACKAGE_LOCALE" type="String" errorCode="0050">Unable to include package "<param type="string" index="2"/>" in package "<param type="string" index="1"/>" because the following languages: <param type="string" index="3"/> exist in "<param type="string" index="2"/>" but not in "<param type="string" index="1"/>". Review the languages set for these packages and change the languages so "<param type="string" index="2"/>" contains all languages in "<param type="string" index="1"/>". </string>
- <string name="ERROR_PACKAGE_SETLOCALE_INCLUDED_PACKAGES" type="String" errorCode="0051">Unable to add the following languages: <param type="string" index="3"/> to package "<param type="string" index="1"/>" because it includes package "<param type="string" index="2"/>" which does not already have them. Change the language settings so that package "<param type="string" index="2"/>" contains at least every language in package "<param type="string" index="1"/>".</string>
- <string name="ERROR_PACKAGE_SETLOCALE_INCLUDING_PACKAGES" type="String" errorCode="0052">Unable to remove the following languages: <param type="string" index="3"/> from package "<param type="string" index="1"/>" because it is included by package "<param type="string" index="2"/>" which already has them. Change the language settings so that package "<param type="string" index="1"/>" contains at least every language in package "<param type="string" index="2"/>".</string>
- <string name="ERROR_SECURITYVIEW_SETDEFINITION_INVALID_INCLUDE_CHILD_REQUIRES_PARENT" type="String" errorCode="0053">Unable to explicitly include <param type="string" index="1"/> "<param type="string" index="2"/>" because its parent <param type="string" index="3"/> "<param type="string" index="4"/>" is not included.</string>
- <string name="ERROR_SET_CONFIG_INFO" type="String" errorCode="0054">Unable to update the runtime parameter with the configuration information retrieved from Content Manager.</string>
- <string name="ERROR_SECURITYVIEW_SETDEFINITION_INVALID_EXCLUDE" type="String" errorCode="0055">Unable to explicitly exclude <param type="string" index="1"/> "<param type="string" index="2"/>" from this type of object.</string>
- <string name="ERROR_SECURITYOBJECT_MISSING_SEARCHPATH" type="String" errorCode="0056">Unable to locate the security object "<param type="string" index="1"/>" because the Content Manager search path is missing.</string>
- <string name="INVALID_DELETE_QUERYITEM" type="String" errorCode="0057">Unable to remove the selected objects <param type="string" index="1"/> because their parent query subject/dimension "<param type="string" index="2"/>" is of type "<param type="string" index="3"/>". You can only remove objects from this object only by updating its underlying definition.</string>
- <string name="ERROR_SETDEFINITION_EMPTY" type="String" errorCode="0058">
- <param type="string" index="1"/> is empty.</string>
- <string name="VERIFY_DELETE" type="String" errorCode="0059">The removal of the following objects will impact the objects that directly use them or their children: <param type="string" index="1"/>These impacts are listed below. These impacts may also propagate to other objects that indirectly use the above objects.</string>
- <string name="VERIFY_DELETE_IMPACTED_OBJECTS_DELETE" type="String" errorCode="0060">
- <param type="string" index="1"/> "<param type="string" index="2"/>" will be deleted.</string>
- <string name="VERIFY_DELETE_IMPACTED_OBJECTS_INVALIDATED" type="String" errorCode="0061">
- <param type="string" index="1"/> "<param type="string" index="2"/>" will be invalidated.</string>
- <string name="VERIFY_MOVE_IMPLICIT_OBJECT" type="String" errorCode="0062">Moving <param type="string" index="1"/> "<param type="string" index="2"/>" to <param type="string" index="3"/> "<param type="string" index="4"/>" will cause <param type="string" index="5"/> "<param type="string" index="6"/>", which is currently contained in <param type="string" index="7"/> "<param type="string" index="8"/>", to also be moved to the same <param type="string" index="3"/>.</string>
- <string name="VERIFY_DELETE_IMPACTED_SCOPE_INFO" type="String" errorCode="0335">
- <param type="string" index="1"/> "<param type="string" index="2"/>" will be affected. Any measures currently scoped by one of the levels and/or hierarchies to be removed will be scoped to the leaf level within the same hierarchy.</string>
- <string name="VERIFY_CREATE_STAR_SCHEMA_GROUPING_MIXED_SOURCES" type="String" errorCode="0333">Unable to proceed with the requested grouping because the selected sources are a mixture of query subjects and dimensions. Please ensure your selection consists entirely of one type.</string>
- <string name="VERIFY_CREATE_STAR_SCHEMA_GROUPING_SINGLE_FACT" type="String" errorCode="0334">Unable to proceed with the requested grouping. The selected sources must include one and no more than one measure dimension.</string>
- <string name="VERIFY_TRANSLATION_ERROR_KEY_LOCALE_MISSING" type="String" errorCode="0101">The specified key locale "<param type="string" index="1"/>" does not exist in the specified translations file: </string>
- <string name="VERIFY_TRANSLATION_ERROR_ALL_TARGET_LOCALES_MISSING" type="String" errorCode="0102">None of the specified target locales: <param type="string" index="1"/> exist in the specified translations file. </string>
- <string name="ERROR_INVALID_DELIMITED_FILE" type="String" errorCode="0103">The translation file "<param type="string" index="1"/>" selected for import is either empty or invalid.</string>
- <string name="VERIFY_TRANSLATION_WARNING_SOME_TARGET_LOCALES_MISSING" type="String" errorCode="0104">The following specified target locales: <param type="string" index="1"/> do not exist in the specified translations file. Translations will be performed only on the following locales: <param type="string" index="2"/>
- </string>
- <string name="ERROR_INVALID_MAPPING_PATH" type="String" errorCode="0105">The specified mapping path "<param type="string" index="1"/>" is invalid.</string>
- <string name="ERROR_OBJECT_HAS_CHILDREN" type="String" errorCode="0106">The object specified to be converted has children. Cannot continue the operation.</string>
- <string name="ERROR_OBJECT_NOT_IN_DIMENSION" type="String" errorCode="0107">The object specified to be converted is not a member in a dimension. Cannot continue the operation.</string>
- <string name="ERROR_OBJECT_UPDATESUBJECT_ALONE" type="String" errorCode="0108">One of the objects selected to be tested is of type UpdateSubject. This object should be tested separately.</string>
- <string name="ERROR_INVALID_OBJECT_TO_TEST" type="String" errorCode="0109">One or more of the selected objects cannot be tested. Please review the selected objects and try again.</string>
- <string name="ERROR_CONFIG_INFO_RETRIEVAL" type="String" errorCode="0063">Unable to retrieve configuration settings from the server. Further explanation: "<param type="string" index="1"/>".</string>
- <string name="ERROR_CONFIG_INFO_RETRIEVAL_EMPTY_RESPONSE" type="String" errorCode="0065">The configuration settings that were retrieved from the server are empty.</string>
- <string name="ERROR_CONFIG_INFO_SETTING" type="String" errorCode="0066">Unable to update local configuration settings with settings retrieved from the server. Reason: "<param type="string" index="1"/>".</string>
- <string name="VERIFY_DELETE_IMPACT_GENERAL" type="String" errorCode="0067">Removing <param type="string" index="1"/> "<param type="string" index="2"/>" will invalidate any object that uses it.</string>
- <string name="VERIFY_RENAME_IMPACT_GENERAL" type="String" errorCode="0068">Renaming <param type="string" index="1"/> "<param type="string" index="2"/>" will invalidate any object that uses it.</string>
- <string name="VERIFY_DELETE_IMPACTED_OBJECTS_ERROR" type="String" errorCode="0069">Unable to remove "<param type="string" index="2"/>" because it is of type <param type="string" index="1"/> which can be removed only if it is not used. "<param type="string" index="2"/>" is used by the following object(s). <param type="string" index="3"/>
- </string>
- <string name="VERIFY_RENAME_IMPACTED_OBJECTS_ERROR" type="String" errorCode="0070">Unable to rename "<param type="string" index="2"/>"because it is of type <param type="string" index="1"/>, which can be renamed only if it is not used. "<param type="string" index="2"/>" is used by the following object(s). <param type="string" index="3"/>
- </string>
- <string name="INVALID_DELETE_QUERYITEM_TYPE" type="String" errorCode="0071">Unable to remove <param type="string" index="1"/> because the parent query subject "<param type="string" index="2"/>" is of type "<param type="string" index="3"/>".</string>
- <string name="ERROR_INVALID_REFERENCE" type="String" errorCode="0072">The specified value "<param type="string" index="1"/>" is not a valid reference to an existing object.</string>
- <string name="VERIFY_DELETE_IMPACTED_SECURITYFILTERS_INVALIDATED" type="String" errorCode="0073">Removing the security filter defined for "<param type="string" index="1"/>" will invalidate the security filter defined for the following group(s):<param type="string" index="2"/>
- </string>
- <string name="VERIFY_RENAME_INVALID_DATABASE_NAMES_ERROR" type="String" errorCode="0074">The specified value "<param type="string" index="1"/>" is not a valid value for property "<param type="string" index="2"/>". If you are using a parameter, the value must be constructed entirely of the parameter value with no extra characters before or after it.</string>
- <string name="COPY_INVALID_TARGET" type="String" errorCode="0075">The target object type "<param type="string" index="1"/>" is invalid. Please try editing the definition of the parent object instead.</string>
- <string name="MOVE_TO_QS_OR_QIF" type="String" errorCode="0076">You cannot move objects from one query subject or dimension to another.</string>
- <string name="INVALID_MERGE_SOURCE_STATUS" type="String" errorCode="0077">Unable to perform this operation because the following objects are invalid:'<param type="string" index="1"/>'.</string>
- <string name="PREF_FILE_PATH" type="String" errorCode="0078">Preference file path obtained from environment variable <param type="string" index="1"/>.</string>
- <string name="ERROR_GETTING_HIERARCHY_LIST" type="String" errorCode="0079">Error getting the hierarchy list.</string>
- <string name="ERROR_GETTING_CATALOG_LIST" type="String" errorCode="0080">Error getting the catalog list.</string>
- <string name="ERROR_GETTING_CUBE_LIST" type="String" errorCode="0081">Error getting the cube list.</string>
- <string name="ERROR_GETTING_DIMENSION_LIST" type="String" errorCode="0082">Error getting the dimension list.</string>
- <string name="ERROR_GETTING_MEASURE_LIST" type="String" errorCode="0083">Error getting the measure list.</string>
- <string name="ERROR_GETTING_LEVEL_LIST" type="String" errorCode="0084">Error getting the level list.</string>
- <string name="ERROR_GETTING_ATTRIBUTE_LIST" type="String" errorCode="0085">Error getting the attribute list.</string>
- <string name="ERROR_GETTING_MEASURE_TYPE" type="String" errorCode="0086">Error getting the measure type.</string>
- <string name="ERROR_EXECUTING_ACTION" type="String" errorCode="0087">Error executing action.</string>
- <string name="UNSUPPORTED_QUERYITEM_OPERATION_TYPE" type="String" errorCode="0088">The requested operation on the following object(s) <param type="string" index="1"/> is not supported because the parent query object "<param type="string" index="2"/>" is of type "<param type="string" index="3"/>".</string>
- <string name="UNSUPPORTED_OPERATION_TYPE" type="String" errorCode="0089">The requested operation is not supported because the query object(s) <param type="string" index="1"/> are of type "<param type="string" index="2"/>".</string>
- <string name="ALL_LEVEL_UNSUPPORTED_OPERATION" type="String" errorCode="0090">The requested operation is not supported for an object of type "all level".</string>
- <string name="LEVEL_TARGET_UNSUPPORTED_OPERATION" type="String" errorCode="0091">The requested operation is not supported for different source and target dimensions.</string>
- <string name="UNSUPPORTED_PHYSICAL_QUERYITEM_TYPE" type="String" errorCode="0094">The requested operation is not supported because the query item(s) <param type="string" index="1"/> have a physical correspondent in the data source. Only modifying the definition is acceptable for these types of query items.</string>
- <string name="DIMENSIONAL_MODEL_DIMENSION_UNSUPPORTED" type="String" errorCode="0095">You cannot create model dimensions that are directly or indirectly based on multidimensional objects.</string>
- <string name="ERROR_INVALID_EXPRESSION" type="String" errorCode="0098">The specified value "<param type="string" index="1"/>" is not a valid expression (failed parsing).</string>
- <string name="UNSUPPORTED_PROMPT_TYPE_FOR_FACT" type="String" errorCode="0096">The value for property "<param type="string" index="1"/>" cannot be set to a value of "<param type="string" index="2"/>" for object "<param type="string" index="3"/>" because the corresponding property "<param type="string" index="4"/>" has a value of "<param type="string" index="5"/>".</string>
- <string name="VERIFY_DELETE_IMPACTED_OBJECTS_MAY_BECOME_EMPTY" type="String" errorCode="0097">
- <param type="string" index="1"/> "<param type="string" index="2"/>" may become empty.</string>
- <string name="UNSUPPORTED_EXTERNALIZE_METHOD" type="String" errorCode="0093">The externalize method '<param type="string" index="1"/>' is not supported for multidimensional query subjects or query subjects that are based on them.</string>
- <string name="ERROR_QUERY_SET_USED_AS_BASED_ON" type="String" errorCode="0099">The object collection used as source for a dimension is invalid because one of the referenced objects is a query set.</string>
- <string name="FEATURE_NOT_IMPLEMENTED" type="String" errorCode="0500">This feature is not yet implemented.</string>
- <string name="FALIED_GLOBALEXPRESSION_INVALID_STATUS" type="String" errorCode="0092">This operation cannot proceed because the definition of the query subject is invalid, which prevents properly locating the query item that corresponds to the selected calculation.</string>
- <string name="WARNING_INVALID_QUERY_SUBJECT" type="String" errorCode="0100">One (or more) selected query subjects are invalid.</string>
- <string name="WARNING_QUERY_SUBJECT_HAS_PROMPT" type="String" errorCode="0164">Query subjects with prompts must be selected individually.</string>
- <string name="DIMENSION_INVALID_PARAMETERS_RELATIONSHIPS" type="String" errorCode="0110">Unable to create a dimension. The selected source query subjects must be linearly connected by 1..n relationships or not connected by any relationships.</string>
- <string name="DIMENSION_INVALID_PARAMETERS_TYPE" type="String" errorCode="0112">Unable to create a dimension. The selected source objects must be of the same type.</string>
- <string name="WARNING_UNSUPPORTED_DATATYPE" type="String" errorCode="0200">Unable to import the stored procedure "<param type="string" index="1"/>" because the datatype of the parameter "<param type="string" index="2"/>" is currently unsupported.</string>
- <string name="WARNING_PARAM_MODE_CHANGED" type="String" errorCode="0201">The mode of the parameter "<param type="string" index="1"/>" of "<param type="string" index="2"/>" was changed from "ret" to "in".</string>
- <string name="WARNING_UNSUPPORTED_DATATYPE_UI" type="String" errorCode="0202">Unable to import the following object(s) because they contain unsupported datatypes.<param type="string" index="1"/>
- </string>
- <string name="WARNING_RELATIONSHIP_ON_KEYS" type="String" errorCode="0203">Unable to transform the relationships because no data source query subject is selected.</string>
- <string name="ERROR_MODEL_IMPORT_DATASOURCES_EXIST_MISMATCH" type="String" errorCode="0204">Unable to import because the following data sources in the source project exist in the current project with a different definition: <param type="string" index="1"/>
- </string>
- <string name="ERROR_PACKAGE_NAME_QUOTE_APOSTROPHE_ERROR" type="String" errorCode="0205">The name "<param type="string" index="1"/>" is an invalid package name because it contains both a quote (") and an apostrophe (').</string>
- <string name="ERROR_PARAMETERMAP_RESERVED_NAME" type="String" errorCode="0206">The parameter map name <param type="string" index="1"/> is invalid because it begins with an underscore ("_") character. </string>
- <string name="ERROR_PARAMETERMAP_DELETE_RENAME_INTERNAL" type="String" errorCode="0207">Unable to move or rename the parameter map <param type="string" index="1"/> because it is an internal parameter map that is essential to the system.</string>
- <string name="WARNING_REFERENCE_VALUE_TYPE_INVALID" type="String" errorCode="0208">Property <param type="string" index="1"/> of <param type="string" index="2"/> will not be changed from <param type="string" index="3"/> to <param type="string" index="4"/> because <param type="string" index="4"/> is of type <param type="string" index="5"/>, which is invalid for this property.</string>
- <string name="WARNING_INVALID_PROCPARAM_NAME" type="String" errorCode="0209">Unable to import the stored procedure "<param type="string" index="1"/>" because the parameter number <param type="string" index="2"/> has no name.</string>
- <string name="WARNING_UNSUPPORTED_PROCPARAM_TYPE" type="String" errorCode="0210">Unable to import the stored procedure "<param type="string" index="1"/>" because the type of the parameter "<param type="string" index="2"/>" is undefined.</string>
- <string name="INVALID_FORMAT_PROPERTY_MULTIPLE_CURRENCIES_FOR_RELATIONAL" type="String" errorCode="0211">Property "<param type="string" index="1"/>" of object "<param type="string" index="2"/>", which is of type "<param type="string" index="3"/>", cannot be updated because the specified value contains multiple currencies but the object is based on a relational data source.</string>
- <string name="ERROR_ROLE_PREDEFINED_NAME" type="String" errorCode="0212">The role name <param type="string" index="1"/> is invalid because it begins with an underscore ("_") character. </string>
- <string name="ERROR_RELATIONSHIP_ON_KEYS" type="String" errorCode="0213">Unable to detect the relationships. The table "<param type="string" index="1"/>" may not exist in the data source.</string>
- <string name="ERROR_ALL_LEVEL_FIRST_LEVEL" type="String" errorCode="0220">Cannot complete the operation because "all level" should be the first level in a hierarchy. </string>
- <string name="ERROR_CANNOT_DELETE_ALL_LEVEL" type="String" errorCode="0221">Cannot complete the delete operation because the collection of the objects to be removed contains the level "all level". </string>
- <string name="INVALID_QUERYSUBJECT_TARGET" type="String" errorCode="0250">This operation is supported only for query subjects of type '<param type="string" index="1"/>'</string>
- <string name="CANNOT_BE_CONFORMED" type="String" errorCode="0251">The following query subjects cannot be dimensionally conformed to the selected query subject:'<param type="string" index="1"/>'.</string>
- <string name="WARNING_PUBLISH_EMPTY_ADMINACCESS" type="String" errorCode="0252">The administrative access list for this package is empty and it has already been published to IBM Cognos. If you re-publish it now, the only users that will be able to subsequently re-publish it are those who have "Set Policy" permission on it in IBM Cognos.</string>
- <string name="ERROR_ACTION_PARM_DOM_INVALID_OBJECT_REF" type="String" errorCode="0253">An invalid object reference '<param type="string" index="1"/>' was specified in the specification for parameter number '<param type="string" index="2"/>'.</string>
- <string name="ERROR_RELATIONSHIPSHORTCUT_BAD_REFERENCE" type="String" errorCode="0255">The target relationship '<param type="string" index="1"/>' being referred to by this relationship shortcut is invalid. The target relationship does not exist between the two ends of this relationship shortcut, the object on the left end being '<param type="string" index="2"/>', which is of type '<param type="string" index="3"/>, and the object on the right end being '<param type="string" index="4"/>', which is of type '<param type="string" index="5"/>'.</string>
- <string name="ERROR_RETARGET_REFERENCES_NULL_SOURCE_REF" type="String" errorCode="0254">A blank source reference was specified, which is invalid for this action.</string>
- <string name="ERROR_RETARGET_REFERENCES_NULL_TARGET_REF" type="String" errorCode="0256">A blank target reference was specified, which is invalid for this action.</string>
- <string name="ACTION_API_MISSING_INPUT_PARAMETER" type="String" errorCode="0257">Mandatory input parameter number <param type="string" index="1"/> is missing. It must be specified for this action and must be of type '<param type="string" index="2"/>'.</string>
- <string name="ACTION_API_MISSING_OUTPUT_PARAMETER" type="String" errorCode="0258">Mandatory output parameter number <param type="string" index="1"/> is missing. It must be specified for this action, and must be of type '<param type="string" index="2"/>'.</string>
- <string name="ACTION_API_INVALID_INPUT_PARAMETER" type="String" errorCode="0259">Input parameter number <param type="string" index="1"/> is of type '<param type="string" index="2"/>', which is invalid. It must be of type '<param type="string" index="3"/>'.</string>
- <string name="ACTION_API_INVALID_OUTPUT_PARAMETER" type="String" errorCode="0260">Output parameter number <param type="string" index="1"/> is of type '<param type="string" index="2"/>', which is invalid. It must be of type '<param type="string" index="3"/>'.</string>
- <string name="QE_REQUEST_RELATIONSHIPS_FAILED" type="String" errorCode="0302">The query engine is unable to retrieve join relationship information. Reason: '<param type="string" index="1"/>' .</string>
- <string name="QE_DB_EXTERNAL_NAMESPACE_AUTHENTICATION_REQUIRED" type="String" errorCode="0303">You must sign on to the '<param type="string" index="1"/>' namespace before you can continue.</string>
- <string name="WARNING_NOT_ALLOW_MD_SCOPE_CHANGE" type="String" errorCode="0305">You cannot change the scope relationship for multidimensional objects or objects that are based on them.</string>
- <string name="INVALID_ADD_HIERARCHY" type="String" errorCode="0306">Unable to add a new hierarchy to dimension <param type="string" index="1"/> because it participates in the following relationships: <param type="string" index="2"/>
- </string>
- <string name="INVALID_ADD_DATABASE_HIERARCHY" type="String" errorCode="0307">Unable to add a new hierarchy to dimension <param type="string" index="1"/> because it is a data source object.</string>
- <string name="VERIFY_RENAME" type="String" errorCode="0308">If you rename the '<param type="string" index="1"/>' object, it will impact the objects that directly use it. These impacts are listed below. You should run Verify Model after renaming the object.</string>
- <string name="VERIFY_RENAME_IMPACTED_OBJECTS_MODIFIED" type="String" errorCode="0309">
- <param type="string" index="1"/> '<param type="string" index="2"/>' will need reevaluation.</string>
- <string name="ERROR_UNKNOWN_ERROR" type="String" errorCode="0310">An unknown error occurred.</string>
- <string name="CHECKMODEL_SYNTAX_ERROR" type="String" errorCode="2000">This object has the following syntax error: '<param type="string" index="1"/>' .</string>
- <string name="CHECKMODEL_INVALID_REFERENCE" type="String" errorCode="2001">The property '<param type="string" index="1"/>' has the value '<param type="string" index="2"/>', which does not reference an existing object. This property must reference an existing object.</string>
- <string name="CHECKMODEL_EMPTY_REFERENCE" type="String" errorCode="2002">The property '<param type="string" index="1"/>' does not contain a value. This property must reference an existing object. Delete this object and any object that references it.</string>
- <string name="CHECKMODEL_INVALID_ASSOCIATION_PARENT" type="String" errorCode="2003">This '<param type="string" index="1"/>' does not exist in the proper folder. It currently exists in folder '<param type="string" index="2"/>' but should exist in folder '<param type="string" index="3"/>'.</string>
- <string name="CHECKMODEL_INVALID_REFERENCE_TARGET_TYPE" type="String" errorCode="2004">The property '<param type="string" index="1"/>' references '<param type="string" index="2"/>'. This object is a '<param type="string" index="3"/>', which is invalid for this type of reference.</string>
- <string name="CHECKMODEL_PUBLISH_INVALID_REFERENCE_EXCLUDE" type="String" errorCode="2005">This package contains <param type="string" index="1"/> "<param type="string" index="2"/>" which references <param type="string" index="3"/> "<param type="string" index="4"/>" by property '<param type="string" index="5"/>'. However, "<param type="string" index="4"/>" is not included in the package. To prevent reporting errors "<param type="string" index="4"/>" will be included in the published model, but will be hidden from the report author.</string>
- <string name="CHECKMODEL_PUBLISH_INVALID_REFERENCE_NONAPEX" type="String" errorCode="2006">This package will publish <param type="string" index="1"/> "<param type="string" index="2"/>" which references <param type="string" index="3"/> "<param type="string" index="4"/>" by property <param type="string" index="5"/>. However, "<param type="string" index="4"/>" will not be published because it is not contained in the package apex "<param type="string" index="6"/>". This can lead to broken reports. Please either move "<param type="string" index="4"/>" under the apex or change the apex accordingly.</string>
- <string name="CHECKMODEL_OBJECT_STATUS_INVALID_ERROR" type="String" errorCode="2007">This object has a status of '<param type="string" index="1"/>'. Unable to test the object. </string>
- <string name="CHECKMODEL_OBJECT_STATUS_INVALID_WARNING" type="String" errorCode="2008">This object has a status of '<param type="string" index="1"/>'. Unable to validate this object.</string>
- <string name="CHECKMODEL_PUBLISH_OBJECT_ERROR" type="String" errorCode="2009">This package will publish '<param type="string" index="1"/>' '<param type="string" index="2"/>', which contains the following errors.<param type="string" index="3"/>
- </string>
- <string name="CHECKMODEL_PUBLISH_OBJECT_WARNING" type="String" errorCode="2010">This package will publish '<param type="string" index="1"/>' '<param type="string" index="2"/>', which has the following warnings.<param type="string" index="3"/>
- </string>
- <string name="CHECKMODEL_ORPHAN_QUERYSUBJECT" type="String" errorCode="2011">This query subject is an "orphan" because it is not referenced by a relationship or relationship shortcut. </string>
- <string name="CHECKMODEL_MANY_TO_MANY_RELATIONSHIP" type="String" errorCode="2013">This is a many-to-many relationship.</string>
- <string name="CHECKMODEL_MANY_TO_MANY_RELATIONSHIPSHORTCUT" type="String" errorCode="2014">This is a shortcut to the relationship '<param type="string" index="1"/>', which is a many-to-many relationship.</string>
- <string name="CHECKMODEL_MULTIPLE_RELATIONSHIPS_LOOP" type="String" errorCode="2015">This '<param type="string" index="1"/>' and '<param type="string" index="2"/>' '<param type="string" index="3"/>' have the following multiple relationships, or relationship shortcuts, defined between them: '<param type="string" index="4"/>' '<param type="string" index="5"/>' and '<param type="string" index="6"/>' '<param type="string" index="7"/>'. Based on the relationship cardinalities, this creates a loop.</string>
- <string name="CHECKMODEL_MULTIPLE_RELATIONSHIPS_REDUNDANT" type="String" errorCode="2016">This '<param type="string" index="1"/>' and '<param type="string" index="2"/>' '<param type="string" index="3"/>' have the following multiple relationships, or relationship shortcuts, defined between them: '<param type="string" index="4"/>' '<param type="string" index="5"/>' and '<param type="string" index="6"/>' '<param type="string" index="7"/>'. Based on the relationship cardinalities, this creates redundancies.</string>
- <string name="CHECKMODEL_MULTIPLE_RELATIONSHIPS_LOOP_REDUNDANT" type="String" errorCode="2017">This '<param type="string" index="1"/>' and '<param type="string" index="2"/>' '<param type="string" index="3"/>' have the following multiple relationships, or relationship shortcuts, defined between them: '<param type="string" index="4"/>' '<param type="string" index="5"/>' and '<param type="string" index="6"/>' '<param type="string" index="7"/>'. Based on the relationship cardinalities, this is both a redundancy and a loop.</string>
- <string name="CHECKMODEL_QUERYITEM_DATATYPE_AGGREGATE_MISMATCH" type="String" errorCode="2018">This query item has the datatype '<param type="string" index="1"/>' and has the regular aggregate rule '<param type="string" index="2"/>', which is not supported for this datatype.</string>
- <string name="CHECKMODEL_QUERYITEM_DATATYPE_SEMIAGGREGATE_MISMATCH" type="String" errorCode="2019">This query item has the datatype '<param type="string" index="1"/>' and has the semi-additive aggregate rule '<param type="string" index="2"/>', which is not supported for this datatype.</string>
- <string name="CHECKMODEL_PUBLISH_INCONSISTENT_DATASOURCE_TYPES" type="String" errorCode="2020">This package will publish both objects of type "<param type="string" index="1"/>" and objects of type "<param type="string" index="2"/>", which can lead to errors in reports.<param type="string" index="3"/>
- <param type="string" index="4"/>
- </string>
- <string name="CHECKMODEL_RELATIONSHIPSHORTCUT" type="String" errorCode="2021">The target relationship '<param type="string" index="1"/>' being referred to by this relationship shortcut is invalid. The target relationship does not exist between the two ends of this relationship shortcut, the object on the left end being '<param type="string" index="2"/>', which is of type '<param type="string" index="3"/>, and the object on the right end being '<param type="string" index="4"/>', which is of type '<param type="string" index="5"/>'.</string>
- <string name="CHECKMODEL_UNSUPPORTED_PROMPT_TYPE_FOR_FACT" type="String" errorCode="2022">Property "<param type="string" index="1"/>" has a value of "<param type="string" index="2"/>", which is invalid because the corresponding property "<param type="string" index="3"/>" has a value of "<param type="string" index="4"/>".</string>
- <string name="CHECKMODEL_EMPTY_PACKAGE" type="String" errorCode="2023">Package "<param type="string" index="1"/>" is empty.</string>
- <string name="CHECKMODEL_INVALID_ROLEBASED_PACKAGE_ERROR" type="String" errorCode="2024">This role-based package is invalid. It does not reference an existing account, group or role.</string>
- <string name="CHECKMODEL_LEVEL_MISSING_ATTRIBUTES" type="String" errorCode="2025">The list of attributes for this level is empty. A level must contain at least one attribute.</string>
- <string name="CHECKMODEL_LEVEL_MISSING_BUSINESSKEY_ROLE" type="String" errorCode="2027">None of the query items in this level have a role of 'Business Key' specified. At least one query item must have this role specified because it is required for formulating member unique names.</string>
- <string name="CHECKMODEL_LEVEL_MISSING_CAPTION_ROLE" type="String" errorCode="2028">None of the query items in this level have a role of 'Caption' specified. At least one query item must have this role specified because it will be used to display the members in IBM Cognos.</string>
- <string name="CHECKMODEL_UNUSABLE_MEMBER_SORT_RULE" type="String" errorCode="2056">The current level has a sort rule but this rule cannot be applied because the parent dimension is missing the sort options.</string>
- <string name="CHECKMODEL_NO_MEMBER_SORT_RULE" type="String" errorCode="2057">The parent dimension of the current level has an OLAP compatible sort option, but it cannot be applied because the current level does not have a member sort rule.</string>
- <string name="CHECKMODEL_REPAIR_ADDMEMBERSORTRULE" type="String" errorCode="2058">This repair action will add a default member sort rule to the current level.</string>
- <string name="CHECKMODEL_DETECT_NO_MEMBER_SORT_RULE" type="String" errorCode="2059">HIDDEN test used to add sort member sort for the levels missing them.</string>
- <string name="CHECKMODEL_HIERARCHY_PARENTCHILD_MISSING_CAPTION_ROLE" type="String" errorCode="2029">None of the query items in this hierarchy have a role of 'Caption' specified. At least one query item must have this role specified because this hierarchy is a parent-child hierarchy.</string>
- <string name="CHECKMODEL_DETERMINANT_MISSING_KEYS" type="String" errorCode="2030">No keys have been specified for determinant <param type="string" index="1"/>. A determinant must have a key specified.</string>
- <string name="CHECKMODEL_DEPRECATED_KEY_INDEX" type="String" errorCode="2031">This object contains deprecated key and index information.</string>
- <string name="CHECKMODEL_DEPRECATED_DIMINFO" type="String" errorCode="2032">This object contains deprecated dimensional information.</string>
- <string name="CHECKMODEL_QUERYSUBJECT_NEEDS_REEVALUATION" type="String" errorCode="2033">This object contains deprecated dimensional information.</string>
- <string name="CHECKMODEL_GOVERNOR_ENHANCEDMODELPORTABILITY_SET" type="String" errorCode="2034">The governor for "Allow enhanced model portability at runtime" has been turned on, which affects performance. All data types in the model will be ignored.</string>
- <string name="CHECKMODEL_GOVERNOR_DYNDIMINFO_SET" type="String" errorCode="2035">The governor for "Allow dynamic generation of dimension information" has been turned on to support backward compatibility of query generation.</string>
- <string name="CHECKMODEL_GOVERNOR_SHORTCUTPROCESSING" type="String" errorCode="2052">The value for the governor "Shortcut Processing" has been set to "Automatic" to support backward compatibility.</string>
- <string name="CHECKMODEL_REPAIR_ADDTREATASALIAS" type="String" errorCode="2053">The repair action will set the governor "Shortcut Processing" to "Explicit" and will set the "Treat As" property for all the query subject and dimension shortcuts in the model such that they retain the same behaviour as in IBM Cognos Framework Manager 8.2.</string>
- <string name="CANNOT_SET_TREATAS" type="String" errorCode="2054">The "Shortcut Processing" governor is set to "Automatic" and therefore the "Treat As" property is ignored. To set the "Treat As" property, set the "Shortcut Processing" governor to "Explicit". Then run verify model to update the "Shortcut Processing" governor and to automatically set the "Treat As" property for all shortcuts, to maintain the default behaviour.</string>
- <string name="CHECKMODEL_FAILED" type="String" errorCode="2036">The following error occurred while testing the integrity of the object: <param type="string" index="1"/>
- </string>
- <string name="CHECKMODEL_INVALID_SHORTCUT" type="String" errorCode="2037">The property '<param type="string" index="1"/>' has a value which references the shortcut '<param type="string" index="2"/>' with the value '<param type="string" index="3"/>'. Either the reference to the shortcut is invalid or the shortcut's reference to the target object is invalid. This property must reference an existing object.</string>
- <string name="CHECKMODEL_LEVEL_CONTAIN_OBJECTSECURITY_ERROR" type="String" errorCode="2038">Level '<param type="string" index="1"/>' contains object security, which is not supported. Object security should be removed from this level.</string>
- <string name="CHECKMODEL_REPAIR_LEVEL_CONTAIN_OBJECTSECURITY" type="String" errorCode="2039">This repair action will remove object security from the level.</string>
- <string name="CHECKMODEL_MISSING_DETERMINANT_ERROR" type="String" errorCode="2040">The query subject "<param type="string" index="1"/>" contains a query item with a blob datatype. To fetch the blob data, it must be possible to uniquely identify a row of data. Please define a determinant that contains keys that uniquely identify the row.</string>
- <string name="CHECKMODEL_MANY_ITEM_NOT_REF_BY_DETERMINANT_ERROR" type="String" errorCode="2041">One or more query items are not referenced by a determinant. The unreferenced query items are: "<param type="string" index="1"/>".</string>
- <string name="CHECKMODEL_JOIN_ONE_NOT_CONSISTENT_WITH_DETERMINANT_WARNING" type="String" errorCode="2042">The cardinality of join "<param type="string" index="1"/>" conflicts with the determinant information in query subject "<param type="string" index="2"/>". If both minimum and maximum cardinality is 1 then the join expression must reference all the query items in the key property of a determinant that uniquely identifies a row.</string>
- <string name="CHECKMODEL_JOIN_MANY_NOT_CONSISTENT_WITH_DETERMINANT_WARNING" type="String" errorCode="2043">The cardinality of join "<param type="string" index="1"/>" conflicts with the determinant information in query subject "<param type="string" index="2"/>". The join cardinality implies many rows returned but the determinant implies only a single row.</string>
- <string name="CHECKMODEL_JOIN_DIMENSION_ALTERNATEHIERARCHY_ERROR" type="String" errorCode="2044">The dimension object "<param type="string" index="1"/>" has multiple hierarchies, and therefore it or a shortcut to it cannot appear at either end of a relationship or relationship shortcut.</string>
- <string name="CHECKMODEL_SOURCE_QS_FOR_QSET_INCOMPATIBLE_ERROR" type="String" errorCode="2045">The source query subjects used for this query set are incompatible because they contain a different number of query items. Please check that the source query subjects contain the same number of query items, and that the data types of the query items are similar in both query subjects.</string>
- <string name="CHECKMODEL_SOURCE_QI_TYPES_FOR_QSET_INCOMPATIBLE_ERROR" type="String" errorCode="2046">The source query subjects used for this query set could be incompatible because they have query items of different types. The data types of the query items must be similar in both source query subjects.</string>
- <string name="CHECKMODEL_ROLE_CAPTION_NOT_STRING_ERROR" type="String" errorCode="2047">Cannot assign the "_memberCaption" role to this query item because its data type is not "string". Either change the query item expression to be of type "string" or create a new string calculated item and assign the role to it.</string>
- <string name="CHECKMODEL_SOURCE_QSET_NOT_DIMENSION_ERROR" type="String" errorCode="2048">One or more source objects for this query set are dimensions. A query set must be based on query subjects or shortcuts to query subjects, not on dimensions.</string>
- <string name="CHECKMODEL_MEASURE_DATATYPE_AGGREGATE_MISMATCH" type="String" errorCode="2049">This measure has the datatype '<param type="string" index="1"/>' and has the regular aggregate rule '<param type="string" index="2"/>'. This rule is not supported for this datatype.</string>
- <string name="CHECKMODEL_MEASURE_DATATYPE_SEMIAGGREGATE_MISMATCH" type="String" errorCode="2050">This measure has the datatype '<param type="string" index="1"/>' and has the semi-additive aggregate rule '<param type="string" index="2"/>',. This rule is not supported for this datatype.</string>
- <string name="CHECKMODEL_MEASURE_AGGREGATE_RULE_MISMATCH" type="String" errorCode="2064">The Regular Aggregate property value of the expression does not match the recommended values to be used for expressions that have aggregate functions in them.</string>
- <string name="CHECKMODEL_SQLTYPE_PASS_THROUGH" type="String" errorCode="2051">The SQL type property is set to Pass-through. Pass-through may cause additional local processing which may impact the performance of a query. Consider changing the property to Cognos or Native.</string>
- <string name="CHECKMODEL_NO_GUID" type="String" errorCode="2060">Not all the report objects in the current model have an unique identifier.</string>
- <string name="CHECKMODEL_REPAIR_ADDGUID" type="String" errorCode="2061">This repair action will add an unique identifier to the model objects that don't have one already defined.</string>
- <string name="CHECKMODEL_REPAIR_NAME_COLLISION_GOVERNOR" type="String" errorCode="2062">This repair action will remove the redundant governor(s) of the same name from the model.</string>
- <string name="CHECKMODEL_QUERYITEM_UNSUPPORTED_CALCULATED_REGULARAGGREGATE" type="String" errorCode="2063">The calculated aggregation type is supported only for stand-alone calculations or calculations that are embedded within measure dimensions and are based on measures from the same measure dimension.</string>
- <string name="CHECKMODEL_REPAIR_NOT_AVAILABLE" type="String" errorCode="3500">There is no repair action available.</string>
- <string name="CHECKMODEL_REPAIR_REMOVE_OBJECT" type="String" errorCode="3501">The repair action will delete this object and any object that references it.</string>
- <string name="CHECKMODEL_REPAIR_FIX_CONTAINMENT" type="String" errorCode="3502">The repair action will move this object to the proper folder.</string>
- <string name="CHECKMODEL_REPAIR_FIX_AGGREGATERULE" type="String" errorCode="3503">The repair action will change the value of the aggregate rule to 'unsupported'.</string>
- <string name="CHECKMODEL_REPAIR_UNSUPPORTED_PROMPT_TYPE_FOR_FACT" type="String" errorCode="3507">The repair action will change the value of property "<param type="string" index="1"/>" to "<param type="string" index="2"/>".</string>
- <string name="CHECKMODEL_LOCALE_MISSING" type="String" errorCode="3504">The object is missing the following locales <param type="string" index="1"/>.</string>
- <string name="CHECKMODEL_NAME_COLLISION" type="String" errorCode="3505">The object named <param type="string" index="1"/> has a name conflict with <param type="string" index="2"/>.</string>
- <string name="CHECKMODEL_REPAIR_LOCALE_MISSING" type="String" errorCode="3506">The repair action will add the missing locales to all multilingual properties.</string>
- <string name="CHECKMODEL_REPAIR_UPGRADE_DIMINFO" type="String" errorCode="3509">If no determinants currently exist, then the dimensional information will be converted to determinants. Otherwise, the old dimensional information will be removed.</string>
- <string name="CHECKMODEL_REPAIR_UPGRADE_KEY_INDEX" type="String" errorCode="3510">Keys and unique indexes will be converted to determinants as long as the object does not already contain determinants.</string>
- <string name="CHECKMODEL_REPAIR_INFER_BUSINESS_ROLE" type="String" errorCode="3511">A role of business key will be assigned to the query items that comprise the key of the level.</string>
- <string name="CHECKMODEL_REPAIR_REEVALUATE" type="String" errorCode="3512">The query subject will be reevaluated.</string>
- <string name="CHECKMODEL_NON_NUMERIC_MEASURE_ERROR" type="String" errorCode="3513">Property 'Data Type' has a non-numeric value which is not expected for measures.</string>
- <string name="CHECKMODEL_REPAIR_RETARGET_REFERENCE" type="String" errorCode="3514">The repair action will prompt to retarget or delete the broken reference.</string>
- <string name="CHECKMODEL_REPAIR_FAILED" type="String" errorCode="3515">The repair action '<param type="string" index="1"/>' on object '<param type="string" index="2"/>' failed.</string>
- <string name="CHECKMODEL_DBQUERY_DIMENSIONS" type="String" errorCode="3516">Dimension '<param type="string" index="1"/>' is a data source dimension. We recommend using a data source query subject for the basis of a model dimension.</string>
- <string name="CHECKMODEL_NAME_COLLISION_GOVERNOR" type="String" errorCode="3517">The governor named '<param type="string" index="1"/>' has a name conflict with '<param type="string" index="2"/>'.</string>
- <string name="CHECKMODEL_DETERMINANT_ALL_TURNED_ON" type="String" errorCode="3518">Determinant '<param type="string" index="1"/>' uses both the "Uniquely Identified" and the "Group By" settings which will cause the SQL for this query subject to always use a derived table with a group-by clause. A determinant should only use either the "Uniquely Identified" or "Group By" setting.</string>
- <string name="CHECKMODEL_DETERMINANT_ALL_TURNED_OFF" type="String" errorCode="3519">Determinant '<param type="string" index="1"/>' has neither the "Uniquely Identified" nor the "Group By" setting defined. This determinant will be ignored during query generation. A determinant should only use either the "Uniquely Identified" or "Group By" setting.</string>
- <string name="CHECKMODEL_MDA_EMBEDDED_FILTER" type="String" errorCode="3520">This query subject contains a filter added by the Model Design Accelerator, which it has identified as a look-up table. The filter is necessary to match the cardinality of the look-up table to its related query subject. A valid filter expression must be entered.</string>
- <string name="CHECKMODEL_CIRCULAR_REFERENCE" type="String" errorCode="3521">Shortcut to namespace or folder '<param type="string" index="1"/>' is a circular reference to '<param type="string" index="2"/>'.</string>
- <string name="CHECKMODEL_COUNT_STATISTICS" type="String" errorCode="3522">The "Number of Rows" property of this query subject is empty. Since the "Use Statistics" governor is set, the query engine will use the value of this property for optimal query performance.</string>
- <string name="LINK_SAME" type="String" errorCode="3600">Unable to link an item to another item in the same model.</string>
- <string name="LINK_LOCALE_MISMATCH" type="String" errorCode="3601">The default language of the source and target models are different. The default language of both models must be the same to enable linking.</string>
- <string name="LINK_COLLISION_MSG" type="String" errorCode="3602">Unable to link model segment. The following items in the model segment have object names that conflict with the source model.<param type="string" index="1"/>
- </string>
- <string name="CANCELED" type="String" errorCode="3603">Operation cancelled</string>
- <string name="LINK_MISSING_LOCALES" type="String" errorCode="3604">Unable to link the current model to the selected model. The selected model is missing the following languages.<param type="string" index="1"/>
- </string>
- <string name="MODEL_IMPORT_DEFAULT_LOCALE_MISMATCH" type="String" errorCode="3605">The default language "<param type="string" index="1"/>" of the model being imported is different from the default language "<param type="string" index="2"/>" of this model. They must be the same.</string>
- <string name="LINK_NAMESPACE_MISMATCH" type="String" errorCode="3606">Unable to link items that are contained in namespaces with different names. The namespace name for each locale in the source and target link must match. Unable to find the name <param type="string" index="1"/>
- </string>
- <string name="LINK_ERROR_CLOSE" type="String" errorCode="3607">Unable to save or close the target model.</string>
- <string name="LINK_ERROR_OPEN" type="String" errorCode="3608">Unable to open the target model.</string>
- <string name="PARSE_ERR" type="String" errorCode="3609">Unable to parse the report document.<param type="string" index="1"/>
- </string>
- <string name="ERROR_ROLEBASED_PACKAGE_INVALID_OPERATION" type="String" errorCode="3610">This operation cannot be performed on <param type="string" index="1"/> "<param type="string" index="2"/>" because it is a role-based <param type="string" index="1"/>.</string>
- <string name="LINK_ERROR_NESTING" type="String" errorCode="3611">Unable to link to an object that is part of a linked segment. <param type="string" index="1"/> is part of a link from a different model segment (<param type="string" index="2"/>). Please link to the segment that contains the object.</string>
- <string name="LINK_ERROR_DYNAMICIMPORT" type="String" errorCode="3612">Unable to create the dynamic import script.</string>
- <string name="WARNING_OBJECT_SECURITY_INITIALIZED" type="String" errorCode="3613">You are now beginning to secure objects in the model. This means that in order for an object to be visible in IBM Cognos, the object must be made visible to the user both within the package as well as by allowing access to the object to the user. To remove object security from the model, simply delete the role-based package that exists for the 'Everyone' role.</string>
- <string name="ERROR_NAME_INVALID_RESERVED" type="String" errorCode="3614">The name "<param type="string" index="1"/>" cannot be specified because it is reserved for internal purposes.</string>
- <string name="ERROR_INVALID_VALUE" type="String" errorCode="3615">Invalid value specified for property <param type="string" index="1"/> in <param type="string" index="2"/> "<param type="string" index="3"/>". Valid values are: <param type="string" index="4"/>.</string>
- <string name="ERROR_PUBLISH_CRN_NO_SECURITY" type="String" errorCode="3616">Package "<param type="string" index="1"/>" cannot be published because the security specified for it is empty and it does not (either directly or indirectly) include a package that has any security specified.</string>
- <string name="ERROR_PACKAGE_INCLUDE_ROLEBASED_PACKAGE" type="String" errorCode="3617">Unable to add package '<param type="string" index="1"/>' to the definition of package '<param type="string" index="2"/>' because '<param type="string" index="1"/>' is a role-based package.</string>
- <string name="ERROR_SECURITYVIEW_INCLUDE_ROLEBASED_SECURITYVIEW" type="String" errorCode="3618">Unable to add security view '<param type="string" index="1"/>' to the definition of security view '<param type="string" index="1"/>' because '<param type="string" index="2"/>' is a role-based security view.</string>
- <string name="WARNING_ROLEBASED_VIEW_REMOVE_EVERYONE" type="String" errorCode="3619">The role-based view for the 'Everyone' role is required for object security specifications in the model. Removal of this role-based view means that all object security specifications in the model will be removed. Therefore, all other role-based views will also be removed.</string>
- <string name="WARNING_OBJECT_SECURITY_REMOVED_MODEL" type="String" errorCode="3620">By not specifying allow or deny permission for any of the roles, you are attempting to remove security rights that have been directly specified for the selected object(s). In this case, this operation will lead to object security being removed from the model because no secured objects will remain. All role-based packages will also be removed.</string>
- <string name="ERROR_COPY_ROLEBASED_PACKAGE" type="String" errorCode="3621">Package '<param type="string" index="1"/>' cannot be copied because it is a role-based package.</string>
- <string name="WARNING_ROLEBASED_VIEW_REMOVE_UNSECURED_PARTIAL" type="String" errorCode="3622">Removal of the selected role-based views will cause removal of security rights that have been directly specified on the following object(s): <param type="string" index="1"/>
- </string>
- <string name="WARNING_ROLEBASED_VIEW_REMOVE_UNSECURED_ALL" type="String" errorCode="3623">Removal of the selected role-based views will cause object security to be removed from the model because every secured object will no longer be secured. Thus, all role-based packages that currently exist will be removed.</string>
- <string name="WARNING_OBJECT_SECURITY_SPECIFIED_OVERRIDES_PARENT" type="String" errorCode="3624">Securing the following objects: <param type="string" index="1"/> will override the settings already specified for the following object that contains them: <param type="string" index="2"/>
- </string>
- <string name="ERROR_OBJECTS_ALREADY_UNSECURED" type="String" errorCode="3625">By not specifying allow or deny permission for any of the roles, you are attempting to remove security rights that have been directly specified for the selected object(s). However, the selected object(s) currently do not have security rights directly specified.</string>
- <string name="WARNING_OBJECT_SECURITY_REMOVED" type="String" errorCode="3626">By not specifying allow or deny permission for any of the roles, you are attempting to remove security rights that have been directly specified the selected object(s).</string>
- <string name="WARNING_OBJECT_REMOVE_REMAINING_OBJECTS_UNSECURED" type="String" errorCode="3627">Removing the following objects will cause no more secured objects to remain in the model. Thus, all role-based packages that currently exist will be removed.</string>
- <string name="LINK_ERROR_SAME_DS_NAME_DIFF_STRUCT" type="String" errorCode="3630">A data source with the same name "<param type="string" index="1"/>" exists in both the source model and the destination model. However, the data sources do not match at a structural level. Please rename this data source in either the source or destination model and try the operation again.</string>
- <string name="LINK_MISSING_SELECT_SEGMENT" type="String" errorCode="3631">A segment was not found. Please select the new location of the segment.</string>
- <string name="UPGRADEMODEL_UNIX_UNSUPPORTED" type="String" errorCode="4000">An older model that requires upgrade has been opened. Model Upgrade is not supported under UNIX.</string>
- <string name="UPGRADEMODEL_RUNTIME_ERROR" type="String" errorCode="4001">An older model has been opened that requires an upgrade to update the data types from the data source.</string>
- <string name="UPGRADEMODEL_CMUPGRADE_INIT_ERROR" type="String" errorCode="4002">Content Manager did not initialize the IBM Cognos Framework Manager Metadata upgrade plug-in.</string>
- <string name="IMPORT_SPEC_INVALID_ROOT_NODE" type="String" errorCode="5000">The root node must be a data source node.</string>
- <string name="IMPORT_SPEC_INVALID_NODE" type="String" errorCode="5002">The object '<param type="string" index="1"/>' of type '<param type="string" index="2"/>' does not exist in the data source.</string>
- <string name="IQD_FILE_ERROR" type="String" errorCode="5003">Cannot open file for import.</string>
- <string name="IQD_FILE_INVALID" type="String" errorCode="5004">The IQD file is invalid.</string>
- <string name="IQD_FIELD_INVALID" type="String" errorCode="5005">The "<param type="string" index="1"/>" field is invalid.</string>
- <string name="IMPORTPLUGIN_NOTFOUND" type="String" errorCode="5050">The import plug-in for data source type "<param type="string" index="1"/>" was not found. Please check your import configuration file(<param type="string" index="2"/>).</string>
- <string name="INVALID_SCHEMA_VERSION" type="String" errorCode="5051">Invalid Schema Upgrade request.</string>
- <string name="ERROR_SECURITYOBJECT_INVALID_ACCESSTYPE" type="String" errorCode="5052">Unable to create the security object "<param type="string" index="1"/>" because the access type is invalid.</string>
- <string name="IMPORTCONFIG_NOTFOUND" type="String" errorCode="5053">The import configuration information is missing. Please check your configuration directory to ensure "<param type="string" index="1"/>" exists and is valid.</string>
- <string name="SOURCECONFIG_NOTFOUND" type="String" errorCode="5054">Failed to locate a configuration entry for the data source type "<param type="string" index="1"/>". Please check your import configuration.</string>
- <string name="DUPLICATE_FUNCTIONSET" type="String" errorCode="5055">Another function set already exists with ID '<param type="string" index="1"/>'. Please choose a unique ID.</string>
- <string name="DUPLICATE_FUNCTIONSET_OVERRIDE" type="String" errorCode="5056">Another override for function '<param type="string" index="1"/>' already exists. Please choose a unique override.</string>
- <string name="INVALID_DEFAULT_HIERARCHY" type="String" errorCode="5057">Failed to set default hierarchy for dimension '<param type="string" index="1"/>'. Please choose a valid hierarchy from the same dimension.</string>
- <string name="DUPLICATE_SECURITY_FILTER" type="String" errorCode="5058">Another security filter for group '<param type="string" index="1"/>' already exists. Please choose a different group.</string>
- <string name="DETERMINANT_DUPLICATE_ITEMS" type="String" errorCode="5059">There are duplicate items in the determinant '<param type="string" index="1"/>'.</string>
- <string name="DETERMINANT_MISSING_KEY_ITEMS" type="String" errorCode="5060">There are no key items defined for the determinant '<param type="string" index="1"/>'.</string>
- <string name="DETERMINANT_MISSING_ATTRIBUTE_ITEMS" type="String" errorCode="5061">There are no attribute items defined for the determinant '<param type="string" index="1"/>'.</string>
- <string name="FILE_NOT_EXIST" type="String" errorCode="5064">The file '<param type="string" index="1"/>' does not exist.</string>
- <string name="UPGRADE_ACTION_FAILED" type="String" errorCode="5065">IBM Cognos Framework Manager was unable to upgrade. <param type="string" index="1"/>
- </string>
- <string name="XSLT_TRANSFORMATION_FAILED" type="String" errorCode="5066">XSLT transformation failed (<param type="string" index="1"/>): <param type="string" index="2"/>
- </string>
- <string name="WARNING_ROLE_EXISTS" type="String" errorCode="5067">The selected role "<param type="string" index="1"/>" was already assigned to the attribute "<param type="string" index="2"/>". The role "<param type="string" index="1"/>" will be removed from "<param type="string" index="2"/>" and assigned to "<param type="string" index="3"/>".</string>
- <string name="ERROR_ROLE_EXISTS" type="String" errorCode="5068">The role "<param type="string" index="1"/>" was already assigned to this attribute.</string>
- <string name="WARNING_DIMENSION_SCOPE_RELATIONSHIPS_REMOVED" type="String" errorCode="5069">Dimension <param type="string" index="1"/> is referenced by the following scope relationship(s), which will be removed.<param type="string" index="2"/>
- </string>
- <string name="WARNING_DIMENSION_MULTIPLE_HIERARCHIES" type="String" errorCode="5070">The conversion of the dimension <param type="string" index="1"/> to a query subject will just use the information from the default hierarchy. All other information from the alternate hierarchies will be lost during conversion.</string>
- <string name="ERROR_DIMENSION_QUERYSUBJECT_CONVERT_OLAP" type="String" errorCode="5071">Dimension <param type="string" index="1"/> cannot be converted to a query subject because it based on an OLAP source.</string>
- <string name="SAPBW_DATSOURCE_PROPERTY_NOT_SUPPORTED" type="String" errorCode="5072">The data source property <param type="string" index="1"/> is not supported for SAP BW data sources and its default value cannot be changed. </string>
- <string name="INVALID_AGGREGATE_VALUE" type="String" errorCode="5073">The specified value "<param type="string" index="1"/>" is not a valid value for property "<param type="string" index="2"/>". This aggregation value is supported only for objects with multidimensional sources.</string>
- <string name="DUPLICATE_DETERMINANTS" type="String" errorCode="5074">There are duplicate determinants in the query subject '<param type="string" index="1"/>': '<param type="string" index="2"/>' and '<param type="string" index="3"/>'.</string>
- <string name="SAP_RELATIONAL_FACT_TABLENOTFOUND" type="String" errorCode="5075">The fact table was not found in the data source. </string>
- <string name="SAP_RELATIONAL_FACT_TABLENODATA" type="String" errorCode="5076">The relational fact table exists in the data source, but the data cannot be retrieved. This may happen because there are insufficient access rights, or this cube may be a multiprovider cube: '<param type="string" index="1"/>'</string>
- <string name="SAP_SURROGATE_KEY_MISSING" type="String" errorCode="5077">Cannot find key in the surrogate table. </string>
- <string name="SAP_DETAILED_FACT_NOT_SUPPORTED_FOR_INFOQUERY" errorCode="5078">Creation of a detailed fact query subject is supported only for info cubes, creation from info queries is not supported.</string>
- <string name="JDBC_DRIVER_EXISTS" type="String" errorCode="5079">Failed to execute metadata request. Please check if the JDBC driver exists.</string>
- <string name="DB_CONNECTION_FAILED_MISSING_UID" type="String" errorCode="6000">Connection to the data source '<param type="string" index="1"/>' failed because a valid user ID or password was not specified.</string>
- <string name="DB_CONNECTION_INVALID_CONNECTION_STRING" type="String" errorCode="6001">Connection to the data source '<param type="string" index="1"/>' failed because a valid connection string was not specified.</string>
- <string name="DB_CONNECTION_INVALID_SERVER" type="String" errorCode="6002">Connection to the data source '<param type="string" index="1"/>' failed because a valid server was not specified.</string>
- <string name="DB_CONNECTION_FAILED_NO_CONNECT" type="String" errorCode="6003">No connection to the data source '<param type="string" index="1"/>' could be established.</string>
- <string name="DB_CONNECTION_INVALID_CUBE_PASSWORD" type="String" errorCode="6004">Connection to the data source '<param type="string" index="1"/>' failed because a valid Cube password was not specified.</string>
- <string name="UNABLE_TESTDATASOURCE" type="String" errorCode="6005">Unable to test data source "<param type="string" index="1"/>". The value of "Content Manager Data Source" property is missing.</string>
- <string name="CHECKMODEL_PUBLISH_UNCONNECTED_DIMENSIONS" type="String" errorCode="6006">The package contains orphan dimensions that are not in scope with other measure or regular dimensions. Queries that reference regular and measure dimensions that are not associated with a scope relationship may not run. The orphan dimensions are <param type="string" index="1"/>
- </string>
- <string name="CHECKMODEL_PUBLISH_MISSING_MEASURE_DIMENSION" type="String" errorCode="6007">The package contains only regular dimensions but no measure dimension.</string>
- <string name="CHECKMODEL_PUBLISH_MISSING_REGULAR_DIMENSION" type="String" errorCode="6008">The package contains only measure dimensions but no regular dimension.</string>
- <string name="MODELANALYSIS__TASK_UNKNOWN" type="String" errorCode="6012">The Model Analysis request must specify a task type of 'run selected'. Other types are not supported. </string>
- <string name="MODELANALYSIS__CHECK_UNKNOWN" type="String" errorCode="6013">The Model Analysis request contains an unknown test.</string>
- <string name="MODELANALYSIS__OBJECTID_UNKNOWN" type="String" errorCode="6014">An object that is invalid was included in the list of objects to analyze.</string>
- <string name="CMWIZARDPUBLISHLWM_SPEC_MISSING_INPUT_PARAMETER" type="String" errorCode="6015">Mandatory input specification parameter <param type="string" index="1"/> is missing.</string>
- <string name="CMWIZARDPUBLISHLWM_SPEC_INVALID_LWMDATASOURCE" type="String" errorCode="6017">The data source <param type="string" index="1"/> cannot be published from this location. Please use IBM Cognos Framework Manager to publish this data datasource.</string>
- <string name="AGGREGATERULE_DIMEXISTS" type="String" errorCode="6018">An aggregate rule for dimension <param type="string" index="1"/> has already been defined.</string>
- <string name="CMWIZARDPUBLISHLWM_NO_ALIAS_TABLES" type="String" errorCode="6019">No alias tables were selected. Please select one or more alias tables to be assigned to locales.</string>
- <string name="CMWIZARDPUBLISHLWM_INVALID_UI_RESPONSE" type="String" errorCode="6020">An unexpected error occured while attempting to prompt for missing parameters.</string>
- <string name="INVALID_SELECTION" type="String" errorCode="6021">Selected objects should be on the same level in the tree.</string>
- <string name="OBJECTS_NOT_REORDERED_INFO" type="String" errorCode="6022">Some of the objects were not reordered for the following reasons: <param type="string" index="1"/>.</string>
- <string name="MDA_BAD_PHYSICAL_METADATA_FILE" type="String" errorCode="6023">Unable to import the database metadata. The location of the physical metadata file is bad (<param type="string" index="1"/>). Try renaming your project.</string>
- <string name="IDS_kErrorCsvFileOpen" errorCode="0178">Unable to open the .CSV file <param type="string" index="1"/> for editing. Check the access mode or file name.</string>
- <string name="IDS_kErrorCsvFileException" errorCode="0180">An error occurred while reading from or writing to the .CSV file <param type="string" index="1"/>.</string>
- <string name="CHECKMODEL_MIXED_DMR_QUERYITEM_OBJECTS" type="String" errorCode="0182">Relational query objects are being used in conjunction with Dimensionally-modeled relational objects.</string>
- <string name="CHECKMODEL_INVALID_STATUS_OBJECT_REFERRED" type="String" errorCode="0183">The expression refers to an invalid status object: <param type="string" index="1"/>.</string>
- <string name="CHECKMODEL_GOVERNOR_MAX_PERSONAL_DATA_FILE_SIZE" type="String" errorCode="0184">Maximum personal data file size (KB) must be an integer less than or equal to 2560.</string>
- <string name="CHECKMODEL_GOVERNOR_MAX_PERSONAL_DATA_ROW_COUNT" type="String" errorCode="0185">Maximum personal data row count must be an integer less than or equal to 20000</string>
- </section>
- <section name="UPG" type="UI">
- <string name="MODELUPGRADE_UPGRADE_FAILURE" type="String" errorCode="8000">IBM Cognos Framework Manager was unable to upgrade the model "<param type="string" index="1"/>" with the following information: <param type="string" index="2"/>
- </string>
- <string name="MODELUPGRADE_OPEN_FAILED" type="String" errorCode="8001">When upgrading the model, IBM Cognos Framework Manager was unable to open the following file: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_FILE_NOT_EXIST" type="String" errorCode="8003">The following file does not exist: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_CREATE_BACKUP_FILE_FAILED" type="String" errorCode="8004">When upgrading the model, IBM Cognos Framework Manager was unable to create the backup file: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_UPDATE_FILE_CONTENTS_FAILED" type="String" errorCode="8005">When upgrading the model, IBM Cognos Framework Manager was unable to update the file: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_INVALID_OPTION" type="String" errorCode="8006">When upgrading a model, IBM Cognos Framework Manager does not support the command line option: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_COMMANDLINE_SYNTAX_ERROR" type="String" errorCode="8007">When upgrading a model, IBM Cognos Framework Manager does not support the following syntax: "<param type="string" index="1"/>"</string>
- <string name="MODELUPGRADE_MISSING_FILENAME_ARGUMENT" type="String" errorCode="8008">When upgrading the model, IBM Cognos Framework Manager was not given a filename to upgrade.</string>
- <string name="MODELUPGRADE_WARN_DIMENSION_INFO" type="String">Warning! The governor for "Allow dynamic generation of dimension information" has been turned on to provide query backward compatibility. To take advantage of new functionality this governor should be turned off.</string>
- <string name="MODELUPGRADE_WARN_MODEL_PORTABILITY" type="String">Warning! The governor for "Allow enhanced model portability at runtime" has been turned on to bypass old data type values stored in the model. All query subjects that may be affected have been set to "needs reevaluation" and must be updated first before turning the governor off.</string>
- <string name="MODELUPGRADE_WARN_SHORTCUT_PROCESSING" type="String">Warning! The governor for "Shortcut Processing" has been set to Automatic to provide backwards compatibility for shortcuts in the model. In future releases, this governor will be set to Explicit. You should review all shortcuts and use the Verify Model command to check that their behavior is set correctly for your model.</string>
- <string name="MODELUPGRADE_ADDING_ROLE" type="String">Adding role element.</string>
- <string name="MODELUPGRADE_CREATED_OBJECT" type="String">Created <param type="string" index="1"/> "<param type="string" index="2"/>" under <param type="string" index="3"/> "<param type="string" index="4"/>".</string>
- </section>
- <section name="MDU" type="UI">
- <string name="CHECKMODELUI_SYNTAX_ERROR_ERRORCODE" type="String" errorCode="3000">Verifies that objects are properly defined and that duplicate names are not used. We recommend that you always run this group of tests.</string>
- <string name="CHECKMODELUI_SYNTAX_ERROR_ERRORCODE_NAME" type="String" errorCode="3100">There are inconsistencies within the model.</string>
- <string name="CHECKMODELUI_INVALID_REFERENCE_ERRORCODE" type="String" errorCode="3001">Checks for dangling references or references to missing objects.</string>
- <string name="CHECKMODELUI_INVALID_REFERENCE_ERRORCODE_NAME" type="String" errorCode="3101">Object references are invalid or are incomplete.</string>
- <string name="CHECKMODELUI_INVALID_OBJECT_STATUS_ERRORCODE" type="String" errorCode="3004">Verifies that the evaluation status for query subjects and dimensions is valid and is not set to 'needs reevaluation' or 'invalid'.</string>
- <string name="CHECKMODELUI_INVALID_OBJECT_STATUS_ERRORCODE_NAME" type="String" errorCode="3104">Query status</string>
- <string name="CHECKMODELUI_RELATIONSHIP_WARNING" type="String" errorCode="3005">Warns when many-to-many relationships are found.</string>
- <string name="CHECKMODELUI_RELATIONSHIP_WARNING_NAME" type="String" errorCode="3105">Verify relationship cardinality.</string>
- <string name="CHECKMODELUI_DEPRECATED_INFO_ERRORCODE" type="String" errorCode="3009">Informs you that a model contains features from a previous release that have been maintained but will be deprecated in a future release.</string>
- <string name="CHECKMODELUI_DEPRECATED_INFO_ERRORCODE_NAME" type="String" errorCode="3109">Backward compatibility</string>
- <string name="CHECKMODELUI_DETERMINANT_ERRORCODE" type="String" errorCode="3011">Verifies that determinants are completely defined with keys and attributes, and that all query items are accounted for in a determinant.</string>
- <string name="CHECKMODELUI_DETERMINANT_ERRORCODE_NAME" type="String" errorCode="3111">Determinant completeness</string>
- <string name="CHECKMODELUI_INCOMPLETE_DIMENSION_ERRORCODE" type="String" errorCode="3012">Verifies that dimensions are fully defined with level captions and business keys.</string>
- <string name="CHECKMODELUI_INCOMPLETE_DIMENSION_ERRORCODE_NAME" type="String" errorCode="3112">Dimension completeness</string>
- <string name="CHECKMODELUI_DONT_RUN_ERRORCODE" type="String" errorCode="3998">Do not run tests under this category.</string>
- <string name="CHECKMODELUI_UNKNOWN_ERRORCODE" type="String" errorCode="3999">Unknown error</string>
- <string name="CHECKMODELUI_DQ_ERRORCODE" type="String">Detects model issues that may cause problems during query validation and execution in Dynamic Query Mode.</string>
- <string name="CHECKMODELUI_DQ_ERRORCODE_NAME" type="String">Dynamic Query Issues</string>
- <string name="MODELANALYSIS_USEOF_CARDINALITY_INFACT_DESCR" type="String">The query subject <param type="string" index="1"/> is on the many side of all its referencing relationships.</string>
- <string name="MODELANALYSIS_AMBIGUOUS_CARDINALITY_DESCR" type="String">The query subject <param type="string" index="1"/> is referenced by relationship ends of different cardinalities.</string>
- <string name="MODELANALYSIS_MULTIPLE_RELATIONSHIPS_DESCR" type="String">The query subject <param type="string" index="1"/> has multiple referencing paths to other query subjects</string>
- <string name="MODELANALYSIS_SELF_JOIN_CARDINALITY_DESCR" type="String">The query subject <param type="string" index="1"/> contains one or more self joins.</string>
- <string name="MODELANALYSIS_REL_REFS_ALLQUERYITEMS_ROWIDENT" type="String">The relationship '<param type="string" index="1"/>' references all key query items of determinant '<param type="string" index="2"/>' in query subject '<param type="string" index="3"/>'. The determinant uniquely identifies a row, which suggests the cardinality of the relationship must be 1:1 or 0:1. Please review the cardinality of the relationship and the determinant information to determine if adjustments are required.</string>
- <string name="MODELANALYSIS_REL_REFS_ALLQUERYITEMS_NONROWIDENT" type="String">The relationship '<param type="string" index="1"/>' references all key query items of determinant '<param type="string" index="2"/>' in query subject '<param type="string" index="3"/>'. The determinant does not uniquely identify a row, which suggests the cardinality of the relationship must be 1:n or 0:n. Review the cardinality of the relationship and the determinant information to determine if adjustments are required.</string>
- <string name="MODELANALYSIS_REL_REFS_NOQUERYITEMS_ROWIDENT" type="String">The relationship '<param type="string" index="1"/>' does not reference all the keys of any uniquely identified determinant in the query subject '<param type="string" index="2"/>'. The relationship has a 0:1 or 1:1 cardinality, indicating that its keys should be an exact match to the keys of an uniquely identified determinant. Please review the cardinality of the relationship and the determinant information to determine if adjustments are required.</string>
- <string name="MODELANALYSIS_MINIMIZEDSQL_CONFLICT" type="String">There may be problems generating minimized SQL for object <param type="string" index="1"/>.</string>
- <string name="MODELANALYSIS_METADATACACHING_CONFLICT" type="String">Data source query subject or dimension <param type="string" index="1"/> has embedded filters or calculated query items.</string>
- <string name="MODELANALYSIS_MINIMIZEDSQL_IS_SET" type="String">This object is set to use minimized SQL.</string>
- <string name="MODELANALYSIS_CHECKCALCULATEDMEAS_EXPR_NOTSIBLINGS" type="String">The measure "<param type="string" index="1"/>" contains an expression that refers to a measure with a different parent.</string>
- <string name="MODELANALYSIS_CHECKCALCULATEDMEAS_REFTO_QIORSTANDALONECALC" type="String">The measure "<param type="string" index="1"/>" contains an expression that refers to a query item or a standalone calculation.</string>
- <string name="MODELANALYSIS_CHECKCALCULATEDMEAS_EXPLICITSCOPEDEF" type="String">The measure "<param type="string" index="1"/>" is used in an explicit scope relationship.</string>
- <string name="MODELANALYSIS_CALC_AGG_FACTS_CONFLICT_DESCR" type="String">The following calculated query item: "<param type="string" index="1"/>" has the aggregation value "calculated".</string>
- <string name="MODELANALYSIS_QUERYSUBJECT_NO_DETERMINANT_DESCR" type="String">The following query subject: "<param type="string" index="1"/>" has a fact item and is on the one side of a one-to-many relationship. To avoid double-counting, you must specify a uniquely identified determinant for this query subject.</string>
- <string name="MODELANALYSIS_TEXTBLOB_TYPE_QUERYITEM_DESCR" type="String">This query subject, dimension, or calculation contains or refers to one or more query items such as "<param type="string" index="1"/>" that are of textblob type. Textblobs return different results depending on whether the report uses the compatible or the dynamic query mode. Ensure that data returned using the dynamic query mode is what you expect.</string>
- <string name="IMPORTWIZARD_GROUP_TABLES" type="String" usage="A tree control node containing database tables.">Tables</string>
- <string name="IMPORTWIZARD_GROUP_VIEWS" type="String" usage="A tree control node containing database views.">Views</string>
- <string name="IMPORTWIZARD_GROUP_SYNONYMS" type="String" usage="A tree control node containing database synonyms.">Synonyms</string>
- <string name="IMPORTWIZARD_GROUP_PROCEDURES" type="String" usage="A tree control node containing database procedures.">Procedures</string>
- <string name="IMPORTWIZARD_GROUP_FUNCTIONS" type="String" usage="A tree control node containing database functions.">Functions</string>
- <string name="IMPORTWIZARD_GROUP_SYSTEM_OBJECTS" type="String" usage="A tree control node containing database system objects.">System Objects</string>
- <string name="IMPORTWIZARD_GROUP_SYSTEM_TABLES" type="String" usage="A tree control node containing database system tables.">System Tables</string>
- <string name="IMPORTWIZARD_GROUP_SYSTEM_VIEWS" type="String" usage="A tree control node containing database system views.">System Views</string>
- <string name="IMPORTWIZARD_GROUP_SYSTEM_SYNONYMS" type="String" usage="A tree control node containing database system synomyms.">System Synonyms</string>
- </section>
- <section name="ELF" type="UI">
- <string name="ADDLANGUGE" type="String">Add the language <param type="string" index="1"/>. The default language is <param type="string" index="2"/>.</string>
- <string name="ADDPROPERTY" type="String">Add the property "<param type="string" index="1"/>" to "<param type="string" index="2"/>".</string>
- <string name="ADJUSTSCOPE_SET" type="String">Set the scope relationship between the regular dimension level "<param type="string" index="1"/>" and the measure "<param type="string" index="2"/>".</string>
- <string name="ADJUSTSCOPE_REMOVE" type="String">Remove the scope relationship between the regular dimension level "<param type="string" index="1"/>" and the measure "<param type="string" index="2"/>".</string>
- <string name="COPY" type="String">Copy to <param type="string" index="1"/> the following list of objects: <param type="string" index="2"/>
- </string>
- <string name="CREATE1" type="String">Create a <param type="string" index="1"/> in <param type="string" index="3"/>.</string>
- <string name="CREATE2" type="String">Create a <param type="string" index="1"/> with name "<param type="string" index="2"/>" in <param type="string" index="3"/>.</string>
- <string name="CONVERTOBJECTTYPE" type="String">Convert model object(s) to type <param type="string" index="1"/>.</string>
- <string name="CONVERTOBJECTTYPE_DETAIL" type="String">Convert the following list of objects to a <param type="string" index="1"/>: <param type="string" index="2"/>
- </string>
- <string name="CREATECALCULATIONINFOLDER" type="String">Create standalone calculations in the folder or namespace <param type="string" index="1"/> from the following query item sources: <param type="string" index="2"/>.</string>
- <string name="CREATECONFORMEDDIMENSIONS" type="String">Create conformed dimensions.</string>
- <string name="CREATECONFORMEDDIMENSIONS_DETAIL" type="String">Attempting to conform to <param type="string" index="1"/> the following query subjects: <param type="string" index="2"/>
- </string>
- <string name="CREATEDYNAMICPACKAGE" type="String">Create a dynamic package named "<param type="string" index="1"/>" in the namespace "<param type="string" index="2"/>".</string>
- <string name="CREATESESSIONPARAMETER" type="String">Create a session parameter named "<param type="string" index="1"/>".</string>
- <string name="CREATESESSIONGOVERNOR" type="String">Create a governor named "<param type="string" index="1"/>".</string>
- <string name="CREATESHORTCUT" type="String">Create shortcut(s) in <param type="string" index="1"/> to the following list of objects: <param type="string" index="2"/>
- </string>
- <string name="CREATESHORTCUTUNDERSAMEPARENT" type="String">Create shortcut(s) under the same parent to the following list of objects: <param type="string" index="2"/>
- </string>
- <string name="DBBROWSE" type="String">Browse the data source.</string>
- <string name="DBIMPORT" type="String">Import data from the following data source: <param type="string" index="1"/>.</string>
- <string name="DBIMPORT_DETAIL" type="String">Import data into <param type="string" index="1"/> from the following data source: <param type="string" index="2"/>
- </string>
- <string name="DBRELEASE" type="String">Release the data source.</string>
- <string name="DELETE" type="String">Delete <param type="string" index="1"/>.</string>
- <string name="DELETE_MULTIPLE" type="String">Delete multiple objects.</string>
- <string name="DELETE_DETAIL" type="String">Delete the following:<param type="string" index="1"/>.</string>
- <string name="DYNAMICIMPORT" type="String">Import a Lightweight Model object named "<param type="string" index="1"/>" in the namespace "<param type="string" index="2"/>".</string>
- <string name="ERROR_CHANGE_DIMENSION_TO_MEASURE" type="String">Cannot change the type to Measure because this Dimension contains Hierarchies and/or Levels.</string>
- <string name="EXPORTTRANSLATION" type="String">Export translations to "<param type="string" index="1"/>".</string>
- <string name="EXPORTTRANSLATION_DETAIL" type="String">Export translations to "<param type="string" index="1"/>" for the following language(s): <param type="string" index="2"/>
- </string>
- <string name="EVALUATEOBJECT" type="String">Evaluate the definition and update the status/properties/children for the following model object(s): <param type="string" index="1"/>
- </string>
- <string name="EXTERNALIZEQUERYSUBJECT" type="String">Externalize to the destination directory "<param type="string" index="2"/>" the following list of query subject and dimension objects: <param type="string" index="1"/>
- </string>
- <string name="FINDORCREATEDATASOURCE" type="String">Find or create the data source "<param type="string" index="1"/>".</string>
- <string name="FINDORCREATEDATASOURCE_DETAIL" type="String">Find or create the data source with the following properties: <param type="string" index="1"/>
- </string>
- <string name="FINDORCREATEDATASOURCE_CMDATASOURCENAME" type="String">Data source name:</string>
- <string name="FINDORCREATEDATASOURCE_CATALOG" type="String">Catalog:</string>
- <string name="FINDORCREATEDATASOURCE_SCHEMA" type="String">Schema:</string>
- <string name="FINDORCREATEDATASOURCE_CUBENAME" type="String">Cube Name:</string>
- <string name="FINDORCREATEDATASOURCE_QUERYTYPE" type="String">Query Type:</string>
- <string name="FINDORCREATEDATASOURCE_INTERFACETYPE" type="String">Interface Type:</string>
- <string name="GETMATCHINGMODELLOCALE" type="String">Return the ID of the locale in the model that matches "<param type="string" index="1"/>".</string>
- <string name="IMPORTTRANSLATIONS" type="String">Import translations from "<param type="string" index="1"/>".</string>
- <string name="IMPORTTRANSLATIONS_DETAIL" type="String">Import translations from "<param type="string" index="1"/>" and translate from <param type="string" index="2"/> into the following language(s): <param type="string" index="3"/>
- </string>
- <string name="LINK_NAME_COLLISION" type="String">Object name: <param type="string" index="1"/> ID:<param type="string" index="2"/>
- </string>
- <string name="LINKMODEL" type="String">Create a link to model "<param type="string" index="1"/>".</string>
- <string name="LINKMODEL_DETAIL" type="String">Create a link to the external model object as follows: <param type="string" index="1"/>
- </string>
- <string name="LINKMODEL_DETAIL_LINKTOMODEL" type="String">Link to model:</string>
- <string name="LINKMODEL_DETAIL_LINKTOMODELOBJECT" type="String">Link to model object:</string>
- <string name="LINKMODEL_DETAIL_LINKPARENT" type="String">Destination for created link:</string>
- <string name="IMPORTTRANSLATION" type="String">Import the translation file <param type="string" index="1"/>. Translate from <param type="string" index="2"/> into <param type="string" index="3"/>.</string>
- <string name="MAKEEXPRESSIONGLOBAL" type="String">Make calculation global</string>
- <string name="MAKEEXPRESSIONGLOBAL_DETAIL" type="String">Convert the calculation named "<param type="string" index="1"/>" in query subject "<param type="string" index="2"/>" into a stand-alone object.</string>
- <string name="MERGE" type="String">Merge the following model objects together: <param type="string" index="1"/>
- </string>
- <string name="MIGRATEARCHITECTTOFM" type="String">Import from an IBM Cognos Architect model.</string>
- <string name="MIGRATEIMPROMPTUTOFM" type="String">Import from an IBM Cognos Impromptu model.</string>
- <string name="MIGRATEDECISIONSTREAM" type="String">Import from an IBM Cognos DecisionStream model.</string>
- <string name="MIGRATEDATAMANAGER" type="String">Import from an IBM Cognos Business Intelligence Data Manager model.</string>
- <string name="MODELIMPORT" type="String">Import from a IBM Cognos Framework Manager model.</string>
- <string name="MODELIMPORT_DETAIL" type="String">Import from "<param type="string" index="1"/>" the following model objects: <param type="string" index="2"/>
- </string>
- <string name="MODIFY1" type="String">Set property "<param type="string" index="1"/>" of object "<param type="string" index="2"/>" to "<param type="string" index="3"/>".</string>
- <string name="MODIFY2" type="String">Set "<param type="string" index="3"/>" property "<param type="string" index="1"/>" of object "<param type="string" index="2"/>" to "<param type="string" index="4"/>".</string>
- <string name="MODIFYSESSIONPARAMETER" type="String">Modify value of session parameter "<param type="string" index="1"/>" to "<param type="string" index="2"/>".</string>
- <string name="MODIFYSESSIONGOVERNOR" type="String">Modify value of governor "<param type="string" index="1"/>" to "<param type="string" index="2"/>".</string>
- <string name="MODIFYCOMPLEX" type="String">Set complex property "<param type="string" index="1"/>" of "<param type="string" index="2"/>".</string>
- <string name="MODIFYCOMPLEX_DETAIL" type="String">Set the property with value: <param type="string" index="1"/>
- </string>
- <string name="MODIFYCOMPLEX_DETAIL_DATASOURCEREF" type="String">Data source:</string>
- <string name="MODIFYCOMPLEX_DETAIL_SQL" type="String">SQL:</string>
- <string name="MODIFYCOMPLEX_DETAIL_KEY" type="String">Key:</string>
- <string name="MODIFYCOMPLEX_DETAIL_QUERYITEMSCOLLECTIONS" type="String">Query items collections:</string>
- <string name="MODIFYCOMPLEX_DETAIL_QUERYITEMS" type="String">Query items:</string>
- <string name="MOVE" type="String">Move into <param type="string" index="1"/> the following list of objects: <param type="string" index="2"/>
- </string>
- <string name="NO_MESSAGE_DEBUG" type="String">No explain yet for <param type="string" index="1"/>.</string>
- <string name="NO_MESSAGE_RELEASE" type="String">
- <param type="string" index="1"/>
- </string>
- <string name="POPULATEPARAMETERMAP" type="String">Populate the parameter map <param type="string" index="2"/> using the file "<param type="string" index="1"/>".</string>
- <string name="POSTIMPORTCLEANUP" type="String">Cleanup temporary files generated from the 3rdParty import process.</string>
- <string name="PUBLISH_REPORTNET" type="String">Publish package <param type="string" index="1"/> to <param type="string" index="2"/> in IBM Cognos.</string>
- <string name="PUBLISH_NETWORK" type="String">Publish package <param type="string" index="1"/> to <param type="string" index="2"/> on the Network.</string>
- <string name="PUBLISH_EXTERNALIZE" type="String">Externalize Query Subject to: <param type="string" index="1"/>.</string>
- <string name="PUBLISH_NEW" type="String">A new package named "<param type="string" index="1"/>" was created at the target location.</string>
- <string name="PUBLISH_EXISTS" type="String">A package named "<param type="string" index="1"/>" already exists at the target location.</string>
- <string name="PUBLISH_NEWPACKAGENAME_EMPTYFIELD" type="String">A new name was not specified.</string>
- <string name="PUBLISH_CR_VERSIONING_OFF" type="String">Versioning is turned off in IBM Cognos.</string>
- <string name="PUBLISH_FM_VERSIONING_OFF" type="String">Versioning is turned off in IBM Cognos Framework Manager.</string>
- <string name="PUBLISH_CR_VERSIONING_ON" type="String">A maximum of <param type="string" index="1"/> versions can be published in IBM Cognos.</string>
- <string name="PUBLISH_FM_VERSIONING_ON" type="String">A maximum of <param type="string" index="1"/> versions can be published by IBM Cognos Framework Manager.</string>
- <string name="REMOVELANGUAGE" type="String">Remove the following language(s): <param type="string" index="1"/>.</string>
- <string name="REMOVERUNTIMEPARAMETERS" type="String">Removes the following session parameters from the session: <param type="string" index="1"/>
- </string>
- <string name="REORDERBEFORE" type="String">Reorder <param type="string" index="1"/> before <param type="string" index="2"/>
- </string>
- <string name="REORDERBEFORE_DETAIL" type="String">Reorder the position of the following model objects so they appear before <param type="string" index="2"/>: <param type="string" index="1"/>
- </string>
- <string name="REPAIR" type="String">Repair the following model object(s): <param type="string" index="1"/>
- </string>
- <string name="RESETPROMPTVALUES" type="String">Reset the prompt values.</string>
- <string name="RESETPROMPTVALUES0" type="String">Use cached prompt values set during the session.</string>
- <string name="RESETPROMPTVALUES1" type="String">Ignore cached prompt values set during the session.</string>
- <string name="RETARGETOBJECTREFERENCES" type="String">Retarget the list of references values.</string>
- <string name="RETARGETOBJECTREFERENCES_TABLE" type="String">Retarget the following reference values: <param type="string" index="1"/>
- </string>
- <string name="RETARGETOBJECTREFERENCES_OLDREF" type="String">Old Reference</string>
- <string name="RETARGETOBJECTREFERENCES_NEWREF" type="String">New Reference</string>
- <string name="RETARGETOBJECTREFERENCES_MODELOBJ" type="String">Model Object</string>
- <string name="RETARGETOBJECTREFERENCES_GLOBAL" type="String"><Global></string>
- <string name="SEGMENTMODEL" type="String">Extract the segment <param type="string" index="1"/> to "<param type="string" index="2"/>".</string>
- <string name="SELECTDATASOURCECONNECTION" type="String">Select the data source "<param type="string" index="1"/>" using the connection "<param type="string" index="2"/>".</string>
- <string name="SETDEFAULTLOCALE" type="String">Set the default locale to <param type="string" index="1"/>.</string>
- <string name="SETACTIVELOCALE" type="String">Set the active locale to <param type="string" index="1"/>.</string>
- <string name="SETOBJECTACCESS" type="String">Specify object security on the following model object(s): <param type="string" index="1"/>
- </string>
- <string name="SETOBJECTACCESS_DETAIL" type="String">Specify object security on the following model object(s): <param type="string" index="1"/> for the following users, groups and roles: <param type="string" index="2"/>
- </string>
- <string name="SETPACKAGELOCALES" type="String">Set locales for package <param type="string" index="2"/> to the following: <param type="string" index="1"/>.</string>
- <string name="SETPROMPTVALUE1" type="String">Set the prompt named "<param type="string" index="1"/>".</string>
- <string name="SETPROMPTVALUE2" type="String">Set the prompt named "<param type="string" index="1"/>" to the given value <param type="string" index="2"/>.</string>
- <string name="SETRUNTIMEPARAMETERS" type="String">Set the following session parameters: <param type="string" index="1"/>
- </string>
- <string name="SETQUERYITEMPARAMETERMAP" type="String">Set query item parameter map in <param type="string" index="1"/>.</string>
- <string name="SETQUERYITEMPARAMETERMAP_DETAIL" type="String">Set query item parameter map in: <param type="string" index="1"/>Key: <param type="string" index="2"/>Value: <param type="string" index="3"/>
- </string>
- <string name="SETSECURITYVIEWACCESS" type="String">Specify access permissions on <param type="string" index="1"/>.</string>
- <string name="SETSECURITYVIEWACCESS_DETAIL" type="String">Specify access permissions on <param type="string" index="1"/> to the following users, groups and roles: <param type="string" index="2"/>
- </string>
- <string name="SETSECURITYVIEWDEFINITION" type="String">Set the security definition for <param type="string" index="1"/>.</string>
- <string name="SETSECURITYVIEWDEFINITION_DETAIL" type="String">Set the security definition for <param type="string" index="1"/> as follows: <param type="string" index="2"/>
- </string>
- <string name="SETSTOREDPROCEDURETYPE" type="String">Set the stored procedure <param type="string" index="1"/> type to '<param type="string" index="2"/>'.</string>
- <string name="SETSTOREDPROCEDURETYPE_DATAQUERY" type="String">Data Query</string>
- <string name="SETSTOREDPROCEDURETYPE_DATAMODIFICATION" type="String">Data Modification</string>
- <string name="SOURCE" type="String">Import from the source: "<param type="string" index="1"/>".</string>
- <string name="THIRDPARTYIMPORT" type="String">Import a third party model.</string>
- <string name="THIRDPARTYIMPORT_DETAIL" type="String">Data type: <param type="string" index="1"/>Data source: <param type="string" index="2"/>Import options and values: <param type="string" index="3"/>Export options and values: <param type="string" index="4"/>
- </string>
- <string name="TRANSFORMCREATESCOPERELATIONSHIPS" type="String">Create scope relationships for the following list of dimensions: <param type="string" index="1"/>
- </string>
- <string name="TRANSFORMCREATESTARGROUPING" type="String">Create a star-schema grouping.</string>
- <string name="TRANSFORMCREATESTARGROUPING_MULTIPLESELECTION_DETAIL" type="String">Create a star-schema grouping with the following query subjects:<param type="string" index="1"/>
- </string>
- <string name="TRANSFORMCREATESTARGROUPING_SINGLESELECTION_DETAIL" type="String">Create a star-schema grouping with <param type="string" index="1"/> as the fact, and the following query subjects as dimensions:<param type="string" index="2"/>
- </string>
- <string name="TRANSFORMFUNCTION" type="String">Convert the query subject "<param type="string" index="1"/>" of type 'stored procedure' into a function object.</string>
- <string name="TRANSFORMOBJECTNAMES" type="String">Transform the following list of property values by converting underscores, hyphens, and spaces to a single space, and capitalizing the first character of each word in the name and converting the remaining characters to lowercase (for example, "BRANCH_CD" becomes "Branch Cd"): <param type="string" index="1"/>
- </string>
- <string name="TRANSFORMQUERYITEMAGGREGATERULE" type="String">Determine the aggregate rules.</string>
- <string name="TRANSFORMQUERYITEMAGGREGATERULE_DETAIL" type="String">Determine the aggregate rules in the following model object(s): <param type="string" index="1"/>.</string>
- <string name="TRANSFORMRELATIONSHIPS" type="String">Detect relationships.</string>
- <string name="TRANSFORMRELATIONSHIPS_DETAIL" type="String">Detect relationships in the following query subject(s): <param type="string" index="1"/>.</string>
- <string name="TRANSQUERYITEMUSAGE" type="String">Determine the query item usage.</string>
- <string name="TRANSQUERYITEMUSAGE_DETAIL" type="String">Determine the query item usage in the following model object(s): <param type="string" index="1"/>.</string>
- <string name="UPDATEQUERYSUBJECTS" type="String">From the data source, refresh the definition for the following list of query subjects and their corresponding query items: <param type="string" index="1"/>
- </string>
- <string name="UPDATEOBJECT" type="String">Update the model object. <param type="string" index="1"/>
- </string>
- <string name="UPDATEOBJECT_DETAIL" type="String">Update the model object <param type="string" index="1"/> as follows: <param type="string" index="2"/>
- </string>
- <string name="UNDO" type="String">Undo the last change.</string>
- <string name="UNKNOWN_USER" type="String">Unknown</string>
- <string name="REORDER_LEVELS_INFO" type="String">- Cannot reorder levels in hierarchies.</string>
- <string name="REORDER_READONLY_INFO" type="String">- The contents of read-only segments cannot be modified.</string>
- <string name="REORDER_SEGMENTED_INFO" type="String">- Segmented namespaces or folders cannot have their order changed.</string>
- <string name="RUN_REPAIR" type="String">Repair selected objects.</string>
- </section>
- <section name="MDI" type="UI">
- <string name="IMPORT_SUMMARY" type="String">Completed the import process. <param type="string" index="1"/>
- </string>
- <string name="IMPORT_SUMMARY_CREATED" type="String">Created the following objects: <param type="string" index="1"/>
- </string>
- <string name="IMPORT_SUMMARY_NOT_IMPORTED" type="String">
- <param type="string" index="1"/> object(s) could not be imported: <param type="string" index="2"/>
- </string>
- <string name="IMPORT_SUMMARY_NONE" type="String">No objects were created.</string>
- <string name="ROOT_NAMESPACE_DEFAULT_NAME" type="String" usage="The default name for the root namespace of a project.">Model</string>
- <string name="ASSESS_SCOPE" type="String">Scope assessment between <param type="string" index="1"/>and<param type="string" index="2"/>
- </string>
- <string name="CREATED_OBJECT" type="String">Object <param type="string" index="1"/> of type '<param type="string" index="2"/>' was created.
- </string>
- <string name="ERROR_SAPBW_DUAL_STRUCTURES" type="String">The selected <param type="string" index="1"/> "<param type="string" index="2"/>" cannot be re-imported into this model because the "Dual Structures" option was set differently during the previous import.</string>
- <string name="ERROR_SAPBW_DUAL_STRUCTURES_UNKNOWN" type="String">The selected <param type="string" index="1"/> "<param type="string" index="2"/>" cannot be re-imported into this model because the "Dual Structures" option was unknown during the previous import. Please select another cube.</string>
- <string name="ERROR_INVALID_PROJECT_PATH" type="String">The specified project "<param type="string" index="1"/>" cannot be found. Click OK to use the suggested project, or click on the file icon to select a different project.</string>
- </section>
- <section name="PR" type="UI">
- <string name="IMPORT_TABLES" whiteSpace="preserve" type="String">Table <param type="string" index="1"/> of <param type="string" index="2"/>: <param type="string" index="3"/>
- </string>
- <string name="IMPORT_PREFIX" type="String">Importing:</string>
- <string name="IMPORT_SYNONYMS" type="String">Synonym <param type="string" index="1"/> of <param type="string" index="2"/>: <param type="string" index="3"/>
- </string>
- <string name="IMPORT_PROCEDURES" type="String">Stored Procedure <param type="string" index="1"/> of <param type="string" index="2"/>: <param type="string" index="3"/>
- </string>
- <string name="IMPORT_MSJOINS" type="String">MS Access Join <param type="string" index="1"/> of <param type="string" index="2"/>
- </string>
- <string name="IMPORT_JOINS" type="String">Join <param type="string" index="1"/> of <param type="string" index="2"/>
- </string>
- <string name="IMPORT_SYNONYMJOINS" type="String">Synonym Join <param type="string" index="1"/> of <param type="string" index="2"/>: <param type="string" index="3"/>
- </string>
- <string name="IMPORT_MSTRANSFORMJOINS" type="String">MS Access Transform Join <param type="string" index="1"/> of <param type="string" index="2"/>
- </string>
- <string name="IMPORT_TRANSFORMJOINS" type="String">Transform Join <param type="string" index="1"/> of <param type="string" index="2"/>
- </string>
- <string name="COUNT_STATISTICS" type="String">Counting Query Subjects <param type="string" index="1"/> of <param type="string" index="2"/>
- </string>
- </section>
- <section name="MDS" type="UI">
- <string name="TABLE_NAME" type="String">
- <param type="string" index="1"/> ( table )</string>
- <string name="VIEW_NAME" type="String">
- <param type="string" index="1"/> ( view )</string>
- <string name="SYNONYM_NAME" type="String">
- <param type="string" index="1"/> ( synonym )</string>
- <string name="PROCEDURE_NAME" type="String">
- <param type="string" index="1"/> ( procedure )</string>
- <string name="FUNCTION_NAME" type="String">
- <param type="string" index="1"/> ( function )</string>
- <string name="OLAP_QUERYSUBJECT" type="String">OLAP Query Subject</string>
- <string name="OBJECT_NAME" type="String">
- <param type="string" index="1"/> "<param type="string" index="2"/>" </string>
- <string name="OBJECT_NAME_LANGUAGE" type="String">Language "<param type="string" index="3"/>", <param type="string" index="1"/> "<param type="string" index="2"/>"</string>
- <string name="OLAP_HIERARCHY_NAME" type="String">
- <param type="string" index="1"/> ( hierarchy )</string>
- <string name="PARAM_OBJECT_COUNT" type="String">
- Type: <param type="string" index="1"/>, Count: <param type="string" index="2"/>
- </string>
- <string name="PARAM_OBJECT_NAME" type="String">
- <param type="string" index="1"/> ( <param type="string" index="2"/> )</string>
- <string name="PARAM_OBJECT_NAME_LIST" type="String">The list of objects of type "<param type="string" index="1"/>" include (maximum 10 listed): <param type="string" index="2"/>
- </string>
- </section>
- <section name="PUB" type="UI">
- <string name="PACKAGE_DIALOG_TITLE" type="String">Specify the name and description - New Package wizard</string>
- <string name="PACKAGE_DIALOG_HINT" type="String">Specify a name and location for this entry. You can also specify a description and screen tip.</string>
- <string name="PACKAGE_DIALOG_LABEL_NAME" type="String">Name:</string>
- <string name="PACKAGE_DIALOG_LABEL_DESCRIPTION" type="String">Description:</string>
- <string name="PACKAGE_DIALOG_LABEL_SCREENTIP" type="String">Screen tip:</string>
- <string name="PACKAGE_DIALOG_LABEL_LOCATION" type="String">Package Location:</string>
- <string name="PACKAGE_DIALOG_TITLE_NULLSUPPRESSION" type="String">Specify null suppression options - New Package wizard</string>
- <string name="PACKAGE_DIALOG_LABEL_NULLSUPPRESSION" type="String">Null suppression options</string>
- <string name="PACKAGE_DIALOG_LABEL_ISNULLSUPPRESSIONALLOWED" type="String">Allow null suppression</string>
- <string name="PACKAGE_DIALOG_LABEL_ISMULTIEDGENULLSUPPRESSIONALLOWED" type="String">Allow multi-edge suppression</string>
- <string name="PACKAGE_DIALOG_LABEL_ISACCESSTONULLSUPPRESSIONOPTIONSALLOWED" type="String">Allow access to suppression options</string>
- <string name="PACKAGE_DIALOG_HINT_NULLSUPPRESSION" type="String">When publishing from the portal, these settings cannot be changed. If you believe these settings may need to change in future, consider publishing from either IBM Cognos Transformer or IBM Cognos Framework Manager</string>
- <string name="PACKAGE_DIALOG_TITLE_DUPLICATEPACKAGE" type="String">Existing package found - New Package wizard</string>
- <string name="PACKAGE_DIALOG_HINT_REPLACEPACKAGE" type="String">The name "<param type="string" index="1"/>" already exists. You can replace the existing entry or enter a new name.</string>
- <string name="PACKAGE_DIALOG_RADIOBUTTONLABEL_REPLACEPACKAGE" type="String">Replace the existing entry</string>
- <string name="PACKAGE_DIALOG_RADIOBUTTONLABEL_ENTERNEWPACKAGENAME" type="String">Enter a new name:</string>
- <string name="PACKAGE_DIALOG_LABEL_PACKAGESETTINGS" type="String">Package Settings</string>
- <string name="PACKAGE_DIALOG_LABEL_USEV5DATASERVER" type="String">Use Dynamic Query Mode</string>
- <string name="DBBROWSECUBE_DIALOG_TITLE" type="String">Select cube - New Package wizard</string>
- <string name="DBBROWSECATALOG_DIALOG_HINT" type="String">Select the catalog for the cube you want to include in the package.</string>
- <string name="DBBROWSESCHEMA_DIALOG_HINT" type="String">Select the schema for the cube you want to include in the package.</string>
- <string name="DBBROWSECUBE_DIALOG_HINT" type="String">Select the cube that you want to include in the package.</string>
- <string name="DB2SELECTALIASES_DIALOG_TITLE" type="String">Select Aliases Table Locales - New Package wizard</string>
- <string name="DB2SELECTLOCALES_DIALOG_HINT" type="String">To assign one or more locales to language-specific alias table select one or more tables from the list.</string>
- <string name="DB2LOCALES_UNDEFINED" type="String">Not Assigned</string>
- <string name="NO_ALIAS_TABLES_DEFINED" type="String">Do not assign locales to alias tables</string>
- <string name="ALIAS_TABLES_DEFINED" type="String">Assign locales to the alias tables selected in the list below</string>
- <string name="DIALOG_LABEL_ALIASTABLES" type="String">Alias tables:</string>
- <string name="DIALOG_LABEL_LANGUAGES" type="String">Languages:</string>
- <string name="PRESENT_ATTR_DIALOG_LABEL" type="String">Present the attribute dimensions</string>
- <string name="PRESENT_ATTR_RADIOGROUP" type="String">Present the attribute dimensions as</string>
- <string name="PRESENT_ATTR_SEPARATE_DIM_RADIOBUTTON" type="String">Separate the dimensions</string>
- <string name="PRESENT_ATTR_PROP_OF_DIM_RADIOBUTTON" type="String">Properties of the dimension they are associated with</string>
- </section>
- <section name="MDN" type="UI">
- <string name="OBJECT_NAME_RELATIONSHIP" type="String">New Relationship</string>
- <string name="OBJECT_NAME_DATASOURCE" type="String">New Data Source</string>
- <string name="OBJECT_NAME_PACKAGE" type="String">New Package</string>
- <string name="OBJECT_NAME_FOLDER" type="String">New Folder</string>
- <string name="OBJECT_NAME_FUNCTION" type="String">New Function</string>
- <string name="OBJECT_NAME_NAMESPACE" type="String">New Namespace</string>
- <string name="OBJECT_NAME_QUERYITEM" type="String">New Query Item</string>
- <string name="OBJECT_NAME_MEASURE" type="String">New Query Item</string>
- <string name="OBJECT_NAME_QUERYSUBJECT" type="String">New Query Subject</string>
- <string name="OBJECT_NAME_QUERYSET" type="String">New Query Set</string>
- <string name="OBJECT_NAME_SECURITYVIEW" type="String">New Security View</string>
- <string name="OBJECT_NAME_SHORTCUT" type="String">New Shortcut</string>
- <string name="OBJECT_NAME_RELATIONSHIPSHORTCUT" type="String">New Relationship Shortcut</string>
- <string name="OBJECT_NAME_PROJECT" type="String">New Project</string>
- <string name="OBJECT_NAME_QUERYITEMFOLDER" type="String">New Query Item Folder</string>
- <string name="OBJECT_NAME_MEASUREFOLDER" type="String">New Measure Folder</string>
- <string name="OBJECT_NAME_FILTER" type="String">New Filter</string>
- <string name="OBJECT_NAME_CALCULATION" type="String">New Calculation</string>
- <string name="OBJECT_NAME_CUSTOMOBJECT" type="String">New Object</string>
- <string name="OBJECT_NAME_PARAMETERMAP" type="String">New_Parameter_Map</string>
- <string name="OBJECT_NAME_PARAMETERMAPENTRY" type="String">New_Parameter_Map_Entry</string>
- <string name="OBJECT_NAME_LEVEL" type="String">New Level</string>
- <string name="OBJECT_NAME_DIMENSION" type="String">New Dimension</string>
- <string name="OBJECT_NAME_HIERARCHY" type="String">New Hierarchy</string>
- <string name="PROP_NAME_DETERMINANT" type="String">New Determinant</string>
- <string name="OBJECT_NAME_STAR_FOLDER" type="String">
- <param type="string" index="1"/> Folder </string>
- <string name="OBJECT_NAME_STAR_NAMESPACE" type="String">
- <param type="string" index="1"/> Namespace</string>
- <string name="OBJECT_TYPE_NAMESPACE" type="String">namespace</string>
- <string name="OBJECT_TYPE_DIMENSION" type="String">dimension</string>
- <string name="OBJECT_TYPE_HIERARCHY" type="String">hierarchy</string>
- <string name="OBJECT_TYPE_LEVEL" type="String">level</string>
- <string name="OBJECT_TYPE_ATTRIBUTE" type="String">attribute</string>
- <string name="OBJECT_TYPE_KEY" type="String">key</string>
- </section>
- <section name="ROL" type="UI">
- <string name="CAPTION_memberUniqueName" type="String">Member Unique Name</string>
- <string name="DESCRIPTION_memberUniqueName" type="String">Member unique name</string>
- <string name="CAPTION_memberCaption" type="String">Caption</string>
- <string name="DESCRIPTION_memberCaption" type="String">Member caption</string>
- <string name="DESCRIPTION_memberDescription" type="String">Member description</string>
- <string name="CAPTION_levelUniqueName" type="String">Level Unique Name</string>
- <string name="DESCRIPTION_levelUniqueName" type="String">Level unique name</string>
- <string name="CAPTION_levelNumber" type="String">Level Number</string>
- <string name="DESCRIPTION_levelNumber" type="String">Level number</string>
- <string name="CAPTION_levelLabel" type="String">Level Label</string>
- <string name="DESCRIPTION_levelLabel" type="String">Level label</string>
- <string name="CAPTION_parentUniqueName" type="String">Parent Unique Name</string>
- <string name="DESCRIPTION_parentUniqueName" type="String">Parent unique name</string>
- <string name="CAPTION_dimensionUniqueName" type="String">Dimension Unique Name</string>
- <string name="DESCRIPTION_dimensionUniqueName" type="String">Dimension unique name</string>
- <string name="CAPTION_hierarchyUniqueName" type="String">Hierarchy Unique Name</string>
- <string name="DESCRIPTION_hierarchyUniqueName" type="String">Hierarchy unique name</string>
- <string name="CAPTION_ppdsID" type="String">PPDS ID</string>
- <string name="DESCRIPTION_ppdsID" type="String">PPDS ID</string>
- <string name="CAPTION_businessKey" type="String">Business Key</string>
- <string name="DESCRIPTION_businessKey" type="String">Business key</string>
- </section>
- <section name="MDV" type="UI">
- <string name="UNIQUE_OBJECT_NAME_SPEC_COPY" type="String">Copy of <param type="string" index="1"/>
- </string>
- <string name="UNIQUE_OBJECT_NAME_SPEC_COPY_SEQUENCENUMBER" type="String">Copy (<param type="string" index="2"/>) of <param type="string" index="1"/>
- </string>
- <string name="UNIQUE_OBJECT_NAME_SPEC_SHORTCUT" type="String">Shortcut to <param type="string" index="1"/>
- </string>
- <string name="UNIQUE_OBJECT_NAME_SPEC_SHORTCUT_SEQUENCENUMBER" type="String">Shortcut (<param type="string" index="2"/>) to <param type="string" index="1"/>
- </string>
- <string name="RELATIONSHIP_NAME_SEPARATOR" type="String"><--></string>
- <string name="CRN_DISPLAY_PATH_EVERYONE" type="String">Everyone [Directory > Cognos]</string>
- </section>
- <section name="OLP" type="UI">
- <string name="OLAP_PROPERTIES" type="String">(attributes)</string>
- <string name="OLAP_FACT" type="String">Key Figures</string>
- <string name="OLAP_QUERIES" type="String">Queries</string>
- <string name="OLAP_SURROGATE_KEY" type="String">(surrogate key)</string>
- <string name="OLAP_SURROGATE_KEYS" type="String">Surrogate Keys</string>
- <string name="OLAP_CUBE" type="String">SAP BW info cube</string>
- <string name="OLAP_DIMENSION_GROUP" type="String">SAP BW dimension</string>
- <string name="OLAP_DIMENSION" type="String">SAP BW characteristic</string>
- <string name="OLAP_USERID_PWD_MISSING" type="String">OLAP Import: connection string or user ID or password is either missing or invalid.
- If you are not sure whether the connection string is valid, please contact the administrator.
- </string>
- <string name="OLAP_ALL" type="String">(All)</string>
- <string name="OLAP_YEAR" type="String">Year</string>
- <string name="OLAP_YEAR_QUARTER" type="String">Year/Quarter</string>
- <string name="OLAP_YEAR_MONTH" type="String">Year/Month</string>
- <string name="OLAP_YEAR_DAY" type="String">Year/Day</string>
- <string name="OLAP_LANGUAGE1" type="String">The data source server does not support the model language (<param type="string" index="1"/>).</string>
- <string name="OLAP_LANGUAGE2" type="String">Metadata was imported using the the language defined in the content locale mapping (<param type="string" index="1"/>).</string>
- <string name="OLAP_LANGUAGE3" type="String">Metadata was imported using the default language (<param type="string" index="1"/>).</string>
- <string name="OLAP_IMPORT_EXTRA_LANGUAGES_IMPORT" type="String">The following selected languages were added to the model:</string>
- </section>
- </component>
- </stringTable>
|