xmlamsgs_en.xml 3.3 KB

1234567891011121314151617181920212223242526272829303132
  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, 2010
  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">
  13. <component name="XM">
  14. <section name="ERR">
  15. <string name="HTTP_FAULT" type="String" errorCode="0001">The server returned an error (HTTP code <param type="string" index="1"/>): <param type="string" index="2"/></string>
  16. <string name="SOAP_FAULT" type="String" errorCode="0002">The server returned an error (SOAP fault code <param type="string" index="1"/>): <param type="string" index="2"/></string>
  17. <string name="BAD_NUMERIC_PARSE" type="String" errorCode="0003">Failed to parse numeric data type <param type="string" index="1"/> from string &quot;<param type="string" index="2"/>&quot;</string>
  18. <string name="BAD_DATETIME_PARSE" type="String" errorCode="0004">Failed to parse a date or time from string (<param type="string" index="1"/>).</string>
  19. <string name="MISSING_ATTRIBUTE" type="String" errorCode="0005">An expected attribute (<param type="string" index="1"/>) was missing from an element (<param type="string" index="2"/>) in the XMLA response</string>
  20. <string name="UNEXPECTED_ELEMENT" type="String" errorCode="0006">An unexpected element (<param type="string" index="1"/>) was found in the XMLA response</string>
  21. <string name="LOCALE_INVALID" type="String" errorCode="0007">The locale (<param type="string" index="1"/>) is not supported.</string>
  22. <string name="QUERY_TIMEOUT" type="String" errorCode="0008">The query was cancelled because the 'MaxQueryTimeout' setting was exceeded.</string>
  23. <string name="UNSUPPORTED_DATATYPE" type="String" errorCode="0009">Unsupported data type:<param type="string" index="1"/>.</string>
  24. <string name="MALFORMED_RESPONSE" type="String" errorCode="0010">Failed to parse the XMLA response: <param type="string" index="1"/> (line <param type="string" index="2"/>, column <param type="string" index="3"/>).</string>
  25. <string name="SERVER_EXCEPTION" type="String" errorCode="0011">The server returned an exception.</string>
  26. <string name="SERVER_MESSAGE" type="String" errorCode="0012">Server Error Message, Code: <param type="string" index="1"/>, Description: &quot;<param type="string" index="2"/>&quot;, Source: &quot;<param type="string" index="3"/>&quot;, Help File: &quot;<param type="string" index="4"/>&quot;.</string>
  27. <string name="PATH_NOT_FOUND" type="String" errorCode="0013">The server indicated that the context path (<param type="string" index="1"/>) was invalid. Please verify that the data source was configured correctly.</string>
  28. <string name="UTF8_CONVERSION" type="String" errorCode="0014">An error occured during UTF-8 string conversion: <param type="string" index="1"/></string>
  29. <string name="INVALID_USERNAME" type="String" errorCode="0020">The login failed because the username is missing or invalid.</string>
  30. </section>
  31. </component>
  32. </stringTable>