1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: QFW
- © Copyright IBM Corp. 2005, 2011
- 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="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="QFS">
- <section name="ERR">
- <string name="UNKNOWN_PROVIDER" errorCode="0001">Unable to find the provider '<param type="string" index="1"/>' on the list of configured providers.</string>
- <string name="PROVIDER_NOT_FOUND" errorCode="0002">Unable to find or load the shared library '<param type="string" index="2"/>' (or one of its dependents) containing the provider '<param type="string" index="1"/>'. Please contact your administrator.</string>
- <string name="FUNCTION_NOT_FOUND" errorCode="0003">Unable to find the function '<param type="string" index="2"/>' in the provider '<param type="string" index="1"/>'.</string>
- <string name="READ_ONLY_PROPERTY_SET" errorCode="0004">Unable to set the read-only connection property '<param type="string" index="1"/>'.</string>
- <string name="MASTER_DATASET_NULL" errorCode="0005">The master dataset pointer passed to DoRequest() cannot be NULL for 'execute' and 'validate' requests.</string>
- <string name="UNABLE_TO_CANCEL_QUERY" errorCode="0006">Unable to cancel the query.</string>
- <string name="REQUEST_EMPTY" errorCode="0062">The incoming request is empty.</string>
- <string name="INVALID_RSAPI_COMMAND" errorCode="0067">The QS API 'command' element is either missing or not valid.</string>
- <string name="INVALID_RSAPI_CONNECTION" errorCode="0070">The QS API 'connection' element is either missing or not valid.</string>
- <string name="MISSING_METADATA_CLASS" errorCode="0071">The class attribute is required to execute a metadata request.</string>
- <string name="INVALID_BOOLEAN_VALUE" errorCode="0074">The value of '<param type="string" index="1"/>' must be 'true' or 'false'.</string>
- <string name="TERM_SEQUENCE" errorCode="0075">QFS::ProcessTerminate() was called out of sequence.</string>
- <string name="PROPERTY_SYNTAX_ERROR" errorCode="0078">There is a syntax error in the metadata property request '<param type="string" index="1"/>'.</string>
- <string name="CONSTRAINT_SYNTAX_ERROR" errorCode="0079">There is a syntax error in the metadata constraint '<param type="string" index="1"/>'.</string>
- <string name="OR_UNSUPPORTED" errorCode="0080">The 'or' keyword is not supported in metadata constraints: '<param type="string" index="1"/>'.</string>
- <string name="INVALID_DATA_TYPE" errorCode="0081">QFS internal error. The current metadata attribute has a data type definition that is not valid.</string>
- <string name="UNKNOWN_PROPERTY" errorCode="0089">'<param type="string" index="1"/>' is not a valid property of class '<param type="string" index="2"/>'.</string>
- <string name="BAD_CLASS" errorCode="0090">'<param type="string" index="1"/>' is not a valid class.</string>
- <string name="DUPLICATE_DIFFERENT_CONSTRAINTS" errorCode="0091">You have specified two constraints for the property '<param type="string" index="1"/>', which have different values.</string>
- <string name="INVALID_PROPERTY_IDENTIFIER" errorCode="0100">The statement contains a dimension property identifier that is not valid.</string>
- <string name="UNKNOWN_COMMAND" errorCode="0115">Unknown command '<param type="string" index="1"/>' specified in request.</string>
- <string name="NEW_CONNECTION" errorCode="0116">Unable to create a new connection of type '<param type="string" index="1"/>'.</string>
- <string name="DATASOURCE_NOT_SPECIFIED" errorCode="0117">The data source type was not specified.</string>
- <string name="COMMAND_NOT_SPECIFIED" errorCode="0118">The command was not specified.</string>
- <string name="CONNECTION_POOL_FULL" errorCode="0119">Unable to add new connections. The connection pool is full.</string>
- <string name="UNABLE_TO_CREATE_QUERY" errorCode="0121">Unable to create the query object.</string>
- <string name="UNABLE_TO_CREATE_METADATA_QUERY" errorCode="0122">Unable to create the metadata query object.</string>
- <string name="DATASET_NOT_CLOSED" errorCode="0123">At least one Master Dataset was not destroyed by client.</string>
- <string name="SESSION_NOT_CLOSED" errorCode="0124">At least one session was not destroyed by client.</string>
- <string name="XML_TEXT_CHILD_EXPECTED" errorCode="0125">A text child node is expected.</string>
- <string name="XML_TEXT_CHILD_NOT_EXPECTED" errorCode="0126">A text child node is not expected.</string>
- <string name="UNSUPPORTED_METHOD" errorCode="0127">The method '<param type="string" index="1"/>' is not supported.</string>
- <string name="UNRESOLVED_PROMPT" errorCode="0128">The query contains one or more unresolved prompts.</string>
- <string name="PROMPT_WITHOUT_SUBSTITUTION_VALUES" errorCode="0129">The prompt '<param type="string" index="1"/>' has no substitution values.</string>
- <string name="QUERY_UNSUPPORTED" errorCode="0130">The query is not supported.</string>
- <string name="UNEXPECTED_XML_NODE" errorCode="0131" >Unexpected XML node</string>
- <string name="UNSUPPORTED_XML_NODE" errorCode="0132" >Unsupported XML node</string>
- <string name="REQUIRED_XML_NODE" errorCode="0133" >XML node '<param type="string" index="1"/>' is required</string>
- <string name="REQUIRED_XML_NODE_ATTR" errorCode="0134" >The attribute '<param type="string" index="1"/>' of the XML node '<param type="string" index="2"/>' is required</string>
- <string name="NONUNIQUE_QUERY_NAME" errorCode="0135" >The query name '<param type="string" index="1"/>' is used several times</string>
- <string name="REFQUERY_NOTFOUND" errorCode="0136" >The query with the name '<param type="string" index="1"/>' is not found</string>
- <string name="REFQUERY_LOOP" errorCode="0137" >The reference to the '<param type="string" index="1"/>' query creates a circular dependency.</string>
- <string name="DATASOURCE_UNSUPPORTED" errorCode="0138" >The data source '<param type="string" index="1"/>' is not supported by any provider.</string>
- <string name="MULTIPLE_ERRORS" errorCode="0139" >The request has multiple errors.</string>
- <string name="REFITEM_NOTFOUND" errorCode="0140" >The referenced data item '<param type="string" index="1"/>' is not found in the query '<param type="string" index="2"/>'</string>
- <string name="WRONG_STACK_FLAG" errorCode="0141" >This report service is configured as 64-bit and only supports packages published with the dynamic query mode.</string>
- </section>
- </component>
- </stringTable>
|