1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: OQP
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="XM">
- <section name="ERR">
- <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>
- <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>
- <string name="BAD_NUMERIC_PARSE" type="String" errorCode="0003">Failed to parse numeric data type <param type="string" index="1"/> from string "<param type="string" index="2"/>"</string>
- <string name="BAD_DATETIME_PARSE" type="String" errorCode="0004">Failed to parse a date or time from string (<param type="string" index="1"/>).</string>
- <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>
- <string name="UNEXPECTED_ELEMENT" type="String" errorCode="0006">An unexpected element (<param type="string" index="1"/>) was found in the XMLA response</string>
- <string name="LOCALE_INVALID" type="String" errorCode="0007">The locale (<param type="string" index="1"/>) is not supported.</string>
- <string name="QUERY_TIMEOUT" type="String" errorCode="0008">The query was cancelled because the 'MaxQueryTimeout' setting was exceeded.</string>
- <string name="UNSUPPORTED_DATATYPE" type="String" errorCode="0009">Unsupported data type:<param type="string" index="1"/>.</string>
- <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>
- <string name="SERVER_EXCEPTION" type="String" errorCode="0011">The server returned an exception.</string>
- <string name="SERVER_MESSAGE" type="String" errorCode="0012">Server Error Message, Code: <param type="string" index="1"/>, Description: "<param type="string" index="2"/>", Source: "<param type="string" index="3"/>", Help File: "<param type="string" index="4"/>".</string>
- <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>
- <string name="UTF8_CONVERSION" type="String" errorCode="0014">An error occured during UTF-8 string conversion: <param type="string" index="1"/></string>
- <string name="INVALID_USERNAME" type="String" errorCode="0020">The login failed because the username is missing or invalid.</string>
- </section>
- </component>
- </stringTable>
|