1234567891011121314151617181920212223242526272829 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2016
- |
- | 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="DSP" usage="BUX dispatcher controller messages." type="Messages">
- <string id="UNEXPECTED_EXCEPTION_MSG" type="String" errorCode="1301">An unexpected exception occurred.</string>
- <string id="MSGCODE_SERVICE_NOT_FOUND" type="String" errorCode="1302">Service not found.</string>
- <string id="MSG_SERVICE_NOT_FOUND" type="String" errorCode="1302">No handler found for <param name="0" type="string" usage="name"/>.</string>
- <string id="MSG_HANDLER_NOT_FOUND" type="String" errorCode="1306">No handler found. Details are available in the log. Please contact your administrator.</string>
- <string id="MSG_WEB_CONTENT_ROOT_NOT_SET" type="String" errorCode="1303">Failed to set Web Content Root.</string>
- <string id="MSG_UNSAFE_DOMAIN" type="String" errorCode="1304">Unable to process request from unsafe domain.</string>
- <string id="INFO_DISPATCHER_CONTROLLER_SENDING_RESPONSE" type="String">BUX Dispatcher controller is sending back response for request: <param name="0" type="string" usage="serverPathInfo"/></string>
- <string id="INFO_DISPATCHER_CONTROLLER_RECEIVING_REQUEST" type="String">BUX Dispatcher controller is receiving request: <param name="0" type="string" usage="serverPathInfo"/></string>
- <string id="REQUEST_VALIDATION_FAILED" type="String" errorCode="1305">Your request was rejected because it failed input parameter validation.</string>
- </section>
- </component>
- </stringTable>
|