cclurlmsgs_en.xml 2.3 KB

1234567891011121314151617181920212223242526272829303132
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclmisc
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted
  7. by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd" usage="Message source for CCLMessageFramework">
  10. <component name="CCL">
  11. <section name="URL">
  12. <string name="NOT_IMPLEMENTED" errorCode="0000">This method is not available in the current implementation.</string>
  13. <string name="SOCKET_COMM_ERROR" errorCode="0001">A socket reported a communication error.</string>
  14. <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>
  15. <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>
  16. <string name="HTTP_UNEXPECTEDLY_SHORT" errorCode="0006">The HTTP message is unexpectedly short.</string>
  17. <string name="HTTP_POST_NOT_FOUND" errorCode="0007">The following HTTP message does not begin with POST:</string>
  18. <string name="HTTP_WRONG_VERSION" errorCode="0008">The following HTTP POST statement has the wrong HTTP version:</string>
  19. <string name="HTTP_MALFORMED_REQUEST" errorCode="0009">The following HTTP request line is malformed:</string>
  20. <string name="HTTP_MALFORMED_RESPONSE" errorCode="0010">The following HTTP response line is malformed:</string>
  21. <string name="HTTP_MALFORMED_CONTENT_TYPE" errorCode="0011">The following HTTP Content-Type header is malformed:</string>
  22. <string name="HTTP_MALFORMED_BOUNDARY" errorCode="0012">The following HTTP Content-Type header specifies 'boundary' incorrectly:</string>
  23. <string name="HTTP_MALFORMED_CONTENT_ID" errorCode="0013">The following HTTP Content-ID header is malformed:</string>
  24. <string name="HTTP_MALFORMED_CONTENT_LENGTH" errorCode="0014">The following HTTP Content-Length header is malformed:</string>
  25. <string name="HTTP_MALFORMED_TRANSFER_ENCODING" errorCode="0015">The following HTTP Transfer-Encoding header is malformed:</string>
  26. </section>
  27. </component>
  28. </stringTable>