123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <?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="XAC">
- <section name="ERR">
- <string name="INTERNAL" type="String" errorCode="0001">There is an internal error at "<param type="string" index="1"/>":"<param type="integer" index="2"/>".</string>
- <string name="COULD_NOT_FIND_THE_CATALOG" type="String" errorCode="0002">Unable to find the catalog <param type="string" index="1"/>.</string>
- <!-- 3 and 4 are free -->
- <string name="MISSING_CATALOG" type="String" errorCode="0005">The catalog name is missing.</string>
- <string name="UNSUPPORTED_DATA_TYPE" type="String" errorCode="0006">Unsupported data type:<param type="integer" index="1"/>.</string>
- <string name="DATA_PROVIDER_MESSAGE" type="String" errorCode="0007">The data provider returned an error message: "<param type="string" index="1"/>".</string>
- <string name="MISSING_SERVER_NAME" type="String" errorCode="0008">The data source server name is missing.</string>
- <string name="CONNECT_FAILED" type="String" errorCode="0009">An error occurred while trying to connect to the data source.</string>
- <string name="CONNECT_FAILED_DETAILS" type="String" errorCode="0010">An error occurred while trying to connect to the data source: "<param type="string" index="1"/>".</string>
- <!-- 11 is free -->
- <string name="MISSING_CUBE" type="String" errorCode="0012">The cube name is missing.</string>
- <string name="NO_QUERY" type="String" errorCode="0013">No valid query was received.</string>
- <string name="UNSUPPORTED_FEATURE" type="String" errorCode="0014">The following feature is not supported: <param type="string" index="1"/></string>
- <string name="INVALID_USERNAME" type="String" errorCode="0015">The login failed because the username is missing or invalid.</string>
- <string name="INVALID_PASSWORD" type="String" errorCode="0016">The login failed because the password is missing or invalid.</string>
- <string name="LOCALE_DIFFERENT" type="String" errorCode="0017">The locale (<param type="string" index="1"/>) is different from a previously used locale (<param type="string" index="2"/>).</string>
- <string name="CONFIG_MDX" type="String" errorCode="0018">The config setting for MDXUniqueNames is invalid.</string>
- <string name="LOCALE_INVALID" type="String" errorCode="0019">The locale (<param type="string" index="1"/>) is not supported.</string>
- <!-- 20 is free -->
- <string name="LOCALE_ERROR" type="String" errorCode="0021">Unable to determine the error text due to a locale (<param type="string" index="1"/>) error from the provider.</string>
- <string name="COULD_NOT_FIND_THE_DIM" type="String" errorCode="0022">Unable to find the dimension "<param type="string" index="1"/>".</string>
- <string name="COULD_NOT_FIND_LASTDATAUPDATE" type="String" errorCode="0023">Unable to find the last data update for catalog "<param type="string" index="1"/>", cube "<param type="string" index="2"/>".</string>
- <string name="COULD_NOT_FIND_LASTSCHEMAUPDATE" type="String" errorCode="0024">Unable to find the last schema update for catalog "<param type="string" index="1"/>", cube "<param type="string" index="2"/>".</string>
- <string name="COULD_NOT_FIND_THE_HIER" type="String" errorCode="0025">Unable to find the hierarchy "<param type="string" index="1"/>".</string>
- <!-- 26 is free -->
- <string name="INVALID_DATETIME_VALUE" type="String" errorCode="0027">The query is not valid. The dateTime value '<param type="string" index="1"/>' is not valid. '<param type="string" index="2"/>':'<param type="integer" index="3"/>'</string>
- <string name="DATETIME_NOT_SUPPORTED" type="String" errorCode="0028">The query is not valid because the xsd:dateTime type is not supported.</string>
- <string name="TIME_NOT_SUPPORTED" type="String" errorCode="0029">The query is not valid because the xsd:time type is not supported.</string>
- <string name="DATETIME_PROPERTY_NOT_SUPPORTED" type="String" errorCode="0030">The query is not valid because DateTime properties are not supported.</string>
- <string name="EMPTY_CATALOG_LIST" type="String" errorCode="0031">No catalogs were found. The current user may not have permission to access any cubes on the server ('<param type="string" index="1"/>').</string>
- <string name="DATE_NOT_SUPPORTED" type="String" errorCode="0032">The query is not valid because the xsd:date type is not supported.</string>
- <string name="INVALID_MEMBER_FOR_ACTION" type="String" errorCode="0033">An invalid member unique name ("<param type="string" index="1"/>") was specified for an action constraint.</string>
- <string name="INVALID_COORDTYPE_VALUE" type="String" errorCode="0034">There was an invalid coordinateType value <param type="string" index="1"/>.</string>
- <string name="MISSING_ATTRIBUTE" type="String" errorCode="0035">The <param type="string" index="1"/> attribute was missing in the <param type="string" index="2"/> metadata.</string>
- </section>
- </component>
- </stringTable>
|