buxMsg_en.xml 6.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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, 2012
  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="Cognos Portal Services consumer component">
  17. <section name="msg" usage="BUX dispatcher service messages." type="Messages">
  18. <string id="bux.msg.FRAMEWORK_IS_ALREADY_STARTED" type="String">Framework is already started.</string>
  19. <string id="bux.msg.STATUS_SUCCESS" type="String">Success</string>
  20. <string id="bux.msg.STATUS_FAILURE" type="String">Failure</string>
  21. </section>
  22. <section name="err" usage="BUX dispatcher service errors." type="Messages">
  23. <string id="bux.error.GetBiBusHeaderFailed" type="String">Failed to get BI BUS Header.</string>
  24. <string id="bux.error.GetBiBusDom4jHeaderFailed" type="String">Failed to get BI BUS Header from incoming request.</string>
  25. <string id="bux.error.RequestError" type="String">Request error.</string>
  26. <string id="bux.error.InvalidRequest" type="String">Invalid Request.</string>
  27. <string id="bux.error.BridgeHandlerNotSet" type="String">Bridge Handler not set.</string>
  28. <string id="bux.error.ERROR_ESTABLISHING_LOCATION" type="String"> Error establishing location.</string>
  29. <string id="bux.error.COULD_NOT_FIND_FRAMEWORK" type="String">Could not find framework.</string>
  30. <string id="bux.error.DOES_NOT_SUPPORT_SETTING_A_SHUTDOWN_HANDLER_RESTART_HANDLING_IS_DISABLED" type="String">No support for setting a shutdown handler. Restart handling is disabled.</string>
  31. <string id="bux.error.ERROR_WHILE_STARTING_FRAMEWORK" type="String">Error while starting Framework.</string>
  32. <string id="bux.error.COULD_NOT_START_THE_FRAMEWORK_NOT_DEPLOYED" type="String">Could not start the Framework - (not deployed).</string>
  33. <string id="bux.error.REQUEST_VALIDATION_FAILED" type="String">Your request was rejected because it contains invalid input parameters. Rejection details are available in the log. Please contact your administrator</string>
  34. <string id="bux.error.ConfigurationException" type="String">Exception occurred while reading Configuration.</string>
  35. <string id="bux.error.HANDLER_DELEGATE_DOES_NOT_MATCH_REGISTERED_DELEGATE" type="String">Internal error while unregistering delegate handler. Handler delegate does not match registered delegate.</string>
  36. <string id="bux.error.NO_HANDLER_DELEGATE_IS_REGISTERED" type="String">Internal error while unregistering delegate handler. No delegate handler found.</string>
  37. <string id="bux.error.A_HANDLER_DELEGATE_IS_ALREADY_REGISTERED" type="String">Internal error while registering delegate handler. A delegate handler was already registered.</string>
  38. <string id="bux.error.CANNOT_REGISTER_A_NULL_HANDLER_DELEGATE" type="String">Internal error while registering delegate handler. Cannot register a null delegate handler.</string>
  39. <string id="bux.error.DELEGATE_PARENT_INSTANCE_NULL" type="String">Internal error while registering delegate handler. Parent for delegate handler not found.</string>
  40. <string id="bux.error.DELEGATE_PARENT_INSTANCE_ALREADY_SET" type="String">Internal error while initialising delegate handler. Parent for delegate handler already set. </string>
  41. <string id="bux.error.UnableToGetLocalHostName" type="String">Internal error while initializing. Unable to get local host name. </string>
  42. <string id="bux.error.requestvalidator.FailedLoadingValidatorDocument" type="String">An error occurred while configuring Validator. Failed to load the validator document.</string>
  43. <string id="bux.error.requestvalidator.VerifySessionNotSet" type="String">An error occurred while validating a request. The Session is not valid.</string>
  44. <string id="bux.error.requestvalidator.ValidatorSessionNotSet" type="String">An error occurred while validating a request. The Validator session is not valid.</string>
  45. <string id="bux.error.requestvalidator.VerifyException" type="String">Your request was rejected because it contains invalid input parameters. Rejection details are available in the log. Please contact your administrator.</string>
  46. <string id="bux.error.requestvalidator.ValidatorException" type="String">An error occurred while validating a request. A Validator Exception was thrown.</string>
  47. <string id="bux.error.requestvalidator.AuthToken.Invalid" type="String">Your request was rejected because its authenticity is invalid. Rejection details are available in the log. Please contact your administrator.</string>
  48. <string id="bux.error.requestvalidator.AuthToken.Invalid_CAMFactory" type="String">An error occurred while verifying the authenticity of a request. The CAMFactory is invalid.</string>
  49. <string id="bux.error.requestvalidator.AuthToken.Invalid_UserSession" type="String">An error occurred while verifying the authenticity of a request. The UserSession is invalid.</string>
  50. <string id="bux.error.NO_CAPABILITY" type="String">You cannot access this functionality because you do not have the required capability.</string>
  51. <string id="bux.error.SESSIONHANDLER_CONFIG" type="String">Exception occurred while reading the configuration in the session handler.</string>
  52. <string id="bux.error.SESSIONHANDLER_GENERAL" type="String">Exception occurred while retrieving the session cookie.</string>
  53. <string id="bux.info.STARTING_BUX_SERVICES" type="String">Starting BUX Services.</string>
  54. <string id="bux.info.OSGI_STARTUP_DONE" type="String">Started OSGi services.</string>
  55. <string id="bux.error.OSGI_STARTUP_FAILED" type="String">Failed to start OSGi services.</string>
  56. </section>
  57. </component>
  58. </stringTable>