123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: QFWP
- © Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="GEN">
- <section name="ERR">
- <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>
- <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>
- <string errorCode="0003" name="QUERYITEM_NOTFOUND">The query item with the name '<param type="string" index="1"/>' is not found</string>
- <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>
- <string errorCode="0005" name="ITEMREF_LOOP">The reference to the query item '<param type="string" index="1"/>' forms a circular reference</string>
- <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>
- <string errorCode="0007" name="INVALID_RESPONSE">The response returned from the provider '<param type="string" index="1"/>' is not valid.</string>
- <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>
- <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>
- <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>
- <string errorCode="0011" name="QUERY_UNSUPPORTED_PATTERN">The pattern '<param type="string" index="1"/>' is not supported in '<param type="string" index="2"/>'.</string>
- <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>
- <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>
- <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>
- <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>
- <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>
- <string errorCode="0017" name="EXP_TOO_LARGE">An expression is too large to parse.</string>
- </section>
- </component>
- </stringTable>
|