1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: XQECPP
- (C) Copyright IBM Corp. 2009, 2013
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
- -->
- <!--
- $Header: //xqecpp/main/prod/src-cpp/Messages/res/xqemsgs_en.xml#8 $
- $Change: 124809 $
- $DateTime: 2011/06/23 10:54:16 $
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="XQE">
- <section name="CON">
- <string type="String" errorCode="0001" name="FACTORY_INIT_FAILED">Unable to initialize connection factory.</string>
- <string type="String" errorCode="0002" name="FACTORY_TERM_FAILED_DUP">Unable to terminate uninitialized connection factory.</string>
- <string type="String" errorCode="0003" name="FACTORY_NOT_INITIALIZED">Connection factory is not initialized.</string>
- <string type="String" errorCode="0004" name="CAM_INIT_FAILED">Unable to initialize authentication services.</string>
- <string type="String" errorCode="0005" name="CAM_TERM_FAILED">Unable to terminate authentication services.</string>
- <string type="String" errorCode="0006" name="CONNECTOR_CREATE_FAILED">Unable to establish connection to XQE.</string>
- <string type="String" errorCode="0007" name="CONNECTOR_RESPONSE_FAULT">XQE error encountered: <param name="0" index="1" type="string"/></string>
- </section>
- <section name="CFG">
- <string type="String" errorCode="0101" name="CONFIGURATION_NOT_INITIALIZED">Configuration is not initialized.</string>
- <string type="String" errorCode="0102" name="CONFIGURATION_TERM_FAILED_DUP">Unable to terminate uninitialized configuration.</string>
- </section>
- <section name="LOG">
- <string type="String" errorCode="0201" name="LOGGER_NOT_INITIALIZED">Logger is not initialized.</string>
- <string type="String" errorCode="0202" name="LOGGER_TERM_FAILED_DUP">Unable to terminate uninitialized logger.</string>
- </section>
- <section name="PCN">
- <string type="String" errorCode="0302" name="UNKNOWN_OLAP_PROVIDER">Unknown OLAP provider encountered.</string>
- </section>
- <section name="QRY">
- <string type="String" errorCode="0401" name="OLAP_CONN_FAILED">Failed to create connection to OLAP provider.</string>
- <string type="String" errorCode="0402" name="OLAP_QUERY_FAILED">Failed to create query to OLAP provider.</string>
- <string type="String" errorCode="0403" name="QUERY_RESPONSE_FAILED">Invalid query response from XQE service encountered: <param name="0" index="1" type="string"/>.</string>
- <string type="String" errorCode="0404" name="QUERY_UNRESOLVED_PARAMETERS">There are parameters or variables that require values.</string>
- <string type="String" errorCode="0405" name="OLAP_PLAN_FAILED">Failed to plan OLAP query. Fallback to OQP has been disabled.</string>
- <string type="String" errorCode="0406" name="QUERY_MISSING_MEMBERS">At least one invalid member reference was encountered in the query."<param type="string" index="1"/>"</string>
- <string type="String" errorCode="0407" name="METADATA_MISSING_ITEM">Could not find a metadata item."<param type="string" index="1"/>"</string>
- <string type="String" errorCode="0408" name="OBJECT_NOT_EXIST">Model object does not exist: <param type="string" index="1"/></string>
- </section>
- <section name="INT">
- <string type="String" errorCode="0501" name="NULL_QFCONNECTION">Internal Error (QF connection).</string>
- <string type="String" errorCode="0502" name="UNKNOWN_COMMAND">Internal Error (Unknown XQE command).</string>
- </section>
- </component>
- </stringTable>
|