1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclmisc
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted
- by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
- <component name="CCL">
- <section name="URL">
- <string name="NOT_IMPLEMENTED" errorCode="0000">This method is not available in the current implementation.</string>
- <string name="SOCKET_COMM_ERROR" errorCode="0001">A socket reported a communication error.</string>
- <string name="INVALID_URL" errorCode="0002">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="0003">Cannot connect to the provider at the URL <param type="string" index="1"/>. Code: <param type="integer" index="2"/>.</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>
- </section>
- </component>
- </stringTable>
|