xqemsgs_en.xml 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: XQECPP
  5. (C) Copyright IBM Corp. 2009, 2013
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM corp.
  7. -->
  8. <!--
  9. $Header: //xqecpp/main/prod/src-cpp/Messages/res/xqemsgs_en.xml#8 $
  10. $Change: 124809 $
  11. $DateTime: 2011/06/23 10:54:16 $
  12. -->
  13. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
  14. <component name="XQE">
  15. <section name="CON">
  16. <string type="String" errorCode="0001" name="FACTORY_INIT_FAILED">Unable to initialize connection factory.</string>
  17. <string type="String" errorCode="0002" name="FACTORY_TERM_FAILED_DUP">Unable to terminate uninitialized connection factory.</string>
  18. <string type="String" errorCode="0003" name="FACTORY_NOT_INITIALIZED">Connection factory is not initialized.</string>
  19. <string type="String" errorCode="0004" name="CAM_INIT_FAILED">Unable to initialize authentication services.</string>
  20. <string type="String" errorCode="0005" name="CAM_TERM_FAILED">Unable to terminate authentication services.</string>
  21. <string type="String" errorCode="0006" name="CONNECTOR_CREATE_FAILED">Unable to establish connection to XQE.</string>
  22. <string type="String" errorCode="0007" name="CONNECTOR_RESPONSE_FAULT">XQE error encountered: <param name="0" index="1" type="string"/></string>
  23. </section>
  24. <section name="CFG">
  25. <string type="String" errorCode="0101" name="CONFIGURATION_NOT_INITIALIZED">Configuration is not initialized.</string>
  26. <string type="String" errorCode="0102" name="CONFIGURATION_TERM_FAILED_DUP">Unable to terminate uninitialized configuration.</string>
  27. </section>
  28. <section name="LOG">
  29. <string type="String" errorCode="0201" name="LOGGER_NOT_INITIALIZED">Logger is not initialized.</string>
  30. <string type="String" errorCode="0202" name="LOGGER_TERM_FAILED_DUP">Unable to terminate uninitialized logger.</string>
  31. </section>
  32. <section name="PCN">
  33. <string type="String" errorCode="0302" name="UNKNOWN_OLAP_PROVIDER">Unknown OLAP provider encountered.</string>
  34. </section>
  35. <section name="QRY">
  36. <string type="String" errorCode="0401" name="OLAP_CONN_FAILED">Failed to create connection to OLAP provider.</string>
  37. <string type="String" errorCode="0402" name="OLAP_QUERY_FAILED">Failed to create query to OLAP provider.</string>
  38. <string type="String" errorCode="0403" name="QUERY_RESPONSE_FAILED">Invalid query response from XQE service encountered: <param name="0" index="1" type="string"/>.</string>
  39. <string type="String" errorCode="0404" name="QUERY_UNRESOLVED_PARAMETERS">There are parameters or variables that require values.</string>
  40. <string type="String" errorCode="0405" name="OLAP_PLAN_FAILED">Failed to plan OLAP query. Fallback to OQP has been disabled.</string>
  41. <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>
  42. <string type="String" errorCode="0407" name="METADATA_MISSING_ITEM">Could not find a metadata item."<param type="string" index="1"/>"</string>
  43. <string type="String" errorCode="0408" name="OBJECT_NOT_EXIST">Model object does not exist: <param type="string" index="1"/></string>
  44. </section>
  45. <section name="INT">
  46. <string type="String" errorCode="0501" name="NULL_QFCONNECTION">Internal Error (QF connection).</string>
  47. <string type="String" errorCode="0502" name="UNKNOWN_COMMAND">Internal Error (Unknown XQE command).</string>
  48. </section>
  49. </component>
  50. </stringTable>