qfsCoordinationPlannermsgs_en.xml 4.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: QFWP
  5. © 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. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  9. <component name="GEN">
  10. <section name="ERR">
  11. <string errorCode="0001" name="RESULT_QUERY_NOTFOUND">The expected query result '<param type="string" index="1"/>' is not found in the response of '<param type="string" index="2"/>' </string>
  12. <string errorCode="0002" name="NONACCESSIBLEOBJECT_IN_EXPRESSION">The object '<param type="string" index="1"/>' used in the expression is not accessible for the current user. </string>
  13. <string errorCode="0003" name="QUERYITEM_NOTFOUND">The query item with the name '<param type="string" index="1"/>' is not found</string>
  14. <string errorCode="0004" name="QUERYITEM_NOTFOUND_INQUERY">The query item with the name '<param type="string" index="2"/>' is not found in the query '<param type="string" index="1"/>'</string>
  15. <string errorCode="0005" name="ITEMREF_LOOP">The reference to the query item '<param type="string" index="1"/>' forms a circular reference</string>
  16. <string errorCode="0006" name="MUN_EXPRESSION">The object '<param type="string" index="1"/>' used in the member unique name expression is not a correct expression.</string>
  17. <string errorCode="0007" name="INVALID_RESPONSE">The response returned from the provider '<param type="string" index="1"/>' is not valid.</string>
  18. <string errorCode="0008" name="RECURSIVE_DEFINITION_FOR_QI_PARAMETER_MAP">A possible recursive definition involving the parameter map '<param type="string" index="1"/>' based on query items that were detected.</string>
  19. <string errorCode="0009" name="QUERY_UNSUPPORTED_FUNCTION">Data source type(s) '<param type="string" index="1"/>' - Function '<param type="string" index="2"/>' is not supported in '<param type="string" index="3"/>'.</string>
  20. <string errorCode="0010" name="QUERY_UNSUPPORTED_FUNCTION_NO_DS">The function '<param type="string" index="1"/>' is not supported in '<param type="string" index="2"/>'.</string>
  21. <string errorCode="0011" name="QUERY_UNSUPPORTED_PATTERN">The pattern '<param type="string" index="1"/>' is not supported in '<param type="string" index="2"/>'.</string>
  22. <string errorCode="0012" name="FUNC_UNSUPPORTED_INIT_NO_DS_AFTER_NO_DS">Initially, the function '<param type="string" index="1"/>' is not supported in '<param type="string" index="2"/>'. After decomposition, the function '<param type="string" index="3"/>' is not supported in '<param type="string" index="4"/>'.</string>
  23. <string errorCode="0013" name="FUNC_UNSUPPORTED_INIT_DS_AFTER_NO_DS">Initially, in data source type(s) '<param type="string" index="1"/>', the function '<param type="string" index="2"/>' is not supported in '<param type="string" index="3"/>'. After decomposition, the function '<param type="string" index="4"/>' is not supported in '<param type="string" index="5"/>'.</string>
  24. <string errorCode="0014" name="FUNC_UNSUPPORTED_INIT_NO_DS_AFTER_DS">Initially, the function '<param type="string" index="1"/>' is not supported in '<param type="string" index="2"/>'. After decomposition, in data source type(s) '<param type="string" index="3"/>', the function '<param type="string" index="4"/>' is not supported in '<param type="string" index="5"/>'.</string>
  25. <string errorCode="0015" name="FUNC_UNSUPPORTED_INIT_DS_AFTER_DS">Initially, in data source type(s) '<param type="string" index="1"/>', the function '<param type="string" index="2"/>' is not supported in '<param type="string" index="3"/>'. After decomposition, in data source type(s) '<param type="string" index="4"/>', the function '<param type="string" index="5"/>' is not supported in '<param type="string" index="6"/>'.</string>
  26. <string errorCode="0016" name="FUNC_UNSUPPORTED_INIT_DS_AFTER_DS_USER_MESSAGE">The '<param type="string" index="1"/>' function is not supported in the context in which it is used.</string>
  27. <string errorCode="0017" name="EXP_TOO_LARGE">An expression is too large to parse.</string>
  28. </section>
  29. </component>
  30. </stringTable>