soaptkmsgs_en.xml 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: OQP
  5. (C) Copyright IBM Corp. 2005, 2019
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  7. -->
  8. <!--
  9. Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
  10. Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated)
  11. -->
  12. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  13. <component name="SPT">
  14. <section name="ERR">
  15. <string name="NOT_IMPLEMENTED" errorCode="0000">This method is not present in the current implementation.</string>
  16. <string name="CANNOT_CONNECT" errorCode="0001">The requestor cannot connect to the provider at the IP address <param type="string" index="1"/> and port <param type="integer" index="2"/>. Code: <param type="integer" index="3"/>.</string>
  17. <!-- Error codes 2, 3 and 4 are free -->
  18. <string name="SOCKET_COMM_ERROR" errorCode="0005">A socket reported a communication error.</string>
  19. <string name="HTTP_UNEXPECTEDLY_SHORT" errorCode="0006">The HTTP message is unexpectedly short.</string>
  20. <string name="HTTP_POST_NOT_FOUND" errorCode="0007">The following HTTP message does not begin with POST:</string>
  21. <string name="HTTP_WRONG_VERSION" errorCode="0008">The following HTTP POST statement has the wrong HTTP version:</string>
  22. <string name="HTTP_MALFORMED_REQUEST" errorCode="0009">The following HTTP request line is malformed:</string>
  23. <string name="HTTP_MALFORMED_RESPONSE" errorCode="0010">The following HTTP response line is malformed:</string>
  24. <string name="HTTP_MALFORMED_CONTENT_TYPE" errorCode="0011">The following HTTP Content-Type header is malformed:</string>
  25. <string name="HTTP_MALFORMED_BOUNDARY" errorCode="0012">The following HTTP Content-Type header specifies 'boundary' incorrectly:</string>
  26. <string name="HTTP_MALFORMED_CONTENT_ID" errorCode="0013">The following HTTP Content-ID header is malformed:</string>
  27. <string name="HTTP_MALFORMED_CONTENT_LENGTH" errorCode="0014">The following HTTP Content-Length header is malformed:</string>
  28. <string name="HTTP_MALFORMED_TRANSFER_ENCODING" errorCode="0015">The following HTTP Transfer-Encoding header is malformed:</string>
  29. <string name="XML_ERROR" errorCode="0016">The request document contains an XML syntax error at line <param type="integer" index="1"/>, column <param type="integer" index="2"/>. Code: <param type="integer" index="3"/></string>
  30. <string name="XML_INCOMPLETE" errorCode="0017">The XML document is incomplete.</string>
  31. <string name="XML_APPEND_FAILED" errorCode="0018">Unable to append an Envelope node to an XML node. Code: <param type="integer" index="1"/></string>
  32. <string name="NO_ATTACHMENTS_FOUND" errorCode="0019">The multipart HTTP message did not include an expected attachment.</string>
  33. <string name="MISSING_MULTIPART_BOUNDARY" errorCode="0020">The HTTP message did not include an expected multipart boundary.</string>
  34. <string name="INVALID_SESSION_CONFIG" errorCode="0021">The tag '<param type="string" index="1"/>' is missing from the Cognos Services Bus configuration document.</string>
  35. <!-- Error coes 22 and 23 are free -->
  36. <string name="GETHOSTNAME_FAIL" errorCode="0024">GETHOSTNAME() reported an error: '<param type="integer" index="1"/>'.</string>
  37. <string name="GETHOSTBYNAME_FAIL" errorCode="0025">GETHOSTBYNAME() reported an error: '<param type="integer" index="1"/>'.</string>
  38. <string name="SOCKET_TIMEOUT" errorCode="0026">The socket did not respond within the specified time.</string>
  39. <string name="QP_INVALID_ESCAPE" errorCode="0027">A quoted-printable message contains an invalid escape sequence: '<param type="string" index="1"/>' at offset '<param type="integer" index="2"/>'.</string>
  40. <string name="QP_INVALID_OCTET" errorCode="0028">A quoted-printable message contains the invalid octet '<param type="string" index="1"/>' in a soft line break sequence at offset '<param type="integer" index="2"/>'.</string>
  41. <string name="UNSUPPORTED_ENCODING" errorCode="0029">A message contains a MIME part with the following unsupported content-transfer-encoding: '<param type="string" index="1"/>'.</string>
  42. <string name="INVALID_URL" errorCode="0030">The locator (URL) '<param type="string" index="1"/>' is invalid. The error is: '<param type="string" index="2"/>'.</string>
  43. <string name="CANNOT_CONNECT_URL" errorCode="0031">The requestor cannot connect to the provider at the URL <param type="string" index="1"/>. Code: <param type="integer" index="2"/>.</string>
  44. <string name="RECEIVE_TIMEOUT" errorCode="0032">The socket did not receive any data within the specified time. The server is shutting down.</string>
  45. <string name="INVALID_HOSTNAME" errorCode="0033">Unable to resolve the hostname '<param type="string" index="1"/>' to an IP address.</string>
  46. <!-- Not needed
  47. <string name="SOCKET" errorCode="0500">The BIBusTKServer process could not open a server socket.</string>
  48. <string name="CCL_THROWABLE" errorCode="0501">The BIBusTKServer process caught an unexpected exception.</string>
  49. <string name="BIBUSTKEXCEPTION" errorCode="0502">The BIBusTKServer process caught a Cognos Services Bus Toolkit exception while handling a request.</string>
  50. <string name="DOMEXCEPTION" errorCode="0503">The method '<param type="string" index="1"/>' encountered error code '<param type="integer" index="2"/>' while parsing an XML document.</string>
  51. <string name="OTHER_EXCEPTION" errorCode="0504">The BIBusTKServer process caught an unexpected exception of unknown type.</string>
  52. <string name="INVALID_REQUEST" errorCode="0505">The BIBusTKServer process received a request containing malformed XML text.</string>
  53. <string name="NO_HANDLER" errorCode="0506">The BIBusTKServer process has no handler configured for path '<param type="string" index="1"/>'.</string>
  54. <string name="NO_CRYPTO_LIB" errorCode="0507">The BIBusTKServer process could not load the Cryptographic Security Services library.</string>
  55. <string name="CRYPTOINITIALIZE" errorCode="0508">The BIBusTKServer process could not initialize Cryptographic Security Services.</string>
  56. <string name="CRYPTOTERMINATE" errorCode="0509">The BIBusTKServer process could not terminate Cryptographic Security Services.</string>
  57. <string name="CONFIG_NOT_FOUND" errorCode="0510">The BIBusTKServer process could not open the configuration file '<param type="string" index="1"/>'.</string>
  58. <string name="CONFIG_ERROR" errorCode="0511">The BIBusTKServer process encountered a syntax error in the configuration file '<param type="string" index="1"/>' at line <param type="integer" index="2"/>, column <param type="integer" index="3"/>. Code: '<param type="integer" index="4"/>'.</string>
  59. <string name="SESSIONCONFIG" errorCode="0512">The BIBusTKServer process could not open the session configuration file '<param type="string" index="1"/>'.</string>
  60. <string name="NO_CORE" errorCode="0513">The BIBusTKServer process could not allocate memory on the heap.</string>
  61. <string name="HANDLER" errorCode="1000">The BIBusTKServer process will call method '<param type="string" index="1"/>' of handler '<param type="string" index="2"/>'.</string>
  62. <string name="COMMAND_LINE" errorCode="1001">The BIBusTKServer process was invoked with this command line: '<param type="string" index="1"/>'</string>
  63. <string name="PORT" errorCode="1002">This BIBusTKServer process will listen on the specified port '<param type="string" index="1"/>'.</string>
  64. <string name="WORKING_DIR" errorCode="1003">The BIBusTKServer process has the real working directory '<param type="string" index="1"/>' and configured effective working directory '<param type="string" index="2"/>'</string>
  65. <string name="CONFIG" errorCode="1004">The configuration document for this BIBusTKServer instance follows.</string>
  66. <string name="STOP_RECEIVED" errorCode="1006">The BIBusTKServer process received a stop request.</string>
  67. <string name="STOP_HANDLED" errorCode="1007">The BIBusTKServer process handled the stop request.</string>
  68. <string name="SRV_SHUTDOWN" errorCode="1008">The BIBusTKServer process is shutting down.</string>
  69. -->
  70. </section>
  71. </component>
  72. </stringTable>