buxMsg_en.properties 4.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: bux
  12. ##
  13. ## Description: Cognos Portal Services consumer component
  14. ##
  15. #
  16. # Section: msg
  17. #
  18. # Description: BUX dispatcher service messages.
  19. #
  20. bux.msg.FRAMEWORK_IS_ALREADY_STARTED = Framework is already started.
  21. bux.msg.STATUS_SUCCESS = Success
  22. bux.msg.STATUS_FAILURE = Failure
  23. #
  24. # Section: err
  25. #
  26. # Description: BUX dispatcher service errors.
  27. #
  28. bux.error.GetBiBusHeaderFailed = Failed to get BI BUS Header.
  29. bux.error.GetBiBusDom4jHeaderFailed = Failed to get BI BUS Header from incoming request.
  30. bux.error.RequestError = Request error.
  31. bux.error.InvalidRequest = Invalid Request.
  32. bux.error.BridgeHandlerNotSet = Bridge Handler not set.
  33. bux.error.ERROR_ESTABLISHING_LOCATION = Error establishing location.
  34. bux.error.COULD_NOT_FIND_FRAMEWORK = Could not find framework.
  35. bux.error.DOES_NOT_SUPPORT_SETTING_A_SHUTDOWN_HANDLER_RESTART_HANDLING_IS_DISABLED = No support for setting a shutdown handler. Restart handling is disabled.
  36. bux.error.ERROR_WHILE_STARTING_FRAMEWORK = Error while starting Framework.
  37. bux.error.COULD_NOT_START_THE_FRAMEWORK_NOT_DEPLOYED = Could not start the Framework - (not deployed).
  38. bux.error.REQUEST_VALIDATION_FAILED = Your request was rejected because it contains invalid input parameters. Rejection details are available in the log. Please contact your administrator
  39. bux.error.ConfigurationException = Exception occurred while reading Configuration.
  40. bux.error.HANDLER_DELEGATE_DOES_NOT_MATCH_REGISTERED_DELEGATE = Internal error while unregistering delegate handler. Handler delegate does not match registered delegate.
  41. bux.error.NO_HANDLER_DELEGATE_IS_REGISTERED = Internal error while unregistering delegate handler. No delegate handler found.
  42. bux.error.A_HANDLER_DELEGATE_IS_ALREADY_REGISTERED = Internal error while registering delegate handler. A delegate handler was already registered.
  43. bux.error.CANNOT_REGISTER_A_NULL_HANDLER_DELEGATE = Internal error while registering delegate handler. Cannot register a null delegate handler.
  44. bux.error.DELEGATE_PARENT_INSTANCE_NULL = Internal error while registering delegate handler. Parent for delegate handler not found.
  45. bux.error.DELEGATE_PARENT_INSTANCE_ALREADY_SET = Internal error while initialising delegate handler. Parent for delegate handler already set.
  46. bux.error.UnableToGetLocalHostName = Internal error while initializing. Unable to get local host name.
  47. bux.error.requestvalidator.FailedLoadingValidatorDocument = An error occurred while configuring Validator. Failed to load the validator document.
  48. bux.error.requestvalidator.VerifySessionNotSet = An error occurred while validating a request. The Session is not valid.
  49. bux.error.requestvalidator.ValidatorSessionNotSet = An error occurred while validating a request. The Validator session is not valid.
  50. bux.error.requestvalidator.VerifyException = Your request was rejected because it contains invalid input parameters. Rejection details are available in the log. Please contact your administrator.
  51. bux.error.requestvalidator.ValidatorException = An error occurred while validating a request. A Validator Exception was thrown.
  52. bux.error.requestvalidator.AuthToken.Invalid = Your request was rejected because its authenticity is invalid. Rejection details are available in the log. Please contact your administrator.
  53. bux.error.requestvalidator.AuthToken.Invalid_CAMFactory = An error occurred while verifying the authenticity of a request. The CAMFactory is invalid.
  54. bux.error.requestvalidator.AuthToken.Invalid_UserSession = An error occurred while verifying the authenticity of a request. The UserSession is invalid.
  55. bux.error.NO_CAPABILITY = You cannot access this functionality because you do not have the required capability.
  56. bux.error.SESSIONHANDLER_CONFIG = Exception occurred while reading the configuration in the session handler.
  57. bux.error.SESSIONHANDLER_GENERAL = Exception occurred while retrieving the session cookie.
  58. bux.info.STARTING_BUX_SERVICES = Starting BUX Services.
  59. bux.info.OSGI_STARTUP_DONE = Started OSGi services.
  60. bux.error.OSGI_STARTUP_FAILED = Failed to start OSGi services.