123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2008, 2022
- 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="CCLMessageFile.xsd">
- <component name="CM" usage="Content Manager messages">
- <section name="REQ" usage="Request-related messages" type="Messages">
- <string id="cmNoRequestHandler" type="String" errorCode="4001">Content Manager is unable to process the request <param name="Name" type="string"/> because it is invalid.</string>
- <string id="cmNoRequestHandlerInt" type="String" errorCode="4002">Content Manager is unable to process this request because it is invalid.</string>
- <string id="cmInvalidCommand" type="String" errorCode="4004">The search path function "<param name="name" type="string"/>" is not supported by "<param name="command" type="string"/>" operation.</string>
- <string id="cmStartRequestFail" type="String" errorCode="4005">Content Manager is unable to process the request <param name="Name" type="string"/> because it contains an XML syntax error.</string>
- <string id="cmInvalidOrder" type="String" errorCode="4007">Content Manager is unable to process the request because the value "<param name="Value" type="string"/>" for its "order" attribute is invalid.</string>
- <string id="cmBadXML" type="String" errorCode="4008">Content Manager is unable to process the request because it contains invalid content.</string>
- <string id="cmBadPropPrefix" type="String" errorCode="4009">The property "<param name="Value" type="string"/>" is invalid.</string>
- <string id="cmBadProp" type="String" errorCode="4010">The property "<param name="Value" type="string"/>" is unknown. Remove it or replace it with a valid property.</string>
- <string id="cmNoPermission" type="String" errorCode="4014">Your current security privileges do not include <param name="permission" type="string"/> access to the object "<param name="object" type="string"/>".</string>
- <string id="cmBadSecNamespace" type="String" errorCode="4022">The security namespace "<param name="Name" type="string"/>" is invalid.</string>
- <string id="cmBadContext" type="String" errorCode="4025">The location "<param name="Name" type="string"/>" is invalid.</string>
- <string id="cmBadName" type="String" errorCode="4026">The name "<param name="Name" type="string"/>" is invalid.</string>
- <string id="cmBadAttribute" type="String" errorCode="4033">The attribute "<param name="Name" type="string"/>" is invalid.</string>
- <string id="cmDuplicateObject" type="String" errorCode="4036">The object already exists at this location.</string>
- <string id="cmBadEncoding" type="String" errorCode="4037">The character sequence "<param name="badChars" type="string"/>" is not encoded correctly.</string>
- <string id="cmClassDoesNotMatch" type="String" errorCode="4045">The class of the object does not match the class of the object that is referenced by the "shortcut" property.</string>
- <string id="cmNameSpaceQueryErr" type="String" errorCode="4049">An error occurred while accessing a security system.</string>
- <string id="cmMissingConfigFolder" type="String" errorCode="4051">Content Manager did not create the folder <param name="Folder" type="string"/> because a configuration error occurred.</string>
- <string id="cmNoCheckAccess" type="String" errorCode="4052">Content Manager is unable to verify or authorize access.</string>
- <string id="cmRetentionFailed" type="String" errorCode="4053">Content Manager cannot enforce the retention policy.</string>
- <string id="cmBadBoolean" type="String" errorCode="4055">An attribute has an invalid boolean value of "<param name="Value" type="string"/>".</string>
- <string id="cmUnknownRequest" type="String" errorCode="4056">Unknown Content Manager request "<param name="Name" type="string"/>".</string>
- <string id="cmBadRequest" type="String" errorCode="4057">Invalid Content Manager request.</string>
- <string id="cmNoSelectPath" type="String" errorCode="4061">You must specify a search path for the object.</string>
- <string id="cmNoTargetPath" type="String" errorCode="4062">You must specify a search path to the target location.</string>
- <string id="cmBadCompareOp" type="String" errorCode="4063">A search path expression contains an unknown comparison operator <param name="Value" type="string"/>.</string>
- <string id="cmBadPropNameStart" type="String" errorCode="4064">The search path property name is invalid. A property name must begin with a letter, underscore (_), or colon (:).</string>
- <string id="cmBadAttrNameStart" type="String" errorCode="4065">The search path attribute name is invalid. An attribute name must begin with a letter, underscore (_), or colon (:).</string>
- <string id="cmEmptyAttrName" type="String" errorCode="4066">An empty attribute name is not allowed in a search path predicate.</string>
- <string id="cmEmptyPropName" type="String" errorCode="4067">An empty property name is not allowed in a search path predicate.</string>
- <string id="cmBadPropInExpr" type="String" errorCode="4068">The property "<param name="Prop" type="string"/>" cannot be used in a search expression.</string>
- <string id="cmUnknownPropInExpr" type="String" errorCode="4069">The property "<param name="Prop" type="string"/>" is unknown. Replace it with a valid property.</string>
- <string id="cmBadAccountExpr" type="String" errorCode="4071">Invalid current account expression. It must begin with a two tildes (~~), a tilde and a slash (~/), or two tildes and a slash (~~/).</string>
- <string id="cmBadSession" type="String" errorCode="4072">The passport ID is invalid for the current session. Please log on again.</string>
- <string id="cmBadFuncNoEnd" type="String" errorCode="4075">"A function call is invalid because the closing parenthesis is missing."</string>
- <string id="cmBadFuncEmptyArg" type="String" errorCode="4076">A function call is invalid because it contains an empty argument.</string>
- <string id="cmBadArgCount" type="String" errorCode="4077">The number of arguments for function "<param name="Name" type="string"/>" is incorrect.</string>
- <string id="cmBadFuncArg" type="String" errorCode="4078">The function "<param name="Name" type="string"/>" has an invalid argument.</string>
- <string id="cmBadNodeTestDef" type="String" errorCode="4080">A search path node test is invalid. You must specify either "and" or "or".</string>
- <string id="cmBadNodeTestAt" type="String" errorCode="4081">A search path node test contains the invalid value "<param name="Value" type="string"/>".</string>
- <string id="cmPathAxisOnce" type="String" errorCode="4082">An axis can only be specified once in a search path. Remove all additional axes for the path step.</string>
- <string id="cmBadAxisDefAt" type="String" errorCode="4083">Your request contains an invalid axis "<param name="Value" type="string"/>".</string>
- <string id="cmBadCharInNodeTest" type="String" errorCode="4084">A search path node test contains an invalid character '<param name="Value" type="string"/>'.</string>
- <string id="cmBadNodeTest" type="String" errorCode="4085">The search path node test contains a value <param name="Name" type="string"/> that is invalid.</string>
- <string id="cmInvalidProperty" type="String" errorCode="4095">An object of class "<param name="Class" type="string"/>" does not have a property named "<param name="Property" type="string"/>".</string>
- <string id="cmBadPredTerminate" type="String" errorCode="4100">Search path syntax error. Replace the predicate termination character '<param name="terminateChar" type="string"/>' with a closing square bracket (]).</string>
- <string id="cmPropMissingAttr" type="String" errorCode="4113">The attribute "<param name="Attribute" type="string"/>" is required for the property "<param name="Property" type="string"/>".</string>
- <string id="cmPropBadAttr" type="String" errorCode="4114">The attribute value "<param name="Attribute" type="string"/>" is invalid for the property "<param name="Property" type="string"/>".</string>
- <string id="cmPropAttrUnknown" type="String" errorCode="4115">The attribute "<param name="Attribute" type="string"/>" is not a valid attribute of the property "<param name="Property" type="string"/>".</string>
- <string id="cmPropInvalidContent" type="String" errorCode="4116">The content of the property "<param name="Property" type="string"/>" is invalid.</string>
- <string id="cmPropValueOverflow" type="String" errorCode="4117">The value of the property "<param name="Property" type="string"/>" exceeds the maximum length of <param name="Length" type="string"/>.</string>
- <string id="cmBadAttrValue" type="String" errorCode="4118">The value "<param name="Value" type="string"/>" is inappropriate for the attribute "<param name="Attribute" type="string"/>".</string>
- <string id="cmNoDelChild" type="String" errorCode="4119">Content Manager is unable to delete the object "<param name="Path" type="string"/>" because it has child objects.</string>
- <string id="cmDuplicateProperty" type="String" errorCode="4120">The property "<param name="Property" type="string"/>" was specified more than once in the request.</string>
- <string id="cmExpectedSingleElement" type="String" errorCode="4122">The expected single element "<param name="Name" type="string"/>" is missing.</string>
- <string id="cmExpectedElement" type="String" errorCode="4123">Expected to find the element "<param name="Name" type="string"/>", but found the element "<param name="Found" type="string"/>" instead.</string>
- <string id="cmExpectedArrayElement" type="String" errorCode="4124">Expected to find the array element "<param name="Name" type="string"/>", but found the element "<param name="Found" type="string"/>" instead.</string>
- <string id="cmClassBadLocation" type="String" errorCode="4125">Content Manager is unable to create an object of type "<param name="Class" type="string"/>" at the location "<param name="Path" type="string"/>".</string>
- <string id="cmPermissionInvalid" type="String" errorCode="4126">A permission cannot be named "<param name="Permission" type="string"/>".</string>
- <string id="cmCopyFailed" type="String" errorCode="4127">An error occurred during a copy operation.</string>
- <string id="cmConnectorIOError" type="String" errorCode="4128">An input/output error occurred executing an external request to the connector "<param name="connector" type="string"/>".</string>
- <string id="cmArchiveExists" type="String" errorCode="4131">The deployment archive "<param name="Archive" type="string"/>" already exists.</string>
- <string id="cmArchiveOverwriteError" type="String" errorCode="4132">The existing deployment archive "<param name="Archive" type="string"/>" could not be removed from the file system.</string>
- <string id="cmArchiveCreateError" type="String" errorCode="4133">The deployment archive "<param name="Archive" type="string"/>" could not be created in the file system.</string>
- <string id="cmArchiveNoSource" type="String" errorCode="4135">A source object was not specified in the package.</string>
- <string id="cmExpectedElementEmpty" type="String" errorCode="4138">A required value is missing within element named "<param name="Name" type="string"/>".</string>
- <string id="cmExportPackageMissing" type="String" errorCode="4140">Deployment archive "<param name="Archive" type="string"/>" does not contain package"<param name="Package" type="string"/>".</string>
- <string id="cmAddNoClass" type="String" errorCode="4142">The object definition does not have a class defined.</string>
- <string id="cmObjectNotFound" type="String" errorCode="4146">The object was not found.</string>
- <string id="cmUnsupportedDirectoryDescendant" type="String" errorCode="4148">The search expression "<param name="Path" type="string"/>" is not supported. You cannot perform a descendant search of the security directory.</string>
- <string id="cmNoRead" type="String" errorCode="4011">You do not have permission to access the object "<param name="object" type="string"/>".</string>
- <string id="cmNoSetPolicy" type="String" errorCode="4013">You do not have permission to access policies for the object "<param name="object" type="string"/>".</string>
- <string id="cmBadSelection" type="String" errorCode="4023">You cannot create an object at the location "<param name="Name" type="string"/>".</string>
- <string id="cmExpectedElementMissing" type="String" errorCode="4121">The element "<param name="Name" type="string"/>" is missing in element "<param name="Parent" type="string"/>".</string>
- <string id="cmEmptyRequest" type="String" errorCode="4155">The request is empty.</string>
- <string id="cmExpectedElementAttrMissing" type="String" errorCode="4152">The element "<param name="Name" type="string"/>" with attribute "<param name="Attribute" type="string"/>" and value "<param name="Value" type="string"/>" is missing.</string>
- <string id="cmUnkownRootClass" type="String" errorCode="4156">The root class cannot be determined for "<param name="Class" type="string"/>" in the content store location "<param name="Path" type="string"/>".</string>
- <string id="cmHeaderFault" type="String" errorCode="4159">Content Manager returned an error in the response header. The error "<param name="RootError" type="string"/>" can be found in the response SOAP header.</string>
- <string id="cmFailNoParent" type="String" errorCode="4164">The search expression did not select a parent object.</string>
- <string id="cmMultipleParents" type="String" errorCode="4165">Multiple parent objects were selected.</string>
- <string id="cmNoPassport" type="String" errorCode="4003">Content Manager is unable to process this request because the necessary security information is missing. Add the required security credentials and resend.</string>
- <string id="cmNotRunning" type="String" errorCode="5004">Content Manager is not running.</string>
- <string id="cmUnexpectedStart" type="String" errorCode="4008">Content Manager is unable to process this request because it contains an unrecognized XML namespace "<param name="Namespace" type="string"/>" or element "<param name="Element" type="string"/>".</string>
- <string id="cmBadProvider" type="String" errorCode="4015">This request contains an invalid XML provider element. Content Manager supports version "<param name="provider" type="string"/>" up to, and including, patch "<param name="patch" type="string"/>".</string>
- <string id="cmFileNotFound" type="String" errorCode="4019">Content Manager is unable to process this request because the referenced MIME message part does not exist.</string>
- <string id="cmPropNotUpdateableNamespace" type="String" errorCode="4021">The property "<param name="Property" type="string"/>" for the namespace "<param name="Namespace" type="string"/>" can only be updated using the configuration tool.</string>
- <string id="cmRequestMissingAttr" type="String" errorCode="4027">This request <param name="Request" type="string"/> does not contain the required attribute <param name="Attribute" type="string"/>.</string>
- <string id="cmStaticRequest" type="String" errorCode="4028">This request <param name="Request" type="string"/> cannot be processed when submitted using the BI Bus interface.</string>
- <string id="cmAccManInitError" type="String" errorCode="4050">Content Manager cannot start because IBM Cognos Access Manager configuration parameters are invalid.</string>
- <string id="cmQuerySecurityFailure" type="String" errorCode="4054">An error occurred while accessing data from a third party directory.</string>
- <string id="cmBadPredNoArgs" type="String" errorCode="4074">The call to the search path function "<param name="FuncName" type="string"/>" is invalid because the required arguments are missing.</string>
- <string id="cmBadFuncArgInherit" type="String" errorCode="4079">The property <param name="Name" type="string"/> is not acquirable.</string>
- <string id="cmErrMissingSoapAction" type="String" errorCode="5087">This request does not contain a SOAPAction header element.</string>
- <string id="cmErrBadSoapAction" type="String" errorCode="4088">This request contains an invalid SOAPAction header element "<param name="SOAPAction" type="string"/>".</string>
- <string id="cmErrBadContentType" type="String" errorCode="4089">This request contained an invalid HTTP content type value "<param name="Type" type="string"/>". The HTTP content type must start with "text/xml".</string>
- <string id="cmConnectorSAXError" type="String" errorCode="4130">The response from connector "<param name="connector" type="string"/>" was not a valid XML document.</string>
- <string id="cmNotUpdateDescProp" type="String" errorCode="4141">The "updateAllDescendants" option is invalid for property "<param name="Property" type="string"/>".</string>
- <string id="cmExpectedIntElement" type="String" errorCode="4144">Content Manager expected to find an integer value in element "<param name="Name" type="string"/>" but found "<param name="Value" type="string"/>" instead.</string>
- <string id="cmBadProperty" type="String" errorCode="4017">This request contains an invalid property name "<param name="Property" type="string"/>".</string>
- <string id="cmIllegalName" type="String" errorCode="4018">This request contains an invalid object property "<param name="Property" type="string"/>".</string>
- <string id="cmBadSOAPOrderByProp" type="String" errorCode="4093">This request is invalid because the property "<param name="Propname" type="string"/>" cannot be used in an "order by" operation.</string>
- <string id="cmBadNamespaceSelection" type="String" errorCode="4070">This request contained an invalid search expression. When searching the security directory, you must select a "single" namespace.</string>
- <string id="cmCAMProtectNoServiceId" type="String" errorCode="4149">This request is invalid because the CAMProtect element does not contain a service id.</string>
- <string id="cmbadTrustedId" type="String" errorCode="4153">This request's trusted id could not be encrypted.</string>
- <string id="cmNoRootAdd" type="String" errorCode="4166">An object cannot be added to the root object.</string>
- <string id="cmMoveFailed" type="String" errorCode="4167">An error occurred during a move operation.</string>
- <string id="cmBadCopySelectionRoot" type="String" errorCode="4168">The root object "<param name="Path" type="string"/>" cannot be copied.</string>
- <string id="cmBadMoveSelectionRoot" type="String" errorCode="4169">The root object "<param name="Path" type="string"/>" cannot be moved.</string>
- <string id="cmBadDeleteSelectionRoot" type="String" errorCode="4173">The root object "<param name="Path" type="string"/>" cannot be deleted.</string>
- <string id="cmBadDeleteSelectionSpecial" type="String" errorCode="4174">The object "<param name="Path" type="string"/>" cannot be deleted.</string>
- <string id="cmInvalidArgGT1ObjectSel" type="String" errorCode="4176">The argument "<param name="Argument" type="string"/>" selected more than one object.</string>
- <string id="cmInvalidArgObjectBadClass" type="String" errorCode="4177">The argument "<param name="Argument" type="string"/>" selected an object of the wrong type.</string>
- <string id="cmFuncInvocationFailure" type="String" errorCode="4178">The invocation of the "<param name="Function" type="string"/>" function failed.</string>
- <string id="cmBadContentLocale" type="String" errorCode="4179">The locale "<param name="Locale" type="string"/>" is not one of the configured content locales.</string>
- <string id="cmDuplicateLocale" type="String" errorCode="4190">The property value is invalid because the locales for value "<param name="Value1" type="string"/>" and value "<param name="Value2" type="string"/>" both map to locale "<param name="Locale" type="string"/>".</string>
- <string id="cmExportObjectNotFound" type="String" errorCode="4194">Object "<param name="Path" type="string"/>" was not found.</string>
- <string id="cmExportNoNamespaces" type="String" errorCode="4195">Content Manager could not find any namespaces for exporting personal data.</string>
- <string id="cmInvalidCopyRunhistory" type="String" errorCode="4197">An object of class "<param name="Class" type="string"/>" cannot be selected for a copy operation.</string>
- <string id="cmPropertyNoPermission" type="String" errorCode="4201">You do not have access to the property "<param name="property" type="string"/>" for the object "<param name="object" type="string"/>".</string>
- <string id="cmNoCredentialAuthenticate" type="String" errorCode="4203">The report owner's credentials could not be authenticated.</string>
- <string id="cmNoCredentialAccessSchedule" type="String" errorCode="4204">You do not have permission to access the credential for the schedule.</string>
- <string id="cmImportObjMissing" type="String" errorCode="4205">The import operation encountered an internal error. An object that should already exist could not be accessed.</string>
- <string id="cmAddDupObjectQueryFailed" type="String" errorCode="4206">The add operation encountered an internal error. A duplicate object was detected, but the object could not be queried for path "<param name="Path" type="string"/>".</string>
- <string id="cmErrUpdateProp" type="String" errorCode="4086">Content Manager is unable to update a "data" property value in the content store database.</string>
- <string id="cmFailImportObject" type="String" errorCode="4111">Object "<param name="Path" type="string"/>" (of class "<param name="Class" type="string"/>") was not imported.</string>
- <string id="cmNoWrite" type="String" errorCode="4012">You do not have the appropriate permissions to update or delete the object "<param name="object" type="string"/>" or a related object.</string>
- <string id="cmBadPropertyData" type="String" errorCode="4015">The data in the property "<param name="Property" type="string"/>" is invalid.</string>
- <string id="cmBadClass" type="String" errorCode="4016">This search path contains an invalid class name "<param name="Class" type="string"/>".</string>
- <string id="cmDuplicateName" type="String" errorCode="4024">The name "<param name="Name" type="string"/>" conflicts with the names of existing object(s) <param name="Paths" type="string"/>. Your application may not display all the objects that exist in this location.</string>
- <string id="cmNoSelection" type="String" errorCode="4029">Your request does not contain a required search path.</string>
- <string id="cmDuplicateNameFail" type="String" errorCode="4030">An object that uses one of the names of the object "<param name="Name" type="string"/>" already exists in the target location. Determining the target location failed with the following error.</string>
- <string id="cmEmptySelection" type="String" errorCode="4032">There are no objects in the location "<param name="Path" type="string"/>".</string>
- <string id="cmDataReadFail" type="String" errorCode="4034">An error occurred while reading or formatting data in a property value.</string>
- <string id="cmPropReadFail" type="String" errorCode="4039">An error occurred while reading or formatting the "<param name="Prop" type="string"/>" property value.</string>
- <string id="cmEmptyNodeTest" type="String" errorCode="4096">The syntax of the search path is incorrect. A class name or star (*) character is missing directly after one of the slash (/) characters in the search path.</string>
- <string id="cmEmptyPredicate" type="String" errorCode="4097">The syntax of the search path is incorrect. The search path contains a missing or invalid predicate.</string>
- <string id="cmUnterminatedPredicate" type="String" errorCode="4098">The syntax of the search path is incorrect. The search path predicate is invalid because the closing square bracket (]) character is missing. Ensure that the target destination location does not contain invalid syntax or an unsupported character, such as an umlaut.</string>
- <string id="cmBadPredicateAttr" type="String" errorCode="4099">The syntax of the search path is incorrect. You must add the missing at sign (@) character before the attribute "<param name="Predicate" type="string"/>".</string>
- <string id="cmBadOutputFile" type="String" errorCode="4102">Unable to use the file "<param name="Filename" type="string"/>" for export.</string>
- <string id="cmConnectorPostError" type="String" errorCode="4129">An HTTP error occurred while executing an external request to the connector "<param name="connector" type="string"/>". Code : <param name="code" type="string"/>. </string>
- <string id="cmArchivePackageCreateError" type="String" errorCode="4134">The deployment archive "<param name="Archive" type="string"/>" could not be added to the deployment file folder.</string>
- <string id="cmArchiveNotExist" type="String" errorCode="4136">The deployment archive "<param name="Archive" type="string"/>" does not exist.</string>
- <string id="cmArchiveDeleteFailed" type="String" errorCode="4143">Content Manager failed to delete the deployment archive "<param name="Archive" type="string"/>".</string>
- <string id="cmDeployObjNotExist" type="String" errorCode="4145">No deployment object exists in the location "<param name="Name" type="string"/>".</string>
- <string id="cmCannotEndWithSlash" type="String" errorCode="4147">The search path is invalid because it cannot end with a slash (/) character.</string>
- <string id="cmMissingDeployRunHistory" type="String" errorCode="4157">Content Manager cannot access the "Deployment History" object "<param name="Path" type="string"/>" that it created at the beginning of the deployment command.</string>
- <string id="cmInvalidSearchPath" type="String" errorCode="4158">The search path "<param name="Path" type="string"/>" is invalid. An object may contain invalid syntax, or an unsupported character, or the user account in the namespace may not have sufficient privileges. Check the object to ensure that the target destination location does not contain special characters.</string>
- <string id="cmFailImportUpdateDeleteChildren" type="String" errorCode="4160">The import operation was unable to replace an existing object because it could not remove a child object.</string>
- <string id="cmFailImportUpdate" type="String" errorCode="4161">The import operation was unable to update an object.</string>
- <string id="cmFailImportDelete" type="String" errorCode="4162">The import operation was unable to delete an existing object.</string>
- <string id="cmFailImportAdd" type="String" errorCode="4163">The import operation was unable to add an object.</string>
- <string id="cmBadTargetSelectionMany" type="String" errorCode="4170">The target search path "<param name="Path" type="string"/>" selected more than one object.</string>
- <string id="cmBadCopySelectionSpecial" type="String" errorCode="4180">The object "<param name="Path" type="string"/>" cannot be copied.</string>
- <string id="cmBadMoveSelectionSpecial" type="String" errorCode="4181">The object "<param name="Path" type="string"/>" cannot be moved.</string>
- <string id="cmFailImportNoParent" type="String" errorCode="4191">The parent path for the object does not exist. The missing parent path is "<param name="Path" type="string"/>".</string>
- <string id="cmFailReadProp" type="String" errorCode="4192">The property "<param name="Property" type="string"/>" (for an object of class "<param name="Class" type="string"/>") is incorrect.</string>
- <string id="cmFailReadDeployOption" type="String" errorCode="4193">The deployment option "<param name="Name" type="string"/>" is incorrect.</string>
- <string id="cmInvalidDeleteRunhistory" type="String" errorCode="4196">An object of class "<param name="Class" type="string"/>" cannot be selected for delete. Delete the object by deleting its parent object.</string>
- <string id="cmInvalidMoveRunhistory" type="String" errorCode="4198">An object of class "<param name="Class" type="string"/>" cannot be selected for a move operation. Move the object by moving its parent object.</string>
- <string id="cmArchiveTooOld" type="String" errorCode="4199">The import failed because the deployment archive is not compatible with the current content store. This version of Content Manager cannot import a deployment archive generated from a version of Content Manager earlier than "<param name="Store" type="string"/>".</string>
- <string id="cmArchiveTooNew" type="String" errorCode="4200">The import failed because the deployment archive is not compatible with the current content store. This version of Content Manager is associated with an older object model which is no longer compatible with the newer version of Content Manager that was used to generate the deployment archive.</string>
- <string id="cmAddWithUpdateFailed" type="String" errorCode="4201">The update operation failed because more than one object was selected for update. The following objects would have been affected: <param name="Objects" type="string"/>. </string>
- <string id="cmAddWithReplaceFailed" type="String" errorCode="4202">The replace operation failed because more than one object was selected to be replaced. The following objects would have been affected: <param name="Objects" type="string"/>.</string>
- <string id="cmAddWithReplaceFailedBadClass" type="String" errorCode="4204">The replace operation failed because the class (<param name="ClassTarget" type="string"/>) of the existing object, "<param name="Path" type="string"/>", does not match the class (<param name="ClassNew" type="string"/>) of the object being added.</string>
- <string id="cmInvalidPathLast" type="String" errorCode="4207">The "last( )" search function requires an associated object class and requires that its parent object have a retention property value that indicates this class.</string>
- <string id="cmArchiveEncrypted" type="String" errorCode="4208">You must provide a password to access deployment archive "<param name="Archive" type="string"/>" because the archive is encrypted.</string>
- <string id="cmEmptySysAdmin" type="String" errorCode="4210">The members property of the System Administrators role cannot be empty.</string>
- <string id="cmExpectedLongElement" type="String" errorCode="4211">Content Manager expected to find an long integer value in the element "<param name="Name" type="string"/>" but found "<param name="Value" type="string"/>" instead.</string>
- <string id="cmNoCredentiaExists" type="String" errorCode="4212">You cannot run this report as the report owner because you do not have the permissions to access the report owner's credentials.</string>
- <string id="cmFailImportUnknownParent" type="String" errorCode="4213">The import was unable to add an object because the parent object could not be determined. The import of the parent probably failed.</string>
- <string id="cmMissingNameOrValue" type="String" errorCode="4214">A name or value is missing from a name and value pair.</string>
- <string id="cmMissingNavElement" type="String" errorCode="4215">A name or target is missing from a navigation array element.</string>
- <string id="cmMissingXSIType" type="String" errorCode="4216">The xsi:Type attribute is missing from the element "<param name="Name" type="string"/>" where it is required.</string>
- <string id="cmBadTargetNotFound" type="String" errorCode="4218">The target object "<param name="Path" type="string"/>" was not found.</string>
- <string id="cmDuplicateAdd" type="String" errorCode="4219">An object with the name "<param name="Name" type="string"/>" already exists.</string>
- <string id="cmInvalidChildClass" type="String" errorCode="4220">You cannot create an object of type "<param name="ChildClass" type="string"/>" in the location "<param name="Path" type="string"/>" because this location is of type "<param name="ParentClass" type="string"/>".</string>
- <string id="cmOverMaxChild" type="String" errorCode="4221">You cannot create an additional object of type "<param name="ChildClass" type="string"/>" because the maximum number of objects of this type already exists in the location "<param name="Path" type="string"/>" (of type "<param name="ParentClass" type="string"/>").</string>
- <string id="cmNoCredentialAccessDataSource" type="String" errorCode="4222">You do not have the permissions to access this data source.</string>
- <string id="cmExpectedArchiveEncryptPassword" type="String" errorCode="4223">You must type a password to encrypt the deployment archive because the archive will contain sensitive information.</string>
- <string id="cmBadBoolProp" type="String" errorCode="4224">Your request contains an invalid boolean value "<param name="Value" type="string"/>".</string>
- <string id="cmBadFloatProp" type="String" errorCode="4225">Your request contains an invalid decimal value "<param name="Value" type="string"/>".</string>
- <string id="cmBadIntegerProp" type="String" errorCode="4226">Your request contains an invalid integer value "<param name="Value" type="string"/>".</string>
- <string id="cmBadDateProp" type="String" errorCode="4229">Your request contains an invalid date value "<param name="Value" type="string"/>".</string>
- <string id="cmBadSecurityReferenceDoesNotExist" type="String" errorCode="4230">Your request contains a search path that has an invalid object reference. The object "<param name="Reference" type="string"/>" does not exist. </string>
- <string id="cmBadSecurityReferenceMultipleSelect" type="String" errorCode="4231">Your request contains an invalid object reference. The path "<param name="Reference" type="string"/>" selects multiple objects.</string>
- <string id="cmBadSecurityReferenceCAMError" type="String" errorCode="4232">Your request contains a search path that has an invalid object reference. The external directory search failed while looking for the object "<param name="Reference" type="string"/>". </string>
- <string id="cmPropDoesNotMatch" type="String" errorCode="4233">The given value "<param name="Value" type="string"/>" does not match the value in the content store for the property "<param name="Property" type="string"/>".</string>
- <string id="cmMissingRequiredProp" type="String" errorCode="4234">An object of class "<param name="Object" type="string"/>" does not have a value for the property "<param name="Property" type="string"/>".</string>
- <string id="cmBadPropValue" type="String" errorCode="4235">Your request contains an invalid property value "<param name="Value" type="string"/>".</string>
- <string id="cmMissingAssociatedProp" type="String" errorCode="4236">A value is required for the property "<param name="Property" type="string"/>".</string>
- <string id="cmMissingAssociatedProps2" type="String" errorCode="4237">A value is required for the property "<param name="Property1" type="string"/>" or "<param name="Property2" type="string"/>".</string>
- <string id="cmMissingAssociatedProps3" type="String" errorCode="4238">A value is required for the property "<param name="Property1" type="string"/>", "<param name="Property2" type="string"/>", or "<param name="Property3" type="string"/>".</string>
- <string id="cmNoWeeklySetting" type="String" errorCode="4239">A weekly schedule must specify one or more days within the week.</string>
- <string id="cmExportDataWriteFail" type="String" errorCode="4240">The deployment export feature was unable to write data into a deployment archive.</string>
- <string id="cmInvalidRunOption" type="String" errorCode="4241">The run option name "<param name="Name" type="string"/>" is not valid.</string>
- <string id="cmSaveAsBadObjClass" type="String" errorCode="4242">The Save As run option contains an incorrect object class value "<param name="BadClass" type="string"/>". The only valid object class value is "<param name="OnlyClass" type="string"/>".</string>
- <string id="cmFailReadRunOption" type="String" errorCode="4243">The run option "<param name="RunOption" type="string"/>" in the property "<param name="Property" type="string"/>" (for an object of class "<param name="Class" type="string"/>") is incorrect.</string>
- <string id="cmBadNameQuotes" type="String" errorCode="4244">The name "<param name="Name" type="string"/>" is invalid. A name must not contain both a quote (") character and an apostrophe (') character.</string>
- <string id="cmImportCryptoFailed" type="String" errorCode="4245">Decrypting the deployment archive "<param name="Archive" type="string"/>" failed because of a possible incorrect password.</string>
- <string id="cmImportUpdateFail" type="String" errorCode="4246">Updating a property of an imported object failed.</string>
- <string id="cmOwnerNotDefined" type="String" errorCode="4247">Unable to access the owner "<param name="Owner" type="string"/>" of an object of class "<param name="Class" type="string"/>" in an external security system.</string>
- <string id="cmAccountNotDefined" type="String" errorCode="4248">Unable to access the account "<param name="Account" type="string"/>" in an external security system.</string>
- <string id="cmCannotReadArchivePassword" type="String" errorCode="4249">Content Manager is unable to retrieve the archive password.</string>
- <string id="cmBadDurationProp" type="String" errorCode="5251">Your request contains an invalid duration value "<param name="Value" type="string"/>".</string>
- <string id="cmExportNoReadFail" type="String" errorCode="3251">The <param name="Class" type="string"/> was not exported because you do not have the permission to read it.</string>
- <string id="cmObjectNotFoundPath" type="String" errorCode="4252">Unable to find the object "<param name="Path" type="string"/>".</string>
- <string id="cmBadCompressedData" type="String" errorCode="4253">Compressed data in the request is not compressed with a compression compliant with Content Manager.</string>
- <string id="cmBadDataEncoding" type="String" errorCode="4254">The "<param name="Prop" type="string"/>" property value is not encoded correctly.</string>
- <string id="cmLTMinimum" type="String" errorCode="4255">The value <param name="Value" type="string"/> for property <param name="Name" type="string"/> is less than the minimum value of <param name="Limit" type="string"/>.</string>
- <string id="cmGTMaximum" type="String" errorCode="4256">The value <param name="Value" type="string"/> for property <param name="Name" type="string"/> is greater than the maximum value of <param name="Limit" type="string"/>.</string>
- <string id="cmLTMinimumExclusive" type="String" errorCode="4257">The value <param name="Value" type="string"/> for property <param name="Name" type="string"/> is less than or equal to the minimum value of <param name="Limit" type="string"/>.</string>
- <string id="cmGTMaximumExclusive" type="String" errorCode="4258">The value <param name="Value" type="string"/> for property <param name="Name" type="string"/> is greater than or equal to the maximum value of <param name="Limit" type="string"/>.</string>
- <string id="cmNoAdminCapability" type="String" errorCode="4261">You must have "Administration" capability to execute this request.</string>
- <string id="cmBadNewName" type="String" errorCode="4262">Unable to apply a new name to a path that selected more than one object.</string>
- <string id="cmBodyInLogoff" type="String" errorCode="4263">A request that contains a logoff must contain an empty request body.</string>
- <string id="cmIOMIMEAttachEnd" type="String" errorCode="4264">The multipart request is invalid.
- An unexpected end of MIME part was encountered while reading a MIME attachment.</string>
- <string id="cmIOMIMEAttachEndMissing" type="String" errorCode="4265">The multipart request is invalid. An unexpected end of MIME part was encountered while reading a MIME attachment. No end MIME boundary was found;. The total size read was <param name="totalSize" type="string"/>.</string>
- <string id="cmIOMissingContentType" type="String" errorCode="4266">The multipart request is invalid. The posted data does not contain a content type.</string>
- <string id="cmIONotMultiPart" type="String" errorCode="4267">The multipart request is invalid. The posted content type is not multipart or related.</string>
- <string id="cmIOContentTooLong" type="String" errorCode="4268">The multipart request is invalid. The posted content length of <param name="length" type="string"/> exceeds the limit of <param name="maxSize" type="string"/>.</string>
- <string id="cmIONoSeparationBoundary" type="String" errorCode="4269">The multipart request is invalid. The separation MIME boundary was not specified.</string>
- <string id="cmIOBadFirstPart" type="String" errorCode="4270">The multipart request is invalid. The first MIME part must be the SOAP request. Type=text/xml.</string>
- <string id="cmIOMissingCid" type="String" errorCode="4271">The multipart request is invalid. The cid for the multi-part start part was not specified.</string>
- <string id="cmIOMissingLeadBoundary" type="String" errorCode="4272">The multipart request is invalid. The multi-part request data is corrupt. Leading boundary <param name="boundary" type="string"/> does not exist.
- </string>
- <string id="cmIOBadContentType" type="String" errorCode="4273">The multipart request is invalid. The header content type is corrupt: <param name="origline" type="string"/>.
- </string>
- <string id="cmIOBadDispositionLine" type="String" errorCode="4275">The multipart request is invalid. There is a malformed line after the disposition: <param name="origline" type="string"/>.
- </string>
- <string id="cmIODenialService" type="String" errorCode="4276">The multipart request is invalid. A "Denial of Service" attack was detected.</string>
- <string id="cmBadRetentionClass" type="String" errorCode="4277">The class "<param name="class" type="string"/>" cannot have retention for the class "<param name="retentionClass" type="string"/>".</string>
- <string id="cmBadOption" type="String" errorCode="4278">An invalid option of "<param name="option" type="string"/>" was given on the "<param name="command" type="string"/>" request.</string>
- <string id="cmAddReferenceFailed" type="String" errorCode="4279">Your request contains a property "<param name="Property" type="string"/>" that refers to an object "<param name="path" type="string"/>" that is not accessible. If the referenced object is defined in an external security system, you must authenticate into the external security system.</string>
- <string id="cmImportMultilingualNameConflict" type="String" errorCode="4280">This multilingual name of this object matches more than one existing object in the content store. Updating any one of them will cause a duplicate object error. Rename this object before trying to import it again.</string>
- <string id="cmDeploymentArchiveInUse" type="String" errorCode="4281">The deployment archive "<param name="Archive" type="string"/>" is currently being accessed by another deployment operation.</string>
- <string id="cmBadSecurityReferencePolicy" type="String" errorCode="4230">Your request contains a search path that contains an invalid object reference. The "<param name="Type" type="string"/>" object "<param name="Reference" type="string"/>" cannot be used in a policy. </string>
- <string id="cmBadScheduleEmptyCrediential" type="String" errorCode="3282">The schedule will not run because the credential is missing.</string>
- <string id="cmFailImportMove" type="String" errorCode="4284">Moving an existing security object to a new import location failed.</string>
- <string id="cmBadDelete" type="String" errorCode="4285">Unable to delete an object of class "<param name="Class" type="string"/>".</string>
- <string id="cmBadDeleteExist" type="String" errorCode="4286">You cannot delete the object at "<param name="Path" type="string"/>" because it must exist.</string>
- <string id="cmFailedOutputCopy" type="String" errorCode="4288">Content Manager failed to create the file "<param name="Filename" type="string"/>" for the report output "<param name="Path" type="string"/>".</string>
- <string id="cmFailedOutputDescriptor" type="String" errorCode="4289">Content Manager failed to create the report output descriptor file "<param name="Filename" type="string"/>" for the report output "<param name="Path" type="string"/>".</string>
- <string id="cmFailedOutputScript" type="String" errorCode="4290">Content Manager failed to execute the script "<param name="Scriptname" type="string"/>" when saving the report output "<param name="Path" type="string"/>" to file.</string>
- <string id="cmBadPropToCount" type="String" errorCode="4291">Content Manager does not support the property "<param name="propName" type="string"/>" for the queryCount request. </string>
- <string id="cmInStandByMode" type="String" errorCode="4292">Content Manager is unable to process the request because it is running in standby mode. The active Content Manager URL is <param name="URL" type="string"/>.</string>
- <string id="cmFailedActivateNotResponding" type="String" errorCode="4293">Content Manager is unable to activate another Content Manager at "<param name="Path" type="string"/>" because it is not responding.</string>
- <string id="cmBadOutputFormat" type="String" errorCode="4294">The format "<param name="Format" type="string"/>" is not a supported output formats.</string>
- <string id="cmInvalidContentManagerURI" type="String" errorCode="4295">The ContentManager URI is invalid.</string>
- <string id="cmConnectorTimeoutError" type="String" errorCode="4296">An HTTP request to the connector "<param name="connector" type="string"/>" timed out.</string>
- <string id="cmBadTargetDescendantOfSearch" type="String" errorCode="4297">The target search path "<param name="Target" type="string"/>" specifies a descendant or the same object as the search path "<param name="Search" type="string"/>" to be copied.</string>
- <string id="cmOwnerNotDefinedWithHint" type="String" errorCode="4298">Unable to access the owner "<param name="Owner" type="string"/>" of an object of class "<param name="Class" type="string"/>" in an external security system. This problem can be corrected by selecting "Set the owner to the user performing the import" in the deployment options.</string>
- <string id="cmInfoDeploymentHistoryExport" type="String" errorCode="2299">Export is complete. <param name="number1" type="string"/> object(s) were exported. <param name="number2" type="string"/> object(s) failed.</string>
- <string id="cmInfoDeploymentHistoryImport" type="String" errorCode="2300">Import is complete. <param name="number1" type="string"/> object(s) were imported. <param name="number2" type="string"/> object(s) failed.</string>
- <string id="cmErrorDeploymentDetail" type="String" errorCode="4301">Content Manager failed to create DeploymentDetail for an object.</string>
- <string id="cmErrorDeploymentDetail2" type="String" errorCode="4302">Content Manager failed to create DeploymentDetail for an object. The search path for the object is "<param name="path" type="string"/>".</string>
- <string id="cmFailedToQueryRootObject" type="String" errorCode="4303">Content Manager failed to query the root object.</string>
- <string id="cmFailedToCreateRootDeployDetail" type="String" errorCode="4304">Content Manager was unable to create the deploymentDetail object for the root object.</string>
- <string id="cmFailedToUpdateDeployDetail" type="String" errorCode="4305">Content Manager was unable to update deploymentDetail for an object. The search path for the object is "<param name="path" type="string"/>".</string>
- <string id="cmFailedToUpdateImportedObj" type="String" errorCode="4306">Content Manager was unable to update an imported object's property. The search path for the object is "<param name="path" type="string"/>".</string>
- <string id="cmFailedToValidateSchedule" type="String" errorCode="4307">Content Manager was unable to validate a schedule object. The search path for the object is "<param name="path" type="string"/>".</string>
- <string id="cmBadCompoundPathOp" type="String" errorCode="4308">A compound search path cannot be used in this request: "<param name="Path" type="string"/>".</string>
- <string id="cmBadCompoundPath" type="String" errorCode="4309">Content Manager does not support merging and/or sorting the results from this compound search path component: "<param name="Path" type="string"/>".</string>
- <string id="cmDeployVolumeMissing" type="String" errorCode="4310">Unable to locate all parts of the multivolume deployment archive.</string>
- <string id="cmBadSchedule1" type="String" errorCode="4312">The schedule "<param name="path" type="string"/>" will not run.</string>
- <string id="cmExportFailed" type="String" errorCode="4313">An error occurred during an export operation.</string>
- <string id="cmImportFailed" type="String" errorCode="4314">An error occurred during an import operation.</string>
- <string id="cmInvalidReference2" type="String" errorCode="4315">The property "<param name="property" type="string"/>" refers to the non-existent object "<param name="path" type="string"/>".</string>
- <string id="cmFailedToDeleteReferencedObject" type="String" errorCode="4316">Content Manager was unable to delete an object because other objects refer to it: CMID=<param name="cmids" type="string"/>.</string>
- <string id="cmMissingRunHistory" type="String" errorCode="4317">Content Manager cannot access the history object.</string>
- <string id="cmUnknownNamespace" type="String" errorCode="4318">The Content Manager namespace "<param name="Namespace" type="string"/>" is unknown.</string>
- <string id="cmMissingRunnableObj" type="String" errorCode="4322">Content Manager cannot access the runnable object "<param name="path" type="string"/>".</string>
- <string id="cmRequestCancelled" type="String" errorCode="4323">The request was cancelled before Content Manager could complete it.</string>
- <string id="cmUpgradeReferenceFailed" type="String" errorCode="4324">Content Manager cannot upgrade the reference "<param name="Property" type="string"/>" from the object "<param name="Object" type="string"/>" to the object "<param name="Reference" type="string"/>".</string>
- <string id="cmCopyWithUpdateFailedUnexpected" type="String" errorCode="4327">An unexpected error occurred during the copy or move operation.</string>
- <string id="cmProblemImportingObject1" type="String" errorCode="4328">A problem was encountered while importing the object "<param name="path" type="string"/>".</string>
- <string id="cmUnresolvedReferences1" type="String" errorCode="4329">The following references cannot be resolved and were cleared:\n"<param name="refs" type="string"/>".</string>
- <string id="cmErrorWritingTempFile" type="String" errorCode="4330">An error occurred while writing to a temporary file.</string>
- <string id="cmErrCAMErrCreateProxy" type="String" errorCode="4331">Unable to authenticate. A CAM error occurred while retrieving user information required to create the account proxy object.</string>
- <string id="cmSearchErrCreateProxy" type="String" errorCode="4332">Unable to create security object proxy. Unable to retrieve user information required to create account proxy object for the object "<param name="Account" type="string"/>".</string>
- <string id="cmPropNotUpdateable1" type="String" errorCode="4020">Unable to update the property '<param name="prop" type="string"/>' for an external object.</string>
- <string id="cmClassMismatch2" type="String" errorCode="4112">Content Manager is unable to update the object because the class of the source object (<param name="ClassSource" type="string"/>) and the target object (<param name="ClassTarget" type="string"/>) do not match.</string>
- <string id="cmBadConversationId" type="String" errorCode="4321">An invalid conversation context ID is specified in the request header.</string>
- <string id="cmInvalidReferenceClass" type="String" errorCode="4333">The property '<param name="property" type="string"/>' cannot reference an object of type '<param name="ReferenceClass" type="string"/>'.</string>
- <string id="cmInvalidReferenceMaxOccurs" type="String" errorCode="4334">The property '<param name="property" type="string"/>' cannot reference more than '<param name="MaxOccurs" type="string"/>' object(s).</string>
- <string id="cmUpdateFailed1" type="String" errorCode="4335">An error occurred while updating the object '<param name="path" type="string"/>'.</string>
- <string id="cmBadCopyTargetOverwrite" type="String" errorCode="4339">The object "<param name="Path" type="string"/>" cannot be copied or moved onto itself.</string>
- <string id="cmArchiveBad" type="String" errorCode="4139">"<param name="Archive" type="string"/>" is not a valid deployment archive.</string>
- <string id="cmFailedTrusted" type="String" errorCode="4154">This request is not valid because it was incorrectly signed. The security keys on the computer running Content Manager may not match the security keys on the computer that originated the request.</string>
- <string id="cmBadDeleteAccountInUse" type="String" errorCode="4171">You cannot delete the account <param name="Path" type="string"/> because it is still in an active IBM Cognos session.</string>
- <string id="cmBadDeleteSelectionExternal" type="String" errorCode="4175">The security object "<param name="Path" type="string"/>" cannot be deleted. Use the IBM Cognos Configuration tool to modify the security settings.</string>
- <string id="cmBadDeleteExternalObjectExists" type="String" errorCode="4373">The security object '<param name="Path" type="string"/>' cannot be deleted because the object still exists in the external namespace.</string>
- <string id="cmNoCredentialAccess" type="String" errorCode="4202">You do not have access to the report owner's credential object: <param name="accountPath" type="string" usage="Important to localization: the tailing '/credential' following this parameter should be kept as is. Do not translate it!"/>/credential.</string>
- <string id="cmValueTooLong" type="String" errorCode="4217">The value length <param name="Length" type="string"/> is longer than the maximum allowable length of <param name="Max" type="string"/> for the property "<param name="Property" type="string"/>".</string>
- <string id="cmSuspended" type="String" errorCode="4250">Access to IBM Cognos is currently restricted to users who have administrative capability.</string>
- <string id="cmArchiveFormatChanged" type="String" errorCode="4259">The import failed because Content Manager cannot import an 'entire content store' deployment archive created by a previous version of IBM Cognos. To use the deployment functionality to migrate content from a previous release, make sure you select packages when you create the deployment archive.</string>
- <string id="cmAttachmentsNotSupported1" type="String" errorCode="4336">MIME attachments are not supported in element "<param name="element" type="string"/>".</string>
- <string id="cmSearchByAcquirableProperty" type="String" errorCode="4338">A search path node test contains the acquirable property "<param name="property" type="string"/>". This search might not perform as expected.</string>
- <string id="cmRequestNotTrusted" type="String" errorCode="4340">This request can be processed for trusted services only.</string>
- <string id="cmInsufficientPermissionsForRequest" type="String" errorCode="4341">You do not have adequate permissions to make this request.</string>
- <string id="cmGeneralClientError" type="String" errorCode="4342">An error occurred with the client.</string>
- <string id="cmNameConflict" type="String" errorCode="4344">A name conflict was detected. The name <param name="Names" type="string"/> conflicts with an existing object name under the parent object <param name="Root" type="string"/>.</string>
- <string id="cmSourceAccountNotSpecified" type="String" errorCode="4345">Unable to copy the account because a source account was not specified.</string>
- <string id="cmInvalidNodeSetStep" type="String" errorCode="4151">The node set function '<param name="Name" type="string"/>' must be the first step of a search path.</string>
- <string id="cmAddWithUpdateFailedBadClass" type="String" errorCode="4203">The update operation failed because the class (<param name="ClassTarget" type="string"/>) of the existing object "<param name="Path" type="string"/>" does not match the class (<param name="ClassNew" type="string"/>) of the object that is being added.</string>
- <string id="cmIOBadContentID" type="String" errorCode="4274">The multipart request is not valid. The header content ID is malformed: <param name="origline" type="string"/>.
- </string>
- <string id="cmBadScheduleNoCrediential" type="String" errorCode="3283">The schedule will not not run because the referenced credential "<param name="Crediential" type="string"/>" does not exist.</string>
- <string id="cmBadArchiveName1" type="String" errorCode="4311">Unable to open the deployment archive "<param name="Archive" type="string"/>". Try renaming archive file(s) using only Latin characters.</string>
- <string id="cmBadObjectPathUnsupportedClass" type="String" errorCode="4319">The object path parameter specifies an unsupported object type.</string>
- <string id="cmBadObjectPathSingleObject" type="String" errorCode="4320">The object path parameter must select only one object.</string>
- <string id="cmCopyWithUpdateFailedBadClass" type="String" errorCode="4326">The update operation failed because the class (<param name="ClassTarget" type="string"/>) of the existing object "<param name="Path" type="string"/>" does not match the class (<param name="ClassNew" type="string"/>) of the object that is being copied or moved.</string>
- <string id="cmFailImportPkgNameNotMatch" type="String" errorCode="4337">The package '<param name="NameFromArchive" type="string"/>' from the archive and the package '<param name="NameInCS" type="string"/>' in the content store are considered the same because their names match in one or more locales. However, Content Manager cannot merge these two packages because at least one locale does not match. If you want to merge these two packages, please make sure their names match in all locales. Otherwise, if you want to import this package as a different package, please make sure the target names are unique in all locales.</string>
- <string id="cmReportOutputDisabled" type="String" errorCode="4346">Content Manager is unable to save the report to the file system because the property 'Save report output to a file system?' in IBM Cognos Configuration is set to false.</string>
- <string id="cmMissingArchiveRoot" type="String" errorCode="4347">You cannot add or update an archive location because the archive root is not configured in IBM Cognos Configuration.</string>
- <string id="cmInvalidArchivePath" type="String" errorCode="4348">The archive path '<param name="Path" type="string"/>' is not valid. It must be contained within the archive root location configured in IBM Cognos Configuration.</string>
- <string id="cmOptionsPasswordsInUnencryptedArchive" type="String" errorCode="4349">This archive contains some sensitive information and it is not encrypted. We recommend that you export again with an encryption password.</string>
- <string id="cmDeploymentOptionElementMissing" type="String" errorCode="4350">The deployment option "<param name="Option" type="string"/>" is missing a required element "<param name="Element" type="string"/>".</string>
- <string id="cmArchiveObjectMissingElement" type="String" errorCode="4351">The exported object "<param name="Object" type="string"/>" in the archive's content.xml file has a missing or invalid element "<param name="Element" type="string"/>".</string>
- <string id="cmTrustedRequestNotTrusted" type="String" errorCode="4352">The property "<param name="property" type="string"/>" requires a trusted request for "<param name="accessType" type="string"/>" access.</string>
- <string id="cmArchiveContentFileBadElement" type="String" errorCode="4353">The content.xml file of the deployment archive "<param name="Archive" type="string"/>" has a missing or invalid element "<param name="Element" type="string"/>".</string>
- <string id="cmBadPredicateLiteral" type="String" errorCode="4354">The literal '<param name="Literal" type="string"/>' is in a format that is not valid.</string>
- <string id="cmAsyncPostFailed" type="String" errorCode="4355">An error occurred while executing an asynchronous connector request.</string>
- <string id="cmAsyncResponseParseFailure" type="String" errorCode="4356">An error occurred while processing the response from an asynchronous connector request.</string>
- <string id="cmAsyncResponseInvalidState" type="String" errorCode="4357">The response from an asynchronous connector request contains state information that is missing or not valid.</string>
- <string id="cmAsyncRemoteFault" type="String" errorCode="4358">A remote fault message '<param name="FaultCode" type="string"/>:<param name="FaultMessage" type="string"/>' was returned in response to an asynchronous connector request.</string>
- <string id="cmMissingEventId" type="String" errorCode="4359">The Content Manager request is missing an event ID. Unable to send history details to the monitor service.</string>
- <string id="cmSubscriptionNotSupported" type="String" errorCode="4360">Content Manager does not allow you to retrieve another user's subscription.</string>
- <string id="cmSessionStateFilterWrongDataType" type="String" errorCode="4361">Content Manager expected a '<param name="DataType" type="string"/>' data type for the field '<param name="FieldName" type="string"/>', but received the value '<param name="Value" type="string"/>' instead. Enter an operand of the correct data type.</string>
- <string id="cmValidatorErrorReadingResponse" type="String" errorCode="4362">Content Manager encountered an error while validating response.</string>
- <string id="cmWarningMissingRequiredProp" type="String" errorCode="4363">The following properties are missing and may prevent the object from running properly: <param name="Props" type="string"/>.</string>
- <string id="cmBadInteger" type="String" errorCode="4364">The value '<param name="Value" type="string"/>' is not a valid integer value.</string>
- <string id="cmCopyOverAncestor" type="String" errorCode="4365">Object '<param name="Path" type="string"/>' can not be copied/moved over its ancestor.</string>
- <string id="cmFailCreateSignature" type="String" errorCode="4366">An error occurred while generating token for the value '<param name="Value" type="string"/>'.</string>
- <string id="cmExportPackageOrFolderWithNameNotFound" type="String" errorCode="4367">The package or folder with name '<param name="Name" type="string"/>' was not exported because it could not be found in 'Public Folders'.</string>
- <string id="cmExportObjectWithPathNotFound" type="String" errorCode="4368">The object with search path '<param name="Path" type="string"/>' was not exported because it could not be found.</string>
- <string id="cmCantGenerateTC" type="String" errorCode="4369">Content Manager was unable to add credentials to the user account.</string>
- <string id="cmRequestNotSupported" type="String" errorCode="4370">Content Manager does not support '<param name="Name" type="string"/>' method yet.</string>
- <string id="cmInvalidContainerPath" type="String" errorCode="4371">Your request contains invalid container path for adding annotation objects.</string>
- <string id="cmAddAnnotationNotAllowed" type="String" errorCode="4372">You are not allowed to add annotations under this location, '<param name="Path" type="string"/>'.</string>
- <string id="cmImportObjectWithPathNotFound" type="String" errorCode="4373">The deployment option import refers to an object with search path '<param name="Path" type="string"/>' which could not be found.</string>
- <string id="cmIncompatibleNSFormat" type="String" errorCode="4374">The security namespace '<param name="Name" type="string"/>' has an incompatible namespace format with the same namespace in the content store.</string>
- <string id="cmBadRepositoryClass" type="String" errorCode="4375">Repository rules cannot be specified for the class "<param name="class" type="string"/>".</string>
- <string id="cmNamespacesNotImported" type="String" errorCode="4376">Personal data for the following namespaces were not imported. These namespaces are either not configured, or you are not logged into them.\n<param name="Namespaces" type="string"/>
- </string>
- <string id="cmHeaderMultipleFaults" type="String" errorCode="4377">Content Manager returned an error in the response header. The following root cause is being returned in the response SOAP Header: "<param name="RootError" type="string"/>" This root cause error has caused the following additional error messages to be returned in the header: "<param name="AdditionalErrors" type="string"/>"</string>
- <string id="cmElectRequestReceived" type="String" errorCode="2378">A request was received to start the negotiation process to determine which Content Manager instance should become active.</string>
- <string id="cmNamespacesNotExported" type="String" errorCode="4379">Personal data for the following namespaces were not exported. These namespaces are either not configured, or you are not logged into them.\n<param name="Namespaces" type="string"/>
- </string>
- <string id="cmBadDeleteUnarchivedObjects" type="String" errorCode="4380">You cannot update or delete objects that have not been archived.</string>
- <string id="cmImportStoreIdNotPreserved" type="String" errorCode="4381">Content Manager was unable to preserve the ID '<param name="StoreId1" type="string"/>' from archive. Object was imported to '<param name="SearchPath" type="string"/>' with the ID '<param name="StoreId2" type="string"/>'.</string>
- <string id="cmImportStoreIdConflict" type="String" errorCode="4382">Another object with the searchPath '<param name="SearchPath" type="string"/>' already uses the same ID.</string>
- <string id="cmImportPreserveStoreIdsArchiveOld" type="String" errorCode="4383">Content Manager doesn't support preserving IDs for deployment archives generated from a version of Content Manager earlier than "<param name="Version" type="string"/>". All objects were imported with new IDs.</string>
- <string id="cmCleanupContentUpdateContextObjectsWithNoRetentions" type="String" errorCode="4384">The Content Task option cleanupContentUpdateContextObjects is not valid without cleanupContentRetentionRules.</string>
- <string id="cmVersionConfiguredForMultipleRepositories" type="String" errorCode="4385">The object with search path '<param name="Path" type="string"/>' is configured for archiving to multiple repositories.</string>
- <string id="cmNotGiveOwner" type="String" errorCode="4386">You are not allowed to give ownership to other people.</string>
- <string id="cmNoRequiredCapability" type="String" errorCode="4387">You must have "<param name="Capability" type="string"/>" capability to execute this request</string>
- <string id="cmFaiedToProcessRepositoryConnectionString" type="String" errorCode="4388">Invalid format of repository connection string "<param name="Connection" type="string"/>".</string>
- <string id="cmFaiedToConnectToRepository" type="String" errorCode="4389">Content Manager is unable to connect to repository. Connection string is "<param name="Connection" type="string"/>".</string>
- <string id="cmRequiredComponentNotInstalled" type="String" errorCode="4390">A required component "<param name="Component" type="string"/>" is not installed.</string>
- <string id="cmReadOnlyObject" type="String" errorCode="4391">The object class "<param name="className" type="string"/>" is READ ONLY.</string>
- <string id="cmIOMissingOrInvalidContentType" type="String" errorCode="4392">The multipart request is invalid. The posted data does not contain a content type or the content type is invalid.</string>
- <string id="cmMustBeSysAdmin" type="String" errorCode="4395">You must be a member of the System Administrators role to execute this request.</string>
- <string id="cmUpdateTenantIDRecursive" type="String" errorCode="4396">The updateOption "updateTenantIDRecursive" must be set to true in order to update the tenantID property.</string>
- <string id="cmInvalidTenantContainment" type="String" errorCode="4397">Objects belonging to tenant "<param name="tenant" type="string"/>" cannot be contained under "<param name="path" type="string"/>" since it belongs to tenant "<param name="parentTenant" type="string"/>". Public objects can only be contained under other Public objects, while objects belonging to a tenant can be contained under Public objects or objects belonging to the same tenant.</string>
- <string id="cmInvalidTenantUpdateDescendants" type="String" errorCode="4398">Unable to complete the update because the tenantID property of object "<param name="path" type="string"/>" conflicts with the tenantID value being applied.</string>
- <string id="cmInvalidTenantID" type="String" errorCode="4399"> The Tenant ID "<param name="tenantID" type="string"/>" is invalid.</string>
- <string id="cmInvalidDeploymentOptionCombination" type="String" errorCode="4400">If the deploymentOption "<param name="mainOption" type="string"/>" is <param name="mainOptionValue" type="string"/>, the deploymentOption "<param name="dependentOption" type="string"/>" must be set to <param name="dependentOptionValue" type="string"/>.</string>
- <string id="cmConflictingUpdates" type="String" errorCode="4401">Unable to complete the update, updating "<param name="firstObject" type="string"/>" to tenantID "<param name="firstTenantID" type="string"/>" conflicts with updating "<param name="secondObject" type="string"/>" to tenantID "<param name="secondTenantID" type="string"/>".</string>
- <string id="cmCantDeletePublicTenant" type="String" errorCode="4402">You cannot delete the public tenant.</string>
- <string id="cmDeleteTenantsError" type="String" errorCode="4403">An error occured while executing deleteTenants.</string>
- <string id="cmOperationWithUpdateInvalidTenant" type="String" errorCode="4406">You cannot update the tenantID property using the <param name="operation" type="string"/> operation. In order to update the tenantID you must use an update operation with the updateOption "updateTenantIDRecursive" set to true.</string>
- <string id="cmCantDeleteTenantLoggedInto" type="String" errorCode="4407">Tenant "<param name="tenantName" type="string"/>" (tenantID "<param name="tenantID" type="string"/>") cannot be deleted because your session belongs to that tenant. Log on as a different tenant and try again.</string>
- <string id="cmInfoDeploymentObsoleteSetting" type="String" errorCode="2408">The Content Manager Advanced Setting "<param name="OldSetting" type="string"/>" is replaced by the deployment option "<param name="NewSetting" type="string"/>".</string>
- <string id="cmAllRecipientsRemoved" type="String" errorCode="4408">There are no valid recipients for this request.</string>
- <string id="cmFailedLocaleMapping" type="String" errorCode="4409">Failed to map locale "<param name="Locale" type="string"/>". Please check the "Content Locale Mappings" section in Cognos Configuration.</string>
- <string id="cmReadOnlyProperty" type="String" errorCode="4410">The <param name="property" type="string"/> property is read only for the class <param name="class" type="string" />.</string>
- <string id="cmImportInvalidTenantContainmentOnObject" type="String" errorCode="4411">Invalid tenant containment has been repaired by using parent object's tenantID. The object searchPath is '<param name="searchPath" type="string"/>'.</string>
- <string id="cmDeleteTenantsActiveSessions" type="String" errorCode="4412">Unable to execute deleteTenants, there are active sessions belonging to the tenants. All sessions belonging to a tenant must be terminated in order to delete it.\n<param name="cmDeleteTenantsActiveSessions_details" type="string"/></string>
- <string id="cmCantDeleteTenantObject" type="String" errorCode="4413">Objects of class 'tenant' cannot be deleted using the delete command, these objects can only be deleted using the deleteTenants command.</string>
- <string id="cmCantCreatePublicTenantObject" type="String" errorCode="4414">You cannot create a tenant object with public tenantID.</string>
- <string id="cmInvalidTenantMembers" type="String" errorCode="4415">Tenant objects can not contain members from IBM Cognos security namespace. The tenant object searchPath is '<param name="tenantSearchPath" type="string"/>'. The invalid member searchPath is '<param name="memberSearchPath" type="string"/>'.</string>
- <string id="cmCantChangeSysAdminTenantID" type="String" errorCode="4416">The tenantID property of the System Administrators role cannot be changed.</string>
- <string id="cmMustBeSysAdminOrTenantAdmin" type="String" errorCode="4417">You must be a member of the System Administrators or Tenant Administrators roles to execute this request.</string>
- <string id="cmContentTaskSkipped" type="String" errorCode="4418">Another content maintenance task is currently executing.</string>
- <string id="cmUnsupportedClass" type="String" errorCode="4419">Objects of type "<param name="class" type="string"/>" are not supported by this operation.</string>
- <string id="cmCantDetermineSearchPath" type="String" errorCode="4420">Unable to determine search path for object "<param name="id" type="string"/>".</string>
- <string id="cmStringTruncationException" type="String" errorCode="4421">Value of one of the properties exceeds storage constraints.</string>
- <string id="cmInvalidNameInCognosNS" type="String" errorCode="4422">Objects in Cognos namespace can not have name starting with colon character.</string>
- </section>
- <section name="SYS" usage="System error messages" type="Messages">
- <string id="cmStoreNotAvailable" type="String" errorCode="5003">Content Manager is unable to connect to the content store. Verify that the database connection properties in the configuration tool are correct and that when you test the connection, the test is successful.</string>
- <string id="cmErrCacheAddRollBack" type="String" errorCode="5009">Content Manager is unable to roll back an add operation in the cache.</string>
- <string id="cmErrResetResultSet" type="String" errorCode="5012">Content Manager is unable to reset the result set.</string>
- <string id="cmErrUpdateCache" type="String" errorCode="5013">Content Manager is unable to update the cache.</string>
- <string id="cmErrDelPolicyCommit" type="String" errorCode="5014">Content Manager is unable to delete a policy on commit.</string>
- <string id="cmErrAddUserPolicy" type="String" errorCode="5015">Content Manager is unable to create a user account policy.</string>
- <string id="cmErrAddSessionFolder" type="String" errorCode="5016">Content Manager is unable to create a user session folder.</string>
- <string id="cmStoreUnexpectedValueFail" type="String" errorCode="5028">Content Manager failed to retrieve a value.</string>
- <string id="cmStoreUnexpectedNoObjectClass" type="String" errorCode="5029">Content Manager failed to retrieve an object class from the content store cache.</string>
- <string id="cmStoreUnexpectedCognosNamespace" type="String" errorCode="5030">Content Manager failed to determine whether an object exists in the IBM Cognos security namespace.</string>
- <string id="cmStoreUnexpectedBadExternalDir" type="String" errorCode="5031">Content Manager is unable to query a third party directory.</string>
- <string id="cmStoreUnexpectedErrDeleteObjs" type="String" errorCode="5034">Content Manager failed to delete the objects.</string>
- <string id="cmStoreUnexpectedErrPolicyUpdate" type="String" errorCode="5036">Content Manager is unable to duplicate a policy.</string>
- <string id="cmStoreUnexpectedNoCopyChildrenBadPath" type="String" errorCode="5037">Content Manager failed to copy child objects due to an incorrect path specification.</string>
- <string id="cmStoreUnexpectedNoCopyChildren" type="String" errorCode="5038">Content Manager failed to copy the child objects.</string>
- <string id="cmStoreUnexpectedBadSelMovedChild" type="String" errorCode="5039">Content Manager failed to complete a move operation because the target for the move operation is a child of the object to be moved.</string>
- <string id="cmStoreUnexpectedNoMove" type="String" errorCode="5040">Invalid move request. Content Manager failed to complete a move operation.</string>
- <string id="cmStoreUnexpectedNoCopyNoParent" type="String" errorCode="5042">Content Manager cannot complete a copy because a parent object does not exist.</string>
- <string id="cmStoreUnexpectedCreateObj" type="String" errorCode="5043">Content Manager failed to create an object.</string>
- <string id="cmStoreUnexpectedErrCacheCheckParent" type="String" errorCode="5045">Content Manager failed to check the access to a parent object.</string>
- <string id="cmStoreUnexpectedErrAquirePolicy" type="String" errorCode="5046">Content Manager failed to get an acquired policy.</string>
- <string id="cmStoreUnexpectedErrIsObjShortCut" type="String" errorCode="5047">Content Manager failed to determine if an object is a shortcut.</string>
- <string id="cmInterrupted" type="String" errorCode="4049">The operation was interrupted.</string>
- <string id="cmErrDelPolicyRollback" type="String" errorCode="5053">Content Manager is unable to delete a policy on rollback.</string>
- <string id="cmErrCommitMoveOp" type="String" errorCode="5087">Content Manager has encountered an internal error while committing a move operation.</string>
- <string id="cmErrCommitCopyOp" type="String" errorCode="5088">Content Manager has encountered an internal error while committing a copy operation.</string>
- <string id="cmInvalidSystemParameter" type="String" errorCode="5089">The value of the system parameter <param name="Parameter" type="string"/> is invalid.</string>
- <string id="cmCMStarted" type="String" errorCode="5090">Content Manager build <param name="Build" type="string"/> started (<param name="ExtendedVersion" type="string"/>, schema version <param name="SchemaVersion" type="string"/>, implementation: <param name="Implementation" type="string"/>).</string>
- <string id="cmUnexpectedResultProcessingFailure" type="String" errorCode="5092">Content Manager failed while returning the query results.</string>
- <string id="cmCMStopped" type="String" errorCode="5094">Content Manager stopped.</string>
- <string id="cmNoAccManUse" type="String" errorCode="5054">Content Manager is not using IBM Cognos Access Manager.</string>
- <string id="cmNoAuthPolicies" type="String" errorCode="3055">Content Manager is not checking authorization policies.</string>
- <string id="cmNotConfigured" type="String" errorCode="3056">The system can only accept configuration requests because Content Manager is not configured yet.</string>
- <string id="cmBadConfigParm" type="String" errorCode="3089">The Content Manager configuration parameter "<param name="Name" type="string"/>" is not valid for this database type.</string>
- <string id="cmSystemParameterIgnored" type="String" errorCode="3090">The system parameter <param name="Parameter" type="string"/> is ignored.</string>
- <string id="cmExecuteCreateScriptResults" type="String" errorCode="2061">The results of the content store initialization are logged in the file <param name="Filename" type="string"/>.</string>
- <string id="cmProp" type="String" errorCode="2062">The property <param name="Name" type="string"/> = <param name="Prop" type="string"/>.</string>
- <string id="cmConfigureDBParameter" type="String" errorCode="2064">The database parameter <param name="Name" type="string"/> = <param name="Value" type="string"/>.</string>
- <string id="cmCMHomeIs" type="String" errorCode="2067">The home page for Content Manager is: cm.home=<param name="Folder" type="string"/>.</string>
- <string id="cmInitLogging" type="String" errorCode="2069">Initializing logging.</string>
- <string id="cmLoggingTo" type="String" errorCode="2070">Logging to the folder <param name="Folder" type="string"/>.</string>
- <string id="cmLoadAMFrom" type="String" errorCode="2078">Loading IBM Cognos Access Manager configuration information from <param name="Filename" type="string"/>.</string>
- <string id="cmWriteConfigFile" type="String" errorCode="2079">Writing configuration file CMConfig.xml</string>
- <string id="cmFailDestroyPolicy" type="String" errorCode="2080">Content Manager failed to delete a policy.</string>
- <string id="cmDatabaseVendor" type="String" errorCode="2081">The content store database vendor is <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseVersion" type="String" errorCode="2082">The version of the database used for the content store is <param name="Value" type="string"/>.</string>
- <string id="cmDriverVendor" type="String" errorCode="2083">The database driver used with the content store is <param name="Value" type="string"/>.</string>
- <string id="cmDriverVersion" type="String" errorCode="2084">The version of the database driver used to access the content store is <param name="Value" type="string"/>.</string>
- <string id="cmConnectedToDB" type="String" errorCode="2085">Connected to the content store database <param name="Value" type="string"/>.</string>
- <string id="cmConnectedAs" type="String" errorCode="2086">Connected to the content store database as <param name="Value" type="string"/>.</string>
- <string id="cmBadSecurityID" type="String" errorCode="2088">A search in a third party security system returned the entity "<param name="ID" type="string"/>" but attributes of this entity are unavailable. <param name="Details" type="string"/>.</string>
- <string id="cmDatabaseClientCS" type="String" errorCode="2090">The content store database client uses the character set <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseDbCS" type="String" errorCode="2091">The content store database server uses the character set <param name="Value" type="string"/>.</string>
- <string id="cmIPFCategory" type="String" errorCode="2092">IPF category '<param name="Category" type="string"/>' set to priority '<param name="Priority" type="string"/>'.</string>
- <string id="cmUnexpectedError" type="String" errorCode="5001">A Content Manager internal error occurred.</string>
- <string id="cmNoRequestHandlerSys" type="String" errorCode="5002">A Content Manager internal error occurred. Content Manager could not find an appropriate request handler.</string>
- <string id="cmErrDelPolicy" type="String" errorCode="5018">Content Manager failed to delete a policy.</string>
- <string id="cmErrGetUser" type="String" errorCode="5019">Content Manager failed to get the current user.</string>
- <string id="cmErrResetQuery" type="String" errorCode="5020">Content Manager failed to reset a query.</string>
- <string id="cmErrNoObjIn" type="String" errorCode="4022">An object does not exist at the location <param name="Location" type="string"/>.</string>
- <string id="cmErrCleanSessions" type="String" errorCode="5023">Content Manager is unable to delete temporary session data for expired sessions.</string>
- <string id="cmErrCleanSessionObject" type="String" errorCode="5226">Content Manager is unable to delete temporary session data for the following expired session: '<param name="SearchPath" type="string"/>'.</string>
- <string id="cmStoreUnexpectedObjUpdateFailed" type="String" errorCode="5025">Content Manager cannot update an object because of an unexpected content store database error.</string>
- <string id="cmStoreUnexpectedCacheQuery" type="String" errorCode="5027">A Content Manager internal error occurred while querying the content store cache.</string>
- <string id="cmStoreUnexpectedParentPathOver1" type="String" errorCode="5032">A Content Manager internal error occurred. A parent path selected more than one object.</string>
- <string id="cmCurrentDir" type="String" errorCode="2065">The current directory is '<param name="Folder" type="string"/>'.</string>
- <string id="cmEndSession" type="String" errorCode="2087">The current session has ended for user "<param name="Path" type="string"/>" (Session ID "<param name="ID" type="string"/>").</string>
- <string id="cmInitCAMFactoryFailed" type="String" errorCode="5094">Content Manager could not initialize the IBM Cognos Access Manager security subsystem.</string>
- <string id="cmErrParse" type="String" errorCode="5073">Invalid searchPath. An error occurred while parsing the searchPath.</string>
- <string id="cmStarting" type="String" errorCode="3050">Initializing the content store.</string>
- <string id="cmRunScript" type="String" errorCode="2058">Executing the content store initialization script <param name="Script" type="string"/>.</string>
- <string id="cmExecuteCreateScript" type="String" errorCode="2060">Executing the content store initialization script <param name="Filename" type="string"/>.</string>
- <string id="cmLoadCSAPI" type="String" errorCode="2063">Loading content store API Library <param name="Lib" type="string"/> (<param name="Filename" type="string"/>).</string>
- <string id="cmLoadingCache" type="String" errorCode="2066">Loading the Content Manager cache library: <param name="Lib" type="string"/> (<param name="LibName" type="string"/>).</string>
- <string id="cmInitReqManager" type="String" errorCode="2072">Initializing Content Manager request system.</string>
- <string id="cmLoadAAALib" type="String" errorCode="2073">Loading IBM Cognos Access Manager library: <param name="Lib" type="string"/> (<param name="Filename" type="string"/>).</string>
- <string id="cmInitAAA" type="String" errorCode="2074">Initializing IBM Cognos Access Manager.</string>
- <string id="cmErrCache" type="String" errorCode="5010">An internal error occurred in the Content Manager cache.</string>
- <string id="cmErrCacheIn" type="String" errorCode="5011">An internal error occurred at location <param name="Location" type="string"/> in the Content Manager cache.</string>
- <string id="cmErrSQLIn" type="String" errorCode="5021">A SQL error occurred in the content store database location <param name="Location" type="string"/>.</string>
- <string id="cmErrCacheNotThreadSafe" type="String" errorCode="5024">A Content Manager internal caching error has occurred. Content Manager will not be thread-safe.</string>
- <string id="cmErrorInitializeNamespaces" type="String" errorCode="5099">The IBM Cognos Access Manager security subsystem is not configured properly. Content Manager could not obtain the list of security namespaces.</string>
- <string id="cmCMError" type="String" errorCode="5999">Content Manager encountered the following error: '<param name="Error" type="string"/>'.</string>
- <string id="cmMessagesNotAvailable" type="String" errorCode="5004">"***** CM-SYS-5001 Content Manager is unable to start because its message files named <param name="MessageName" type="string"/>_*.properties could not be found at the location <param name="FolderName" type="string"/>."</string>
- <string id="cmNotImplemented" type="String" errorCode="4005">The feature <param name="Value" type="string"/> is not implemented.</string>
- <string id="cmErrCommitCopy" type="String" errorCode="5008">Content Manager cannot commit the requested copy operation because an internal error occurred while accessing the list of source objects.</string>
- <string id="cmStoreUnexpectedNoParentInCache" type="String" errorCode="5033">Content Manager is unable to locate the parent object in its cache.</string>
- <string id="cmStoreUnexpectedNoIdsInCache" type="String" errorCode="5035">Content Manager failed to retrieve object IDs from its cache.</string>
- <string id="cmStoreUnexpectedErrUpdateCache" type="String" errorCode="5041">Content Manager failed to complete an update because an internal cache error occurred.</string>
- <string id="cmStoreUnexpectedErrCacheCheckAccess" type="String" errorCode="5044">Content Manager failed to verify access privileges because an internal cache error occurred.</string>
- <string id="cmStoreUnexpectedErrReadCache" type="String" errorCode="5048">Content Manager failed to read query results from its cache.</string>
- <string id="cmNoCurrentUser" type="String" errorCode="5051">Content Manager is unable to determine the current security context.</string>
- <string id="cmNoReadPolicy" type="String" errorCode="5052">An object's "policies" property value is invalid.</string>
- <string id="cmBadCAMResult" type="String" errorCode="5086">IBM Cognos Access Manager returned an invalid result.</string>
- <string id="cmRootObjsCreated" type="String" errorCode="2059">Content Manager has created content store root objects.</string>
- <string id="cmInitIndications" type="String" errorCode="2068">Content Manager initialized the Indications Processing Facility from file '<param name="FileName" type="string"/>'.</string>
- <string id="cmInitCS" type="String" errorCode="2077">Content Manager is initializing the content store.</string>
- <string id="cmDeletedOldSessions" type="String" errorCode="2089">Content Manager deleted <param name="Count" type="string"/> objects during expired session cleanup.</string>
- <string id="cmStoreUnexpected" type="String" errorCode="5006">Content Manager is unable to process your request because an unexpected event occurred in the content store database subsystem.</string>
- <string id="cmStartFailed" type="String" errorCode="5007">Content Manager build <param name="Build" type="string"/> failed to start! Review the Content Manager log files and then contact your system administrator or customer support.</string>
- <string id="cmErrorTrusted" type="String" errorCode="5095">Content Manager could not determine whether this request was signed because it could not use the IBM Cognos Access Manager security subsystem.</string>
- <string id="cmReconfigCAMFailed" type="String" errorCode="5103">Reconfiguration of IBM Cognos Access Manager failed.</string>
- <string id="cmUnknownUser" type="String" errorCode="4070">IBM Cognos Access Manager cannot determine the location of your account object within the Content Store.</string>
- <string id="cmErrorInitialObjectPolicy" type="String" errorCode="5098">An unexpected error occurred when creating the policy for a Content Manager intrinsic object "<param name="objName" type="string"/>" (of class "<param name="objClass" type="string"/>").</string>
- <string id="cmNamespaceWasAdded" type="String" errorCode="5100">Content Manager has added security namespace "<param name="Name" type="string"/>" (ID "<param name="ID" type="string"/>") due to a configuration change.</string>
- <string id="cmNamespaceWasDeleted" type="String" errorCode="5101">Content Manager has deleted security namespace "<param name="Name" type="string"/>" (ID "<param name="ID" type="string"/>") due to a configuration change.</string>
- <string id="cmBadOwnerProp" type="String" errorCode="5102">The object "<param name="Location" type="string"/>" has an invalid owner property value "<param name="OwnerValue" type="string"/>".</string>
- <string id="cmReconfig" type="String" errorCode="2104">Dispatcher has notified Content Manager of a configuration change.</string>
- <string id="cmStartingSelf" type="String" errorCode="5000">Content Manager started itself. The Dispatcher start function is not being used. The error code is <param name="Reason" type="string"/>.</string>
- <string id="cmErrCopyObjectSQL" type="String" errorCode="5017">A copy operation failed with the database error <param name="State" type="string"/>.</string>
- <string id="cmPassportIs" type="String" errorCode="2076">IBM Cognos Access Manager authenticated the user <param name="User" type="string"/> (User ID "<param name="UserID" type="string"/>") and generated the passport ID "<param name="Passport" type="string"/>".</string>
- <string id="cmEndSessionCount" type="String" errorCode="2089">Content Manager currently has "<param name="SessionCount" type="string"/>") active sessions.</string>
- <string id="cmCacheInitComplete" type="String" errorCode="2093">The Content Manager cache initialization is complete. <param name="NumObjects" type="string"/> objects loaded in <param name="seconds" type="string"/> seconds.</string>
- <string id="cmUnexpectedTransactionFailure" type="String" errorCode="5093">Content Manager failed while processing a database transaction.</string>
- <string id="cmNamespaceWasDeletedFromConf" type="String" errorCode="5104">Content Manager detected the unconfigured security namespace "<param name="Name" type="string"/>" (ID "<param name="ID" type="string"/>") in the content store database.</string>
- <string id="cmMakeDeployDirFailed" type="String" errorCode="4105">Content Manager could not create a file system folder "<param name="Name" type="string"/>" for temporary storage of encrypted deployment files.</string>
- <string id="cmErrJSMTaskID" type="String" errorCode="5106">Content Manager was unable to obtain a schedule task ID from JobAndScheduleMonitoringService.</string>
- <string id="cmStartSDSReplicator" type="String" errorCode="5115">Content Manager is unable to replicate a schedule to JobAndScheduleMonitoringService because it could not start a schedule replication thread.</string>
- <string id="cmErrScheduleReplication" type="String" errorCode="5116">An error occurred while attempting to replicate a schedule to JobAndScheduleMonitoringService.</string>
- <string id="cmStartingRejectRequest" type="String" errorCode="5117">Content Manager is starting and cannot accept requests.</string>
- <string id="cmBadConfigFolder" type="String" errorCode="5118">The Configuration file system folder does not exist or cannot be accessed in the location "<param name="Folder" type="string"/>".</string>
- <string id="cmBadLogsFolder" type="String" errorCode="5119">The Logs file system folder does not exist or cannot be accessed in the location "<param name="Folder" type="string"/>".</string>
- <string id="cmBadTempFolder" type="String" errorCode="5120">The Temporary file system folder does not exist or cannot be accessed in the location "<param name="Folder" type="string"/>".</string>
- <string id="cmMissingTempFolder" type="String" errorCode="5121">The "temp" folder "<param name="Path" type="string"/>" does not exist or Content Manager is unable to access it.</string>
- <string id="cmMissingLogsFolder" type="String" errorCode="5122">The "logs" folder "<param name="Path" type="string"/>" does not exist or Content Manager is unable to access it.</string>
- <string id="cmMissingConfigurationFolder" type="String" errorCode="5123">The "configuration" folder "<param name="Path" type="string"/>" does not exist or Content Manager is unable to access it.</string>
- <string id="cmDatabaseCollationFatal" type="String" errorCode="5126">The content store database uses the collation <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseDbCPFatal" type="String" errorCode="5127">The content store database server uses the code page <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseClientCSFatal" type="String" errorCode="5128">The content store database client uses the character set <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseDbCSFatal" type="String" errorCode="5129">The content store database server uses the character set <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseDbCP" type="String" errorCode="2130">The content store database server uses the code page <param name="Value" type="string"/>.</string>
- <string id="cmDatabaseCollation" type="String" errorCode="2131">The content store database uses the collation <param name="Value" type="string"/>.</string>
- <string id="cmLockManagerFatal" type="String" errorCode="5132">An internal Content Manager deadlock error occurred. You must restart Content Manager to reset all content locks.</string>
- <string id="cmLMUnexpectedUnlockX" type="String" errorCode="5134">An internal Content Manager error occurred while releasing an exclusive lock. The object "<param name="Path" type="string"/>" is not locked exclusively.</string>
- <string id="cmLMUnexpectedUnlockShared" type="String" errorCode="5135">An internal error Content Manager occurred while releasing a shared lock. The object "<param name="Path" type="string"/>" has a shared lock.</string>
- <string id="cmLMUnexpectedUnlockDescendant" type="String" errorCode="5136">An internal Content Manager error occurred while releasing a shared descendant lock. The object "<param name="Path" type="string"/>" does not have a shared descendant lock.</string>
- <string id="cmLMUnexpectedUnlockXAncestor" type="String" errorCode="5137">An internal Content Manager error occurred while releasing a shared lock for descendant write. The object "<param name="Path" type="string"/>" does not have a shared lock for descendant write.</string>
- <string id="cmLMObjectIsLocked" type="String" errorCode="5138">Another Content Manager request obtained locks on objects needed by this request. This request will be suspended and re-tried once the locks become available.</string>
- <string id="cmDeployQueryDetailMatchFailed" type="String" errorCode="5139">Creating a deploymentDetail failed because the original object could not be found. The query path is "<param name="path" type="string"/>".</string>
- <string id="cmVersionMismatch" type="String" errorCode="4140">An object "<param name="Path" type="string"/>" has been changed since you accessed it. Apply your changes again and resubmit your updated request.</string>
- <string id="cmDeployDetailParentMissing" type="String" errorCode="5141">Creating a deploymentDetail failed because the parent did not exist. The detail object was being created for "<param name="path" type="string"/>" for a deployed object with the path "<param name="realPath" type="string"/>".</string>
- <string id="cmDeployDetailParentFailed" type="String" errorCode="5142">Creating a parent deploymentDetail failed. The detail object was being created for "<param name="path" type="string"/>" for a deployed object with the path "<param name="realPath" type="string"/>".</string>
- <string id="cmStandByMode" type="String" errorCode="5145">Content Manager is unable to obtain exclusive access to the content store database. The database is currently locked by a Content Manager executing on <param name="Name" type="string"/>.</string>
- <string id="cmFailedToRollbackAdd" type="String" errorCode="5146">Content Manager is unable to undo an attempt to add object "<param name="Path" type="string"/>".</string>
- <string id="cmBadCAMPropValue" type="String" errorCode="5147">IBM Cognos Access Manager returned an invalid value for the property "<param name="Property" type="string"/>" of the object "<param name="Object" type="string"/>".</string>
- <string id="cmInitNoName" type="String" errorCode="5148">An error was detected during object initialization. An object had no name. The object "<param name="Path" type="string"/>" was repaired.</string>
- <string id="cmStoreDataException" type="String" errorCode="5149">Content Manager is unable to process your request because a data error occurred in the content store database subsystem. Try to determine the report that triggered the error by checking log files in the ./logs directory.</string>
- <string id="cmNoParent" type="String" errorCode="5150">Unable to determine the parent for the object with the path "<param name="Path" type="string"/>".</string>
- <string id="cmErrCacheOutOfMemory" type="String" errorCode="5151">Out Of Memory. The content store cache subsystem failed to allocate memory.</string>
- <string id="cmFailedNegotiate" type="String" errorCode="5152">Content Manager is unable to update the negotiation table.</string>
- <string id="cmDatabaseTimeout" type="String" errorCode="5153">The attempt to connect to the content store database timed out.</string>
- <string id="cmErrGetActiveCM" type="String" errorCode="5154">Content Manager is unable to get the active Content Manager URI.</string>
- <string id="cmFailedActivate" type="String" errorCode="5156">Content Manager failed to activate another Content Manager at "<param name="Path" type="string"/>".</string>
- <string id="cmCannotNotifyCMActive" type="String" errorCode="5157">Content Manager failed to notify the dispatcher "<param name="Path" type="string"/>" of a running status change.</string>
- <string id="cmFailedToReadActiveCMURI" type="String" errorCode="5158">Content Manager failed to read the active Content Manager URI from the database.</string>
- <string id="cmCMRunningActive" type="String" errorCode="5159">Content Manager is running in active mode.</string>
- <string id="cmCMRunningStandby" type="String" errorCode="5160">Content Manager is running in standby mode. The active Content Manager URL is <param name="URL" type="string"/>.</string>
- <string id="cmFailedUpdateDeployStatus" type="String" errorCode="5161">Content Manager was unable to update the deployment history status.</string>
- <string id="cmFailedQueryDeployStatus" type="String" errorCode="5162">Content Manager was unable to retrieve the deployment history status.</string>
- <string id="cmMissingDeployHistory" type="String" errorCode="5163">Content Manager was unable to access the deployment history object with searchPath "<param name="path" type="string"/>".</string>
- <string id="cmFailedToRollbackUpdate" type="String" errorCode="5164">Content Manager failed to rollback a database update transaction.</string>
- <string id="cmInvalidAdvancedSetting" type="String" errorCode="5165">The advanced setting name "<param name="value" type="string"/>" is invalid.</string>
- <string id="cmUnsupportedDBOption" type="String" errorCode="5166">The content store database server uses the following unsupported configuration option: <param name="Option" type="string"/>.</string>
- <string id="cmCorruptedScheduleSpecification" type="String" errorCode="5167">The specified schedule is corrupted or contains invalid syntax. <param name="schedule" type="string"/>
- </string>
- <string id="cmFailedSelectReferenceTables" type="String" errorCode="5168">Content Manager is unable to retrieve data from reference tables in the database.</string>
- <string id="cmFailedExecuteMaintenanceTask" type="String" errorCode="5169">Content Manager is unable to execute the maintenance task "<param name="value" type="string"/>".</string>
- <string id="cmFailedCleanDeletedObjects" type="String" errorCode="5170">Content Manager is unable to clean deleted referenced objects.</string>
- <string id="cmFailedToParseXMLString" type="String" errorCode="5171">Content Manager encountered errors while parsing the XML string <param name="String" type="string"/>.</string>
- <string id="cmBadSecurityReferenceFromArchive" type="String" errorCode="5172">The deployment archive contains an invalid security reference in the "<param name="Property" type="string"/>" property of a "<param name="Class" type="string"/>" object. The invalid security reference was not imported.</string>
- <string id="cmDatabaseDeadlock" type="String" errorCode="5173">Content Manager failed while processing a database transaction because of a database deadlock. This can happen when another Content Manager process or an external program is accessing the content store database. Check for any scripts that are running, such as Content Manager clean up or IBM Cognos Software Development Kit scripts, that may result in a heavy volume of updates to the content store. Check with the database administrator about other programs that might be updating the database.</string>
- <string id="cmDataUpgradeFail" type="String" errorCode="5176">Content Manager was unable to finish the data upgrade process. Verify the log file for detailed error messages.</string>
- <string id="cmErrInitAxisService" type="String" errorCode="5177">Content Manager was unable to initialize the request validation Axis service. Axis request validation will be disabled.</string>
- <string id="cmMissingPluginInfo" type="String" errorCode="5178">Content Manager is unable to find the associated plugin for the data upgrade.</string>
- <string id="cmFailedToUpgradeProperty" type="String" errorCode="5179">Content Manager failed to upgrade the property "<param name="Property" type="string"/>".</string>
- <string id="cmFailedToUpgradeObject" type="String" errorCode="5180">Content Manager failed to upgrade the object "<param name="Path" type="string"/>".</string>
- <string id="cmBadPropAttachment" type="String" errorCode="5181">Content Manager failed to process the attachment file for the property "<param name="Property" type="string"/>".</string>
- <string id="cmFailedToCreateAttachment" type="String" errorCode="5182">Content Manager failed to create an attachment file for the property "<param name="Property" type="string"/>".</string>
- <string id="cmPluginMessage" type="String" errorCode="5183">While upgrading the object "<param name="Path" type="string"/>", Content Manager received the following message from the plugin: "<param name="Message" type="string"/>".</string>
- <string id="cmUnsupportedCaseSensitivity" type="String" errorCode="5125">The content store database has a default collation that is case-sensitive. Content Manager requires a content store that has a case-insensitive collation. Before you restart Content Manager, you may need to recreate the content store database or clean it using dbClean_*.sql.</string>
- <string id="cmUnsupportedCharacterSet" type="String" errorCode="5124">Content Manager cannot start because the database character set for the content store is not supported. Before you restart Content Manager, you may need to recreate the content store database or clean it using dbClean_*.sql.</string>
- <string id="cmDataUpgradeError" type="String" errorCode="5184">Content Manager encountered an error while upgrading data.</string>
- <string id="cmInvalidValueForAdvancedSetting" type="String" errorCode="5185">The advanced setting '<param name="name" type="string"/>' cannot be set to '<param name="value" type="string"/>'.</string>
- <string id="cmCancel" errorCode="5186">The system cancelled the request.</string>
- <string id="cmExecutionTimeout" errorCode="5187">The request took too long and was aborted, it exceeded '<param name="Value" type="string"/>ms'.</string>
- <string id="cmInitializePluginMgr" type="String" errorCode="2185">Content Manager started initializing the Plugin Manager.</string>
- <string id="cmLoadingPlugin" type="String" errorCode="2186">Plugin Manager is loading the plugin '<param name="Plugin" type="string"/>'.</string>
- <string id="cmLoadingWin32PerfJNI" type="String" errorCode="2071">The IBM Cognos Windows32 Performance Counter library <param name="Lib" type="string"/> (<param name="LibName" type="string"/>) is being loaded.</string>
- <string id="cmLockWaitExceeded" type="String" errorCode="5133">While processing your request, Content Manager waited for <param name="Value" type="string"/> seconds to access objects that are currently locked. Contact your IBM Cognos system administrator if this problem recurs. The current lock manager state is <param name="State" type="string"/>
- </string>
- <string id="cmLockExecuteExceeded" type="String" errorCode="5144">While processing your request, Content Manager locked a number of objects for <param name="Value" type="string"/> seconds. This may have caused other requests to be abandoned. Contact your IBM Cognos system administrator if this problem recurs. The current lock manager state is <param name="State" type="string"/>
- </string>
- <string id="cmSqlServerWinAuthError" type="String" errorCode="5155">Microsoft SQL Server is set to Windows Authentication mode. Content Manager does not support this mode for the selected database type. Please set Microsoft SQL Server to SQL Server Authentication mode, or select the appropriate database type.</string>
- <string id="cmCheckingCSConsistency" type="String" errorCode="2187">The content store is being checked for consistency.</string>
- <string id="cmInconsistentCMID" type="String" errorCode="5188">Warning: Content Manager found <param name="count" type="string"/> object(s) of type '<param name="name" type="string"/>' that contain(s) data that is not valid.</string>
- <string id="cmCannotUpgradeInconsistentCS" type="String" errorCode="5189">Content Manager cannot upgrade the content store database because it is inconsistent and contains data that is not valid. \r\n\r\n<param name="details" type="string"/>\r\n\r\n To make the content store consistent, run the '<param name="makeConsistentScript" type="string"/>' script. However, before running this script, make sure you have backed up all your data. If you decide to report the problem to IBM Cognos customer support, include the log file, which contains information about the data that is not valid.</string>
- <string id="cmInconsistentCSInfo" type="String" errorCode="5190">The content store database is inconsistent. Content Manager found the following inconsistent data: \r\n\r\n<param name="details" type="string"/>
- </string>
- <string id="cmGeneralCMError" type="String" errorCode="5192">An error occurred with Content Manager.</string>
- <string id="cmFixedInconsistentCS" type="String" errorCode="5193">Content Manager detected and fixed inconsistent data in the content store database. The following data was removed: \r\n\r\n<param name="details" type="string"/>\r\n\r\n</string>
- <string id="cmFixedInconsistentCMID" type="String" errorCode="5194">Warning: Content Manager deleted <param name="count" type="string"/> invalid row(s) in table '<param name="name" type="string"/>'.</string>
- <string id="cmDatabaseNotConfigured" type="String" errorCode="5195">Content Manager cannot configure the content store database. Review and test the configuration for the content store database in the configuration tool to ensure that the settings are valid. Verify that the account used to access the content store is still valid by checking the status of password and account permissions.</string>
- <string id="cmUserIDEmpty" type="String" errorCode="5196">The database configuration parameter 'User ID' is empty.</string>
- <string id="cmFoundMissingCMIDs" type="String" errorCode="5197">Content Manager detected <param name="count" type="string"/> Content Manager ID(s) missing from the <param name="tables" type="string"/> table. The leftover data in the property tables is no longer used.</string>
- <string id="cmFoundJunkRows" type="String" errorCode="5198">Content Manager detected <param name="count" type="string"/> row(s) in table(s) (<param name="tables" type="string"/>) with data that does not belong to any object.</string>
- <string id="cmFoundMissingRows" type="String" errorCode="5199">Content Manager detected <param name="count" type="string"/> missing row(s) in table(s) (<param name="tables" type="string"/>).</string>
- <string id="cmFoundJunkRowsInTable" type="String" errorCode="5200">Content Manager detected <param name="count" type="string"/> junk row(s) with Content Manager ID(s) (<param name="CMIDs" type="string"/>) in table <param name="name" type="string"/>.</string>
- <string id="cmFoundMissingRowInTable" type="String" errorCode="5201">Content Manager detected a missing row for objectClass (<param name="class" type="string"/>), with Content Manager ID (<param name="CMID" type="string"/>) in table (<param name="table" type="string"/>).</string>
- <string id="cmFoundCMIDsInTableNotInCMOBJS" type="String" errorCode="5202">Content Manager detected invalid row(s) with Content Manager ID(s) (<param name="CMIDs" type="string"/>) in table (<param name="table" type="string"/>).</string>
- <string id="cmFixedMissingCMIDsInCMOBJS" type="String" errorCode="5203">Due to missing Content Manager IDs in the CMOBJECTS table, Content Manager deleted <param name="count" type="string"/> invalid rows from table(s) (<param name="tables" type="string"/>).</string>
- <string id="cmFixedJunkRowsInTable" type="String" errorCode="5204">Content Manager deleted <param name="count" type="string"/> junk rows from table (<param name="name" type="string"/>). </string>
- <string id="cmFixedJunkRows" type="String" errorCode="5205">Content Manager deleted <param name="count" type="string"/> junk rows from table(s) (<param name="tables" type="string"/>).</string>
- <string id="cmFixedMissingRowsInTable" type="String" errorCode="5206">Content Manager added <param name="count" type="string"/> rows to table <param name="name" type="string"/> to make all objects consistent.</string>
- <string id="cmFixedMissingRows" type="String" errorCode="5207">Content Manager added <param name="count" type="string"/> rows to table(s) (<param name="tables" type="string"/>.</string>
- <string id="cmFoundInconsistentCS" type="String" errorCode="5208">Warning: The content store database is inconsistent. Content Manager will repair it at the next startup. Some of the corrupted content store data may be permanently lost after the repair. It is recommend that you back up the content store database before restarting the Content Manager service.</string>
- <string id="cmConsistentCS" type="String" errorCode="5209">The content store database is consistent.</string>
- <string id="cmConsistencyCheckStart" type="String" errorCode="2210">The Content Manager internal consistency check started.</string>
- <string id="cmConsistencyCheckEnd" type="String" errorCode="2211">The Content Manager internal consistency check is complete.</string>
- <string id="cmDeferedInitActionStart" type="String" errorCode="2215">A Content Manager internal <param name="action" type="string"/> task started.</string>
- <string id="cmDeferedInitActionEnd" type="String" errorCode="2216">A Content Manager internal <param name="action" type="string"/> task is complete.</string>
- <string id="cmRepairedNamePrefix" type="String" errorCode="5210">Repaired by consistency check.</string>
- <string id="cmInconsistentCS" type="String" errorCode="2212">Warning: The content store database contains inconsistencies. Review cognos server logs for more information.</string>
- <string id="cmRetryRequestOnDeadlock" type="String" errorCode="2213">The Content Manager retried a request that failed due to a database deadlock.</string>
- <string id="cmUpgradeCSTables" type="String" errorCode="3052">Upgrading the content store schema to version <param name="SchemaVersion" type="string"/>.</string>
- <string id="cmCreateCSTables" type="String" errorCode="2057">Creating content store tables (schema version <param name="SchemaVersion" type="string"/>).</string>
- <string id="cmErrJSMFault" type="String" errorCode="5107">Content Manager received the error "<param name="Fault" type="string"/>" while contacting the event management service. Request: "<param name="Request" type="string"/>" Response: "<param name="Response" type="string"/>".</string>
- <string id="cmErrorTrustedId" type="String" errorCode="5096">Content Manager could not access the common symmetric key because it could not initialize the IBM Cognos Access Manager security subsystem.</string>
- <string id="cmFailedToReadAcquiredProperty" type="String" errorCode="2214">Content Manager failed to read an acquired property. Check the consistency of the content store.</string>
- <string id="cmErrQueryMembership" type="String" errorCode="5215">An internal Content Manager error occurred while searching for a user membership.</string>
- <string id="cmErrInsertingIntoTemporaryTable" type="String" errorCode="5216">An internal Content Manager error occurred while inserting data into a temporary table.</string>
- <string id="cmFailedToGetUserIdentity" type="String" errorCode="5217">Content Manager was unable to get the current user identity.</string>
- <string id="cmFailedToCreateMessageDigest" type="String" errorCode="5218">Content Manager was unable to create message digest with the <param name="Algorithm" type="string"/> algorithm.</string>
- <string id="cmFailedToReadAcquiredLobProperty" type="String" errorCode="5219">Content Manager failed to read the acquired LOB property <param name="Property" type="string"/>.</string>
- <string id="cmErrEMSSynchronization" type="String" errorCode="5220">Content Manager received the error "<param name="Fault" type="string"/>" while trying to synchronize schedules with the event management service. Content Manager will retry periodically.</string>
- <string id="cmDataUpgradeInfo" type="String" errorCode="2221">Content Manager received an information message while upgrading data.</string>
- <string id="cmCAMCryptoInitFailed" type="String" errorCode="5222">Content Manager failed to initialize CAM Crypto. No signature will be generated.</string>
- <string id="cmFailedToLoadUserCapabilityPoliciesCache" type="String" errorCode="5223">Content Manager failed to initialize the user capability policies cache.</string>
- <string id="cmFailedToInitializePropertyHandler" type="String" errorCode="5224">Content Manager failed to initialize the property handler for <param name="Property" type="string"/>.</string>
- <string id="cmAxisValidationON" type="String" errorCode="5224">Axis Validation is enabled. If you are doing performance testing, please set the advanced setting CM.PERFORMAXISVALIDATION to "disable". For more information, please see bug 564221. </string>
- <string id="cmLongRunningRequest" type="String" errorCode="5225">Content Manager has detected a long running request. The request took <param name="Value" type="string"/> seconds to finish.</string>
- <string id="cmDatabaseRollback" errorCode="5226">An error occurred during the rollback of a database transaction. Method-Name: "<param name="MethodName" type="string"/>" Object-ID: "<param name="ObjectID"/>".</string>
- <string id="cmDatabaseConstraintViolation" errorCode="5227">A database constraint violation was detected. The current database transaction will be rolled back. Method-Name: "<param name="MethodName" type="string"/>" Object-ID: "<param name="ObjectID"/>".</string>
- <string id="cmFoundCircularCMIDs" errorCode="5228">Content Manager found <param name="count" type="string"/> CMIDs in a circular child parent relation chains in the table, <param name="table"/>. They are "<param name="detail"/>". These bad child-parent circular CMIDs will cause CM to malfunction.</string>
- <string id="cmErrorDeletingTempFile" type="String" errorCode="5229">Content Manager could not delete temporary file: "<param name="Entry" type="string"/>". The file may still be in use. Will retry automatically.</string>
- <string id="cmFoundCircularCMIDsInCache" errorCode="5230">Content Manager found circular CMIDs internally. The circular CMIDs are <param name="detail"/>. These bad child-parent CMIDs are causing Content Manager to malfunction.</string>
- <string id="cmAuditAccessFiltersLoaded" type="String" errorCode="5231">Content Manager has loaded audit access filters.</string>
- <string id="cmErrorLoadingAuditAccessFilters" type="String" errorCode="5232">An error occurred while loading audit access filters.</string>
- <string id="cmUnresolvedClassGroup" type="String" errorCode="5233">Class group "<param name="Name" type="string"/>" can not be resolved.</string>
- <string id="cmBadCAMResultWithDoc" type="String" errorCode="5234">IBM Cognos Access Manager returned an invalid result. Result: <param name="doc" type="string"/>
- </string>
- <string id="cmErrorLoggingDefaultMeasure" type="String" errorCode="5235">Content Manager was unable to setup logging for default measure '<param name="measureName" type="string"/>'.</string>
- <string id="cmErrorParsingTaskConfig" type="String" errorCode="5236">Content Manager was unable to parse configuration file '<param name="File" type="string"/>'. The error message is '<param name="Message" type="string"/>'.</string>
- <string id="cmErrorTaskDoesNotExist" type="String" errorCode="5237">Content Manager was unable to find background task '<param name="Name" type="string"/>'.</string>
- <string id="cmErrorTaskNameNotUnique" type="String" errorCode="5238">Content Manager was unable to load background task '<param name="Name" type="string"/>'. A task with this name already exists.</string>
- <string id="cmErrorTaskNameDoesNotMatchFileName" type="String" errorCode="5239">Content Manager was unable load background task '<param name="Name" type="string"/>'. The task name does not correspond to the task configuration file name '<param name="File" type="string"/>'.</string>
- <string id="cmErrorTaskConfigFileNotFound" type="String" errorCode="5240">Content Manager was unable to find background task configuration file '<param name="File" type="string"/>'.</string>
- <string id="cmErrorIllegalTaskRestartTime" type="String" errorCode="5241">Content Manager has detected invalid restart time '<param name="Restart" type="string"/>' for background task '<param name="Name" type="string"/>'.</string>
- <string id="cmErrorTasksManagerNotStarted" type="String" errorCode="5242">Background task manager is not running.</string>
- <string id="cmErrorTasksManagerAlreadyStarted" type="String" errorCode="5243">Background task manager is already running.</string>
- <string id="cmErrorQueuesManagerNotStarted" type="String" errorCode="5244">Queue manager is not running.</string>
- <string id="cmErrorQueuesManagerAlreadyStarted" type="String" errorCode="5245">Queue manager is already running.</string>
- <string id="cmErrorInitializeTask" type="String" errorCode="5246">Content Manager was unable to initialize a background task.</string>
- <string id="cmBackgroundTaskStarted" type="String" errorCode="5247">Background task started.</string>
- <string id="cmBackgroundTaskCompleted" type="String" errorCode="5248">Background task completed.</string>
- <string id="cmInvalidBackgroundPeriod" type="String" errorCode="5249">Content Manager has detected invalid period '<param name="InvalidElement" type="string"/>' in configuration file '<param name="File" type="string"/>'.</string>
- <string id="cmOverlappingBackgroundPeriod" type="String" errorCode="5250">Content Manager has detected overlapping periods in configuration file '<param name="File" type="string"/>'.</string>
- <string id="cmErrorQueueDoesNotExist" type="String" errorCode="5251">Queue '<param name="Queue" type="string"/>' does not exist.</string>
- <string id="cmErrorQueuesWorkFlowDoesNotExist" type="String" errorCode="5252">Background task workflow '<param name="WorkFlow" type="string"/>' does not exist.</string>
- <string id="cmQueueNameNotUnique" type="String" errorCode="5253">Content Manager was unable to load queue '<param name="Name" type="string"/>'. A queue with this name already exists.</string>
- <string id="cmErrorWorkFlowNameNotUnique" type="String" errorCode="5254">Content Manager was unable to load background task workflow '<param name="Name" type="string"/>'. A workflow with this name already exists.</string>
- <string id="cmErrorQueueNotDefined" type="String" errorCode="5255">Content Manager was unable to load background task workflow. Queue '<param name="Name" type="string"/>' does not exist.</string>
- <string id="cmErrorDuplicateFlowElement" type="String" errorCode="5256">Content Manager was unable to load background task workflow step '<param name="Name" type="string"/>'. A workflow step with this name already exists.</string>
- <string id="cmErrorQueueOperationFailure" type="String" errorCode="5257">An operation with queue failed.</string>
- <string id="cmErrorQueueTableIsNotConfigured" type="String" errorCode="5258">Table is not configured for queue '<param name="Name" type="string"/>'.</string>
- <string id="cmErrorInvalidThreadPoolSize" type="String" errorCode="5259">Thread pool size is an invalid argument.</string>
- <string id="cmFoundInvalidData" type="String" errorCode="5260">Content Manager detected <param name="count" type="string"/> row(s) in table(s) (<param name="tables" type="string"/>) with data that is invalid.</string>
- <string id="cmFoundNullData" type="String" errorCode="5261">Content Manager detected <param name="count" type="string"/> row(s) with Content Manager ID(s) (<param name="CMIDs" type="string"/>) in table <param name="table" type="string"/> where column <param name="column" type="string"/> is null.</string>
- <string id="cmFixedNullStoreID" type="String" errorCode="5262">Content Manager regenerated the storeID of object with Content Manager ID (<param name="cmid" type="string"/>) to '<param name="storeID" type="string"/>'.</string>
- <string id="cmFixedTotalNullStoreIDs" type="String" errorCode="5263">Content Manager updated <param name="count" type="string"/> row(s) of table (<param name="tables" type="string"/>) with regenerated storeID(s).</string>
- <string id="cmFoundDuplicateData" type="String" errorCode="5264">Content Manager detected <param name="count" type="string"/> row(s) with Content Manager ID(s) (<param name="CMIDs" type="string"/>) in table <param name="table" type="string"/> which have non-unique values in column <param name="column" type="string"/>.</string>
- <string id="cmFixedDuplicateStoreID" type="String" errorCode="5265">To avoid duplicate storeIDs, Content Manager regenerated the storeID of object with Content Manager ID (<param name="cmid" type="string"/>) to '<param name="storeID" type="string"/>'.</string>
- <string id="cmFixedTotalDuplicateStoreIDs" type="String" errorCode="5266">To avoid duplicate storeIDs, Content Manager updated <param name="count" type="string"/> row(s) of table (<param name="tables" type="string"/>) with regenerated storeID(s).</string>
- <string id="cmMaxInlineDataSizeError" type="String" errorCode="5267">The data requested from Content Manager has exceeded the maximum allowed size for base64 encoding: <param name="Value" type="string"/> Mb. This value is set in the advanced setting CM.MAXINLINEDATASIZE.</string>
- <string id="cmInvalidTenantContainmentOnStartup" type="String" errorCode="5268">Invalid tenant containment was detected at startup. Set the Content Manager advanced property "ignoreInvalidTenantContainmentAtStartup" to "true" in IBM Cognos Configuration and restart Content Manager. Once started run the Consistency Check Content Maintenance task to correct this problem.</string>
- <string id="cmFoundInvalidTenantContainment" type="String" errorCode="5269">Content Manager found <param name="count" type="string"/> instances of invalid tenant containment. Invalid tenant containment will cause CM to malfunction.</string>
- <string id="cmInvalidTenantHierarchy" type="String" errorCode="5270">Invalid tenant containment found. "<param name="searchPath" type="string"/>" (tenantID="<param name="tenantID" type="string"/>") cannot be contained under "<param name="parentSearchPath" type="string"/>" (tenantID="<param name="parentTenantID" type="string"/>") because it violates the tenant containment rules.</string>
- <string id="cmRepairedTenantHierarchy" type="String" errorCode="5271">All instances of invalid tenant containment have been repaired.</string>
- <string id="cmImportTenantIDConflict" type="String" errorCode="4272">The object with searchPath '<param name="searchPath" type="string"/>' has tenantID '<param name="archiveTenantID" type="string"/>' in the archive but has tenantID '<param name="targetTenantID" type="string"/>' in the target system.</string>
- <string id="cmRepairInvalidTenantContainmentUpdate" type="String" errorCode="4273">Updated subtree rooted at '<param name="searchPath" type="string"/>' to tenantID '<param name="tenantID" type="string"/>'.</string>
- <string id="fileWriteError" type="String" errorCode="5274">An error occured while writing to file '<param name="file" type="string"/>'.</string>
- <string id="csUtilizationSavedTo" type="String" errorCode="2275">The content store utilization information has been saved to the file <param name="fileName" type="string"/>.</string>
- <string id="cmBackgroundTaskUnableConnect" type="String" errorCode="5274">Background task unable to connect to Content Store. Will retry periodically.</string>
- <string id="cmUpdateInitialContentNamesSucceeded" type="String" errorCode="5275">Names of initial content objects were successfully updated.</string>
- <string id="cmUpdateInitialContentNamesMessages" type="String" errorCode="5276">Updating initial content objects names finished with the following messages. <param name="messages" type="string"/></string>
- <string id="cmTenantCreated" type="String" errorCode="2277">Content Manager created a new tenant object "<param name="searchPath" type="string"/>" for tenantID "<param name="tenantID" type="string"/>".</string>
- <string id="cmArchiveContainedRestrictedTenants" type="String" errorCode="4278">The archive contained objects belonging to tenants that you don't have access to. No corresponding tenant objects were created. Check the log file for more information.</string>
- <string id="cmTenantObjectNotCreated" type="String" errorCode="4279">The archive contained objects belonging to tenant "<param name="tenantID" type="string"/>" which has no corresponding tenant object. Content Manager did not create the corresponding objects because the user was not a member of System Administrators.</string>
- <string id="cmGeneralPluginMessage" type="String" errorCode="5280">Content Manager received the following message during the execution of plugin "<param name="pluginId" type="string" />": "<param name="message" type="string"/>".</string>
- <string id="cmUnknownPassportId" type="String" errorCode="4281">Content Manager has no session associated with the passportID.</string>
- <string id="cmFailToSyncSearchIndex" type="String" errorCode="5282">Content Manager is unable to synchronize the CM Index with the Search Service.</string>
- <string id="cmFailToStartSynchromeshTask" type="String" errorCode="5299">Content Manager failed to start the Synchromesh Task.</string>
- <string id="cmNoSearchIndexSerializer" type="String" errorCode="5283">Content Manager is unable to index property "<param name="Property" type="string"/>". No serializer for this property has been defined.</string>
- <string id="cmInvalidValueForAdvancedConfigProp" type="String" errorCode="5284">Content Manager advanced configuration property '<param name="Name" type="string"/>' cannot be set to '<param name="value" type="string"/>'.</string>
- <string id="cmIndexInfo" type="String" errorCode="3285">Index ID in CM: '<param name="indexIDInCM" type="string"/>', Index ID in Search Service: '<param name="indexIDInSearch" type="string"/>'; Index Schema Version in CM: '<param name="schemaVersionInCM" type="string"/>', Index Schema Version in Search Service: '<param name="schemaVersionInSearch" type="string"/>'.</string>
- <string id="cmReIndexInfo" type="String" errorCode="5272">Index ID in CM: '<param name="indexIDInCM" type="string"/>'; Index Schema Version in CM: '<param name="schemaVersionInCM" type="string"/>'.</string>
- <string id="cmIndexNotificationInfo" type="String" errorCode="3286">CM Index Notification Table ('<param name="indexQueueName" type="string"/>') size: <param name="indexQueueSize" type="string"/>; CM Objects Table ('<param name="objectsTableName" type="string"/>') size: <param name="objectsTableSize" type="string"/>.</string>
- <string id="cmIndexInitialSyncResults" type="String" errorCode="3287">Objects indexed: '<param name="objectsIndexed" type="string"/>', Duration: '<param name="duration" type="string"/>' seconds.</string>
- <string id="cmIndexPerserved" type="String" errorCode="3288">The existing CM Index is preserved.</string>
- <string id="cmIndexRecreation" type="String" errorCode="3289">The existing CM Index needs to be re-created.</string>
- <string id="cmIndexDeleted" type="String" errorCode="3290">The existing CM Index is deleted.</string>
- <string id="cmIndexCreated" type="String" errorCode="3291">The new CM Index is created.</string>
- <string id="cmIndexingObjects" type="String" errorCode="3292">Started indexing the content store objects to CM Index.</string>
- <string id="cmBackgroundIndexTaskStarted" type="String" errorCode="3293">CM background Index Task started.</string>
- <string id="cmSearchNotificationQueueIsFull" type="String" errorCode="5294">Content Manager is no longer able to synchronize the CM Index with the Search Service and needs to be restarted.</string>
- <string id="cmFailedToBuildIndexTree" type="String" errorCode="3295">Content Manager failed to build the search index but will retry in 30 seconds. Number of attempts: <param name="numberOfAttempts" type="string"/>.</string>
- <string id="cmCrawlerTaskStarted" type="String" errorCode="3296">CM Crawler Service started.</string>
- <string id="cmFailCreateTrustToken" type="String" errorCode="5297">An error occurred while generating trust token for the <param name="ReqType" type="string"/> request.</string>
- <string id="cmSynchromeshNotificationQueueIsFull" type="String" errorCode="5298">Content Manager is unable to synchronize with the Synchromesh Service.</string>
- <string id="cmSynchromeshTaskStarted" type="String" errorCode="3300">CM Synchromesh Task started.</string>
- </section>
- <section name="HDR" usage="Header-related messages" type="Messages">
- <string id="cmAlreadyConfigured" type="String" errorCode="4001">Content Manager cannot accept new configuration information because it is already configured.</string>
- <string id="cmCAMRequired" type="String" errorCode="4002">The BI Bus header of the request is missing an element that is required for the implementation of IBM Cognos Access Manager security.</string>
- <string id="cmBiBusHeaderRequired" type="String" errorCode="4005">This request is invalid because the SOAP header does not contain a "biBusHeader" element.</string>
- <string id="cmSOAPHeaderRequired" type="String" errorCode="4006">This request is invalid because it does not contain a SOAP header element.</string>
- <string id="cmHeaderContentRequired" type="String" errorCode="4003">The request header is missing the following element content: <param name="ECname" type="string"/>.</string>
- <string id="cmAuthenticateTCNotTrusted" type="String" errorCode="4007">A request must be trusted to log in using trusted credentials.</string>
- <string id="cmAuthenticateTCNullReference" type="String" errorCode="4008">The request header cannot specify an empty credential reference.</string>
- <string id="cmAuthenticateTCInvalidSelection" type="String" errorCode="4009">The credentials referenced by "<param name="reference" type="string"/>" do not exist.</string>
- <string id="cmAuthenticateTCUnexpectedFault" type="String" errorCode="4010">An unexpected error occurred while authenticating using trusted credentials.</string>
- <string id="cmAuthenticateTCInvalidReference" type="String" errorCode="4012">The search path "<param name="reference" type="string"/>" does not select one credential object.</string>
- <string id="cmInvalidPassport" type="String" errorCode="4004">Your IBM Cognos session expired. Please log on again to continue.</string>
- </section>
- <section name="CAM" usage="CAM header messages" type="Messages">
- <string id="cmNoCAMLogin" type="String" errorCode="4001">Authentication failed because the supplied credentials were invalid.</string>
- <string id="cmNoAuthenticate" type="String" errorCode="4002">Authentication is disabled; the request must not contain login information.</string>
- <string id="cmLoginFailed" type="String" errorCode="4003">Authentication failed because supplied credentials were invalid.</string>
- <string id="cmAuthenticateFailed" type="String" errorCode="4005">Unable to authenticate. Check your security directory server connection and confirm the credentials entered at login.</string>
- <string id="cmCAMReAuthenticate" type="String" errorCode="4006">An unexpected error occurred while calling CAM AAA, the component Content Manager contacts when authentication is required or when a third-party repository needs to be queried for user-specific information. Content Manager is reauthenticating with the current user's passport.</string>
- </section>
- <section name="CFG" usage="Configuration-related messages" type="Messages">
- <string id="cmConfigurationRequired" type="String" errorCode="5001">User input is required.</string>
- <string id="cmNoDBType" type="String" errorCode="5002">Please specify the type of database used for the content store.</string>
- <string id="cmNoDBInfo" type="String" errorCode="5003">Please specify the database connection for the content store.</string>
- <string id="cmCMNotConfigured" type="String" errorCode="5004">Content Manager is not configured.</string>
- <string id="cmbadConfFile" type="String" errorCode="5011">Content Manager is unable to read the configuration parameter file <param name="Error" type="string"/>.</string>
- <string id="cmNoConfigScript" type="String" errorCode="5012">The initialization file "<param name="Script" type="string"/>" for the content store does not exist.</string>
- <string id="cmBadCreateScript" type="String" errorCode="5013">The initialization script "<param name="Script" type="string"/>" for the content store did not run successfully. To troubleshoot the problem, check the log file "<param name="File" type="string"/>".</string>
- <string id="cmBadInitScript" type="String" errorCode="5014">An error occurred during the running of the content store initialization script.</string>
- <string id="cmNoConfigFile" type="String" errorCode="5015">Content Manager cannot access the configuration file "<param name="File" type="string"/>".</string>
- <string id="cmWrongConfigFile" type="String" errorCode="5016">The configuration file <param name="File" type="string"/> did not contain the expected document element "web-app".</string>
- <string id="cmBadConfigFile" type="String" errorCode="5017">Content Manager encountered a problem reading the configuration file "<param name="File" type="string"/>".</string>
- <string id="cmBadRootObj" type="String" errorCode="5018">The class of a Content Manager root object cannot be "<param name="Name" type="string"/>".</string>
- <string id="cmCryptoInitFailed" type="String" errorCode="5019">Unable to encrypt or unencyrpt passwords. Content Manager failed to initialize its encryption subsystem.</string>
- <string id="cmIPFConfigNoFile" type="String" errorCode="5020">Content Manager could not access the IPF configuration file <param name="FileName" type="string"/>.</string>
- <string id="cmBadCSVersion" type="String" errorCode="5021">The version number of the content store is incorrect.</string>
- <string id="cmNoCMScriptFile" type="String" errorCode="5022">Content Manager is unable to initialize the content store. The initialization file "<param name="FileName" type="string"/>" for the content store does not exist.</string>
- <string id="cmBadCMScript" type="String" errorCode="5023">Content Manager is unable to initialize the content store by using the initialization file "<param name="FileName" type="string"/>". Review the configuration for the content store database in IBM Cognos Configuration to ensure that the settings are correct. Verify that the account used to access the content store is still valid by checking the status of the password and account permissions. Verify that the account that Content Manager uses has sufficient permissions to create, to connect to, and to initialize the file contents in the database.</string>
- <string id="cmErrSetVersion" type="String" errorCode="5025">Content Manager is unable to set the content store version number.</string>
- <string id="cmVersionMissing" type="String" errorCode="5026">Content Manager system parameter <param name="Version" type="string"/> is missing.</string>
- <string id="cmBadVersion" type="String" errorCode="5027">Unable to upgrade the content store to the version <param name="Version" type="string"/> that is compatible with this version of Content Manager. The current version of the content store is <param name="CurrentVersion" type="string"/>.</string>
- <string id="cmNoVersion" type="String" errorCode="5028">The content store version cannot be determined, possibly because its database is corrupt.</string>
- <string id="cmErrInitialized" type="String" errorCode="5029">Content Manager is unable to determine whether the content store is initialized.</string>
- <string id="cmNoCSInitScript" type="String" errorCode="5030">Content Manager cannot access the Content Store initialization file "<param name="FileName" type="string"/>".</string>
- <string id="cmErrAddRoot" type="String" errorCode="5031">Content Manager is unable to create the content store root object.</string>
- <string id="cmMissingCSParm" type="String" errorCode="5032">The content store configuration parameter "<param name="ParmName" type="string"/>" is missing.</string>
- <string id="cmBadDBType" type="String" errorCode="5033">The database type "<param name="Type" type="string"/>" is not supported.</string>
- <string id="cmErrCSDriver" type="String" errorCode="5034">Content Manager failed to start because it could not load driver "<param name="Driver" type="string"/>".</string>
- <string id="cmNoCSConnectStr" type="String" errorCode="5035">Content Manager failed to start because it could not find a database connection string for the content store.</string>
- <string id="cmNoCSConnect" type="String" errorCode="5036">Content Manager failed to connect to the content store. The connection string is "<param name="Connect" type="string"/>". The advanced properties are "<param name="AdvProp" type="string"/>". The error encountered is: "<param name="ConnectError" type="string"/>"</string>
- <string id="cmMissCSInfo" type="String" errorCode="5037">The database information for the content store cannot be accessed.</string>
- <string id="cmErrReadCSParm" type="String" errorCode="5038">Content Manager cannot read system parameters from the content store.</string>
- <string id="cmNoPropDefs" type="String" errorCode="5039">Content Manager cannot load property definitions from the content store.</string>
- <string id="cmNoClassDefs" type="String" errorCode="5040">Content Manager cannot load object class definitions from the content store.</string>
- <string id="cmNoInitQueryStrs" type="String" errorCode="5041">Content Manager failed to initialize the query string.</string>
- <string id="cmNoConnectPool" type="String" errorCode="5042">Unable to return a connection to the connection pool.</string>
- <string id="cmNoTableColumnInfo" type="String" errorCode="5043">Column information is not available for the content store column <param name="Table" type="string"/>.<param name="Column" type="string"/> associated with property '<param name="Name" type="string"/>'.</string>
- <string id="cmErrClassField" type="String" errorCode="5044">Content Manager failed to determine a class field.</string>
- <string id="cmMissingClassField" type="String" errorCode="5045">The Content Manager class CMObjectClass does not contain the field <param name="Field" type="string"/>.</string>
- <string id="cmMissingClass" type="String" errorCode="5046">A required object class is not among the classes loaded from the content store: <param name="Class" type="string"/>.</string>
- <string id="cmErrSetClass" type="String" errorCode="5047">Content Manager failed to set a class field.</string>
- <string id="cmMissingPropField" type="String" errorCode="5048">The field <param name="Field" type="string"/> is missing from the property CMProperty.</string>
- <string id="cmMissingProp" type="String" errorCode="5049">The required property <param name="Prop" type="string"/> is missing from the properties loaded from the content store.</string>
- <string id="cmErrCacheOnLoad" type="String" errorCode="5050">A content store cache error occurred while loading the object data.</string>
- <string id="cmNoCache" type="String" errorCode="5051">Content Manager failed to initialize the cache subsystem. If you use a content store database that requires JDBC driver files, check that the driver files and any required license files are copied to the IBM Cognos installation location (webapps/p2pd/web-inf/lib directory). Ensure that the content store database is configured and available.</string>
- <string id="cmNoMigrateMissingParm" type="String" errorCode="5052">A data property value cannot be updated in the content store because the system parameter <param name="Parm" type="string"/> is missing.</string>
- <string id="cmNoMigrateData" type="String" errorCode="5053">A data property value cannot be migrated within the content store.</string>
- <string id="cmErrCMHome" type="String" errorCode="5057">The Content Manager home directory <param name="Folder" type="string"/> is invalid.</string>
- <string id="cmErrAccManLoad" type="String" errorCode="5062">Content Manager could not initialize IBM Cognos Access Manager.</string>
- <string id="cmErrCommitDelete" type="String" errorCode="5069">A serious error occurred while committing a delete operation.</string>
- <string id="cmErrDelPolicyOnDelete" type="String" errorCode="5069">Content Manager failed to delete a policy. An error occurred while committing the delete operation.</string>
- <string id="cmLoadAMFromFailed" type="String" errorCode="5070">A Content Manager configuration error occurred while loading IBM Cognos Access Manager.</string>
- <string id="cmErrorMissingClassDef" type="String" errorCode="5071">An object class definition is missing.</string>
- <string id="cmUnexpectedErrorReadingClass" type="String" errorCode="5072">An unexpected event occurred while retrieving the definition of the object class <param name="Class" type="string"/>.</string>
- <string id="cmUnexpectedErrLoadingClassDefs" type="String" errorCode="5073">An unexpected event occurred while loading object class definitions into the content store.</string>
- <string id="cmErrAccManInit" type="String" errorCode="5076">A Content Manager configuration error occurred during the initialization of IBM Cognos Access Manager.</string>
- <string id="cmLoadLibraryUnsatisifedLink" type="String" errorCode="5077">Content Manager is unable to load the required library <param name="Lib" type="string"/>. Ask your administrator or customer support about fixing the link error <param name="Msg" type="string"/>.</string>
- <string id="cmLoadLibrarySecurityError" type="String" errorCode="5078">Content Manager could not load a required library <param name="Lib" type="string"/> due to a security error <param name="Msg" type="string"/>.</string>
- <string id="cmDeleteUsersFailed" type="String" errorCode="5079">Content Manager encountered an error when upgrading the content store database schema. User content could not be deleted.</string>
- <string id="cmNoDepolymentFolder" type="String" errorCode="5081">The deployment folder "<param name="Folder" type="string"/>" does not exist in the file system.</string>
- <string id="cmErrAddUsersPolicy" type="String" errorCode="5082">An error occurred while applying a security policy to the /directory object.</string>
- <string id="cmUnknownException" type="String" errorCode="5107">A critical problem occurred in the configuration system.</string>
- <string id="cmStartupFileViolation" type="String" errorCode="5104">On startup, a problem was encountered in the configuration file. Check to see if it has more than one name or value tag.</string>
- <string id="cmInitAPIWarning" type="String" errorCode="5106">A problem occurred during initialization. Please confirm that CCLConfiguration::init was properly called.</string>
- <string id="cmIPFConfigFailed" type="String" errorCode="5108">Content Manager was unable to initialize the Indications Processing Facility.</string>
- <string id="cmErrInitializingSession" type="String" errorCode="5109">A problem occurred during initialization. IBM Cognos Access Manager sessions could not be created.</string>
- <string id="cmErrCAMSessionFailed" type="String" errorCode="5111">IBM Cognos Access Manager was unable to initiate a session with dispatcher.</string>
- <string id="cmCryptoWriteFailed" type="String" errorCode="5054">Content Manager cannot encrypt the content store database password because it cannot update the startup configuration file.</string>
- <string id="cmNoScurityFolders" type="String" errorCode="5055">A Content Manager configuration error was detected. Unable to create base security folders.</string>
- <string id="cmErrLoadingCSAPI" type="String" errorCode="5056">A Content Manager configuration error was detected while loading the content store API library.</string>
- <string id="cmErrLogging" type="String" errorCode="5058">A Content Manager configuration error was detected while initializing logging.</string>
- <string id="cmErrLoadCrypto" type="String" errorCode="5059">A Content Manager configuration error was detected while loading the library used by the IBM Cognos Access Manager cryptographic subsystem.</string>
- <string id="cmErrLoadParms" type="String" errorCode="5060">A Content Manager configuration error was detected while loading parameters.</string>
- <string id="cmErrInitReqMan" type="String" errorCode="5061">A configuration error was detected while initializing the Content Manager request subsystem.</string>
- <string id="cmErrInitContentStore" type="String" errorCode="5063">A Content Manager configuration error was detected while connecting to the content store.</string>
- <string id="cmErrCreateBaseObj" type="String" errorCode="5064">A Content Manager configuration error was detected while creating the initial content objects.</string>
- <string id="cmErrExeInit" type="String" errorCode="5065">A Content Manager configuration error was detected while attempting to execute the content initialization script.</string>
- <string id="cmNoAccManConfigFile" type="String" errorCode="5066">Content Manager is unable to find the IBM Cognos Access Manager configuration document CAM_AAA_config.xml</string>
- <string id="cmNoIndicationsConfigFile" type="String" errorCode="5068">Content Manager is unable to access the file <param name="Filename" type="string"/> needed to configure the Indications Processing Facility.</string>
- <string id="cmErrClassNotInStore" type="String" errorCode="5074">Content Manager is unable to locate the object class <param name="Class" type="string"/> in the content store.</string>
- <string id="cmConfigDatabaseError" type="String" errorCode="5083">Content Manager cannot access the content store database connection parameter "<param name="Name" type="string"/>".</string>
- <string id="cmConfigInfoError" type="String" errorCode="5084">An error occurred while reading the startup configuration file.</string>
- <string id="cmStartupFileNotFound" type="String" errorCode="5101">The startup configuration file cogstartup.xml is not in the installation "configuration" file system location.</string>
- <string id="cmStartupFileEmpty" type="String" errorCode="5102">The startup configuration file cogstartup.xml is empty.</string>
- <string id="cmStartupFileParseError" type="String" errorCode="5103">The startup configuration file cogstartup.xml contains an XML syntax error.</string>
- <string id="cmRuntimeDocParseError" type="String" errorCode="5105">The runtime configuration contains an XML syntax error.</string>
- <string id="cmErrConfig" type="String" errorCode="5112">The configuration subsystem failed..</string>
- <string id="cmErrInvalidPropertyDef" type="String" errorCode="5113">The definition of the property <param name="Property" type="string"/> in cmmetadata.xml is invalid.</string>
- <string id="cmFailedToLockDB" type="String" errorCode="5114">An error occurred while locking the content store database.</string>
- <string id="cmFailedToParseLocaleInfo" type="String" errorCode="5115">The locale data is invalid. An error occurred while parsing locale data.</string>
- <string id="cmFailedToLoadLocaleInfo" type="String" errorCode="5116">An error occurred while trying to load locale data.</string>
- <string id="cmPropDefHasNoType" type="String" errorCode="5117">The property "<param name="Name" type="string"/>" has no "type" value specified.</string>
- <string id="cmPropDefHasNoColumn" type="String" errorCode="5118">The column information is missing for the content store table <param name="Table" type="string"/> in the "<param name="Name" type="string"/>" property.</string>
- <string id="cmPropDefHasNoTable" type="String" errorCode="5119">The table information is missing for the content store column <param name="Column" type="string"/> in the "<param name="Name" type="string"/>" property.</string>
- <string id="cmPropDefInvalidColumnData" type="String" errorCode="5120">The column information for the "<param name="Name" type="string"/>" property is invalid.</string>
- <string id="cmMissingCMURLs" type="String" errorCode="5122">Content Manager is unable to find the Content Manager URLs from the startup configuration file. They may not have been configured properly.</string>
- <string id="cmMissingLocalCMURL" type="String" errorCode="5124">Content Manager is unable to find the Content Manager URL for the local machine from the startup configuration file. It may not have been configured properly.</string>
- <string id="cmFailedToDeleteFile" type="String" errorCode="5126">Content Manager failed to delete the "<param name="FileName" type="string"/>" file. The update of initial content names for new locales will not be performed.</string>
- <string id="cmErrMissingResourceFiles" type="String" errorCode="5127">Trying to update initial content names with the new ("<param name="Locale" type="string"/>") locale, without having added resource files for that locale.</string>
- <string id="cmFailedInitialContentUpdate" type="String" errorCode="5128">Content Manager failed to update initial content names.</string>
- <string id="cmBadNSConfigured2" type="String" errorCode="5129">Content Manager cannot create the namespace object with the namespace name "<param name="Name" type="string"/>" and ID "<param name="Id" type="string"/>" because a namespace with the same name but a different ID already exists in the Content Manager data store.</string>
- <string id="cmErrVerifyDBConfiguration" type="String" errorCode="5130">Content Manager encountered an error while trying to verify the database configuration.</string>
- <string id="cmErrPluginMgrInit" type="String" errorCode="5131">A Content Manager configuration error occurred during the initialization of Content Manager Plugin Manager.</string>
- <string id="cmErrLoadingPlugin" type="String" errorCode="5132">A Content Manager configuration error occurred while loading the Plugin class "<param name="Class" type="string"/>".</string>
- <string id="cmErrInitPlugin" type="String" errorCode="5133">A Content Manager configuration error occurred while initializing the Plugin class "<param name="Class" type="string"/>".</string>
- <string id="cmErrUnknownPluginType" type="String" errorCode="5134">The Plugin type "<param name="Type" type="string"/>" is not supported by Content Manager.</string>
- <string id="cmErrRoutingTableBadEntry" type="String" errorCode="5135">A Content Manager error occurred while processing the /configuration routingTable entry number "<param name="Entry" type="string"/>". The entry will be ignored.</string>
- <string id="cmErrRoutingTableBadTable" type="String" errorCode="5136">A Content Manager error occurred while processing the /configuration routingTable property. The entire routing table configuration will be ignored.</string>
- <string id="cmErrIncompleteDbInit" type="String" errorCode="5137">Content Manager was unable to complete the initialization of the content store. For more information, review the log file. Before you restart Content Manager, you may need to recreate the content store database or clean it using dbClean_*.sql.</string>
- <string id="cmErrParsingPluginDesc" type="String" errorCode="4138">Content Manager encountered the error '<param name="Message" type="string"/>' while parsing the plugin descriptor file '<param name="File" type="string"/>'.</string>
- <string id="cmBadNSIDCase1" type="String" errorCode="5139">Duplicate namespace id '<param name="id" type="string"/>'. Namespace with the same id but different name already exists.</string>
- <string id="cmBadNSIDCase2" type="String" errorCode="5140">Duplicate namespace name '<param name="name" type="string"/>'. Namespace with the same name but different id already exists.</string>
- <string id="cmWrongDerbyFuncVer" type="String" errorCode="5141">The current version of the CognosCMDerby.jar file is incompatible with this version of your IBM Cognos product. Version <param name="Version" type="string"/> of the file is required.</string>
- <string id="cmDerbyFuncNotInstalled" type="String" errorCode="5142">The CognosCMDerby.jar file may not have been installed correctly in the IBM Cognos Content database. Make sure the file is installed and available.</string>
- <string id="cmDerbyFuncVersionMissing" type="String" errorCode="5143">The version of the CognosCMDerby.jar file installed in the IBM Cognos Content database is unknown.</string>
- <string id="cmNoUpgradeScript" type="String" errorCode="5024">Content Manager is unable to update the content store database schema from version "<param name="OldSchemaVersion" type="string"/>" to "<param name="NewSchemaVersion" type="string"/>" because it cannot access the upgrade file(s) "<param name="FileName" type="string"/>".</string>
- <string id="cmErrDispatcherURL" type="String" errorCode="5110">The dispatcher URL specified in cogstartup.xml is not a valid URL.</string>
- <string id="cmCannotUpgradeInStandByMode" type="String" errorCode="5121">Content Manager is unable to update the content store database schema because Content Manager is starting in standby mode. The active Content Manager URL is <param name="URL" type="string"/>.</string>
- <string id="cmInvalidCMURLs" type="String" errorCode="5123">Content Manager encountered an error while accessing the Content Manager URLs from the startup configuration file.</string>
- <string id="cmBadNSConfigured" type="String" errorCode="5125">Content Manager cannot create a namespace with the name "<param name="Name" type="string"/>" and ID "<param name="Id" type="string"/>" because a namespace with the same name but with a different ID "<param name="Id" type="string"/>" already exists in the Content Manager data store. </string>
- <string id="cmInvalidFileScheme" type="String" errorCode="4144">The URI scheme is not supported.</string>
- <string id="cmInvalidFilePath" type="String" errorCode="4145">The file path '<param name="Path" type="string"/>' does not exist or you do not have read permission.</string>
- <string id="cmArchiveRootNotSet" type="String" errorCode="4146">The configured archive root will not be set.</string>
- <string id="cmInitializeSubscriptionMgr" type="String" errorCode="5211">Content Manager started initializing the Subscription Manager.</string>
- <string id="cmLoadingSubscriptionFile" type="String" errorCode="5212">Subscription Manager started parsing the subscription descriptor file '<param name="File" type="string"/>'.</string>
- <string id="cmErrLoadingNotificationImpl" type="String" errorCode="5213">A Content Manager configuration error occurred while loading the notification implementation class '<param name="Class" type="string"/>'.</string>
- <string id="cmErrParsingSubscriptionDesc" type="String" errorCode="5214">Content Manager encountered the error '<param name="Message" type="string"/>' while parsing the subscription descriptor file '<param name="File" type="string"/>'.</string>
- <string id="cmNoSubscriptions" type="String" errorCode="5215">There are no subscriptions loaded by Subscription Manager.</string>
- <string id="cmNotificationObserverAdded" type="String" errorCode="5216">Notification Manager added observer '<param name="Observer" type="string"/>'.</string>
- <string id="cmRequiresRestartToCompleteUpgrade" type="String" errorCode="5225">Content Manager must be restarted in order to complete the upgrade process.</string>
- <string id="cmCacheNullValueForMLEntry" type="String" errorCode="5226">Content Manager attempted to create a MLEntry with a null value. This is an internal error.</string>
- <string id="cmUnableToLoadAdvancedProperies" type="String" errorCode="4147">Content Manager was unable to load the advanced properties from IBM Cognos Configuration.</string>
- <string id="cmNoRepositoryConnection" type="String" errorCode="4148">Content Manager was unable to load the repository connection configuration file '<param name="File" type="string"/>'.</string>
- <string id="cmErrParsingRepositoryConnectionDesc" type="String" errorCode="4149">Content Manager encountered the error '<param name="Message" type="string"/>' while parsing the repository connection descriptor file '<param name="File" type="string"/>'.</string>
- <string id="cmSybaseIncorrectDB" type="String" errorCode="5036">The database name is incorrect.</string>
- <string id="cmUnknownEdition" type="String" errorCode="4150">Can not determine product's edition.</string>
- <string id="cmNotificationObserverDoesntExist" type="String" errorCode="5218">Notification Manager couldn't initialize observer '<param name="Observer" type="string"/>' because it doesn't exist.</string>
- <string id="cmNotificationObserverRemoved" type="String" errorCode="5219">Notification Manager removed observer '<param name="Observer" type="string"/>'.</string>
- <string id="cmExpectedAttributeMissing" type="String" errorCode="5220">The attribute "<param name="Name" type="string"/>" is missing in element "<param name="Element" type="string"/>".</string>
- <string id="cmInvalidObjectClass" type="String" errorCode="5221">The object class '<param name="Class" type="string"/>' is invalid.</string>
- <string id="cmInvalidOperation" type="String" errorCode="5222">The operation '<param name="Operation" type="string"/>' is invalid.</string>
- <string id="cmNoCSConnectDerby" type="String" errorCode="5223">Content Manager failed to connect to the content store. The failure might be because Content Database is not running. The connection string is "<param name="Connect" type="string"/>". The error encountered is: "<param name="ConnectError" type="string"/>"</string>
- <string id="cmInvalidAliasRoot" type="String" errorCode="5224">The aliasRoot "<param name="aliasRootName" type="string"/>" is invalid.</string>
- <string id="cmMissingAliasRootName" type="String" errorCode="5225">The aliasRoot name is missing.</string>
- <string id="cmMissingAliasRootURIs" type="String" errorCode="5226">The aliasRoot is missing both Windows URI and Unix URI.</string>
- <string id="cmInvalidAliasRootWindowsURI" type="String" errorCode="5227">The aliasRoot has an invalid Windows URI.</string>
- <string id="cmInvalidAliasRootUnixURI" type="String" errorCode="5228">The aliasRoot has an invalid Unix URI.</string>
- <string id="cmAliasRootsNotConfigured" type="String" errorCode="3229">There are no aliasRoots configured in IBM Cognos Configuration.</string>
- <string id="cmObjectInvalidName" type="String" errorCode="5230">An object with an invalid name '<param name="OldObjectName" type="string"/>' was found. The object has been assigned the name '<param name="AssignedObjectName" type="string"/>'. (CMID:<param name="CMID" type="string"/>, PCMID:<param name="PCMID" type="string"/>, class:<param name="ObjectClass" type="string"/>, storeid:<param name="StoreID" type="string"/>)</string>
- </section>
- <section name="TRQ" usage="Request/Response tracing" type="Messages">
- <string id="cmResponseSoap" type="String" errorCode="2002">Response:\n<param name="response" type="string"/>
- </string>
- <string id="cmRequestSoap" type="String" errorCode="2001">Request:\n<param name="request" type="string"/>\n</string>
- <string id="cmRequestMIME" type="String" errorCode="2004">Request MIME part <param name="Part" type="string"/>: content type=<param name="ContentType" type="string"/>; content encoding=<param name="ContentEncoding" type="string"/>; content transfer encoding=<param name="ContentTransferEncoding" type="string"/>; saved size=<param name="SavedSize" type="string"/>; data size=<param name="DataSize" type="string"/>; compressed=<param name="Compressed" type="string"/>; cached in file=<param name="CachedInFile" type="string"/>.</string>
- <string id="cmHTTPWrite" type="String" errorCode="2005">The Content Manager client at "<param name="ClientAddr" type="string"/>" did not receive the complete HTTP response.</string>
- <string id="cmResponsetMIME" type="String" errorCode="2006">Response MIME part <param name="Part" type="string"/>: content type=<param name="ContentType" type="string"/>; content encoding=<param name="ContentEncoding" type="string"/>; content transfer encoding=<param name="ContentTransferEncoding" type="string"/>; size=<param name="Size" type="string"/>; compressed=<param name="Compressed" type="string"/>.</string>
- <string id="cmRequestNoLength" type="String" errorCode="2003">Content Manager did not record the request because a Content-length header is not present.</string>
- <string id="cmErrorsWhileRemovingPassword" type="String" errorCode="4007">The request was removed because an error occurred while filtering out the password.</string>
- </section>
- <section name="TIN" usage="Internal CMAPI Request/Response tracing" type="Messages">
- <string id="cmCMAPIRequest" type="String" errorCode="2001">Content Manager internal request:\n<param name="request" type="string"/>\n
- </string>
- <string id="cmCMAPIResponse" type="String" errorCode="2002">Content Manager internal response:\n<param name="response" type="string"/>
- </string>
- </section>
- <section name="SQL" usage="SQL tracing" type="Messages">
- <string id="cmSQLExecute" type="String" errorCode="3001">SQL statement execution: conID(<param name="ConID" type="string"/>) stmtID(<param name="StmtID" type="string"/>)\n<param name="SQL" type="string"/>
- </string>
- <string id="cmSQLConnectionOp" type="String" errorCode="3002">SQL connection operation: conID(<param name="ConID" type="string"/>)\n<param name="SQL" type="string"/>
- </string>
- <string id="cmSQLConnectionException" type="String" errorCode="3003">SQL connection exception: conID(<param name="ConID" type="string"/>)\n<param name="Exception" type="string"/>
- </string>
- </section>
- <section name="TCH" usage="CM Cache execution tracing" type="Messages">
- <string id="cmCacheErrPolicyFree" type="String" errorCode="3001">Although policy data was released, it could not be freed for use.</string>
- <string id="cmCacheInitLoadedRS" type="String" errorCode="3002">Content Manager has initialized the cache record set for the objects.</string>
- <string id="cmCacheInitRefLoadedRS" type="String" errorCode="3003">Content Manager has initialized the cache record set for the reference table.</string>
- <string id="cmCacheBeginInit" type="String" errorCode="3004">Content Manager cache initialization is starting.</string>
- <string id="cmCacheBeginInitNoAccman" type="String" errorCode="3005">Content Manager cache initialization is starting, without using IBM Cognos Access Manager.</string>
- <string id="cmCacheAllocateBlock" type="String" errorCode="3006">Content Manager has allocated <param name="NumBlocks" type="string"/> cache blocks.</string>
- <string id="cmCacheEndInit" type="String" errorCode="3007">Content Manager cache initialization has finished.</string>
- <string id="cmCacheEndInitNoAccman" type="String" errorCode="3008">Content Manager cache initialization has finished, without using IBM Cognos Access Manager.</string>
- <string id="cmCacheCreateObjectBegin" type="String" errorCode="3009">Content Manager is creating a cache object named "<param name="ObjectName" type="string"/>".</string>
- <string id="cmCacheAllocateID" type="String" errorCode="3010">Content Manager allocated ID (<param name="ObjectID" type="string"/>) to the new cache object.</string>
- <string id="cmCacheObtainedSymbol" type="String" errorCode="3011">Content Manager obtained a cache symbol table entry while creating a new cache object.</string>
- <string id="cmCacheSetEntryType" type="String" errorCode="3012">Content Manager set the cache entry class type to "<param name="Type" type="string"/>" while creating a new cache object.</string>
- <string id="cmCacheSetHasSecurity" type="String" errorCode="3013">Content Manager set the cache entry "hasSecurity" value to "<param name="HasSecurity" type="string"/>" while creating a new cache object.</string>
- <string id="cmCacheAllocateQuery" type="String" errorCode="3027">Content Manager is allocating a cache query handle.</string>
- <string id="cmCacheAllocateQueryIncrease" type="String" errorCode="3028">Content Manager is increasing the memory size of its cache for the query.</string>
- <string id="cmCacheEndAllocateQuery" type="String" errorCode="3029">Content Manager allocated cache query handle <param name="Handle" type="string"/>.</string>
- <string id="cmCacheReleaseQuery" type="String" errorCode="4030">Content Manager released cache query handle <param name="Handle" type="string"/>.</string>
- <string id="cmCacheCreateObjectEnd" type="String" errorCode="3014">The new cache entry for the object <param name="ID" type="string"/> has the name "<param name="Name" type="string"/>".</string>
- <string id="cmCacheBeginLinkObject" type="String" errorCode="3015">Content Manager is linking the cache entry for the object <param name="ID" type="string"/> to its parent <param name="ParentID" type="string"/>.</string>
- <string id="cmCacheEndLinkObject" type="String" errorCode="3016">Content Manager linked the cache entry for the object <param name="ID" type="string"/> to its parent <param name="ParentID" type="string"/>.</string>
- <string id="cmCacheAddObject" type="String" errorCode="3017">Content Manager is adding a cache entry for the child object <param name="ID" type="string"/> named "<param name="Name" type="string"/>" with parent object <param name="ParentID" type="string"/>.</string>
- <string id="cmCacheEndAddObject" type="String" errorCode="3018">Content Manager added a cache entry for the object <param name="ID" type="string"/>.</string>
- <string id="cmCacheDeleteChildren" type="String" errorCode="3019">Content Manager is deleting child cache entries for the object "<param name="ParentName" type="string"/>".</string>
- <string id="cmCacheEndDeleteChildren" type="String" errorCode="3020">Content Manager deleted all cache child entries for the object "<param name="ParentName" type="string"/>".</string>
- <string id="cmCacheDelete" type="String" errorCode="3021">Content Manager is deleting the cache entry for the object <param name="ID" type="string"/>.</string>
- <string id="cmCacheEndDelete" type="String" errorCode="3022">Content Manager deleted the cache entry for the object <param name="ID" type="string"/>.</string>
- <string id="cmCacheGetAllChildren" type="String" errorCode="3023">Content Manager is enumerating children of the object <param name="ID" type="string"/>.</string>
- <string id="cmCacheGetAllChildren1" type="String" errorCode="3024">Content Manager is enumerating children of the object <param name="ID" type="string"/> named "<param name="Name" type="string"/>".</string>
- <string id="cmCacheRetreivedChildren" type="String" errorCode="3025">The cache query selected <param name="NUM" type="string"/> children of the object <param name="Parent" type="string"/>.</string>
- <string id="cmCacheRetreivedChildren1" type="String" errorCode="3026">The cache query selected <param name="NUM" type="string"/> children of the object <param name="Parent" type="string"/> named "<param name="Name" type="string"/>".</string>
- <string id="cmExecuteQuery" type="String" errorCode="4031">Content Manager is searching its cache for "<param name="SearchPath" type="string"/>" with options "<param name="Options" type="string"/>".</string>
- <string id="cmExecuteQueryWithStartObjects" type="String" errorCode="4032">Content Manager is searching its cache starting at objects <param name="StartObjects" type="string"/>for "<param name="SearchPath" type="string"/>" with options "<param name="Options" type="string"/>".</string>
- <string id="cmGetPolicies" type="String" errorCode="4033">Content Manager is accessing policies for objects <param name="IDs" type="string"/>.</string>
- <string id="cmGetAccmanInfo" type="String" errorCode="4034">Content Manager is accessing the current security context.</string>
- <string id="cmIsCurrentUserOwner" type="String" errorCode="4035">Content Manager is checking whether the current user is the owner of the object <param name="ID" type="string"/>.</string>
- <string id="cmCacheTraverseCheck" type="String" errorCode="4036">Content Manager is checking for traverse permissions for the selected objects.</string>
- <string id="cmCacheTraverseCheck1" type="String" errorCode="4037">Content Manager completed the first pass of checking for traverse permissions for the selected objects. The Cache needs to retrieve <param name="Count" type="string"/> policies to complete the permission check.</string>
- <string id="cmCacheTraverseCheckDone" type="String" errorCode="4038">Content Manager completed checking for traverse permissions for the selected objects.</string>
- </section>
- <section name="SDS" usage="Schedule Replication Request/Response tracing" type="Messages">
- <string id="cmSDSRequest" type="String" errorCode="2001">Request:\n<param name="request" type="string"/>\n</string>
- <string id="cmSDSResponse" type="String" errorCode="2002">Response:\n<param name="response" type="string"/>\n</string>
- </section>
- <section name="DEP" usage="Deployment Export/Import Request/Response tracing" type="Messages">
- <string id="cmDeployExportFile" type="String" errorCode="2001">Exporting <param name="file" type="string"/>.</string>
- <string id="cmDeployImportFile" type="String" errorCode="2002">Importing <param name="file" type="string"/>.</string>
- <string id="cmDeployUpdateHistory" type="String" errorCode="2003">Updating deployment history: <param name="file" type="string"/>.</string>
- <string id="cmDeployAddHistory" type="String" errorCode="2004">Creating deployment history.</string>
- <string id="cmDeployAddHistoryDetail" type="String" errorCode="2005">Creating deployment history detail.</string>
- <string id="cmDeploymentProgressImport" type="String" errorCode="2006">
- <param name="deployed" type="string"/> object(s) were imported. <param name="failed" type="string"/> object(s) failed.</string>
- <string id="cmDeploymentProgressExport" type="String" errorCode="2007">
- <param name="deployed" type="string"/> object(s) were exported. <param name="failed" type="string"/> object(s) failed.</string>
- <string id="cmDeployTreeBasedExportOff" type="String" errorCode="2008">The Tree-based deployment export algorithm is turned off.</string>
- </section>
- <section name="TLM" usage="CM Lock Manager tracing" type="Messages">
- <string id="cmLockHandlerLockExclusive" type="String" errorCode="2040">Content Manager is obtaining an exclusive lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerUnlockExclusive" type="String" errorCode="2041">Content Manager is releasing an exclusive lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerLockShared" type="String" errorCode="2042">Content Manager is obtaining a shared lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerUnlockShared" type="String" errorCode="2043">Content Manager is releasing a shared lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerLockSharedDescendant" type="String" errorCode="2044">Content Manager is obtaining a shared descendant lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerUnlockSharedDescendant" type="String" errorCode="2045">Content Manager is releasing a shared descendant lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerLockSharedExclusiveDescendant" type="String" errorCode="2046">Content Manager is obtaining a shared exclusive descendant lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerUnlockSharedExclusiveDescendant" type="String" errorCode="2047">Content Manager is releasing a shared exclusive descendant lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerLockChildMutex" type="String" errorCode="2048">Content Manager is obtaining the child mutex for object "<param name="Path" type="string"/>".</string>
- <string id="cmLockHandlerUnlockChildMutex" type="String" errorCode="2049">Content Manager is releasing the child mutex for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockQuery" type="String" errorCode="4046">Content Manager is requesting a "query" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockAdd" type="String" errorCode="4047">Content Manager is requesting an "add" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockAddReplace" type="String" errorCode="4048">Content Manager is requesting an "add-replace" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockUpdate" type="String" errorCode="4049">Content Manager is requesting an "update" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockUpdateRename" type="String" errorCode="4050">Content Manager is requesting an "update rename" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockDelete" type="String" errorCode="4051">Content Manager is requesting a "delete" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockCopySrc" type="String" errorCode="4052">Content Manager is requesting a "copy source" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockCopyDest" type="String" errorCode="4053">Content Manager is requesting a "copy destination" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockMoveSrc" type="String" errorCode="4054">Content Manager is requesting a "move source" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockMoveDest" type="String" errorCode="4055">Content Manager is requesting a "move destination" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockSecurityRef" type="String" errorCode="4056">Content Manager is requesting a "security object reference" lock for the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerLockRelease" type="String" errorCode="4057">Content Manager is releasing all object locks.</string>
- <string id="cmLocksDenied" type="String" errorCode="4058">Content Manager has denied access to the object "<param name="Path" type="string"/>".</string>
- <string id="cmLockManagerSuspendingThread" type="String" errorCode="3080">The Content Manager Lock Manager is temporarily suspending the thread "<param name="Thread" type="string"/>" due to lock contention.</string>
- <string id="cmLockManagerResumingThread" type="String" errorCode="3081">The Content Manager Lock Manager is resuming the thread "<param name="Thread" type="string"/>" after waiting "<param name="Waited" type="string"/>" seconds.</string>
- <string id="cmLockManagerNotifyThread" type="String" errorCode="3081">The Content Manager Lock Manager is notifying the thread "<param name="Thread" type="string"/>" that it can resume.</string>
- <string id="cmLockHandlerState" type="String" errorCode="1058">Content Manager lock state: <param name="State" type="string"/>
- </string>
- <string id="cmLockManagerSchedulerState" type="String" errorCode="1059">Content Manager Lock Manager Scheduler state: <param name="Context" type="string"/>
- <param name="State" type="string"/>
- </string>
- <string id="cmBadLockManagerState" type="String" errorCode="5059">Content Manager has encountered an invalid Lock Manager state: <param name="State" type="string"/>
- </string>
- </section>
- <section name="CLS" usage="CM String" type="UI">
- <string id="account" type="String">Account</string>
- <string id="batchReportService" type="String">Batch report service</string>
- <string id="certificateService" type="String">Certificate service</string>
- <string id="capability" type="String">Capability</string>
- <string id="configuration" type="String">Configuration</string>
- <string id="configurationFolder" type="String">Configuration Folder</string>
- <string id="contact" type="String">Contact</string>
- <string id="content" type="String">Content</string>
- <string id="contentManagerService" type="String">Content Manager service</string>
- <string id="credential" type="String">Credential</string>
- <string id="dataSource" type="String">Data Source</string>
- <string id="dataSourceConnection" type="String">Data Source Connection</string>
- <string id="dataSourceNameBinding" type="String">Data Source Name Binding</string>
- <string id="dataSourceSignon" type="String">Data Source Signon</string>
- <string id="deploymentDetail" type="String">Deployment Detail</string>
- <string id="deploymentHistory" type="String">Deployment History</string>
- <string id="directory" type="String">Directory</string>
- <string id="dispatcher" type="String">Dispatcher</string>
- <string id="dispatcherStatus" type="String">Dispatcher Status</string>
- <string id="distributionList" type="String">Distribution List</string>
- <string id="exportDeployment" type="String">Export Deployment</string>
- <string id="exportDeploymentFolder" type="String">Export Deployment Folder</string>
- <string id="folder" type="String">Folder</string>
- <string id="graphic" type="String">Graphic</string>
- <string id="group" type="String">Group</string>
- <string id="importDeployment" type="String">Import Deployment</string>
- <string id="importDeploymentFolder" type="String">Import Deployment Folder</string>
- <string id="jobAndScheduleMonitoringService" type="String">Job and schedule monitoring service</string>
- <string id="jobDefinition" type="String">Job Definition</string>
- <string id="jobStepDefinition" type="String">Job Step Definition</string>
- <string id="jobHistory" type="String">Job History</string>
- <string id="logService" type="String">Log service</string>
- <string id="metadataService" type="String">Metadata service</string>
- <string id="model" type="String">Model</string>
- <string id="modelView" type="String">Model View</string>
- <string id="namespace" type="String">Namespace</string>
- <string id="namespaceFolder" type="String">Namespace Folder</string>
- <string id="nil" type="String">NIL</string>
- <string id="output" type="String">Output</string>
- <string id="package" type="String">Package</string>
- <string id="page" type="String">Page</string>
- <string id="pageDefinition" type="String">Page Definition</string>
- <string id="presentationService" type="String">Presentation service</string>
- <string id="printer" type="String">Printer</string>
- <string id="query" type="String">Query</string>
- <string id="report" type="String">Report</string>
- <string id="reportHistory" type="String">Report History</string>
- <string id="reportService" type="String">Report service</string>
- <string id="reportVersion" type="String">Report Version</string>
- <string id="reportView" type="String">Report View</string>
- <string id="role" type="String">Role</string>
- <string id="root" type="String">Root</string>
- <string id="runTimeState" type="String">Run Time State</string>
- <string id="schedule" type="String">Schedule</string>
- <string id="securedFeature" type="String">Secured Feature</string>
- <string id="securedFunction" type="String">Secured Function</string>
- <string id="serviceStatus" type="String">Service Status</string>
- <string id="session" type="String">Session</string>
- <string id="shortcut" type="String">Shortcut</string>
- <string id="SQL" type="String">SQL</string>
- <string id="URL" type="String">URL</string>
- <string id="systemService" type="String">System service</string>
- <string id="generic" type="String">Generic</string>
- </section>
- <section name="CTR" usage="CM Performance Counters" type="UI">
- <!-- -->
- <string id="RequestsTotal" type="String">Requests Total</string>
- <string id="RequestsTotalExplain" type="String">The total number of Content Manager requests received since startup.</string>
- <string id="RequestsPeak" type="String">Requests Peak</string>
- <string id="RequestsPeakExplain" type="String">The maximum number of Content Manager requests concurrently executed since startup.</string>
- <string id="RequestsCurrent" type="String">Requests Executing</string>
- <string id="RequestsCurrentExplain" type="String">The current number of Content Manager requests being executed.</string>
- <string id="RequestsRate" type="String">Requests / sec</string>
- <string id="RequestsRateExplain" type="String">The rate at which Content Manager is currently handling requests.</string>
- <string id="RequestsAverageDuration" type="String">Request execution time (ms)</string>
- <string id="RequestsAverageDurationExplain" type="String">The average number of milliseconds taken to execute recent requests.</string>
- <string id="SessionsAnonymousCurrent" type="String">Anonymous users</string>
- <string id="SessionsAnonymousPeak" type="String">Anonymous users peak</string>
- <string id="SessionsAnonymousPeakExplain" type="String">The maximum number of users concurrently anonymously connected since startup.</string>
- <string id="SessionsAuthenticatedCurrent" type="String">Authenticated users</string>
- <string id="SessionsAuthenticatedPeak" type="String">Authenticated users peak</string>
- <string id="SessionsAuthenticatedPeakExplain" type="String">The maximum number of authenticated users concurrently connected since startup.</string>
- <string id="SessionsAdminCurrent" type="String">Administrative users</string>
- <string id="SessionsAdminPeak" type="String">Administrative users peak</string>
- <string id="SessionsAdminPeakExplain" type="String">The maximum number of administrative users concurrently connected since startup.</string>
- <string id="SessionsCurrent" type="String">Users</string>
- <string id="SessionsPeak" type="String">Users peak</string>
- <string id="SessionsTotal" type="String">Sessions total</string>
- <string id="DbConnections" type="String">Database connections</string>
- <string id="DbConnectionsExplain" type="String">The number of concurrent content store database connections.</string>
- <string id="DbConnectionsPeak" type="String">Database connections peak</string>
- <string id="DbConnectionsPeakExplain" type="String">The maximum number of concurrent content store database connections since startup.</string>
- <!-- -->
- <string id="ObjectCount" type="String">Objects</string>
- <string id="ObjectCountExplain" type="String">The number of objects in the content store.</string>
- <string id="ObjectCacheSize" type="String">Object cache size (Mb)</string>
- <string id="ObjectCacheSizeExplain" type="String">The memory required by the object cache.</string>
- <string id="PolicyCacheCount" type="String">Policy cache item count</string>
- <string id="PolicyCacheCountExplain" type="String">The number of cached policies property values.</string>
- <string id="PolicyCacheHitRatio" type="String">Policy cache hit ratio</string>
- <string id="PolicyCacheHitRateExplain" type="String">The percent of policy queries satisfied by the policy cache.</string>
- <string id="MembershipCacheCount" type="String">Membership cache item count</string>
- <string id="MembershipCacheCountExplain" type="String">The number of cached membership query results.</string>
- <string id="MembershipCacheHitRatio" type="String">Membership cache hit ratio</string>
- <string id="MembershipCacheHitRateExplain" type="String">The percent of membership queries satisfied by the membership cache.</string>
- <string id="DataCacheCount" type="String">Data cache item count</string>
- <string id="DataCacheCountExplain" type="String">The number of cached data property values.</string>
- <string id="DataCacheHitRatio" type="String">Data cache hit ratio</string>
- <string id="DataCacheHitRatioExplain" type="String">The percent of cached data property values satisfied by the data cache.</string>
- <string id="DataCacheSize" type="String">Data cache size (Mb)</string>
- <string id="DataCacheSizeExplain" type="String">The size of all cached data values in megabytes.</string>
- <string id="CMThreads" type="String">Requests executing</string>
- <string id="CMThreadsExplain" type="String">The number of Content Manager requests currently executing.</string>
- <string id="CacheThreads" type="String">% requests in object cache</string>
- <string id="CacheThreadsExplain" type="String">The percentage of requests currently performing object cache operations.</string>
- <string id="CacheThreadCount" type="String">Requests in object cache</string>
- <string id="CacheThreadCountExplain" type="String">The number of requests currently performing object cache operations.</string>
- <string id="CacheDurationTotal" type="String">Total time in object cache (ms)</string>
- <string id="CacheDurationTotalExplain" type="String">The total milliseconds spent performing object cache operations since startup.</string>
- <string id="CacheOverhead" type="String">% time in object cache</string>
- <string id="CacheOverheadExplain" type="String">The percentage of total request time being spent in the object cache.</string>
- <string id="CAMAuthThreads" type="String">% requests authenticating credentials</string>
- <string id="CAMAuthThreadsExplain" type="String">The percentage of requests currently validating request credentials.</string>
- <string id="CAMAuthThreadCount" type="String">Requests authenticating credentials</string>
- <string id="CAMAuthThreadCountExplain" type="String">The number of requests currently validating request credentials.</string>
- <string id="CAMAuthDurationTotal" type="String">Total time authenticating credentials (ms)</string>
- <string id="CAMAuthDurationTotalExplain" type="String">The total milliseconds spent validating request credentials since startup.</string>
- <string id="CAMAuthOverhead" type="String">% time authenticating</string>
- <string id="CAMAuthOverheadExplain" type="String">The percentage of total request time being spent authenticating request credentials.</string>
- <string id="CAMValidateThreads" type="String">% requests validating passports</string>
- <string id="CAMValidateThreadsExplain" type="String">The percentage of requests currently validating passports.</string>
- <string id="CAMValidateThreadCount" type="String">Requests validating passports</string>
- <string id="CAMValidateThreadCountExplain" type="String">The number of requests currently validating passports.</string>
- <string id="CAMValidateDurationTotal" type="String">Total time validating passports (ms)</string>
- <string id="CAMValidateDurationTotalExplain" type="String">The total milliseconds spent validating passports since startup.</string>
- <string id="CAMValidateOverhead" type="String">% time in validation</string>
- <string id="CAMValidateOverheadExplain" type="String">The percentage of total request time being spent validating request credentials.</string>
- <string id="CAMCheckThreads" type="String">% requests checking access</string>
- <string id="CAMCheckThreadsExplain" type="String">The percentage of requests currently checking access permissions.</string>
- <string id="CAMCheckThreadCount" type="String">Requests checking access permissions</string>
- <string id="CAMCheckThreadCountExplain" type="String">The number of requests currently checking access permissions.</string>
- <string id="CAMCheckDurationTotal" type="String">Total time checking access permissions (ms)</string>
- <string id="CAMCheckDurationTotalExplain" type="String">The total milliseconds spent checking access permissions since startup.</string>
- <string id="CAMCheckOverhead" type="String">% time in check access</string>
- <string id="CAMCheckOverheadExplain" type="String">The percentage of total request time being spent checking access permissions.</string>
- <string id="CAMOtherThreads" type="String">% requests in directory</string>
- <string id="CAMOtherThreadsExplain" type="String">The percentage of requests currently performing directory access operations.</string>
- <string id="CAMOtherThreadCount" type="String">Requests in directory</string>
- <string id="CAMOtherThreadCountExplain" type="String">The number of requests currently performing directory access operations.</string>
- <string id="CAMOtherDurationTotal" type="String">Total time in directory (ms)</string>
- <string id="CAMOtherDurationTotalExplain" type="String">The total milliseconds spent performing directory access operations since startup.</string>
- <string id="CAMOtherOverhead" type="String">% time in directory access</string>
- <string id="CAMOtherOverheadExplain" type="String">The percentage of total request time being spent in directory access operations.</string>
- <string id="DBMSThreads" type="String">% requests in database</string>
- <string id="DBMSThreadsExplain" type="String">The percentage of requests currently performing database operations.</string>
- <string id="DBMSThreadCount" type="String">Requests in database</string>
- <string id="DBMSThreadCountExplain" type="String">The number of requests currently performing database operations.</string>
- <string id="DBMSDurationTotal" type="String">Total time in database (ms)</string>
- <string id="DBMSDurationTotalExplain" type="String">The total milliseconds spent performing database operations since startup.</string>
- <string id="DBMSOverhead" type="String">% time in database</string>
- <string id="DBMSOverheadExplain" type="String">The percentage of total request time being spent performing database operations.</string>
- <string id="StatReqThreads" type="String">% requests in non-Auth static requests</string>
- <string id="StatReqThreadsExplain" type="String">The percentage of requests currently executing non-CAM-Authenticate static requests.</string>
- <string id="StatReqThreadCount" type="String">Requests in non-Auth static requests</string>
- <string id="StatReqThreadCountExplain" type="String">The number of requests currently executing non-CAM-Authenticate static requests.</string>
- <string id="StatReqDurationTotal" type="String">Total time in non-Auth static requests (ms)</string>
- <string id="StatReqDurationTotalExplain" type="String">The total milliseconds spent executing non-CAM-Authenticate static requests since startup.</string>
- <string id="StatReqOverhead" type="String">% time in non-Auth static requests</string>
- <string id="StatReqOverheadExplain" type="String">The percentage of total request time being spent in non-CAM-Authenticate static requests.</string>
- <string id="StatReqCAMAuthThreads" type="String">% requests in Auth static requests</string>
- <string id="StatReqCAMAuthThreadsExplain" type="String">The percentage of requests currently executing CAM-Authenticate static requests.</string>
- <string id="StatReqCAMAuthThreadCount" type="String">Requests in Auth static requests</string>
- <string id="StatReqCAMAuthThreadCountExplain" type="String">The number of requests currently executing CAM-Authenticate static requests.</string>
- <string id="StatReqCAMAuthDurationTotal" type="String">Total time in Auth static requests (ms)</string>
- <string id="StatReqCAMAuthDurationTotalExplain" type="String">The total milliseconds spent executing CAM-Authenticate static requests since startup.</string>
- <string id="StatReqCAMAuthOverhead" type="String">% time in Auth static requests</string>
- <string id="StatReqCAMAuthOverheadExplain" type="String">The percentage of total request time being spent in CAM-Authenticate static requests.</string>
- <string id="SyncWaitOverhead" type="String">% time waiting on synchronize</string>
- <string id="SyncWaitOverheadExplain" type="String">The percentage of total request time being spent waiting for synchronized objects.</string>
- <string id="SyncExecOverhead" type="String">% time in synchronized code</string>
- <string id="SyncExecOverheadExplain" type="String">The percentage of total request time being spent waiting for and executing synchronized code.</string>
- <string id="NonCMTimeOverheadPct" type="String">% time in outside CM</string>
- <string id="NonCMTimeOverheadPctExplain" type="String">The percentage of total request time being spent outside CM: in CAM and DBMS.</string>
- <string id="LockReadWaiting" type="String">% requests waiting shared lock</string>
- <string id="LockReadWaitingExplain" type="String">The percentage of requests currently waiting for a shared lock.</string>
- <string id="LockReadWaitingCurr" type="String">Requests waiting shared lock</string>
- <string id="LockReadWaitingCurrExplain" type="String">The number of requests currently waiting for a shared lock.</string>
- <string id="LockReadWaitsTotal" type="String">Total shared lock waits</string>
- <string id="LockReadWaitsTotalExplain" type="String">The number of shared lock waits since startup.</string>
- <string id="LockReadAcquired" type="String">% requests holding shared locks</string>
- <string id="LockReadAcquiredExplain" type="String">The percentage of requests currently holding a shared lock.</string>
- <string id="LockReadAcquiredCount" type="String">Requests holding shared locks</string>
- <string id="LockReadAcquiredCountExplain" type="String">The number of requests currently holding a shared lock.</string>
- <string id="LockReadWaitRate" type="String">Shared lock waits / sec</string>
- <string id="LockReadWaitRateExplain" type="String">The rate of lock requests waiting for shared locks.</string>
- <string id="LockReadOverhead" type="String">% time waiting shared lock</string>
- <string id="LockReadOverheadExplain" type="String">The percentage of total request time being spent waiting for shared locks.</string>
- <string id="LockWriteWaiting" type="String">% requests waiting exclusive lock</string>
- <string id="LockWriteWaitingExplain" type="String">The percentage of requests currently waiting for an exclusive lock.</string>
- <string id="LockWriteWaitingCurr" type="String">Requests waiting exclusive lock</string>
- <string id="LockWriteWaitingCurrExplain" type="String">The number of requests currently waiting for an exclusive lock.</string>
- <string id="LockWriteWaitsTotal" type="String">Total exclusive lock waits</string>
- <string id="LockWriteWaitsExplain" type="String">The number of exclusive lock waits since startup.</string>
- <string id="LockWriteAcquired" type="String">% requests holding exclusive locks</string>
- <string id="LockWriteAcquiredExplain" type="String">The percentage of requests currently holding an exclusive lock.</string>
- <string id="LockWriteAcquiredCount" type="String">Requests holding exclusive locks</string>
- <string id="LockWriteAcquiredCountExplain" type="String">The number of requests currently holding an exclusive lock.</string>
- <string id="LockWriteWaitRate" type="String">Exclusive lock waits / sec</string>
- <string id="LockWriteWaitRateExplain" type="String">The rate of lock requests that wait for exclusive locks.</string>
- <string id="LockWriteOverhead" type="String">% time waiting exclusive locks</string>
- <string id="LockWriteOverheadExplain" type="String">The percentage of total request time being spent waiting for exclusive locks.</string>
- <string id="LockWaitRate" type="String">Lock waits / sec</string>
- <string id="LockWaitRateExplain" type="String">The rate of requests waiting for locks.</string>
- <string id="LockWaitTotalTime" type="String">Lock wait time total (sec)</string>
- <string id="LockWaitTotalTimeExplain" type="String">The total time spent waiting for locks since Content Manager startup.</string>
- <string id="LockWaitTime" type="String">Lock wait time (ms)</string>
- <string id="LockWaitTimeExplain" type="String">The average time a request waits for locks.</string>
- <string id="LockOverhead" type="String">% time waiting locks</string>
- <string id="LockOverheadExplain" type="String">The percentage of total request time being spent waiting for locks.</string>
- <string id="LockTimeoutCount" type="String">Lock timeouts</string>
- <string id="LockTimeoutCountExplain" type="String">The total number of lock requests that timed out since Content Manager startup.</string>
- <string id="ServerErrorCount" type="String">Server errors</string>
- <string id="ServerErrorCountExplain" type="String">The total number Content Manager server errors since startup.</string>
- <string id="CacheSymbolMemoryCurr" type="String">Cache symbol memory (bytes)</string>
- <string id="CacheSymbolMemoryCurrExplain" type="String">The number of bytes of memory used for the cache's symbol table</string>
- <string id="CacheTempStringMemoryCurr" type="String">Cache temporary string memory (bytes)</string>
- <string id="CacheTempStringMemoryCurrExplain" type="String">The number of bytes of memory reserved by the cache for allocation of temporary strings. Usually these strings are allocated to facilitate the JNI interface.</string>
- <string id="CacheObjectMemoryCurr" type="String">Cache object memory (bytes)</string>
- <string id="CacheObjectMemoryCurrExplain" type="String">The number of bytes of memory used for the cache's object table</string>
- <string id="CacheCheckAccessMemoryCurr" type="String">Cache policy memory (bytes)</string>
- <string id="CacheCheckAccessMemoryCurrExplain" type="String">The number of bytes of memory reserved by the cache for allocation of policies used for traverse access checking..</string>
- <string id="CacheQueryMemoryCurr" type="String">Cache query processing memory (bytes)</string>
- <string id="CacheQueryMemoryCurrExplain" type="String">The number of bytes of memory reserved by the cache for processing queries.</string>
- <string id="CacheLockManagerMemoryCurr" type="String">Cache lock manager memory (bytes)</string>
- <string id="CacheLockManagerMemoryCurrExplain" type="String">The number of bytes of memory reserved by the cache for use by the lock manager.</string>
- <string id="DatabaseObjectCountCurr" type="String">Database objects</string>
- <string id="DatabaseObjectCountCurrExplain" type="String">The number of objects in the content store</string>
- <string id="JVMMemoryUsedCurr" type="String">JVM memory used (bytes)</string>
- <string id="JVMMemoryUsedCurrExplain" type="String">The amount of memory in use by the JVM</string>
- <string id="JVMMemoryAvailCurr" type="String">JVM memory available (bytes)</string>
- <string id="JVMMemoryAvailCurrExplain" type="String">The amount of system memory reserved by the JVM</string>
- <!-- TEMP ONLY -->
- <string id="LockXReadWaiting" type="String">% requests waiting coarse shared lock</string>
- <string id="LockXReadWaitingExplain" type="String">The percentage of requests currently waiting for a coarse shared lock.</string>
- <string id="LockXReadWaitingCurr" type="String">Requests waiting coarse shared lock</string>
- <string id="LockXReadWaitingCurrExplain" type="String">The number of requests currently waiting for a coarse shared lock.</string>
- <string id="LockXReadWaitsTotal" type="String">Total coarse shared lock waits</string>
- <string id="LockXReadWaitsTotalExplain" type="String">The number of coarse shared lock waits since startup.</string>
- <string id="LockXReadAcquired" type="String">% requests holding coarse shared locks</string>
- <string id="LockXReadAcquiredExplain" type="String">The percentage of requests currently holding a coarse shared lock.</string>
- <string id="LockXReadAcquiredCount" type="String">Requests holding coarse shared locks</string>
- <string id="LockXReadAcquiredCountExplain" type="String">The number of requests currently holding a coarse shared lock.</string>
- <string id="LockXReadWaitRate" type="String">Shared (coarse) lock waits / sec</string>
- <string id="LockXReadWaitRateExplain" type="String">The rate of lock requests waiting for coarse shared locks.</string>
- <string id="LockXReadOverhead" type="String">% time waiting coarse shared lock</string>
- <string id="LockXReadOverheadExplain" type="String">The percentage of total request time being spent waiting for shared locks.</string>
- <string id="LockXWriteWaiting" type="String">% requests waiting coarse exclusive lock</string>
- <string id="LockXWriteWaitingExplain" type="String">The percentage of requests currently waiting for a coarse exclusive lock.</string>
- <string id="LockXWriteWaitingCurr" type="String">Requests waiting coarse exclusive lock</string>
- <string id="LockXWriteWaitsTotal" type="String">Total coarse exclusive lock waits</string>
- <string id="LockXWriteWaitsExplain" type="String">The number of coarse exclusive lock waits since startup.</string>
- <string id="LockXWriteAcquired" type="String">% requests holding coarse exclusive locks</string>
- <string id="LockXWriteAcquiredExplain" type="String">The percentage of requests currently holding a coarse exclusive lock.</string>
- <string id="LockXWriteAcquiredCount" type="String">Requests holding coarse exclusive locks</string>
- <string id="LockXWriteAcquiredCountExplain" type="String">The number of requests currently holding a coarse exclusive lock.</string>
- <string id="LockXWriteWaitRate" type="String">Exclusive (coarse) lock waits / sec</string>
- <string id="LockXWriteWaitRateExplain" type="String">The rate of lock requests that wait for coarse exclusive locks.</string>
- <string id="LockXWriteOverhead" type="String">% time waiting coarse exclusive locks</string>
- <string id="LockXWriteOverheadExplain" type="String">The percentage of total request time being spent waiting for coarse exclusive locks.</string>
- <string id="LockXWaitRate" type="String">Lock (coarse) waits / sec</string>
- <string id="LockXWaitRateExplain" type="String">The rate of requests waiting for coarse locks.</string>
- <string id="LockXWaitTotalTime" type="String">Lock (coarse) wait time total (sec)</string>
- <string id="LockXWaitTotalTimeExplain" type="String">The total time spent waiting for coarse locks since Content Manager startup.</string>
- <string id="LockXWaitTime" type="String">Lock (coarse) wait time (ms)</string>
- <string id="LockXWaitTimeExplain" type="String">The average time a request waits for coarse locks.</string>
- <string id="LockXOverhead" type="String">% time waiting coarse locks</string>
- <string id="LockXOverheadExplain" type="String">The percentage of total request time being spent waiting for coarse locks.</string>
- <string id="CMActivityCounters" type="String">IBM Cognos CM Activity</string>
- <string id="CMActivityCountersExplain" type="String">These counters report on activity in IBM Cognos Content Manager.</string>
- <string id="SessionsAnonymousCurrentExplain" type="String">The number of anonymous users currently connected to IBM Cognos.</string>
- <string id="SessionsAuthenticatedCurrentExplain" type="String">The number of authenticated users currently connected to IBM Cognos.</string>
- <string id="SessionsAdminCurrentExplain" type="String">The number of administrative users currently connected to IBM Cognos.</string>
- <string id="SessionsCurrentExplain" type="String">The number of users currently connected to IBM Cognos.</string>
- <string id="SessionsPeakExplain" type="String">The maximum number of users concurrently connected to IBM Cognos since startup.</string>
- <string id="SessionsTotalExplain" type="String">The total number of users who have established a connection since IBM Cognos startup.</string>
- <string id="CMInternalsCounters" type="String">IBM Cognos CM Internals</string>
- <string id="CMInternalsCountersExplain" type="String">These counters report detailed activity in IBM Cognos Content Manager.</string>
- <string id="LockXWriteWaitingCurrExplain" type="String">The number of requests currently waiting for a coarse exclusive lock.</string>
- </section>
- <section name="ADM" usage="CM Administrations" type="Messages">
- <string id="cmNotAuthenticatedAll" type="String" errorCode="4001">The user did not log on to any external namespace. ConsistencyCheck was not performed on the security references.</string>
- <string id="cmNotAuthenticatedToTheNamespace" type="String" errorCode="4002">The user did not log on to the namespace <param name="ID" type="string"/> named "<param name="Name" type="string"/>". ConsistencyCheck was not performed on this namespace.</string>
- <string id="cmNamespaceNonExistent" type="String" errorCode="4040">The namespace named '<param name="NAME" type="string"/>' was not configured. ConsistencyCheck was not performed on this namespace.</string>
- <string id="cmFailedAddHistoryDetail" type="String" errorCode="4003">Content Manager failed to add historyDetail.</string>
- <string id="cmProxyObjDeleted" type="String" errorCode="4005">The object named '<param name="NAME" type="string"/>' at first logon, created at '<param name="TIME" type="string"/>', of class '<param name="TYPE" type="string"/>', and with the search path '<param name="PATH" type="string"/>' was deleted from the namespace '<param name="NAME" type="string"/>' in the content store.</string>
- <string id="cmProxyUnknownName" type="String" errorCode="4007">unknown name</string>
- <string id="cmProxyObjNotDeleted" type="String" errorCode="4008">The object named '<param name="NAME" type="string"/>' at first logon, created at '<param name="TIME" type="string"/>', of class '<param name="TYPE" type="string"/>', and with the search path '<param name="PATH" type="string"/>' was not deleted from the namespace '<param name="NAME" type="string"/>'.</string>
- <string id="cmNoCheck" type="String" errorCode="4009">An error occurred while attemping to determine the find mode value. A consistency check to find indefinite security references was not performed.</string>
- <string id="cmNoRepair" type="String" errorCode="4010">An error occurred while attempting to determine the fix mode value. A consistency check to repair security references was not performed.</string>
- <string id="cmContentTaskError" type="String" errorCode="5011">An error occurred while performing the content task.</string>
- <string id="cmProxyObjObsolete" type="String" errorCode="4006">The object named '<param name="NAME" type="string"/>' at first logon, created at the time '<param name="TIME" type="string"/>', of class '<param name="TYPE" type="string"/>', with the search path '<param name="PATH" type="string"/>', no longer exists in the external authentication provider with the namespace name '<param name="NAME" type="string"/>'.</string>
- <string id="cmErrSearchInExternalNamespace" type="String" errorCode="4012">During consistency check, an error occurred while validating the search path (<param name="PATH" type="string"/>) in external namespace. </string>
- <string id="cmDeleteSuccessMessage" type="String" errorCode="4013">Successfully deleted the object with the search path '<param name="OBJECT" type="string"/>'. </string>
- <string id="cmDeleteFailureMessage" type="String" errorCode="4014">Failed to delete the object with the search path '<param name="OBJECT" type="string"/>' for the following reason: '<param name="EXCEPTION" type="string"/>'.</string>
- <string id="cmDeleteTotalsMessage" type="String" errorCode="4015">For the search path '<param name="SEARCHPATH" type="string"/>', objects were deleted with the following status: <param name="NUMBERSUCCESS" type="string"/> deleted successfully and <param name="NUMBERERROR" type="string"/> not deleted due to errors.</string>
- <string id="cmSaveToGivenRepositorySuccessMessage" type="String" errorCode="4016">Successfully saved object with the search path '<param name="OBJECT" type="string"/>' to the repository with the dataSource name '<param name="REPOSITORY" type="string"/>'. </string>
- <string id="cmSaveToGivenRepositoryFailureMessage" type="String" errorCode="4017">Failed to save the object with the search path '<param name="OBJECT" type="string"/>' to the repository with the dataSource name '<param name="REPOSITORY" type="string"/>' for the following reason: </string>
- <string id="cmSaveToRepositoryPluginErrorMessage" type="String" errorCode="4018">Repository plugin returned an error: '<param name="ERRORSTRING" type="string"/>'.</string>
- <string id="cmCollectMetadataFailureMessage" type="String" errorCode="4019">Failed to save the object to the repository with the search path '<param name="OBJECT" type="string"/>' for the following reason: '<param name="EXCEPTION" type="string"/>'.</string>
- <string id="cmSaveToRepositoryTotalsMessage" type="String" errorCode="4020">Objects were saved to the repository with the following status: <param name="NUMBERSUCCESS" type="string"/> saved successfully and <param name="NUMBERERROR" type="string"/> not saved due to errors.</string>
- <string id="cmCannotGetConnectionToRepository" type="String" errorCode="4021">Failed to get a connection to the repository with the search path '<param name="REPOSITORY" type="string"/>'.</string>
- <string id="cmAddToFlowFailureMessage" type="String" errorCode="4022">Failed to add the object with the search path '<param name="OBJECT" type="string"/>' to the '<param name="WORKFLOW" type="string"/>' workflow.</string>
- <string id="cmAddToFlowSuccessMessage" type="String" errorCode="4023">Successfully added the object with the search path '<param name="OBJECT" type="string"/>' to the '<param name="WORKFLOW" type="string"/>' workflow.</string>
- <string id="cmTotalsAddToFlowForCleanupMessage" type="String" errorCode="4024">For the search path '<param name="SEARCHPATH" type="string"/>', objects were added to a workflow for cleanup with the following status: <param name="NUMBERSUCCESS" type="string"/> successfully and <param name="NUMBERERROR" type="string"/> unsuccessfully.</string>
- <string id="cmArchiveStatusSuccessMessage" type="String" errorCode="4025">Successfully updated the archive status to '<param name="ARCHIVESTATUS" type="string"/>' for the object with the search path '<param name="OBJECT" type="string"/>'.</string>
- <string id="cmArchiveStatusFailureMessage" type="String" errorCode="4026">Failed to update the archive status to '<param name="ARCHIVESTATUS" type="string"/>' for the object with the search path '<param name="OBJECT" type="string"/>' for the following reason: </string>
- <string id="cmTotalArchiveStatusMessage" type="String" errorCode="4027">For the search path '<param name="SEARCHPATH" type="string"/>', archive status of objects were updated with the following status: <param name="NUMBERSUCCESS" type="string"/> successfully and <param name="NUMBERERROR" type="string"/> unsuccessfully.</string>
- <string id="cmUpdateRetentionRulesSuccessMessage" type="String" errorCode="4028">Successfully updated the retention rule for the object with the search path '<param name="OBJECT" type="string"/>'.</string>
- <string id="cmUpdateRetentionRulesFailureMessage" type="String" errorCode="4029">Failed to update the retention rule for the object with the search path '<param name="OBJECT" type="string"/>' for the following reason: </string>
- <string id="cmTotalUpdateRetentionRulesMessage" type="String" errorCode="4030">For the search path '<param name="SEARCHPATH" type="string"/>', retention rules of objects were updated with the following status: <param name="NUMBERSUCCESS" type="string"/> successfully and <param name="NUMBERERROR" type="string"/> unsuccessfully.</string>
- <string id="cmSkipAddToFlowMessage" type="String" errorCode="4031">Skipped adding version objects of the report with the search path '<param name="OBJECT" type="string"/>' to the 'archive' workflow because repository rule is not configured.</string>
- <string id="cmTotalsSkipAddToFlowForCleanupMessage" type="String" errorCode="4032">For the search path '<param name="SEARCHPATH" type="string"/>', version objects may not have been added to a workflow for cleanup because repository rules were not configured: <param name="NUMBERSKIP" type="string"/> report objects skipped.</string>
- <string id="cmSaveToRepositoryFailureMessage" type="String" errorCode="4033">Failed to save the object with the search path '<param name="OBJECT" type="string"/>' to the repository for the following reason: </string>
- <string id="cmDeletionStatusMessage" type="String" errorCode="4034">Delete background task deleted <param name="NUMBERSUCCESS" type="string"/> objects successfully and made <param name="NUMBERERROR" type="string"/> unsuccessful attempts to delete some objects.</string>
- <string id="cmCannotGetConnectionForTenantID" type="String" errorCode="4035">Failed to get a connection for the tenantID '<param name="TENANT_ID" type="string"/>'.</string>
- <string id="cmAmbiguousRepositoryConnection" type="String" errorCode="4036">Ambiguous connections for datasource '<param name="DATASOURCE_NAME" type="string"/>'.</string>
- <string id="cmLoadEOSPluginFailure" type="String" errorCode="4037">Failed to load the External Object Store plug-in.</string>
- <string id="cmEOSDeleteFailure" type="String" errorCode="4038">Failed to delete the object with id '<param name="STOREID" type="string"/>' from the External Object Store.</string>
- <string id="cmConnectionNotFound" type="String" errorCode="4039">Connection not found.</string>
- </section>
- <section name="UPG" usage="CM Data Upgrade" type="Messages">
- <string id="objectDataUpgraded" type="String" errorCode="2001">The <param name="OBJTYPE" type="string"/> object with searchPath <param name="PATH" type="string"/> was successfully upgraded.</string>
- <string id="cmDataUpgradeStoreError" type="String" errorCode="4003">
- While processing the '<param name="Name" type="string"/>' plugin, an error occurred when Content Manager tried to perform the operation '<param name="Operation" type="string"/>' on a column in the CMDATAUPGRADE table.
- </string>
- <string id="cmDataUpgradeStoreFailedInit" type="String" errorCode="3004">An error occurred during the initialization of the Content Store dataUpgradeStore.</string>
- <string id="cmDataUpgradeStoreSQLErr" type="String" errorCode="3005">An SQL exception occurred while accessing the CMDATAUPGRADE table.</string>
- <string id="cmFailedQueryForUpgrade" type="String" errorCode="4006">During the data upgrade, Content Manager encountered an error when querying objects with the searchPath (<param name="PATH" type="string"/>). Objects referred by this searchPath will not be upgraded. </string>
- <string id="objectDataNotUpgraded" type="String" errorCode="3002">
- <param name="COMPID" type="string"/> failed to upgrade the object <param name="OBJTYPE" type="string"/> with searchPath (<param name="PATH" type="string"/>). </string>
- <string id="cmDataUpgradeSummary" type="String" errorCode="2007">
- <param name="NUM" type="string"/> objects of type '<param name="TYPE" type="string"/>' were processed with the following status: <param name="NUM1" type="string"/> successful upgrades, <param name="NUM2" type="string"/> experienced errors, <param name="NUM3" type="string"/> not requiring an upgrade. </string>
- <string id="cmErrUpgradeLogFile" type="String" errorCode="4008">An error occurred when Content Manager tried to log upgrade information to '<param name="PATH" type="string"/>'.</string>
- <string id="cmUpgradeLogFilePath" type="String" errorCode="2009">Refer to '<param name="PATH" type="string"/>' for upgrade results.</string>
- <string id="cmFailedSetAccountDefault" type="String" errorCode="4010">Content Manager failed to set default values for the properties of all account objects during the data upgrade.</string>
- <string id="cmPluginFailUpgrade" type="String" errorCode="4011">The plugin '<param name="Name" type="string"/>' failed to upgrade the object with searchPath '<param name="Path" type="string"/>'.</string>
- <string id="cmDBSchemaUpgradeStart" type="String" errorCode="2012">The Content Manager database schema upgrade started.</string>
- <string id="cmDBSchemaUpgradeEnd" type="String" errorCode="2013">The Content Manager database schema upgrade is complete.</string>
- <string id="cmContentUpgradeStart" type="String" errorCode="2014">The Content Manager content upgrade started.</string>
- <string id="cmContentUpgradeEnd" type="String" errorCode="2015">The Content Manager content upgrade is complete.</string>
- <string id="cmDataUpgradeStart" type="String" errorCode="2016">The Content Manager is upgrading the content objects of '<param name="Class" type="string"/>' using the plugin '<param name="Plugin" type="string"/>'.</string>
- <string id="cmUpgradeLogUpgradeResults" type="String" errorCode="2017">Upgrade results</string>
- <string id="cmUpgradeLogObjectClass" type="String" errorCode="2018">Object class</string>
- <string id="cmUpgradeLogTotal" type="String" errorCode="2019">Total</string>
- <string id="cmUpgradeLogSuccess" type="String" errorCode="2020">Success</string>
- <string id="cmUpgradeLogFailure" type="String" errorCode="2021">Failure</string>
- <string id="cmUpgradeLogNoChangeRequired" type="String" errorCode="2022">No change is required</string>
- <string id="cmUpgradeLogErrors" type="String" errorCode="2023">Errors</string>
- <string id="cmUpgradeLogError" type="String" errorCode="2024">Error</string>
- <string id="cmUpgradeLogSearchPath" type="String" errorCode="2025">Search Path</string>
- <string id="cmUpgradeLogInvalidRefs" type="String" errorCode="2026">Invalid references</string>
- <string id="cmUpgradeLogMessage" type="String" errorCode="2027">Message</string>
- <string id="cmDataUpgradeOneObject" type="String" errorCode="2028">Content Manager is upgrading '<param name="Path" type="string"/>'.</string>
- <string id="cmDataUpgraded" type="String" errorCode="2029">The object was upgraded.</string>
- <string id="cmDataNotUpgraded" type="String" errorCode="4030">The object was not upgraded.</string>
- <string id="cmPluginNoMessage" type="String" errorCode="4031">The object "<param name="Path" type="string"/>" was not upgraded. No error message was received from the plugin.</string>
- <string id="cmDataUpgradeSpecial" type="String" errorCode="2032">Your '<param name="CMVersion" type="string"/>' content store requires a special upgrade for content objects of type '<param name="Class" type="string"/>'.</string>
- <string id="cmDataUpgradeLogStep" type="String" errorCode="2033">Step <param name="NUM1" type="string"/> of the data upgrade: Content Manager is processing <param name="NUM2" type="string"/> objects.</string>
- <string id="cmDataUpgradeLogProgress" type="String" errorCode="2034">Step <param name="NUM1" type="string"/> of the data upgrade: object <param name="NUM2" type="string"/> of <param name="NUM3" type="string"/> is being processed.</string>
- <string id="cmUpgradePackageFailed" type="String" errorCode="4035">During model upgrade, Content Manager was unable to add <param name="studio" type="string"/> to the property '<param name="name" type="string"/>' of the package '<param name="PATH" type="string"/>'.</string>
- <string id="cmPluginSkipObject" type="String" errorCode="2036">The object "<param name="Path" type="string"/>" was not imported because the data upgrade plugin "<param name="PluginID" type="string"/>" requested Content Manager to skip it.</string>
- <string id="cmPPConfigUpgradeLog" type="String" errorCode="4037">The existing PowerPlay8Configuration document did not contain an expected element, it was upgraded with the template value.</string>
- <string id="cmDataSetNotUpgraded" type="String" errorCode="4038">Unable to update dataSet. Please refer to https://www.ibm.com/support/pages/node/6359143 for more information.</string>
- </section>
- <section name="DET" usage="Message details used by error messages, these strings will not have CM-XXX-#### attached to them" type="UI">
- <string id="cmDeleteTenantsActiveSessions_details" type="String" usage="Per tenant error detail for REQ-cmDeleteTenantsActiveSessions">Tenant "<param name="tenantName" type="string"/>" (tenantID "<param name="tenantID" type="string"/>") has <param name="count" type="string"/> active sessions.</string>
- </section>
- </component>
- </stringTable>
|