buxdispctmsg_en.xml 2.1 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +========================================================================+
  4. | Licensed Materials - Property of IBM
  5. |
  6. | IBM Cognos Products: BUX
  7. |
  8. | (C) Copyright IBM Corp. 2009, 2016
  9. |
  10. | The source code for this program is not published or otherwise
  11. | divested of its trade secrets, irrespective of what has been deposited
  12. | with the U.S. Copyright Office.
  13. +========================================================================+
  14. -->
  15. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
  16. <component name="BUX" usage="BUX messages">
  17. <section name="DSP" usage="BUX dispatcher controller messages." type="Messages">
  18. <string id="UNEXPECTED_EXCEPTION_MSG" type="String" errorCode="1301">An unexpected exception occurred.</string>
  19. <string id="MSGCODE_SERVICE_NOT_FOUND" type="String" errorCode="1302">Service not found.</string>
  20. <string id="MSG_SERVICE_NOT_FOUND" type="String" errorCode="1302">No handler found for <param name="0" type="string" usage="name"/>.</string>
  21. <string id="MSG_HANDLER_NOT_FOUND" type="String" errorCode="1306">No handler found. Details are available in the log. Please contact your administrator.</string>
  22. <string id="MSG_WEB_CONTENT_ROOT_NOT_SET" type="String" errorCode="1303">Failed to set Web Content Root.</string>
  23. <string id="MSG_UNSAFE_DOMAIN" type="String" errorCode="1304">Unable to process request from unsafe domain.</string>
  24. <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>
  25. <string id="INFO_DISPATCHER_CONTROLLER_RECEIVING_REQUEST" type="String">BUX Dispatcher controller is receiving request: <param name="0" type="string" usage="serverPathInfo"/></string>
  26. <string id="REQUEST_VALIDATION_FAILED" type="String" errorCode="1305">Your request was rejected because it failed input parameter validation.</string>
  27. </section>
  28. </component>
  29. </stringTable>