12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2012
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="BUX" usage="Bux messages">
- <section name="ATM" usage="BUX service messages." type="Messages">
- <string id="ERROR_BAD_REQUEST" type="String" errorCode="1400">Bad request</string>
- <string id="ERROR_METHOD_NOT_ALLOWED" type="String" errorCode="1401">The requested method is not allowed.</string>
- <string id="ERROR_PAGE_NOT_FOUND" type="String" errorCode="1402">The requested page was not found.</string>
- <string id="ERROR_UNEXPECTED_RESPONSE" type="String" errorCode="1403">The request provider returned an unexpected response.</string>
- <string id="REDIRECTED_PAGE" type="String" errorCode="1404">The response to the request can be found under a different URI.</string>
- <string id="REDIRECTED_NOT_MODIFIED" type="String" errorCode="1405">The requested document has not been modified.</string>
- <string id="ERROR_BAD_URL_PATHINFO" type="String" errorCode="1406">The request service can not be found due to bad configuration</string>
- <string id="ERROR_COVERTING_TO_FEEDS_OR_ENTRIES" type="String" errorCode="1407">Error occurs when converting response to Atom Feeds or Entries.</string>
- <string id="ERROR_APPLYING_DYNAMIC_CONTRIBUTORS" type="String" errorCode="1408">Error occurs when applying dynamic contributors for purpose: <param name="0" type="string" usage="contributor's purpose"/></string>
- <string id="ERROR_DSX_ATOM_PROVIDER" type="String" errorCode="1409">Error occurs when searching through Dictionary Service Extension Provider.</string>
- <string id="ERROR_INDEXSERVICE" type="String" errorCode="1410">Error occurs when searching through IBM Cognos Search.</string>
- <string id="ERROR_INDEXSERVICE_RETURNS_NULL" type="String" errorCode="1411">Cognos IndexService returns NULL.</string>
- <string id="ERROR_INDEXSERVICE_RETURNS_NON_FEED" type="String" errorCode="1412">Cognos IndexService did not return an ATOM feed.</string>
- <string id="ERROR_INDEXSERVICE_RETURNS_ZERO_ITEMS" type="String" errorCode="1413">Cognos IndexService found 0 items.</string>
- <string id="ERROR_PARAMETER_VALIDATION_FAILED" type="String" errorCode="1414">Parameter validation failed.</string>
- <string id="ERROR_INVALID_SELECTION" type="String" errorCode="1415">Invalid required resource selection.</string>
- <string id="ERROR_APPLYING_WIDGET_PROCESSORS" type="String" errorCode="1416">Error occurs when applying widget processors for stage: <param name="0" type="string" usage="contributor's stage"/></string>
- </section>
- </component>
- </stringTable>
|