123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="UTF-8"?>
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="SPT">
- <section name="ERR">
- <string name="NOT_IMPLEMENTED" errorCode="0000">This method is not present in the current implementation.</string>
- <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>
-
- <string name="SOCKET_COMM_ERROR" errorCode="0005">A socket reported a communication error.</string>
- <string name="HTTP_UNEXPECTEDLY_SHORT" errorCode="0006">The HTTP message is unexpectedly short.</string>
- <string name="HTTP_POST_NOT_FOUND" errorCode="0007">The following HTTP message does not begin with POST:</string>
- <string name="HTTP_WRONG_VERSION" errorCode="0008">The following HTTP POST statement has the wrong HTTP version:</string>
- <string name="HTTP_MALFORMED_REQUEST" errorCode="0009">The following HTTP request line is malformed:</string>
- <string name="HTTP_MALFORMED_RESPONSE" errorCode="0010">The following HTTP response line is malformed:</string>
- <string name="HTTP_MALFORMED_CONTENT_TYPE" errorCode="0011">The following HTTP Content-Type header is malformed:</string>
- <string name="HTTP_MALFORMED_BOUNDARY" errorCode="0012">The following HTTP Content-Type header specifies 'boundary' incorrectly:</string>
- <string name="HTTP_MALFORMED_CONTENT_ID" errorCode="0013">The following HTTP Content-ID header is malformed:</string>
- <string name="HTTP_MALFORMED_CONTENT_LENGTH" errorCode="0014">The following HTTP Content-Length header is malformed:</string>
- <string name="HTTP_MALFORMED_TRANSFER_ENCODING" errorCode="0015">The following HTTP Transfer-Encoding header is malformed:</string>
- <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>
- <string name="XML_INCOMPLETE" errorCode="0017">The XML document is incomplete.</string>
- <string name="XML_APPEND_FAILED" errorCode="0018">Unable to append an Envelope node to an XML node. Code: <param type="integer" index="1"/></string>
- <string name="NO_ATTACHMENTS_FOUND" errorCode="0019">The multipart HTTP message did not include an expected attachment.</string>
- <string name="MISSING_MULTIPART_BOUNDARY" errorCode="0020">The HTTP message did not include an expected multipart boundary.</string>
- <string name="INVALID_SESSION_CONFIG" errorCode="0021">The tag '<param type="string" index="1"/>' is missing from the Cognos Services Bus configuration document.</string>
-
- <string name="GETHOSTNAME_FAIL" errorCode="0024">GETHOSTNAME() reported an error: '<param type="integer" index="1"/>'.</string>
- <string name="GETHOSTBYNAME_FAIL" errorCode="0025">GETHOSTBYNAME() reported an error: '<param type="integer" index="1"/>'.</string>
- <string name="SOCKET_TIMEOUT" errorCode="0026">The socket did not respond within the specified time.</string>
- <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>
- <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>
- <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>
- <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>
- <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>
- <string name="RECEIVE_TIMEOUT" errorCode="0032">The socket did not receive any data within the specified time. The server is shutting down.</string>
- <string name="INVALID_HOSTNAME" errorCode="0033">Unable to resolve the hostname '<param type="string" index="1"/>' to an IP address.</string>
-
- </section>
- </component>
- </stringTable>
|