12345678910111213141516171819202122232425262728293031 |
- #
- # Licensed Materials - Property of IBM
- # IBM Cognos Products: localizationkit
- # (C) Copyright IBM Corp. 2005, 2016
- # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- #
- ## DO NOT EDIT!
- ## Generated using CCLXmlToProperties.xslt
- ## END OF WARNING
- ##
- ## Component: BUX
- ##
- ## Description: BUX messages
- ##
- #
- # Section: DSP
- #
- # Description: BUX dispatcher controller messages.
- #
- UNEXPECTED_EXCEPTION_MSG = BUX-DSP-1301 An unexpected exception occurred.
- MSGCODE_SERVICE_NOT_FOUND = BUX-DSP-1302 Service not found.
- MSG_SERVICE_NOT_FOUND = BUX-DSP-1302 No handler found for {0}.
- MSG_HANDLER_NOT_FOUND = BUX-DSP-1306 No handler found. Details are available in the log. Please contact your administrator.
- MSG_WEB_CONTENT_ROOT_NOT_SET = BUX-DSP-1303 Failed to set Web Content Root.
- MSG_UNSAFE_DOMAIN = BUX-DSP-1304 Unable to process request from unsafe domain.
- INFO_DISPATCHER_CONTROLLER_SENDING_RESPONSE = BUX Dispatcher controller is sending back response for request: {0}
- INFO_DISPATCHER_CONTROLLER_RECEIVING_REQUEST = BUX Dispatcher controller is receiving request: {0}
- REQUEST_VALIDATION_FAILED = BUX-DSP-1305 Your request was rejected because it failed input parameter validation.
|