xtsmsgs_en.properties 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: PRS
  12. ##
  13. ## Description: Messages generated the Presentation Service, also known as the XML Transformation Service (XTS)
  14. ##
  15. #
  16. # Section: OUT
  17. #
  18. # Description: XTS messages generated by the Output Processor component.
  19. #
  20. output.unrecognizedoptionparam = PRS-OUT-0005 The output option "{0}" is not recognized.
  21. output.multipartnocontentid = PRS-OUT-0010 The content-ID entity header could not be found in the reply.
  22. output.contentaddedtorefbody = PRS-OUT-0011 A content element cannot be added because the entityBody element has already been referenced.
  23. output.failedtogeneratecontentstream = PRS-OUT-0012 An error occurred while attempting to generate an input stream for an unreferenced entityBody element.
  24. 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.
  25. output.invalidoptionvalue = PRS-OUT-0015 The value "{0}" is not a valid output option.
  26. output.noattachmentreturned = PRS-OUT-0016 Unable to process the output option "{0}" because no attachment was returned.
  27. 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.
  28. 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.
  29. output.failedtoconvertreadertoinputstream = PRS-OUT-0019 An error occurred while attempting to convert reader to input stream.
  30. output.invalidrefid = PRS-OUT-0020 The content ID "{0}" does not refer to valid content.
  31. #
  32. # Section: BKP
  33. #
  34. # Description: XTS messages generated by the Block Processor component.
  35. #
  36. blkprocessor.unknownimplementation = PRS-BKP-0051 An unknown implementation of "{0}" was encountered.
  37. blkprocessor.instantiationerror = PRS-BKP-0052 The block processor cannot be initialized.
  38. blkprocessor.compileerror = PRS-BKP-0053 Failed to compile the "{0}" block processor named {1}.
  39. blkprocessor.uncompiled = PRS-BKP-0054 The "{0}" block processor has not been compiled.
  40. blkprocessor.processerror = PRS-BKP-0055 An error was encountered while executing the "{0}" block processor named {1}.
  41. blkprocessor.multieleexception = PRS-BKP-0056 Empty or multiple root elements were encountered in the "{0}" block processor.
  42. blkprocessor.alreadycompiled = PRS-BKP-0061 The "{0}" block processor has already been compiled.
  43. blkprocessor.outputoptionnotsupported = PRS-BKP-0063 The specified output option "{0}" is not supported by the block processor.
  44. blkprocessor.parseresultfailed = PRS-BKP-0064 The result returned by the "{0}" block processor could not be parsed.
  45. blkprocessor.unsupportedresulttype = PRS-BKP-0065 The "{0}" block processor does not support the result object type "{1}".
  46. blkprocessor.missingparam = PRS-BKP-0066 The "{0}" block processor was missing the mandatory parameter "{1}".
  47. #
  48. # Section: PRH
  49. #
  50. # Description: XTS messages generated by the Protocol Handler component.
  51. #
  52. protocol.missingtarget = PRS-PRH-0202 Target is not defined.
  53. protocol.malformedtarget = PRS-PRH-0203 The target "{0}" is invalid.
  54. protocol.malformedurl = PRS-PRH-0207 The URL "{0}" is invalid.
  55. protocol.urlsubmiterror = PRS-PRH-0208 Error encountered when submitting a URL request.
  56. protocol.ioexception = PRS-PRH-0210 Input/Output exception error encountered.
  57. protocol.invalidurl = PRS-PRH-0216 The URL "{0}" is invalid.
  58. protocol.bibusrequestfailed = PRS-PRH-0218 SOAP request failed.
  59. protocol.fileopenfailed = PRS-PRH-0221 The file "{0}" could not be opened.
  60. protocol.reponsitoryconnectionFailed = PRS-PRH-0222 A connection to the repository could not be made.
  61. protocol.unsupportedencodingexception = PRS-PRH-0225 The protocol handler "{0}" encountered an UnsupportedEncodingException.
  62. protocol.busconnectioninitfailed = PRS-PRH-0226 Failed to initialize BUS connection pool.
  63. protocol.invalidcontenttype = PRS-PRH-0227 The Content-Type HTTP header "{0}" is invalid.
  64. protocol.invalidinitsize = PRS-PRH-0229 The BUS connection pool initial size "{0}" is invalid.
  65. protocol.invalidmaxsize = PRS-PRH-0230 The BUS connection pool maximum size "{0}" is invalid.
  66. protocol.url.invalidheadersyntax = PRS-PRH-0233 The header parameter for the protocol handler "{0}" must be formatted as NAME=VALUE.
  67. protocol.invalidmaxwaittime = PRS-PRH-0231 The BUS connection pool maximum wait time "{0}" is invalid.
  68. protocol.nobusconnection = PRS-PRH-0232 There is no BUS connection available for the target "{0}".
  69. protocol.xts.parseinternalresultfailed = PRS-PRH-0234 The protocol handler failed to parse the returned content stream from the internal XTS call.
  70. 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}".
  71. 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}".
  72. protocol.xts.parsefailed = PRS-PRH-0238 Failed to parse the contents of the "{0}" protocol handler.
  73. protocol.xts.requestfailed = PRS-PRH-0239 The "{0}" protocol handler request failed.
  74. protocol.xts.interfaceemptycommand = PRS-PRH-0240 The "{0}" protocol handler could not determine the target namespace of the request because the instructions are incomplete.
  75. 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}".
  76. protocol.xtsrequestfailed = PRS-PRH-0242 The request to XTS could not be completed.
  77. protocol.bus.requestfailed = PRS-PRH-0243 The request to target "{0}":"{1}", "{2}", secure="{3}" could not be submitted.
  78. protocol.bus.responsefailed = PRS-PRH-0244 The response from target "{0}" could not be read.
  79. protocol.bus.invalidcontenttype = PRS-PRH-0245 The Content-Type HTTP header "{0}" returned from "{1}" is invalid.
  80. protocol.bus.endofstream = PRS-PRH-0246 An unexpected end of stream was encountered from "{0}".
  81. protocol.bus.invalidboundary = PRS-PRH-0247 The boundary string encountered from "{0}" is invalid.
  82. protocol.bus.invalidmimeheaders = PRS-PRH-0248 The MIME headers returned from "{0}" are not valid.
  83. protocol.fileclosefailed = PRS-PRH-0249 An error occurred closing the file.
  84. protocol.url.httpresponseerror = PRS-PRH-0250 The target server returned an HTTP error code.
  85. protocol.bus.requestfailed.prod = PRS-PRH-0251 The request to target "{0}" could not be submitted.
  86. protocol.bus.expectxmlresponse = PRS-PRH-0252 The response received is invalid. An XML result was expected from "{0}".
  87. #
  88. # Section: SOA
  89. #
  90. # Description: XTS messages generated by the SOAP component.
  91. #
  92. soap.endofstream = PRS-SOA-0300 Unexpected end of stream encountered.
  93. soap.invalidboundary = PRS-SOA-0301 Invalid boundary string encountered.
  94. soap.documentparseerror = PRS-SOA-0302 Encountered an error when parsing the SOAP reply.
  95. soap.invalidenvelope = PRS-SOA-0303 Invalid SOAP envelope encountered.
  96. soap.invalidcontenttype = PRS-SOA-0305 The Content-Type "{0}" is invalid.
  97. soap.invalidmimeheaders = PRS-SOA-0306 Invalid MIME headers were returned with the SOAP response.
  98. soap.emptysoapbody = PRS-SOA-0307 Empty SOAP body encountered.
  99. soap.ioexception = PRS-SOA-0309 Input/Output exception error encountered.
  100. soap.soapfault = PRS-SOA-0311 A SOAP error was encountered.
  101. soap.invalidservletinputstream = PRS-SOA-0312 The servlet input stream is invalid.
  102. soap.faultmsgfailed = PRS-SOA-0313 The SOAP error message could not be sent to the client.
  103. soap.invalidfault = PRS-SOA-0314 The SOAP error is invalid.
  104. soap.missingsoapbody = PRS-SOA-0315 The SOAP body is missing.
  105. soap.expectxmlresponse = PRS-SOA-0316 The response received is invalid. An XML result was expected.
  106. #
  107. # Section: TPR
  108. #
  109. # Description: XTS messages generated by the Template Reader component.
  110. #
  111. reader.missingroot = PRS-TPR-0351 Cannot locate the template root setting in the properties file.
  112. reader.openfailed = PRS-TPR-0352 The template file "{0}" could not be opened.
  113. reader.readfailed = PRS-TPR-0353 The template file "{0}" could not be read.
  114. reader.instantiationerror = PRS-TPR-0354 Failed to instantiate the template reader.
  115. reader.securityviolation = PRS-TPR-0360 A security violation occurred. The path "{0}" could not be accessed.
  116. reader.buildfullpathfailed = PRS-TPR-0361 The full path could not be built from the base path "{0}" and the relative path "{1}".
  117. reader.nonexistantfile = PRS-TPR-0363 The file "{0}" does not exist.
  118. reader.readconfigfilesfailed = PRS-TPR-0364 The configuration files "{0}" could not be loaded from the directory "{1}".
  119. #
  120. # Section: ACF
  121. #
  122. # Description: XTS messages generated by the Application Configuration component.
  123. #
  124. application.invalidsystemxml = PRS-ACF-0401 Invalid XML encountered in the system option file.
  125. application.invalidapplicationxml = PRS-ACF-0402 XML encountered in the application option file "{0}" is invalid.
  126. application.invalidinterfacexml = PRS-ACF-0403 XML encountered in the interface option file "{0}" is invalid.
  127. application.invalidprocessingxml = PRS-ACF-0410 Invalid XML encountered while parsing the processing options.
  128. application.invalidsystemxmlupgrade = PRS-ACF-0411 Failed to upgrade the {0} file.
  129. application.systemxmlwritefailed = PRS-ACF-0412 Failed to write the upgraded {0} file.
  130. application.systemxmlwritesuccess = PRS-ACF-0413 Successfully wrote the upgraded {0} file.
  131. #
  132. # Section: OBF
  133. #
  134. # Description: XTS messages generated by the Object Factory component.
  135. #
  136. objectfactory.cacheinitfailed = PRS-OBF-0454 Failed to initialize the object factory.
  137. objectfactory.cachetermfailed = PRS-OBF-0455 Failed to terminate the object factory.
  138. objectfactory.objectcreationfailure = PRS-OBF-0452 Unable to create a new template object.
  139. objectfactory.lockinterrupted = PRS-OBF-0453 Failed to lock the object factory for the object creation.
  140. #
  141. # Section: PRO
  142. #
  143. # Description: XTS messages generated by the Processor component.
  144. #
  145. processor.missingpage = PRS-PRO-0501 Starting page unspecified.
  146. processor.invalidmode = PRS-PRO-0502 Invalid execution mode encountered.
  147. processor.objectcreationfailed = PRS-PRO-0503 The object "{0}" cannot be created based on language "{1}".
  148. processor.executefailed = PRS-PRO-0504 An error occurred while generating the requested Web page. Please contact your system administrator.
  149. processor.buildfullpathfailed = PRS-PRO-0505 The processor could not build the full path from the base path "{0}" and the relative path "{1}".
  150. processor.checkconfigfailed = PRS-PRO-0506 The current configuration information could not be obtained.
  151. processor.initfailed = PRS-PRO-0507 The XTS processor could not be initialized.
  152. processor.termfailed = PRS-PRO-0508 The XTS processor could not be terminated.
  153. processor.reinitfailed = PRS-PRO-0508 The XTS processor could not be reinitialized.
  154. 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).
  155. processor.reinitFull = PRS-PRO-0510 A full reinitialization of the XTS processor is required.
  156. processor.reinitPartial = PRS-PRO-0511 A partial reinitialization of the XTS processor is required.
  157. #
  158. # Section: MSG
  159. #
  160. # Description: XTS messages generated by the Message Transform component.
  161. #
  162. message.cacheinitfailed = PRS-MSG-0552 Failed to initialize the message transform cache.
  163. message.cachetermfailed = PRS-MSG-0553 Failed to terminate the message transform cache.
  164. message.transformcompilefailed = PRS-MSG-0554 The message transform for message file "{0}" could not be compiled.
  165. message.loaderror = PRS-MSG-0557 The message file "{0}" could not be loaded in a DOM.
  166. message.messagefilemissing = PRS-MSG-0558 The message file "{0}" is missing.
  167. message.invalidsource = PRS-MSG-0559 The input source is invalid.
  168. message.transformfailed = PRS-MSG-0560 The message transformation could not be completed for the message file "{0}".
  169. #
  170. # Section: OBJ
  171. #
  172. # Description: XTS messages generated by the Object component.
  173. #
  174. object.invalidrootelement = PRS-OBJ-0602 The root element "{0}" is invalid.
  175. object.invalidnamespaceuri = PRS-OBJ-0603 The namespace URI "{0}" is invalid.
  176. object.creationfailed = PRS-OBJ-0604 The object "{0}" could not be created based on language "{1}".
  177. object.organizercreationfailed = PRS-OBJ-0606 The block organizer for block "{0}" could not be created.
  178. object.blockcreationfailed = PRS-OBJ-0609 The block for object "{0}" could not be created.
  179. object.invaliddependency = PRS-OBJ-0615 The dependency in block "{0}" for object "{1}" is invalid.
  180. object.cyclicblockdependency = PRS-OBJ-0616 A cyclical block dependency exists in "{0}" for object "{1}".
  181. object.missingcapability = PRS-OBJ-0617 The object "{0}" could not be created because a required capability is missing.
  182. #
  183. # Section: BLK
  184. #
  185. # Description: XTS messages generated by the Block component.
  186. #
  187. block.emptyid = PRS-BLK-0651 Block with empty id encountered.
  188. block.emptytype = PRS-BLK-0652 A type is not defined for block "{0}".
  189. block.invalidtype = PRS-BLK-0653 The type "{0}" encountered for block "{1}" is invalid.
  190. block.invalidmode = PRS-BLK-0654 The mode "{0}" encountered for block "{1}" is invalid.
  191. block.invalidmandatory = PRS-BLK-0655 The mandatory value "{0}" encountered for block "{1}" is invalid.
  192. block.processorinstantiationerror = PRS-BLK-0656 The block processor for block "{0}" could not be created.
  193. block.sourceeleexception = PRS-BLK-0659 An exception was encountered when creating the source element "{0}" for block "{1}".
  194. block.compilefailed = PRS-BLK-0662 A compile failed for block "{0}".
  195. block.processfailed = PRS-BLK-0663 An exception was encountered while processing block "{0}".
  196. block.executioninterrupted = PRS-BLK-0665 Block execution interrupted.
  197. block.unabletolock = PRS-BLK-0666 Interrupt encountered when locking input document.
  198. block.executionexception = PRS-BLK-0667 An exception was encountered when block "{0}" was executed.
  199. block.testfaultmodespecified = PRS-BLK-0668 An initialization error was encountered for block "{0}". The "mode" option is invalid for fault or test blocks.
  200. block.invalidfaultBlockspecified = PRS-BLK-0669 An initialization error was encountered for block "{0}". The "faultBlock" option is valid only for fault blocks.
  201. block.invalidinstructionattributevalue = PRS-BLK-0673 The "{0}" attribute value "{1}" on the instruction "{2}" is not supported.
  202. block.resolverfailed = PRS-BLK-0675 The resolver for block "{0}" failed to load the file "{1}".
  203. block.failedtoparselsresult = PRS-BLK-0676 Failed to parse the result of the logicsheet transform for logicsheet "{0}".
  204. block.failedtoparsemsgresult = PRS-BLK-0677 Failed to parse the result of the message transform for message file "{0}".
  205. block.invalidcondition = PRS-BLK-0678 The condition "{0}" encountered for block "{1}" is invalid.
  206. #
  207. # Section: BLI
  208. #
  209. # Description: XTS messages generated by the Block Interpreter component.
  210. #
  211. interpreter.nulldocument = PRS-BLI-0702 An internal error occurred because a Null document was encountered.
  212. interpreter.unabletolock = PRS-BLI-0703 Locking the input document was interrupted.
  213. interpreter.missingselectattribute = PRS-BLI-0704 The select attribute for "{0}" is missing or invalid.
  214. interpreter.unexistedtestid = PRS-BLI-0705 A test block with ID "{0}" does not exist.
  215. interpreter.unexistedfaultid = PRS-BLI-0706 A fault Block with ID "{0}" does not exist.
  216. interpreter.inconsistentthreadstate = PRS-BLI-0713 The sequence handling thread is in an inconsistent state.
  217. interpreter.sequenceexecutioninterrupted = PRS-BLI-0714 The request was interrupted by one of the administration operations (restart, reconfigure, or terminate).
  218. interpreter.missingrootelement = PRS-BLI-0725 The input document is missing a root element.
  219. interpreter.missingoutputelement = PRS-BLI-0726 The input document is missing an output element.
  220. interpreter.executionfailed = PRS-BLI-0727 XTS interpreter execution failed.
  221. interpreter.xtsfault = PRS-BLI-0728 XTS Fault returned from fault block execution.
  222. #
  223. # Section: REQ
  224. #
  225. # Description: XTS messages generated by the Request component.
  226. #
  227. request.outputfailed = PRS-REQ-0753 Unable to send response back to the caller.
  228. request.emptyrequest = PRS-REQ-0756 Empty request encountered.
  229. request.invalidpath = PRS-REQ-0758 The URI "{0}" is invalid.
  230. request.invalidinterface = PRS-REQ-0759 The interface "{0}" "{1}" is invalid.
  231. request.invalidoperation = PRS-REQ-0760 The operation "{0}" "{1}" "{2}" is invalid.
  232. request.inputstreamfailed = PRS-REQ-0761 Input stream generation failed.
  233. request.parseoutputfailed = PRS-REQ-0762 Failed to parse the content stream.
  234. request.emptycleanuplist = PRS-REQ-0763 Encountered an empty cleanup list.
  235. request.emptycontenttype = PRS-REQ-0765 The XTS "{0}" HTTP servlet request handler requires a Content-Type header.
  236. 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.
  237. request.instantiationerror = PRS-REQ-0767 The servlet request handler class "{0}" could not be instantiated.
  238. request.lockgeneratorcachefailed = PRS-REQ-0768 Interrupt encountered when locking the HTTP servlet request generator cache.
  239. request.classloaderror = PRS-REQ-0769 The servlet request handler class "{0}" could not be loaded.
  240. request.illegalaccesserror = PRS-REQ-0770 The servlet request handler class "{0}" could not be instantiated because access was denied.
  241. #
  242. # Section: CGX
  243. #
  244. # Description: XTS messages generated by the CogX component.
  245. #
  246. request.serialize = PRS-CGX-0801 An error occurred serializing the request "{0}".
  247. request.connecterror = PRS-CGX-0803 An error occurred processing the request for Cogx target "{0}". Connection to server "{1}:{2}" failed.
  248. response.ioerror = PRS-CGX-0811 An Input/Output error occurred while trying to read from the connection "{0}".
  249. 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}".
  250. request.malformed = PRS-CGX-0814 The received request is invalid. "{0}" could not be found.
  251. request.invalidrequestdocument = PRS-CGX-0821 The CogX request document could not be parsed.
  252. request.requestdocumentelementmissing = PRS-CGX-0822 The CogX request was missing the element "{0}".
  253. request.targetparseerror = PRS-CGX-0826 The CogX request failed to parse the target "{0}".
  254. request.upf.noresultcode = PRS-CGX-0827 The Upfront result did not contain a result code.
  255. request.cogx.noresultcode = PRS-CGX-0828 The Upfront result did not contain a result code.
  256. response.cogx.parseroutingfailed = PRS-CGX-0829 The routing slip returned in the Cogx response from target "{0}" could not be parsed.
  257. response.cogx.parseresultfailed = PRS-CGX-0830 The Cogx response from target "{0}" could not be parsed.
  258. #
  259. # Section: TRS
  260. #
  261. # Description: XTS messages generated by the transform instruction.
  262. #
  263. transformer.compileerror = PRS-TRS-0901 The "{0}" transform instruction failed to compile the source at location "{1}".
  264. transformer.processerror = PRS-TRS-0902 The "{0}" transform instruction encountered an error while processing the source at location "{1}".
  265. transformer.missingparam = PRS-TRS-0903 The "{0}" transform instruction was missing the mandatory parameter "{1}".
  266. transformer.parsefailed = PRS-TRS-0904 The "{0}" transform instruction could not parse the given XML content.
  267. transformer.aquirereaderfailed = PRS-TRS-0905 The "{0}" transform instruction could not parse the given XML content.. A parser object could not be acquired.
  268. transformer.schemavalidate.validatefailed = PRS-TRS-0906 The "{0}" transform instruction could not validate the given XML content.
  269. transformer.schemavalidate.failedtoreadcontents = PRS-TRS-0907 The "{0}" instruction could not validate the given XML content. An Input/Output error occurred.
  270. transformer.schemavalidate.fileopenfailed = PRS-TRS-0908 The "{0}" instruction could not open the file "{1}".
  271. transformer.instantiationerror = PRS-TRS-0909 The transformer factory "{0}" could not be instantiated.
  272. #
  273. # Section: LS
  274. #
  275. # Description: XTS messages generated by the logicsheet transformer.
  276. #
  277. logicsheet.cacheinitfailed = PRS-LS-0950 Failed to initialize the message transform cache.
  278. logicsheet.cachetermfailed = PRS-LS-0951 Failed to terminate the message transform cache.
  279. logicsheet.processerror = PRS-LS-0952 Failed to process the logic sheet "{0}".
  280. logicsheet.compilefailed = PRS-LS-0953 Failed to compile the logic sheet "{0}".
  281. #
  282. # Section: NOP
  283. #
  284. # Description: XTS messages generated by the Node Operation component.
  285. #
  286. nodeoperation.mandatoryfailed = PRS-NOP-1051 An empty node set was encountered from selection "{0}" for the mandatory operation "{1}".
  287. nodeoperation.nonelementnode = PRS-NOP-1052 A non-element node was encountered from selection "{0}" for operation "{1}".
  288. nodeoperation.missingselection = PRS-NOP-1053 The Select option for operation "{0}" is missing.
  289. nodeoperation.invalidnode = PRS-NOP-1054 The node encountered from selection "{0}" for operation "{1}" is invalid.
  290. nodeoperation.multiplerootcreation = PRS-NOP-1055 Multiple roots were created from selection "{0}" for operation "{1}".
  291. nodeoperation.parsefailed = PRS-NOP-1056 The contents of the node operation "{0}" could not be parsed.
  292. #
  293. # Section: SEF
  294. #
  295. # Description: XTS messages generated by the Security Factory component.
  296. #
  297. securityfactory.cacheinitfailed = PRS-SEF-1152 Failed to initialize the security factory.
  298. securityfactory.undefinedsecurity = PRS-SEF-1156 Undefined XTS security "{0}" encountered.
  299. #
  300. # Section: FN
  301. #
  302. # Description: XTS messages generated by the xts function.
  303. #
  304. encrypt.emptySecurityObject = PRS-FN-1203 Failed to create a security provider object.
  305. decrypt.emptySecurityObject = PRS-FN-1207 Failed to create a security provider object.
  306. function.emptyparameter = PRS-FN-1223 The parameter "{0}" provided for the function "{1}" cannot be empty.
  307. function.exception = PRS-FN-1224 An exception was encountered in function "{0}".
  308. function.ipflog.logfailed = PRS-FN-1225 The user-defined message to IPF "{0}" could not be created.
  309. logger.invalidindication = PRS-FN-1226 The indication "{0}" encountered in the IPF log is invalid.
  310. signspec.emptySecurityObject = PRS-FN-1227 Failed to create a security provider object.
  311. getrequestexternal.emptySecurityObject = PRS-FN-1228 Unable to create a security provider object.
  312. function.unrecognizedparameter = PRS-FN-1229 The value for parameter "{0}" provided for the function "{1}" is not supported.
  313. #
  314. # Section: CSE
  315. #
  316. # Description: XTS messages generated by the cognos security object.
  317. #
  318. cognoscam.initializefailed = PRS-CSE-1251 Failed to initialize security provider.
  319. cognoscam.uninitialize = PRS-CSE-1252 Security provider has not been initialized.
  320. cognoscam.emptysession = PRS-CSE-1253 Empty security session encountered.
  321. cognoscam.encryptexception = PRS-CSE-1254 Exception error encountered in data encryption.
  322. cognoscam.decryptexception = PRS-CSE-1255 Exception error encountered in data decryption.
  323. cognoscam.httpclientexception = PRS-CSE-1256 The connection object (host: "{0}", port: "{1}", secure: "{2}") could not be created.
  324. cognoscam.signspecexception = PRS-CSE-1257 Exception error encountered in report specification signing.
  325. cognoscam.sessioncapabilityexception = PRS-CSE-1258 Problem encountered during verification of session capability information.
  326. #
  327. # Section: LOG
  328. #
  329. # Description: XTS messages generated by the XTS logging managers.
  330. #
  331. debugManager.logfailed = PRS-LOG-1316 A debug message could not be logged because "{0}".
  332. debugManager.generatemanifestfailed = PRS-LOG-1317 The manifest file could not be generated because "{0}".
  333. debugManager.generatedirnamefailed = PRS-LOG-1318 The directory name could not be generated because "{0}".
  334. loggerManager.initfailed = PRS-LOG-1326 Logger manager "{0}" failed to start: "{1}".
  335. loggerManager.termfailed = PRS-LOG-1327 Logger manager "{0}" failed to terminate: "{1}".
  336. loggerManager.getloggerfailed = PRS-LOG-1328 Failed to obtain a logger from "{0}": "{1}".
  337. #
  338. # Section: INS
  339. #
  340. # Description: XTS messages generated by the XTS interpreter instructions.
  341. #
  342. instructionfactory.undefinedinstruction = PRS-INS-1400 The interpreter instruction "{0}" is not defined.
  343. instructionfactory.instantiationerror = PRS-INS-1401 The interpreter instruction "{0}" could not be instantiated.
  344. instructionfactory.initializationerror = PRS-INS-1402 The interpreter instruction "{0}" could not be initialized.
  345. instructionfactory.cachelockfailed = PRS-INS-1403 Failed to lock the interpreter instruction factory cache.
  346. instructionfactory.cacheinitfailed = PRS-INS-1404 Failed to initialize the interpreter instruction factory cache.
  347. instructionfactory.cachetermfailed = PRS-INS-1405 Failed to terminate the interpreter instruction factory cache.
  348. instruction.transform.missingparam = PRS-INS-1406 The transform instruction "{0}" was missing the "{1}" parameter.
  349. instruction.transform.xml.unsupportedobjecttype = PRS-INS-1407 The "{0}" transform instruction does not support the object type "{1}".
  350. instruction.writetooutputstreamfailed = PRS-INS-1409 The instruction "{0}" failed to write to the given OutputStream.
  351. instruction.output.optionnotsupported = PRS-INS-1411 The output option "{0}" is not supported on the "{1}" instruction.
  352. instruction.output.protocolheadernotsupported = PRS-INS-1412 The protocolHeader output option is not supported on the "{0}" instruction.
  353. instruction.parsefaultfailed = PRS-INS-1413 The instruction "{0}" failed to parse a returned SOAP fault.
  354. instruction.processfaultblockfailed = PRS-INS-1414 The instruction "{0}" failed to process the fault block with ID "{1}".
  355. instruction.readbodycontentfailed = PRS-INS-1416 The instruction "{0}" failed to read its content.
  356. instruction.createoutputcontextfailed = PRS-INS-1417 The output context for the instruction "{0}" could not be generated.
  357. instruction.failedtocopyreader = PRS-INS-1418 The instruction "{0}" failed to copy its contents.
  358. instruction.convertxmlinputstreamtoreaderfailed = PRS-INS-1419 The result returned by the "{0}" instruction could not be parsed.
  359. instruction.buildfullpathfailed = PRS-INS-1420 The "{0}" instruction could not build the full path from the base path "{1}" and the relative path "{2}".
  360. instruction.instructionnolongersupported = PRS-INS-1421 The "{0}" instruction is no longer supported.
  361. instruction.output.protocolheadernonelementselect = PRS-INS-1422 A non-element node was encountered in "{0}" selection "{1}".
  362. instruction.transform.unsupportedencoding = PRS-INS-1423 The transform instruction "{0}" encountered an unsupported output encoding "{1}".
  363. instruction.transform.invalidcontenttype = PRS-INS-1424 The transform instruction "{0}" generated an invalid Content-Type HTTP header "{1}".
  364. instruction.executefailed = PRS-INS-1425 An error encountered executing operation "{0}".
  365. #
  366. # Section: CHF
  367. #
  368. # Description: XTS messages generated by the Cache Factory component.
  369. #
  370. cachefactory.cacheinitfailed = PRS-CHF-1450 Failed to initialize the cache factory.
  371. cachefactory.cachetermfailed = PRS-CHF-1451 Failed to terminate the cache factory.
  372. cachefactory.nullhashkey = PRS-CHF-1452 Empty hash key encountered.
  373. cachefactory.cachelockfailed = PRS-CHF-1453 Failed to lock the factory cache.
  374. cachefactory.nullclassname = PRS-CHF-1454 Empty class name encountered.
  375. cachefactory.instantiationerror = PRS-CHF-1455 The cache object "{0}" could not be instantiated.
  376. cacheobject.teminateinterrupted = PRS-CHF-1456 Cached object could not be cleaned up.
  377. #
  378. # Section: CCL
  379. #
  380. # Description: XTS messages generated by the CCL component.
  381. #
  382. cclconfig.getmtimefailed = PRS-CCL-1500 Failed to retrieve the last modification time of the configuration object.
  383. cclconfig.getinfofailed = PRS-CCL-1501 Failed to retrieve the configuration information.
  384. cclconfig.getpathfailed = PRS-CCL-1502 The physical path from "{0}" could not be retrieved.
  385. cclconfig.getpropfailed = PRS-CCL-1503 The property value from "{0}" could not be retrieved.
  386. cclconfig.normalizeLocale = PRS-CCL-1504 The locale from "{0}" could not be normalized.
  387. cclconfig.mapContentLocale = PRS-CCL-1505 The content locale from "{0}" could not be mapped.
  388. cclconfig.mapProductLocale = PRS-CCL-1506 The product locale from "{0}" could not be mapped.
  389. cclconfig.getComponentVersion = PRS-CCL-1507 The version information for component "{0}" could not be retrieved.
  390. #
  391. # Section: CIF
  392. #
  393. # Description: XTS messages generated by the Configuration Information component.
  394. #
  395. configinfo.initfailed = PRS-CIF-1550 Failed to initialize the configuration information factory.
  396. configinfofactory.cacheinitfailed = PRS-CIF-1551 Failed to initialize the configuration information object.
  397. #
  398. # Section: BST
  399. #
  400. # Description: Bootstrap error messages.
  401. #
  402. bootstrap.uninitialize = PRS-BST-1600 XTS handler must be initialized before being invoked.
  403. bootstrap.failedtostart = PRS-BST-1601 The XTS engine is not running.
  404. bootstrap.failedtoexecute = PRS-BST-1602 The dispatched request could not be executed.
  405. bootstrap.suspended = PRS-BST-1603 The XTS engine is currently in suspend mode.
  406. bootstrap.stopped = PRS-BST-1604 The XTS engine is stopped.
  407. #
  408. # Section: PRP
  409. #
  410. # Description: Messages generated by the property manager.
  411. #
  412. property.configuration = PRS-PRP-1650 The property "{0}" could not be retrieved from the configuration.
  413. property.malformedURL = PRS-PRP-1651 The URL "{0}" encountered in property "{1}" is invalid.
  414. property.loadPropertyFile = PRS-PRP-1652 The property file "{0}" could not be loaded.
  415. property.resolvePath = PRS-PRP-1653 The relative path for property "{0}" could not be resolved.
  416. #
  417. # Section: THP
  418. #
  419. # Description: Messages generated by reuseable thread pool.
  420. #
  421. thread.notready = PRS-THP-1700 The thread "{0}" is not ready to be executed.
  422. thread.instantiationerror = PRS-THP-1701 The thread "{0}" could not be created.
  423. threadpool.acquirefailed = PRS-THP-1702 The thread "{0}" could not be acquired.
  424. threadpool.nothreadavailable = PRS-THP-1703 All "{0}" threads are busy.
  425. threadpool.terminateinterrupted = PRS-THP-1704 The thread pool termination process of "{0}" had been interrupted.
  426. threadpool.poolinitfailed = PRS-THP-1705 The thread pool "{0}" failed to initialize.
  427. threadpool.pooltermfailed = PRS-THP-1706 The thread pool "{0}" failed to terminate.
  428. saxreaderpool.poolinitfailed = PRS-THP-1707 The reader pool "{0}" failed to initialize.
  429. saxreaderpool.pooltermfailed = PRS-THP-1708 The reader pool "{0}" failed to terminate.
  430. saxreaderpool.acquirefailed = PRS-THP-1709 The reader "{0}" could not be acquired.
  431. saxreaderpool.noreaderavailable = PRS-THP-1710 All "{0}" readers are busy.
  432. saxreaderpool.terminateinterrupted = PRS-THP-1711 The reader pool termination process of "{0}" had been interrupted.
  433. pool.depinitfailed = PRS-THP-1712 Dependencies of "{0}" are not initialized.
  434. pool.poolsizefailed = PRS-THP-1713 The pool size encountered in "{0}" is invalid.
  435. pool.saxparserfactoryfailed = PRS-THP-1714 The SAX Parser factory failed to initialize.
  436. pool.saxparserinitfailed = PRS-THP-1715 The SAX Parser object could not be created.
  437. #
  438. # Section: MGR
  439. #
  440. # Description: Message generated by manager class.
  441. #
  442. manager.depinitfailed = PRS-MGR-1750 Dependencies of "{0}" are not initialized.
  443. manager.initfailed = PRS-MGR-1751 Failed to initialize "{0}".
  444. manager.termfailed = PRS-MGR-1752 Failed to terminate "{0}".
  445. #
  446. # Section: UTL
  447. #
  448. # Description: Message generated by utility class.
  449. #
  450. util.streamsizelimit = PRS-UTL-1770 The size limit of the input stream has been exceeded.
  451. util.resolverfailed = PRS-UTL-1771 The resolver failed to load the file "{0}" from base "{1}".
  452. util.transfomfailed = PRS-UTL-1772 The xslt transformation failed.
  453. #
  454. # Section: CF
  455. #
  456. # Description: XTS messages generated by the Capability Factory component.
  457. #
  458. capabilityfactory.cacheinitfailed = PRS-CF-1790 Unable to initialize the capability factory.
  459. capabilityfactory.undefinedcapability = PRS-CF-1791 An undefined XTS capability object "{0}" was encountered.
  460. #
  461. # Section: VAL
  462. #
  463. # Description: XTS messages generated by the cognos validator object.
  464. #
  465. cognosvalidator.initializefailed = PRS-VAL-1800 Failed to initialize validator provider.
  466. cognosvalidator.verifyfailed = PRS-VAL-1801 Failed to verify in validator provider.
  467. 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.
  468. cognosvalidator.preparefailed = PRS-VAL-1803 Failed to prepare in validator provider.
  469. #
  470. # Section: SEC
  471. #
  472. # Description: XTS messages generated by general security breaching situations
  473. #
  474. security.sessioncapabilityviolation = PRS-SEC-1900 A security violation occurred. The session capability information failed to verify.
  475. security.sessioncapabilityviolationpassportparsefailed = PRS-SEC-1901 A security violation occurred. The session capability information failed to verify. Parsing failed.
  476. #
  477. # Section: TDS
  478. #
  479. # Description: XTS messages generated by CM TDS service
  480. #
  481. tds.initfailed = PRS-TDS-2000 Failed to initialize the TDS factory.
  482. tds.error = PRS-TDS-2001 An error occurred in the temporary data storage service