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