123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: bme
- (C) Copyright IBM Corp. 2003, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="BME">
- <section name="EX">
- <string name="MISSING_ARCHIVE" errorCode="0000">Unable to locate the archive.</string>
- <string name="CREATE_FOLDER_FAILED" errorCode="0001">Unable to create folder during <param type="string" index="1"/> operation.</string>
- <string name="LOCK_FILE_FAILED" errorCode="0002">Unable to lock file during
- <param type="string" index="1"/> operation.</string>
- <string name="COPY_FILE_FAILED" errorCode="0003">Unable to copy file during the <param type="string" index="1"/> operation.</string>
- <string name="UNLOCK_FILE_FAILED" errorCode="0004">Unable to unlock file during
- <param type="string" index="1"/> operation.</string>
- <string name="CREATE_DOM_SERVER_FAILED" errorCode="0005">Unable to create the DOM server interface.</string>
- <string name="INVALID_PARAMETER" errorCode="0006">Invalid parameter.</string>
- <string name="MISSING_DEVICE_INTERFACE" errorCode="0007">Unable to locate the device interface.</string>
- <string name="INVALID_ARGUMENTS" errorCode="0008">Invalid arguments.</string>
- <string name="MISSING_ARCHIVE_ITEM" errorCode="0009">Unable to create the archive item in memory. This item does not exist in the archive.</string>
- <string name="INTERNAL_ERROR" errorCode="0010">Internal error.</string>
- <string name="CREATE_DEVICE_ITEM_FAILED" errorCode="0011">Unable to create a Device item.</string>
- <string name="INVALID_CONNECTION_STRING" errorCode="0012">Invalid connection string.</string>
- <string name="EMPTY_PROJECT_NAME" errorCode="0013">The project name cannot be empty.</string>
- <string name="MISSING_LOCAL_FILE" errorCode="0014">Unable to locate the local file: <param type="string" index="1"/>
- </string>
- <string name="EXISTING_FILE" errorCode="0015">Another file exists with the same name in the destination folder.</string>
- <string name="INVALID_FUNCTION_CALL" errorCode="0016">Unable to call the function:
- <param type="string" index="1"/> for the reason:
- <param type="string" index="2"/>
- </string>
- <string name="INVALID_DEVICE_DESTROY" errorCode="0017">Device should be closed before destroying it.</string>
- <string name="DEVICE_INITIALIZE_FAILED" errorCode="0018">Unable to initialize the device.</string>
- <string name="CREATE_ROOT_ITEM_FAILED" errorCode="0019">Unable to create the root item.</string>
- <string name="CREATE_ARCHIVE_ITEM_FAILED" errorCode="0020">Unable to create Archive item.</string>
- <string name="OPEN_PROJECT_FAILED" errorCode="0021">Unable to open the project:
- <param type="string" index="1"/>
- </string>
- <string name="CREATE_PROJECT_FAILED" errorCode="0022">Unable to create a new project.</string>
- <string name="INVALID_PROJECT_FILE_EXTENSION" errorCode="0023">Invalid project file extension.</string>
- <string name="INVALID_PROJECT_FILE_FORMAT" errorCode="0024">Invalid project file format.</string>
- <string name="OPEN_ARCHIVE_FAILED" errorCode="0025">Unable to open the archive.</string>
- <string name="INVALID_INITIALIZE_CALL" errorCode="0026">Unable to initialize. You must close the repository.</string>
- <string name="MISSING_ACCESS_INTERFACE" errorCode="0027">Unable to locate File Access Interface.</string>
- <string name="MISSING_PLUGIN" errorCode="0028">Unable to execute the requested action with the available plugins.</string>
- <string name="INVALID_ARCHIVE_PATH" errorCode="0029">The archive path is invalid. Please choose a different archive location and try again.</string>
- <string name="INVALID_TYPE" errorCode="0030">Invalid type when using the operator:
- <param type="string" index="1"/>
- </string>
- <string name="PARSE_FAILED" errorCode="0031">Unable to parse the preference file. </string>
- <string name="LOAD_CONFIGURATION_FAILED" errorCode="0032">Unable to load configurations.</string>
- <string name="MSG_NOT_PROVIDED" errorCode="0033">Unable to provide the message.</string>
- <string name="MEMORY_EXCEPTION" errorCode="0034">Out of memory. Please free some memory and try again.</string>
- <string name="SET_WORKING_FOLDER_FAILED" errorCode="0035">Unable to the set the working folder for the project.</string>
- <string name="INVOKE_AUTOMATION_FUNCTION_FAILED" errorCode="0036">Unable to invoke the function on the automation object.</string>
- <string name="AUTOMATION_RETURN_VALUE_COERCION_FAILED" errorCode="0037">Warning: automation return value coercion failed.</string>
- <string name="DEFAULT_STATE_REACHED" errorCode="0038">Error: Reached default state.</string>
- <string name="FUNCTION_CALL_ON_UNINITIALIZED_OBJECT" errorCode="0039">Calling the function:
- <param type="string" index="1"/> on uninitialized object.</string>
- <string name="FUNCTION_FAILED" errorCode="0040">The function:
- <param type="string" index="1"/> has failed.</string>
- <string name="HANDLE_NULL" errorCode="0041">Internal error -- null handle. </string>
- <string name="HANDLE_INVALID" errorCode="0042">Internal error. Handle does not represent a registered object in the BMT Engine. </string>
- <string name="HANDLE_NON_OBJECT" errorCode="0043">Internal error. Handle does not represent a first-class object. </string>
- <string name="DUPLICATE_OBJECT_NAME_WITHIN_GROUP" errorCode="0044">Another object exists with the same name.<param type="string" index="1"/>. Please choose a unique name.</string>
- <string name="DOM_EXCEPTION" errorCode="0045">The message is provided by DOM:
- <param type="string" index="1"/>
- </string>
- <string name="SAVE_FILE_FAILED" errorCode="0046">Unable to save the project. The file
- <param type="string" index="1"/> does not exist or has read-only attributes. Check if the file exists or change the attributes of the file to read-write and save the project again.</string>
- <string name="DRIVER_PREFERENCE_MISSING" errorCode="0047">Unable to read preferences for the requested interface. Please use another repository and/or ProjectAccess Interface.</string>
- <string name="UNKNOWN_CMD_SECTION" errorCode="0048">Unable to locate the requested section name in the Repository Command File.</string>
- <string name="FILE_NOT_CHECKED_OUT" errorCode="0049">Unable to undo file checkout. The file has not been checked out.</string>
- <string name="MISSING_PROJECT" errorCode="0050">The project does not exist.</string>
- <string name="DELETE_PROJECT_FAILED" errorCode="0051">Failed to delete the project.</string>
- <string name="RENAME_PROJECT_FAILED" errorCode="0052">Failed to rename the project.</string>
- <string name="DELETE_OBJECT_FAILED" errorCode="0053">Failed to delete object.
- <param type="string" index="1"/>
- </string>
- <string name="WRONG_MODEL_PATH" errorCode="0054">Unable to find the model location.</string>
- <string name="WRONG_SCHEMA_PATH" errorCode="0055">Unable to find the schema location.</string>
- <string name="DO_ACTION_FAILED" errorCode="0056">Unable to complete the action. The failure could be caused by invalid parameters.</string>
- <string name="BACKUP_COPY_FILE_FAILED" errorCode="0057">Unable to copy the file during backup.</string>
- <string name="CREATE_FOLDER" errorCode="0058">Unable to create a folder.</string>
- <string name="FILE_FOLDER_EXISTANCE" errorCode="0059">The file or folder does not exist.</string>
- <string name="UPGRADE_STATUS_1" errorCode="0060">The model needs to be opened and upgraded.</string>
- <string name="UPGRADE_STATUS_2" errorCode="0061">The model is from a later version than the current schema.</string>
- <string name="MOVE_OBJECT_FAILED" errorCode="0062">Unable to move the object or one of its children.</string>
- <string name="COPY_OBJECT_FAILED" errorCode="0063">Unable to copy the object or one of its children.</string>
- <string name="SOURCE_CONTROL_INITIALIZATION_FAILED" errorCode="0064">Unable to find the executable file<param type="string" index="1"/> for the source control system.</string>
- <string name="PROJECT_EXISTS" errorCode="0065">Unable to add the project to the repository. A project by that name already exists, or else you do not have write access to the repository.</string>
- <string name="REP_DATABASE_NOT_FOUND" errorCode="0066">Unable to connect to the repository. Please ensure that the repository path exists and is accessible.</string>
- <string name="REP_EXE_MISSING" errorCode="0067">Unable to find the executable for the repository. Please ensure that the executable exists and is accessible</string>
- <string name="INVALID_SS_CONNECTION_STRING" errorCode="0068">The connection string in the connection edit box does not adhere to the required format. </string>
- <string name="WRONG_USERNAME_PSWD" errorCode="0069">Wrong username or password. Please enter the correct username and password and try again.</string>
- <string name="PARSE_ERROR" errorCode="0070">Encountered a fatal error at<param type="string" index="1"/>line number: <param type="integer" index="2"/>, column number: <param type="integer" index="3"/>
- </string>
- <string name="PARSE_FATAL_ERROR" errorCode="0071">Encountered an error at<param type="string" index="1"/>line number: <param type="integer" index="2"/>, column number: <param type="integer" index="3"/>.
- </string>
- <string name="PARSE_WARNING" errorCode="0072">Encountered a warning at <param type="string" index="1"/>line number:<param type="integer" index="2"/>, column number: <param type="integer" index="3"/>
- </string>
- <string name="PARSE_FILE_FAIL" errorCode="0073">Unable to parse the file: <param type="string" index="1"/>
- </string>
- <string name="ANALASER_DONE" errorCode="0074">The parsing operation is complete.</string>
- <string name="FILE_NOT_EXIST" errorCode="0075">The file: <param type="string" index="1"/>does not exist. </string>
- <string name="CANNOT_FIND_OBJECT" errorCode="0076">Unable to find the map for the tag : <param type="string" index="1"/> in the behavior rules.</string>
- <string name="INVALID_FILENAME" errorCode="0077">The project path is invalid. Ensure that the project name is formatted correctly and contains valid characters.</string>
- <string name="FILE_FOLDER_READONLY" errorCode="0078">Unable to overwrite the project. The project, or one of the project files, is read-only.</string>
- <string name="SAVE_SEGMENT_ERROR" errorCode="0079">Unable to save following segments: </string>
- <string name="SEGMENT_UNCHECKED" errorCode="0080">
- <param type="string" index="1"/>
- </string>
- <string name="SEGMENT_CHECKOUT" errorCode="0081">Please check the segments out from the repository. </string>
- <string name="CHANGE_FILE_MODE" errorCode="0082">Unable to copy the file <param type="string" index="1"/> or change the attributes of the file to read-write.</string>
- <string name="INVALID_BACKUP_PATH" errorCode="0083">The project backup path is invalid. The project backup path must be different from the project path, process directory path, or root directory.</string>
- <string name="SRC_DEST_SAME" errorCode="0084">Unable to move, copy, or rename the project. A project with the same name already exists in the destination folder.</string>
- <string name="MISSING_PARAM" errorCode="0085">Invalid connection string format. Enter a valid connection string and try again.</string>
- <string name="CMD_FILE_MISSING" errorCode="0086">Unable to find the repository command file<param type="string" index="1"/>. Ensure that the repository command file is accessible. </string>
- <string name="INVALID_TEMPLATE_PATH" errorCode="0087">The project template path does not exist.</string>
- <string name="TEMPLATE_LOCATION_IS_EMPTY" errorCode="0088">The project template location is empty.</string>
- <string name="SEGMENT_REPPATH_NOTFOUND" errorCode="0089">Unable to find the segment in the repository.</string>
- <string name="MISSING_SECTION" errorCode="0090">The repository command file is invalid because it is missing a section.</string>
- <string name="INVALID_PROJECT_PATH" errorCode="0091">Unable to find the project path <param type="string" index="1"/>. Ensure that the project path is accessible and try again. </string>
- <string name="UNKNOW_TAG" errorCode="0092">The connection string contains an unknown tag.</string>
- <string name="WRONG_CONNSTR_FORMAT" errorCode="0093">Unable to parse the connection string. The format is invalid.</string>
- <string name="IVALID_REP_PATH" errorCode="0094">The specified repository path is invalid. Enter a valid path and try again.</string>
- <string name="MISSING_CON_STR_INTERFACE" errorCode="0095">Unable to get the connection string interface. Ensure that you have a valid connection string. </string>
- <string name="FAILED_GET_REVISION" errorCode="0096">Unable to get the revision history.</string>
- <string name="INVALID_RENAME_FILENAME" errorCode="0097">The file name is invalid. Ensure that it does not contain invalid characters such as any of the following characters: \ / * ? : " < > | .</string>
- <string name="FAILED_WRITING_TO_FILE" errorCode="0098">Unable to write to the file.</string>
- <string name="PROJECT_IS_OPENED" errorCode="0099">The project <param type="string" index="1"/> is open. You must close the project before you can delete, move, rename, or copy it.</string>
- <string name="COPY_PROJECT_FAILED" errorCode="0100">Unable to copy the project.</string>
- <string name="PROJECT_UNDER_REP_CONTROL" errorCode="0101">You must check the project out of the repository to perform an upgrade. The repository location is: <param type="string" index="1"/>
- </string>
- <string name="EXCEPTION_OCCURED" errorCode="0102">An exception occurred while parsing the repository output</string>
- <string name="INVALID_CONNELEMENT_NAME" errorCode="0103">
- <param type="string" index="1"/> cannot contain invalid characters such as any of the following characters: \ / * ? : " < > | .</string>
- <string name="INVALID_DATA_TYPE_ACCORDING_SCHEMA" errorCode="0104">The value data type is invalid according to schema validation.</string>
- <string name="CREATE_ITEM_FAILED" errorCode="0105">Unable to create the requested Item.</string>
- <string name="INVALID_RPI_FILE_FORMAT" errorCode="0106">The repository command file does not adhere to the expected format.</string>
- <string name="DELETE_LINK_FROM_FOREIGN_PROJECT" errorCode="0107">The segment cannot be deleted because the link is defined in different project file.</string>
- <string name="MODIFY_LINK_FROM_FOREIGN_PROJECT" errorCode="0108">The segment <param type="string" index="1"/> cannot be modified because the link is defined in different project file.</string>
- <string name="INVALID_FOLDER_NAME" errorCode="0109">The folder name is invalid. Ensure that it does not contain invalid characters such as any of the following characters: \ / * ? : " < > | .</string>
- <string name="START_WITH_DOT" errorCode="0110">The file name is invalid. It cannot start with the dot(".") character</string>
- <string name="MAX_COMMENT_LEN" errorCode="0111">The comment you entered is longer than the maximum allowed length of <param type="integer" index="1"/> characters for this repository. Please enter a shorter description and try again.</string>
- <string name="SEGMENT_CHECKEDOUT" errorCode="0112">The segment <param type="string" index="1"/> is already checked out by the user: <param type="string" index="2"/>.</string>
- <string name="REPOSITORY_NOT_CONFIGURED" errorCode="0113">The repository is not configured or is configured incorrectly. Use the Cognos Configuration tool to make sure that all parameters are entered correctly for the repository.</string>
- <string name="FILE_IS_CORRUPTED" errorCode="0114">Unable to read the file <param type="string" index="1"/> The file may be corrupted.</string>
- <string name="OPERATION_AFFECTS_FOREIGN_PROJECT" errorCode="0115">The operation cannot be executed since it will affect link or links defined in a different project file.</string>
- <string name="UPGRADE_FILE_FAILED" errorCode="0116">Unable to upgrade the project. The file
- <param type="string" index="1"/> does not exist or has read-only attributes. Check if the file exists or change the attributes of the file to read-write and try again.</string>
- <string name="TEMPLATES_FOLDER_EXISTANCE" errorCode="0117"> Failed to copy the required project files from the templates directory. Verify that the templates exist and that the modeling application is properly installed.</string>
- <string name="MISSING_SECURITY_DRIVER" errorCode="0118">Unable to locate the Security Driver Interface.</string>
- <string name="LOAD_SCRIPT" errorCode="0119">The model has been updated:
- <param type="string" index="1"/>
- </string>
- <string name="UPGRADE_PROJECT_FAILED" errorCode="0120">Unable to upgrade project for:
- <param type="string" index="1"/>
- </string>
- <string name="NULL_ROOT_MODEL_HANDLER" errorCode="0121">NULL root model handler.</string>
- <string name="CREATE_WORKSPACE_FAILED" errorCode="0122">Unable to create workspace.</string>
- <string name="OPEN_WORKSPACE_FAILED" errorCode="0123">Unable to open workspace.</string>
- <string name="CREATE_DOM_FAILED" errorCode="0124">Unable to create the Document Object Model (DOM).</string>
- <string name="DOM_PARSER_FAILED" errorCode="0125">The Document Object Model (DOM) parser failed.</string>
- <string name="INVALID_TEMPLATE_DIR" errorCode="0126">The template directory does not exist. Verify that the templates have been installed and configured correctly. Please see your system administrator:
- <param type="string" index="1"/>
- </string>
- <string name="REGEX_INTERNAL_ERROR" errorCode="0127">An internal error (bug) was detected.</string>
- <string name="REGEX_RULE_SYNTAX" errorCode="0128">Syntax error in the regular expression pattern.</string>
- <string name="REGEX_INVALID_STATE" errorCode="0129">For the requested operation, the regular expression engine is in an invalid state.</string>
- <string name="REGEX_BAD_ESCAPE_SEQUENCE" errorCode="0130">Unrecognized backslash escape sequence in pattern.</string>
- <string name="REGEX_PROPERTY_SYNTAX" errorCode="0131">Incorrect Unicode property.</string>
- <string name="REGEX_UNIMPLEMENTED" errorCode="0132">Use of a regular expression feature that is not yet implemented.</string>
- <string name="REGEX_MISMATCHED_PAREN" errorCode="0133">Incorrectly nested parentheses in the regular expression pattern.</string>
- <string name="REGEX_NUMBER_TOO_BIG" errorCode="0134">The decimal number is too large.</string>
- <string name="REGEX_BAD_INTERVAL" errorCode="0135">There is an error in the {minimum, maximum} interval.</string>
- <string name="REGEX_MAX_LT_MIN" errorCode="0136">In the {minimum, maximum} interval, the maximum is less than the minimum.</string>
- <string name="REGEX_INVALID_BACK_REF" errorCode="0137">Back-reference to a non-existent capture group.</string>
- <string name="REGEX_INVALID_FLAG" errorCode="0138">Invalid value for match mode flags.</string>
- <string name="REGEX_LOOK_BEHIND_LIMIT" errorCode="0139">Look-Behind pattern matches must have a bounded maximum length.</string>
- <string name="REGEX_SET_CONTAINS_STRING" errorCode="0140">Regular expressions cannot have UnicodeSets containing strings.</string>
- <string name="REGEX_ERROR_LIMIT" errorCode="0141">No error message defined for this error code.</string>
- <string name="UNDO_ACTION_FAILED" errorCode="0142">Unable to complete the action. The undo stack is empty.</string>
- <string name="MERGE_ACTION_FAILED" errorCode="0143">A merge between different projects is not allowed.</string>
- <string name="EXCEPTION_STACK_TRACE" errorCode="0144">Trace back:</string>
- <string name="CREATE_PROJECT" errorCode="0145">The project cannot be opened because there is no write permission for the directory:
- <param type="string" index="1"/> </string>
- </section>
- <section name="SP">
- <string name="SP_DONE" errorCode="0001">Done - OK.</string>
- <string name="BMT_INIT_ERR" errorCode="0002">BMT initialization error: </string>
- <string name="XML_INIT_ERR" errorCode="0003">XML initialization problem: </string>
- <string name="UNK_INIT_ERR" errorCode="0004">An unknown error occurred during initialization.</string>
- <string name="BMT_REPL_ERR" errorCode="0005">A BMT problem occurred during replay: </string>
- <string name="XML_REPL_ERR" errorCode="0006">An XML problem occurred during replay: </string>
- <string name="UNK_REPL_ERR" errorCode="0007">An unknown error occurred during execution.</string>
- <string name="WSCR_ERR" errorCode="0008">An error occurred while creating the workspace.</string>
- <string name="WSOP_ERR" errorCode="0009">An error occurred while opening the workspace.</string>
- <string name="PROJ_CRE" errorCode="0010">A new project is being created.</string>
- <string name="PROJ_OPN" errorCode="0011">An existing project is being opened.</string>
- <string name="MDOP_ERR" errorCode="0012">Unable to open a model document.</string>
- <string name="ALOP_ERR" errorCode="0013">Unable to open an action log document.</string>
- <string name="BTOP_ERR" errorCode="0014">Unable to open a batch file.</string>
- <string name="TRNS_CNT" errorCode="0015">Transaction count: </string>
- <string name="TRNS_NUM" errorCode="0016">Transaction: </string>
- <string name="ACTN_NUM" errorCode="0017">Action: </string>
- <string name="FAIL_SKP" errorCode="0018"> failed, skipping...</string>
- <string name="FAIL_STP" errorCode="0019"> failed, stopping...</string>
- <string name="SUCC_CNT" errorCode="0020"> successful, continuing...</string>
- <string name="ACTN_ERR" errorCode="0021">Some actions failed during recording and are being retried.</string>
- <string name="INPP_ERR" errorCode="0022">An error occurred. There are multiple input params elements.</string>
- <string name="IHID_ERR" errorCode="0023">Invalid property handle ID: <param type="string" index="1"/>
- </string>
- <string name="IMPN_ERR" errorCode="0024">There was an Import node create error.</string>
- <string name="I18N_ERR" errorCode="0025">The maximum number of internationalization strings was exceeded.</string>
- <string name="ELPS_TIM" errorCode="0026">Elapsed time: </string>
- <string name="SUMM_ERR" errorCode="0027">Check messages to determine which errors occurred.</string>
- <string name="SAVE_NTF" errorCode="0028">All applied changes will be saved.</string>
- <string name="SAVE_ERR" errorCode="0029">Unable to save the project.</string>
- <string name="PROJ_UPG" errorCode="0030">Upgrade the project.</string>
- <string name="AUTH_ERR" errorCode="0031">Authentication failure.</string>
- <string name="AUTH_MSG" errorCode="0032">Your user id or password is incorrect. Re-enter your logon credentials.</string>
- <string name="PREP_ERR" errorCode="0033">Action pre-processing failed.</string>
- <string name="POSTP_ERR" errorCode="0034">Action post-processing failed.</string>
- <string name="SEGCR_NTF" errorCode="0035">Creating a new segment.</string>
- <string name="INPP_MSG" errorCode="0036">****Input arguments*****</string>
- <string name="OUTP_MSG" errorCode="0037">****Output arguments****</string>
- <string name="NOARG_MSG" errorCode="0038">No arguments were returned.</string>
- <string name="DIAG_ERR" errorCode="0039">Diagnostic output failed.</string>
- <string name="PARM_MSG" errorCode="0040">parameter: </string>
- <string name="REPLA_MSG" errorCode="0041">Replaying the action.</string>
- <string name="SKIPA_MSG" errorCode="0042">Skipping the action.</string>
- <string name="SKIPT_MSG" errorCode="0043">Skipping the transaction.</string>
- <string name="PLAYP_MSG" errorCode="0044">Playing from position: </string>
- <string name="RESN_ERR" errorCode="0045">Reason: </string>
- <string name="ROLLBACK" errorCode="0046"> rollback...</string>
- <string name="AMBIGUOUS_CONNECTION" errorCode="0047">Ambiguous connection.</string>
- <string name="AMBIGUOUS_SIGNON" errorCode="0048">Ambiguous signon.</string>
- <string name="LOGON_FAILURE" errorCode="0049">Unable to logon.</string>
- <string name="CONNECTION_NOT_FOUND" errorCode="0050">Unable to find the connection.</string>
- <string name="SIGNON_NOT_FOUND" errorCode="0051">Unable to find the Signon.</string>
- <string name="DATABASE_NOT_FOUND" errorCode="0052">The database not found.</string>
- <string name="INVALID_USERNAME" errorCode="0053">Invalid user name.</string>
- <string name="INVALID_PASSWORD" errorCode="0054">Invalid password.</string>
- <string name="INVALID_CUBE_PASSWORD" errorCode="0055">Invalid cube password.</string>
- </section>
- <section name="AS">
- <string name="PARAM_CONV_ERR" errorCode="0001">There was an error in the parameter conversion.</string>
- <string name="SHC_REF_ERR" errorCode="0002">The shortcut refers to an object that does not exist.</string>
- <string name="CONN_MISSING_ERR" errorCode="0003">The request does not specify a connection.</string>
- <string name="INVALID_SOAP_ERR" errorCode="0004">Invalid SOAP request.</string>
- <string name="INVALID_BODY_ERR" errorCode="0005">The request is missing a body.</string>
- <string name="INVALID_HDR_ERR" errorCode="0006">The request is missing a header.</string>
- <string name="INVALID_REQ_ERR" errorCode="0007">Invalid metadata request.</string>
- <string name="SESSION_INIT_ERR" errorCode="0008">Unable to initialize the session.</string>
- <string name="SCRIPT_OPEN_ERR" errorCode="0009">Unable to open the script.</string>
- <string name="PROJ_LOCK" errorCode="0010">The project you are trying to access is locked by other user.</string>
- <string name="XSLT_TRF_ERR" errorCode="0011">XSLT transformation failed.</string>
- <string name="MA_STARTPATH_ERR" errorCode="0012">The start path syntax is incorrect. Expected [folder].[QS].[QI]</string>
- <string name="MA_SHC_REF_ERR" errorCode="0013">An object that the shortcut '<param type="string" index="1"/>' is referencing does not exist in the package.</string>
- <string name="MA_EMPTY_MODEL_ERR" errorCode="0014">The model or package is empty</string>
- <string name="MA_OBJ_MISSING_ERR" errorCode="0015">Unable to find the object ' <param type="string" index="1"/>'.</string>
- <string name="MA_ITEM_NOT_ACCESSIBLE_ERR" errorCode="0016">The item ' <param type="string" index="1"/>' is not accessible. </string>
- <string name="MA_STARTREF_ERR" errorCode="0017"> The wrong value ' <param type="string" index="1"/>' is set at start_atRef attribute in the request. Expected [Folder].[QS].[QI]. </string>
- <string name="MA_NAME_NOT_UNIQUE_ERR" errorCode="0018">There is more than one child of the object with the same name: ' <param type="string" index="1"/>'. </string>
- <string name="MA_UNACCESSIBLE_VIEWS_FOR_USER" errorCode="0019">There are no views accessible for the user.</string>
- <string name="MODEL_INUSE_ERR" errorCode="0020">Unable to create the model. The model may be in use.</string>
- <string name="MODEL_OPEN_ERR" errorCode="0021">Unable to open the model.</string>
- <string name="MODEL_ACC_ERR" errorCode="0022">Model was not opened.</string>
- <string name="USER_REG_ERR" errorCode="0023">Access to the model denied.</string>
- <string name="ACTION_PERM_ERR" errorCode="0024">You do not have permission to execute this action.</string>
- <string name="MA_ERROR_CALLING_CM_FOR_IDENTITY" errorCode="0025">There is an error about indentity in the Content Manager.</string>
- <string name="MA_MODEL_NOT_EXIST" errorCode="0026">The model ' <param type="string" index="1"/>' does not exist.</string>
- <string name="CCLCFGAPI_ERROR" errorCode="0027">There was an error in getting the Content Manager gateway URL.</string>
- <string name="MA_NO_SECURITY_VIEWS_IN_PACKAGE" errorCode="0028">There are no security views in the package.</string>
- <string name="MA_UNACCESSIBLE_REQUESTED_VIEWS" errorCode="0029">Unable to access any items in the model. The accessible views are: ' <param type="string" index="1"/>'. The requested views are: ' <param type="string" index="2"/>'. Contact your security administrator.</string>
- </section>
- </component>
- </stringTable>
|