123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: xtscrn
- (C) Copyright IBM Corp. 2005, 2011
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="PRS" usage="Messages generated the Presentation Service, also known as the XML Transformation Service (XTS)">
- <section name="OUT" usage="XTS messages generated by the Output Processor component." type="Messages">
- <string id="output.unrecognizedoptionparam" type="String" errorCode="0005">The output option "<param name="0" type="string"/>" is not recognized.</string>
- <string id="output.multipartnocontentid" errorCode="0010" type="String">The content-ID entity header could not be found in the reply.</string>
- <string id="output.contentaddedtorefbody" errorCode="0011" type="String">A content element cannot be added because the entityBody element has already been referenced. </string>
- <string id="output.failedtogeneratecontentstream" errorCode="0012" type="String">An error occurred while attempting to generate an input stream for an unreferenced entityBody element.</string>
- <string id="output.invalidcookie" type="String" errorCode="0013">The syntax "<param name="0" type="string"/>" for the Set-Cookie protocol header is invalid. Refer to the appropriate HTTP documentation for the correct syntax.</string>
- <string id="output.invalidoptionvalue" type="String" errorCode="0015">The value "<param name="0" type="string"/>" is not a valid output option.</string>
- <string id="output.noattachmentreturned" type="String" errorCode="0016">Unable to process the output option "<param name="0" type="string"/>" because no attachment was returned.</string>
- <string id="output.invalidcookieparameter" type="String" errorCode="0017">The parameter "<param name="0" type="string"/>" specified in the "<param name="1" type="string"/>" cookie of the Set-Cookie protocol header is invalid. Refer to the appropriate HTTP documentation for the correct syntax.</string>
- <string id="output.invalidcookieparametervalue" type="String" errorCode="0018">The parameter value "<param name="0" type="string"/>" provided for the parameter "<param name="1" type="string"/>" specified in the "<param name="2" type="string"/>" cookie of the Set-Cookie protocol header is invalid. Refer to the appropriate HTTP documentation for the correct syntax.</string>
- <string id="output.failedtoconvertreadertoinputstream" type="String" errorCode="0019">An error occurred while attempting to convert reader to input stream.</string>
- <string id="output.invalidrefid" type="String" errorCode="0020">The content ID "<param name="0" type="string"/>" does not refer to valid content.</string>
- </section>
- <section name="BKP" usage="XTS messages generated by the Block Processor component." type="Messages">
- <string id="blkprocessor.unknownimplementation" type="String" errorCode="0051">An unknown implementation of "<param name="0" type="string"/>" was encountered.</string>
- <string id="blkprocessor.instantiationerror" errorCode="0052" type="String">The block processor cannot be initialized.</string>
- <string id="blkprocessor.compileerror" type="String" errorCode="0053">Failed to compile the "<param name="0" type="string"/>" block processor named <param name="1" type="string"/>.</string>
- <string id="blkprocessor.uncompiled" type="String" errorCode="0054">The "<param name="0" type="string"/>" block processor has not been compiled.</string>
- <string id="blkprocessor.processerror" type="String" errorCode="0055">An error was encountered while executing the "<param name="0" type="string"/>" block processor named <param name="1" type="string"/>.</string>
- <string id="blkprocessor.multieleexception" type="String" errorCode="0056">Empty or multiple root elements were encountered in the "<param name="0" type="string"/>" block processor.</string>
- <string id="blkprocessor.alreadycompiled" type="String" errorCode="0061">The "<param name="0" type="string"/>" block processor has already been compiled.</string>
- <string id="blkprocessor.outputoptionnotsupported" type="String" errorCode="0063">The specified output option "<param name="0" type="string"/>" is not supported by the block processor.</string>
- <string id="blkprocessor.parseresultfailed" type="String" errorCode="0064">The result returned by the "<param name="0" type="string"/>" block processor could not be parsed.</string>
- <string id="blkprocessor.unsupportedresulttype" type="String" errorCode="0065">The "<param name="0" type="string"/>" block processor does not support the result object type "<param name="1" type="string"/>".</string>
- <string id="blkprocessor.missingparam" type="String" errorCode="0066">The "<param name="0" type="string"/>" block processor was missing the mandatory parameter "<param name="1" type="string"/>".</string>
- </section>
- <section name="PRH" usage="XTS messages generated by the Protocol Handler component." type="Messages">
- <string id="protocol.missingtarget" errorCode="0202" type="String">Target is not defined.</string>
- <string id="protocol.malformedtarget" type="String" errorCode="0203">The target "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.malformedurl" type="String" errorCode="0207">The URL "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.urlsubmiterror" errorCode="0208" type="String">Error encountered when submitting a URL request.</string>
- <string id="protocol.ioexception" errorCode="0210" type="String">Input/Output exception error encountered.</string>
- <string id="protocol.invalidurl" type="String" errorCode="0216">The URL "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.bibusrequestfailed" errorCode="0218" type="String">SOAP request failed.</string>
- <string id="protocol.fileopenfailed" type="String" errorCode="0221">The file "<param name="0" type="string"/>" could not be opened.</string>
- <string id="protocol.reponsitoryconnectionFailed" type="String" errorCode="0222">A connection to the repository could not be made.</string>
- <string id="protocol.unsupportedencodingexception" type="String" errorCode="0225">The protocol handler "<param name="0" type="string"/>" encountered an UnsupportedEncodingException.</string>
- <string id="protocol.busconnectioninitfailed" errorCode="0226" type="String">Failed to initialize BUS connection pool.</string>
- <string id="protocol.invalidcontenttype" type="String" errorCode="0227">The Content-Type HTTP header "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.invalidinitsize" type="String" errorCode="0229">The BUS connection pool initial size "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.invalidmaxsize" type="String" errorCode="0230">The BUS connection pool maximum size "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.url.invalidheadersyntax" type="String" errorCode="0233">The header parameter for the protocol handler "<param name="0" type="string"/>" must be formatted as NAME=VALUE.</string>
- <string id="protocol.invalidmaxwaittime" type="String" errorCode="0231">The BUS connection pool maximum wait time "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.nobusconnection" type="String" errorCode="0232">There is no BUS connection available for the target "<param name="0" type="string"/>".</string>
- <string id="protocol.xts.parseinternalresultfailed" errorCode="0234" type="String">The protocol handler failed to parse the returned content stream from the internal XTS call.</string>
- <string id="protocol.xts.invalidinterface" type="String" errorCode="0236">The "<param name="0" type="string"/>" protocol handler encountered an invalid interface. The namespace "<param name="1" type="string"/>" is not bound to the virtual path "<param name="2" type="string"/>".</string>
- <string id="protocol.xts.invalidoperation" type="String" errorCode="0237">The "<param name="0" type="string"/>" protocol handler encountered an invalid operation. The operation "<param name="1" type="string"/>" is not defined for the namespace "<param name="2" type="string"/>" bound to the virtual path "<param name="3" type="string"/>".</string>
- <string id="protocol.xts.parsefailed" type="String" errorCode="0238">Failed to parse the contents of the "<param name="0" type="string"/>" protocol handler.</string>
- <string id="protocol.xts.requestfailed" type="String" errorCode="0239">The "<param name="0" type="string"/>" protocol handler request failed.</string>
- <string id="protocol.xts.interfaceemptycommand" type="String" errorCode="0240">The "<param name="0" type="string"/>" protocol handler could not determine the target namespace of the request because the instructions are incomplete.</string>
- <string id="protocol.xts.invalidinterfacename" type="String" errorCode="0241">The "<param name="0" type="string"/>" protocol handler encountered an invalid interface. The interface name "<param name="1" type="string"/>" is not bound to the virtual path "<param name="2" type="string"/>".</string>
- <string id="protocol.xtsrequestfailed" type="String" errorCode="0242">The request to XTS could not be completed.</string>
- <string id="protocol.bus.requestfailed" type="String" errorCode="0243">The request to target "<param name="0" type="string"/>":"<param name="1" type="string"/>", "<param name="2" type="string"/>", secure="<param name="3" type="string"/>" could not be submitted.</string>
- <string id="protocol.bus.responsefailed" type="String" errorCode="0244">The response from target "<param name="0" type="string"/>" could not be read.</string>
- <string id="protocol.bus.invalidcontenttype" type="String" errorCode="0245">The Content-Type HTTP header "<param name="0" type="string"/>" returned from "<param name="1" type="string"/>" is invalid.</string>
- <string id="protocol.bus.endofstream" type="String" errorCode="0246">An unexpected end of stream was encountered from "<param name="0" type="string"/>".</string>
- <string id="protocol.bus.invalidboundary" type="String" errorCode="0247">The boundary string encountered from "<param name="0" type="string"/>" is invalid.</string>
- <string id="protocol.bus.invalidmimeheaders" type="String" errorCode="0248">The MIME headers returned from "<param name="0" type="string"/>" are not valid.</string>
- <string id="protocol.fileclosefailed" type="String" errorCode="0249">An error occurred closing the file.</string>
- <string id="protocol.url.httpresponseerror" type="String" errorCode="0250">The target server returned an HTTP error code.</string>
- <string id="protocol.bus.requestfailed.prod" type="String" errorCode="0251">The request to target "<param name="0" type="string"/>" could not be submitted.</string>
- <string id="protocol.bus.expectxmlresponse" type="String" errorCode="0252">The response received is invalid. An XML result was expected from "<param name="0" type="string"/>".</string>
- </section>
- <section name="SOA" usage="XTS messages generated by the SOAP component." type="Messages">
- <string id="soap.endofstream" errorCode="0300" type="String">Unexpected end of stream encountered.</string>
- <string id="soap.invalidboundary" errorCode="0301" type="String">Invalid boundary string encountered.</string>
- <string id="soap.documentparseerror" errorCode="0302" type="String">Encountered an error when parsing the SOAP reply.</string>
- <string id="soap.invalidenvelope" errorCode="0303" type="String">Invalid SOAP envelope encountered.</string>
- <string id="soap.invalidcontenttype" type="String" errorCode="0305">The Content-Type "<param name="0" type="string"/>" is invalid.</string>
- <string id="soap.invalidmimeheaders" errorCode="0306" type="String">Invalid MIME headers were returned with the SOAP response.</string>
- <string id="soap.emptysoapbody" errorCode="0307" type="String">Empty SOAP body encountered.</string>
- <string id="soap.ioexception" errorCode="0309" type="String">Input/Output exception error encountered.</string>
- <string id="soap.soapfault" type="String" errorCode="0311">A SOAP error was encountered.</string>
- <string id="soap.invalidservletinputstream" type="String" errorCode="0312">The servlet input stream is invalid.</string>
- <string id="soap.faultmsgfailed" type="String" errorCode="0313">The SOAP error message could not be sent to the client.</string>
- <string id="soap.invalidfault" type="String" errorCode="0314">The SOAP error is invalid.</string>
- <string id="soap.missingsoapbody" type="String" errorCode="0315">The SOAP body is missing.</string>
- <string id="soap.expectxmlresponse" type="String" errorCode="0316">The response received is invalid. An XML result was expected.</string>
- </section>
- <section name="TPR" usage="XTS messages generated by the Template Reader component." type="Messages">
- <string id="reader.missingroot" errorCode="0351" type="String">Cannot locate the template root setting in the properties file.</string>
- <string id="reader.openfailed" type="String" errorCode="0352">The template file "<param name="0" type="string"/>" could not be opened.</string>
- <string id="reader.readfailed" type="String" errorCode="0353">The template file "<param name="0" type="string"/>" could not be read.</string>
- <string id="reader.instantiationerror" errorCode="0354" type="String">Failed to instantiate the template reader.</string>
- <string id="reader.securityviolation" type="String" errorCode="0360">A security violation occurred. The path "<param name="0" type="string"/>" could not be accessed.</string>
- <string id="reader.buildfullpathfailed" type="String" errorCode="0361">The full path could not be built from the base path "<param name="0" type="string"/>" and the relative path "<param name="1" type="string"/>".</string>
- <string id="reader.nonexistantfile" type="String" errorCode="0363">The file "<param name="0" type="string"/>" does not exist.</string>
- <string id="reader.readconfigfilesfailed" type="String" errorCode="0364">The configuration files "<param name="0" type="string"/>" could not be loaded from the directory "<param name="1" type="string"/>".</string>
- </section>
- <section name="ACF" usage="XTS messages generated by the Application Configuration component." type="Messages">
- <string id="application.invalidsystemxml" errorCode="0401" type="String">Invalid XML encountered in the system option file.</string>
- <string id="application.invalidapplicationxml" type="String" errorCode="0402">XML encountered in the application option file "<param name="0" type="string"/>" is invalid.</string>
- <string id="application.invalidinterfacexml" type="String" errorCode="0403">XML encountered in the interface option file "<param name="0" type="string"/>" is invalid.</string>
- <string id="application.invalidprocessingxml" errorCode="0410" type="String">Invalid XML encountered while parsing the processing options.</string>
- <string id="application.invalidsystemxmlupgrade" errorCode="0411" type="String">Failed to upgrade the <param name="0" type="string"/> file.</string>
- <string id="application.systemxmlwritefailed" errorCode="0412" type="String">Failed to write the upgraded <param name="0" type="string"/> file.</string>
- <string id="application.systemxmlwritesuccess" errorCode="0413" type="String">Successfully wrote the upgraded <param name="0" type="string"/> file.</string>
- </section>
- <section name="OBF" usage="XTS messages generated by the Object Factory component." type="Messages">
- <string id="objectfactory.cacheinitfailed" errorCode="0454" type="String">Failed to initialize the object factory.</string>
- <string id="objectfactory.cachetermfailed" errorCode="0455" type="String">Failed to terminate the object factory.</string>
- <string id="objectfactory.objectcreationfailure" errorCode="0452" type="String">Unable to create a new template object.</string>
- <string id="objectfactory.lockinterrupted" errorCode="0453" type="String">Failed to lock the object factory for the object creation.</string>
- </section>
- <section name="PRO" usage="XTS messages generated by the Processor component." type="Messages">
- <string id="processor.missingpage" errorCode="0501" type="String">Starting page unspecified.</string>
- <string id="processor.invalidmode" errorCode="0502" type="String">Invalid execution mode encountered.</string>
- <string id="processor.objectcreationfailed" type="String" errorCode="0503">The object "<param name="0" type="string"/>" cannot be created based on language "<param name="1" type="string"/>".</string>
- <string id="processor.executefailed" errorCode="0504" type="String">An error occurred while generating the requested Web page. Please contact your system administrator.</string>
- <string id="processor.buildfullpathfailed" type="String" errorCode="0505">The processor could not build the full path from the base path "<param name="0" type="string"/>" and the relative path "<param name="1" type="string"/>".</string>
- <string id="processor.checkconfigfailed" type="String" errorCode="0506">The current configuration information could not be obtained.</string>
- <string id="processor.initfailed" type="String" errorCode="0507">The XTS processor could not be initialized.</string>
- <string id="processor.termfailed" type="String" errorCode="0508">The XTS processor could not be terminated.</string>
- <string id="processor.reinitfailed" type="String" errorCode="0508">The XTS processor could not be reinitialized.</string>
- <string id="processor.pendingWriteLock" type="String" errorCode="0509">The request could not be executed. The XTS processor is currently locked by one of the administration operations (restart/reconfigure/terminate).</string>
- <string id="processor.reinitFull" type="String" errorCode="0510">A full reinitialization of the XTS processor is required.</string>
- <string id="processor.reinitPartial" type="String" errorCode="0511">A partial reinitialization of the XTS processor is required.</string>
- </section>
- <section name="MSG" usage="XTS messages generated by the Message Transform component." type="Messages">
- <string id="message.cacheinitfailed" errorCode="0552" type="String">Failed to initialize the message transform cache.</string>
- <string id="message.cachetermfailed" errorCode="0553" type="String">Failed to terminate the message transform cache.</string>
- <string id="message.transformcompilefailed" type="String" errorCode="0554">The message transform for message file "<param name="0" type="string"/>" could not be compiled.</string>
- <string id="message.loaderror" type="String" errorCode="0557">The message file "<param name="0" type="string"/>" could not be loaded in a DOM.</string>
- <string id="message.messagefilemissing" type="String" errorCode="0558">The message file "<param name="0" type="string"/>" is missing.</string>
- <string id="message.invalidsource" type="String" errorCode="0559">The input source is invalid.</string>
- <string id="message.transformfailed" type="String" errorCode="0560">The message transformation could not be completed for the message file "<param name="0" type="string"/>".</string>
- </section>
- <section name="OBJ" usage="XTS messages generated by the Object component." type="Messages">
- <string id="object.invalidrootelement" type="String" errorCode="0602">The root element "<param name="0" type="string"/>" is invalid.</string>
- <string id="object.invalidnamespaceuri" type="String" errorCode="0603">The namespace URI "<param name="0" type="string"/>" is invalid.</string>
- <string id="object.creationfailed" type="String" errorCode="0604">The object "<param name="0" type="string"/>" could not be created based on language "<param name="1" type="string"/>".</string>
- <string id="object.organizercreationfailed" type="String" errorCode="0606">The block organizer for block "<param name="0" type="string"/>" could not be created.</string>
- <string id="object.blockcreationfailed" type="String" errorCode="0609">The block for object "<param name="0" type="string"/>" could not be created.</string>
- <string id="object.invaliddependency" type="String" errorCode="0615">The dependency in block "<param name="0" type="string"/>" for object "<param name="1" type="string"/>" is invalid.</string>
- <string id="object.cyclicblockdependency" type="String" errorCode="0616">A cyclical block dependency exists in "<param name="0" type="string"/>" for object "<param name="1" type="string"/>".</string>
- <string id="object.missingcapability" type="String" errorCode="0617">The object "<param name="0" type="string"/>" could not be created because a required capability is missing.</string>
- </section>
- <section name="BLK" usage="XTS messages generated by the Block component." type="Messages">
- <string id="block.emptyid" errorCode="0651" type="String">Block with empty id encountered.</string>
- <string id="block.emptytype" type="String" errorCode="0652">A type is not defined for block "<param name="0" type="string"/>".</string>
- <string id="block.invalidtype" type="String" errorCode="0653">The type "<param name="0" type="string"/>" encountered for block "<param name="1" type="string"/>" is invalid.</string>
- <string id="block.invalidmode" type="String" errorCode="0654">The mode "<param name="0" type="string"/>" encountered for block "<param name="1" type="string"/>" is invalid.</string>
- <string id="block.invalidmandatory" type="String" errorCode="0655">The mandatory value "<param name="0" type="string"/>" encountered for block "<param name="1" type="string"/>" is invalid.</string>
- <string id="block.processorinstantiationerror" type="String" errorCode="0656">The block processor for block "<param name="0" type="string"/>" could not be created.</string>
- <string id="block.sourceeleexception" type="String" errorCode="0659">An exception was encountered when creating the source element "<param name="0" type="string"/>" for block "<param name="1" type="string"/>".</string>
- <string id="block.compilefailed" type="String" errorCode="0662">A compile failed for block "<param name="0" type="string"/>".</string>
- <string id="block.processfailed" type="String" errorCode="0663">An exception was encountered while processing block "<param name="0" type="string"/>".</string>
- <string id="block.executioninterrupted" errorCode="0665" type="String">Block execution interrupted.</string>
- <string id="block.unabletolock" errorCode="0666" type="String">Interrupt encountered when locking input document.</string>
- <string id="block.executionexception" type="String" errorCode="0667">An exception was encountered when block "<param name="0" type="string"/>" was executed.</string>
- <string id="block.testfaultmodespecified" type="String" errorCode="0668">An initialization error was encountered for block "<param name="0" type="string"/>". The "mode" option is invalid for fault or test blocks.</string>
- <string id="block.invalidfaultBlockspecified" type="String" errorCode="0669">An initialization error was encountered for block "<param name="0" type="string"/>". The "faultBlock" option is valid only for fault blocks.</string>
- <string id="block.invalidinstructionattributevalue" type="String" errorCode="0673">The "<param name="0" type="string"/>" attribute value "<param name="1" type="string"/>" on the instruction "<param name="2" type="string"/>" is not supported.</string>
- <string id="block.resolverfailed" type="String" errorCode="0675">The resolver for block "<param name="0" type="string"/>" failed to load the file "<param name="1" type="string"/>".</string>
- <string id="block.failedtoparselsresult" type="String" errorCode="0676">Failed to parse the result of the logicsheet transform for logicsheet "<param name="0" type="string"/>".</string>
- <string id="block.failedtoparsemsgresult" type="String" errorCode="0677">Failed to parse the result of the message transform for message file "<param name="0" type="string"/>".</string>
- <string id="block.invalidcondition" type="String" errorCode="0678">The condition "<param name="0" type="string"/>" encountered for block "<param name="1" type="string"/>" is invalid.</string>
- </section>
- <section name="BLI" usage="XTS messages generated by the Block Interpreter component." type="Messages">
- <string id="interpreter.nulldocument" errorCode="0702" type="String">An internal error occurred because a Null document was encountered.</string>
- <string id="interpreter.unabletolock" errorCode="0703" type="String">Locking the input document was interrupted.</string>
- <string id="interpreter.missingselectattribute" type="String" errorCode="0704">The select attribute for "<param name="0" type="string"/>" is missing or invalid.</string>
- <string id="interpreter.unexistedtestid" type="String" errorCode="0705">A test block with ID "<param name="0" type="string"/>" does not exist.</string>
- <string id="interpreter.unexistedfaultid" type="String" errorCode="0706">A fault Block with ID "<param name="0" type="string"/>" does not exist.</string>
- <string id="interpreter.inconsistentthreadstate" errorCode="0713" type="String">The sequence handling thread is in an inconsistent state.</string>
- <string id="interpreter.sequenceexecutioninterrupted" type="String" errorCode="0714">The request was interrupted by one of the administration operations (restart, reconfigure, or terminate).</string>
- <string id="interpreter.missingrootelement" errorCode="0725" type="String">The input document is missing a root element.</string>
- <string id="interpreter.missingoutputelement" errorCode="0726" type="String">The input document is missing an output element.</string>
- <string id="interpreter.executionfailed" errorCode="0727" type="String">XTS interpreter execution failed.</string>
- <string id="interpreter.xtsfault" type="String" errorCode="0728">XTS Fault returned from fault block execution.</string>
- </section>
- <section name="REQ" usage="XTS messages generated by the Request component." type="Messages">
- <string id="request.outputfailed" errorCode="0753" type="String">Unable to send response back to the caller.</string>
- <string id="request.emptyrequest" errorCode="0756" type="String">Empty request encountered.</string>
- <string id="request.invalidpath" type="String" errorCode="0758">The URI "<param name="0" type="string"/>" is invalid.</string>
- <string id="request.invalidinterface" type="String" errorCode="0759">The interface "<param name="0" type="string"/>" "<param name="1" type="string"/>" is invalid.</string>
- <string id="request.invalidoperation" type="String" errorCode="0760">The operation "<param name="0" type="string"/>" "<param name="1" type="string"/>" "<param name="2" type="string"/>" is invalid.</string>
- <string id="request.inputstreamfailed" errorCode="0761" type="String">Input stream generation failed.</string>
- <string id="request.parseoutputfailed" errorCode="0762" type="String">Failed to parse the content stream.</string>
- <string id="request.emptycleanuplist" errorCode="0763" type="String">Encountered an empty cleanup list.</string>
- <string id="request.emptycontenttype" type="String" errorCode="0765">The XTS "<param name="0" type="string"/>" HTTP servlet request handler requires a Content-Type header.</string>
- <string id="request.unknownimplementation" type="String" errorCode="0766">The servlet request handler implementation is not recognized. The servlet request handler "<param name="0" type="string"/>" is not mapped in the properties file.</string>
- <string id="request.instantiationerror" type="String" errorCode="0767">The servlet request handler class "<param name="0" type="string"/>" could not be instantiated.</string>
- <string id="request.lockgeneratorcachefailed" errorCode="0768" type="String">Interrupt encountered when locking the HTTP servlet request generator cache.</string>
- <string id="request.classloaderror" type="String" errorCode="0769">The servlet request handler class "<param name="0" type="string"/>" could not be loaded.</string>
- <string id="request.illegalaccesserror" type="String" errorCode="0770">The servlet request handler class "<param name="0" type="string"/>" could not be instantiated because access was denied.</string>
- </section>
- <section name="CGX" usage="XTS messages generated by the CogX component." type="Messages">
- <string id="request.serialize" type="String" errorCode="0801">An error occurred serializing the request "<param name="0" type="string"/>".</string>
- <string id="request.connecterror" type="String" errorCode="0803">An error occurred processing the request for Cogx target "<param name="0" type="string"/>". Connection to server "<param name="1" type="string"/>:<param name="2" type="string"/>" failed.</string>
- <string id="response.ioerror" type="String" errorCode="0811">An Input/Output error occurred while trying to read from the connection "<param name="0" type="string"/>".</string>
- <string id="request.sendcommanderror" type="String" errorCode="0812">An error occurred while processing the request for Cogx target "<param name="0" type="string"/>". The request could not be sent to the server "<param name="1" type="string"/>:<param name="2" type="string"/>".</string>
- <string id="request.malformed" type="String" errorCode="0814">The received request is invalid. "<param name="0" type="string"/>" could not be found.</string>
- <string id="request.invalidrequestdocument" type="String" errorCode="0821">The CogX request document could not be parsed.</string>
- <string id="request.requestdocumentelementmissing" type="String" errorCode="0822">The CogX request was missing the element "<param name="0" type="string"/>".</string>
- <string id="request.targetparseerror" type="String" errorCode="0826">The CogX request failed to parse the target "<param name="0" type="string"/>".</string>
- <string id="request.upf.noresultcode" type="String" errorCode="0827">The Upfront result did not contain a result code.</string>
- <string id="request.cogx.noresultcode" type="String" errorCode="0828">The Upfront result did not contain a result code.</string>
- <string id="response.cogx.parseroutingfailed" type="String" errorCode="0829">The routing slip returned in the Cogx response from target "<param name="0" type="string"/>" could not be parsed.</string>
- <string id="response.cogx.parseresultfailed" type="String" errorCode="0830">The Cogx response from target "<param name="0" type="string"/>" could not be parsed.</string>
- </section>
- <section name="TRS" usage="XTS messages generated by the transform instruction." type="Messages">
- <string id="transformer.compileerror" type="String" errorCode="0901">The "<param name="0" type="string"/>" transform instruction failed to compile the source at location "<param name="1" type="string"/>".</string>
- <string id="transformer.processerror" type="String" errorCode="0902">The "<param name="0" type="string"/>" transform instruction encountered an error while processing the source at location "<param name="1" type="string"/>".</string>
- <string id="transformer.missingparam" type="String" errorCode="0903">The "<param name="0" type="string"/>" transform instruction was missing the mandatory parameter "<param name="1" type="string"/>".</string>
- <string id="transformer.parsefailed" type="String" errorCode="0904">The "<param name="0" type="string"/>" transform instruction could not parse the given XML content.</string>
- <string id="transformer.aquirereaderfailed" type="String" errorCode="0905">The "<param name="0" type="string"/>" transform instruction could not parse the given XML content.. A parser object could not be acquired.</string>
- <string id="transformer.schemavalidate.validatefailed" type="String" errorCode="0906">The "<param name="0" type="string"/>" transform instruction could not validate the given XML content.</string>
- <string id="transformer.schemavalidate.failedtoreadcontents" type="String" errorCode="0907">The "<param name="0" type="string"/>" instruction could not validate the given XML content. An Input/Output error occurred.</string>
- <string id="transformer.schemavalidate.fileopenfailed" type="String" errorCode="0908">The "<param name="0" type="string"/>" instruction could not open the file "<param name="1" type="string"/>".</string>
- <string id="transformer.instantiationerror" type="String" errorCode="0909">The transformer factory "<param name="0" type="string"/>" could not be instantiated.</string>
- </section>
- <section name="LS" usage="XTS messages generated by the logicsheet transformer." type="Messages">
- <string id="logicsheet.cacheinitfailed" errorCode="0950" type="String">Failed to initialize the message transform cache.</string>
- <string id="logicsheet.cachetermfailed" errorCode="0951" type="String">Failed to terminate the message transform cache.</string>
- <string id="logicsheet.processerror" type="String" errorCode="0952">Failed to process the logic sheet "<param name="0" type="string"/>".</string>
- <string id="logicsheet.compilefailed" type="String" errorCode="0953">Failed to compile the logic sheet "<param name="0" type="string"/>".</string>
- </section>
- <section name="NOP" usage="XTS messages generated by the Node Operation component." type="Messages">
- <string id="nodeoperation.mandatoryfailed" type="String" errorCode="1051">An empty node set was encountered from selection "<param name="0" type="string"/>" for the mandatory operation "<param name="1" type="string"/>".</string>
- <string id="nodeoperation.nonelementnode" type="String" errorCode="1052">A non-element node was encountered from selection "<param name="0" type="string"/>" for operation "<param name="1" type="string"/>".</string>
- <string id="nodeoperation.missingselection" type="String" errorCode="1053">The Select option for operation "<param name="0" type="string"/>" is missing.</string>
- <string id="nodeoperation.invalidnode" type="String" errorCode="1054">The node encountered from selection "<param name="0" type="string"/>" for operation "<param name="1" type="string"/>" is invalid.</string>
- <string id="nodeoperation.multiplerootcreation" type="String" errorCode="1055">Multiple roots were created from selection "<param name="0" type="string"/>" for operation "<param name="1" type="string"/>".</string>
- <string id="nodeoperation.parsefailed" type="String" errorCode="1056">The contents of the node operation "<param name="0" type="string"/>" could not be parsed.</string>
- </section>
- <section name="SEF" usage="XTS messages generated by the Security Factory component." type="Messages">
- <string id="securityfactory.cacheinitfailed" errorCode="1152" type="String">Failed to initialize the security factory.</string>
- <string id="securityfactory.undefinedsecurity" type="String" errorCode="1156">Undefined XTS security "<param name="0" type="string"/>" encountered.</string>
- </section>
- <section name="FN" usage="XTS messages generated by the xts function." type="Messages">
- <string id="encrypt.emptySecurityObject" errorCode="1203" type="String">Failed to create a security provider object.</string>
- <string id="decrypt.emptySecurityObject" errorCode="1207" type="String">Failed to create a security provider object.</string>
- <string id="function.emptyparameter" type="String" errorCode="1223">The parameter "<param name="0" type="string"/>" provided for the function "<param name="1" type="string"/>" cannot be empty.</string>
- <string id="function.exception" type="String" errorCode="1224">An exception was encountered in function "<param name="0" type="string"/>".</string>
- <string id="function.ipflog.logfailed" type="String" errorCode="1225">The user-defined message to IPF "<param name="0" type="string"/>" could not be created.</string>
- <string id="logger.invalidindication" type="String" errorCode="1226">The indication "<param name="0" type="string"/>" encountered in the IPF log is invalid.</string>
- <string id="signspec.emptySecurityObject" errorCode="1227" type="String">Failed to create a security provider object.</string>
- <string id="getrequestexternal.emptySecurityObject" errorCode="1228" type="String">Unable to create a security provider object.</string>
- <string id="function.unrecognizedparameter" type="String" errorCode="1229">The value for parameter "<param name="0" type="string"/>" provided for the function "<param name="1" type="string"/>" is not supported.</string>
- </section>
- <section name="CSE" usage="XTS messages generated by the cognos security object." type="Messages">
- <string id="cognoscam.initializefailed" errorCode="1251" type="String">Failed to initialize security provider.</string>
- <string id="cognoscam.uninitialize" errorCode="1252" type="String">Security provider has not been initialized.</string>
- <string id="cognoscam.emptysession" errorCode="1253" type="String">Empty security session encountered.</string>
- <string id="cognoscam.encryptexception" errorCode="1254" type="String">Exception error encountered in data encryption.</string>
- <string id="cognoscam.decryptexception" errorCode="1255" type="String">Exception error encountered in data decryption.</string>
- <string id="cognoscam.httpclientexception" type="String" errorCode="1256">The connection object (host: "<param name="0" type="string"/>", port: "<param name="1" type="string"/>", secure: "<param name="2" type="string"/>") could not be created.</string>
- <string id="cognoscam.signspecexception" errorCode="1257" type="String">Exception error encountered in report specification signing.</string>
- <string id="cognoscam.sessioncapabilityexception" errorCode="1258" type="String">Problem encountered during verification of session capability information.</string>
- </section>
- <section name="LOG" usage="XTS messages generated by the XTS logging managers." type="Messages">
- <string id="debugManager.logfailed" type="String" errorCode="1316">A debug message could not be logged because "<param name="0" type="string"/>".</string>
- <string id="debugManager.generatemanifestfailed" type="String" errorCode="1317">The manifest file could not be generated because "<param name="0" type="string"/>".</string>
- <string id="debugManager.generatedirnamefailed" type="String" errorCode="1318">The directory name could not be generated because "<param name="0" type="string"/>".</string>
- <string id="loggerManager.initfailed" type="String" errorCode="1326">Logger manager "<param name="0" type="string"/>" failed to start: "<param name="1" type="string"/>".</string>
- <string id="loggerManager.termfailed" type="String" errorCode="1327">Logger manager "<param name="0" type="string"/>" failed to terminate: "<param name="1" type="string"/>".</string>
- <string id="loggerManager.getloggerfailed" type="String" errorCode="1328">Failed to obtain a logger from "<param name="0" type="string"/>": "<param name="1" type="string"/>".</string>
- </section>
- <section name="INS" usage="XTS messages generated by the XTS interpreter instructions." type="Messages">
- <string id="instructionfactory.undefinedinstruction" type="String" errorCode="1400">The interpreter instruction "<param name="0" type="string"/>" is not defined.</string>
- <string id="instructionfactory.instantiationerror" type="String" errorCode="1401">The interpreter instruction "<param name="0" type="string"/>" could not be instantiated.</string>
- <string id="instructionfactory.initializationerror" type="String" errorCode="1402">The interpreter instruction "<param name="0" type="string"/>" could not be initialized.</string>
- <string id="instructionfactory.cachelockfailed" errorCode="1403" type="String">Failed to lock the interpreter instruction factory cache.</string>
- <string id="instructionfactory.cacheinitfailed" errorCode="1404" type="String">Failed to initialize the interpreter instruction factory cache.</string>
- <string id="instructionfactory.cachetermfailed" errorCode="1405" type="String">Failed to terminate the interpreter instruction factory cache.</string>
- <string id="instruction.transform.missingparam" type="String" errorCode="1406">The transform instruction "<param name="0" type="string"/>" was missing the "<param name="1" type="string"/>" parameter.</string>
- <string id="instruction.transform.xml.unsupportedobjecttype" type="String" errorCode="1407">The "<param name="0" type="string"/>" transform instruction does not support the object type "<param name="1" type="string"/>".</string>
- <string id="instruction.writetooutputstreamfailed" type="String" errorCode="1409">The instruction "<param name="0" type="string"/>" failed to write to the given OutputStream.</string>
- <string id="instruction.output.optionnotsupported" type="String" errorCode="1411">The output option "<param name="0" type="string"/>" is not supported on the "<param name="1" type="string"/>" instruction.</string>
- <string id="instruction.output.protocolheadernotsupported" type="String" errorCode="1412">The protocolHeader output option is not supported on the "<param name="0" type="string"/>" instruction.</string>
- <string id="instruction.parsefaultfailed" type="String" errorCode="1413">The instruction "<param name="0" type="string"/>" failed to parse a returned SOAP fault.</string>
- <string id="instruction.processfaultblockfailed" type="String" errorCode="1414">The instruction "<param name="0" type="string"/>" failed to process the fault block with ID "<param name="1" type="string"/>".</string>
- <string id="instruction.readbodycontentfailed" type="String" errorCode="1416">The instruction "<param name="0" type="string"/>" failed to read its content.</string>
- <string id="instruction.createoutputcontextfailed" type="String" errorCode="1417">The output context for the instruction "<param name="0" type="string"/>" could not be generated.</string>
- <string id="instruction.failedtocopyreader" type="String" errorCode="1418">The instruction "<param name="0" type="string"/>" failed to copy its contents.</string>
- <string id="instruction.convertxmlinputstreamtoreaderfailed" type="String" errorCode="1419">The result returned by the "<param name="0" type="string"/>" instruction could not be parsed.</string>
- <string id="instruction.buildfullpathfailed" type="String" errorCode="1420">The "<param name="0" type="string"/>" instruction could not build the full path from the base path "<param name="1" type="string"/>" and the relative path "<param name="2" type="string"/>".</string>
- <string id="instruction.instructionnolongersupported" type="String" errorCode="1421">The "<param name="0" type="string"/>" instruction is no longer supported.</string>
- <string id="instruction.output.protocolheadernonelementselect" type="String" errorCode="1422">A non-element node was encountered in "<param name="0" type="string"/>" selection "<param name="1" type="string"/>".</string>
- <string id="instruction.transform.unsupportedencoding" type="String" errorCode="1423">The transform instruction "<param name="0" type="string"/>" encountered an unsupported output encoding "<param name="1" type="string"/>".</string>
- <string id="instruction.transform.invalidcontenttype" type="String" errorCode="1424">The transform instruction "<param name="0" type="string"/>" generated an invalid Content-Type HTTP header "<param name="1" type="string"/>".</string>
- <string id="instruction.executefailed" type="String" errorCode="1425">An error encountered executing operation "<param name="0" type="string"/>".</string>
- </section>
- <section name="CHF" usage="XTS messages generated by the Cache Factory component." type="Messages">
- <string id="cachefactory.cacheinitfailed" errorCode="1450" type="String">Failed to initialize the cache factory.</string>
- <string id="cachefactory.cachetermfailed" errorCode="1451" type="String">Failed to terminate the cache factory.</string>
- <string id="cachefactory.nullhashkey" errorCode="1452" type="String">Empty hash key encountered.</string>
- <string id="cachefactory.cachelockfailed" errorCode="1453" type="String">Failed to lock the factory cache.</string>
- <string id="cachefactory.nullclassname" errorCode="1454" type="String">Empty class name encountered.</string>
- <string id="cachefactory.instantiationerror" type="String" errorCode="1455">The cache object "<param name="0" type="string"/>" could not be instantiated.</string>
- <string id="cacheobject.teminateinterrupted" errorCode="1456" type="String">Cached object could not be cleaned up.</string>
- </section>
- <section name="CCL" usage="XTS messages generated by the CCL component." type="Messages">
- <string id="cclconfig.getmtimefailed" errorCode="1500" type="String">Failed to retrieve the last modification time of the configuration object.</string>
- <string id="cclconfig.getinfofailed" errorCode="1501" type="String">Failed to retrieve the configuration information.</string>
- <string id="cclconfig.getpathfailed" type="String" errorCode="1502">The physical path from "<param name="0" type="string"/>" could not be retrieved.</string>
- <string id="cclconfig.getpropfailed" type="String" errorCode="1503">The property value from "<param name="0" type="string"/>" could not be retrieved.</string>
- <string id="cclconfig.normalizeLocale" type="String" errorCode="1504">The locale from "<param name="0" type="string"/>" could not be normalized.</string>
- <string id="cclconfig.mapContentLocale" type="String" errorCode="1505">The content locale from "<param name="0" type="string"/>" could not be mapped.</string>
- <string id="cclconfig.mapProductLocale" type="String" errorCode="1506">The product locale from "<param name="0" type="string"/>" could not be mapped.</string>
- <string id="cclconfig.getComponentVersion" type="String" errorCode="1507">The version information for component "<param name="0" type="string"/>" could not be retrieved.</string>
- </section>
- <section name="CIF" usage="XTS messages generated by the Configuration Information component." type="Messages">
- <string id="configinfo.initfailed" errorCode="1550" type="String">Failed to initialize the configuration information factory.</string>
- <string id="configinfofactory.cacheinitfailed" errorCode="1551" type="String">Failed to initialize the configuration information object.</string>
- </section>
- <section name="BST" usage="Bootstrap error messages." type="Messages">
- <string id="bootstrap.uninitialize" errorCode="1600" type="String">XTS handler must be initialized before being invoked.</string>
- <string id="bootstrap.failedtostart" type="String" errorCode="1601">The XTS engine is not running.</string>
- <string id="bootstrap.failedtoexecute" type="String" errorCode="1602">The dispatched request could not be executed.</string>
- <string id="bootstrap.suspended" type="String" errorCode="1603">The XTS engine is currently in suspend mode.</string>
- <string id="bootstrap.stopped" type="String" errorCode="1604">The XTS engine is stopped.</string>
- </section>
- <section name="PRP" usage="Messages generated by the property manager." type="Messages">
- <string id="property.configuration" type="String" errorCode="1650">The property "<param name="0" type="string"/>" could not be retrieved from the configuration.</string>
- <string id="property.malformedURL" type="String" errorCode="1651">The URL "<param name="0" type="string"/>" encountered in property "<param name="1" type="string"/>" is invalid.</string>
- <string id="property.loadPropertyFile" type="String" errorCode="1652">The property file "<param name="0" type="string"/>" could not be loaded.</string>
- <string id="property.resolvePath" type="String" errorCode="1653">The relative path for property "<param name="0" type="string"/>" could not be resolved.</string>
- </section>
- <section name="THP" usage="Messages generated by reuseable thread pool." type="Messages">
- <string id="thread.notready" type="String" errorCode="1700">The thread "<param name="0" type="string"/>" is not ready to be executed.</string>
- <string id="thread.instantiationerror" type="String" errorCode="1701">The thread "<param name="0" type="string"/>" could not be created.</string>
- <string id="threadpool.acquirefailed" type="String" errorCode="1702">The thread "<param name="0" type="string"/>" could not be acquired.</string>
- <string id="threadpool.nothreadavailable" type="String" errorCode="1703">All "<param name="0" type="string"/>" threads are busy.</string>
- <string id="threadpool.terminateinterrupted" type="String" errorCode="1704">The thread pool termination process of "<param name="0" type="string"/>" had been interrupted.</string>
- <string id="threadpool.poolinitfailed" type="String" errorCode="1705">The thread pool "<param name="0" type="string"/>" failed to initialize.</string>
- <string id="threadpool.pooltermfailed" type="String" errorCode="1706">The thread pool "<param name="0" type="string"/>" failed to terminate.</string>
- <string id="saxreaderpool.poolinitfailed" type="String" errorCode="1707">The reader pool "<param name="0" type="string"/>" failed to initialize.</string>
- <string id="saxreaderpool.pooltermfailed" type="String" errorCode="1708">The reader pool "<param name="0" type="string"/>" failed to terminate.</string>
- <string id="saxreaderpool.acquirefailed" type="String" errorCode="1709">The reader "<param name="0" type="string"/>" could not be acquired.</string>
- <string id="saxreaderpool.noreaderavailable" type="String" errorCode="1710">All "<param name="0" type="string"/>" readers are busy.</string>
- <string id="saxreaderpool.terminateinterrupted" type="String" errorCode="1711">The reader pool termination process of "<param name="0" type="string"/>" had been interrupted.</string>
- <string id="pool.depinitfailed" type="String" errorCode="1712">Dependencies of "<param name="0" type="string"/>" are not initialized.</string>
- <string id="pool.poolsizefailed" type="String" errorCode="1713">The pool size encountered in "<param name="0" type="string"/>" is invalid.</string>
- <string id="pool.saxparserfactoryfailed" type="String" errorCode="1714">The SAX Parser factory failed to initialize.</string>
- <string id="pool.saxparserinitfailed" type="String" errorCode="1715">The SAX Parser object could not be created.</string>
- </section>
- <section name="MGR" usage="Message generated by manager class." type="Messages">
- <string id="manager.depinitfailed" type="String" errorCode="1750">Dependencies of "<param name="0" type="string"/>" are not initialized.</string>
- <string id="manager.initfailed" type="String" errorCode="1751">Failed to initialize "<param name="0" type="string"/>".</string>
- <string id="manager.termfailed" type="String" errorCode="1752">Failed to terminate "<param name="0" type="string"/>".</string>
- </section>
- <section name="UTL" usage="Message generated by utility class." type="Messages">
- <string id="util.streamsizelimit" type="String" errorCode="1770">The size limit of the input stream has been exceeded.</string>
- <string id="util.resolverfailed" type="String" errorCode="1771">The resolver failed to load the file "<param name="0" type="string"/>" from base "<param name="1" type="string"/>".</string>
- <string id="util.transfomfailed" type="String" errorCode="1772">The xslt transformation failed.</string>
- </section>
- <section name="CF" usage="XTS messages generated by the Capability Factory component." type="Messages">
- <string id="capabilityfactory.cacheinitfailed" errorCode="1790" type="String">Unable to initialize the capability factory.</string>
- <string id="capabilityfactory.undefinedcapability" type="String" errorCode="1791">An undefined XTS capability object "<param name="0" type="string"/>" was encountered.</string>
- </section>
- <section name="VAL" usage="XTS messages generated by the cognos validator object." type="Messages">
- <string id="cognosvalidator.initializefailed" errorCode="1800" type="String">Failed to initialize validator provider.</string>
- <string id="cognosvalidator.verifyfailed" errorCode="1801" type="String">Failed to verify in validator provider.</string>
- <string id="cognosvalidator.securityrejection" errorCode="1802" type="String">Security Rejection. Your request was rejected because it failed XTS input validation. Rejection details are available in the log. Please contact your administrator.</string>
- <string id="cognosvalidator.preparefailed" errorCode="1803" type="String">Failed to prepare in validator provider.</string>
- </section>
- <section name="SEC" usage="XTS messages generated by general security breaching situations" type="Messages">
- <string id="security.sessioncapabilityviolation" errorCode="1900" type="String">A security violation occurred. The session capability information failed to verify.</string>
- <string id="security.sessioncapabilityviolationpassportparsefailed" errorCode="1901" type="String">A security violation occurred. The session capability information failed to verify. Parsing failed.</string>
- </section>
- <section name="TDS" usage="XTS messages generated by CM TDS service" type="Messages">
- <string id="tds.initfailed" errorCode="2000" type="String">Failed to initialize the TDS factory.</string>
- <string id="tds.error" errorCode="2001" type="String">An error occurred in the temporary data storage service</string>
- </section>
- </component>
- </stringTable>
|