12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- #
- # 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: Cognos Portal Services consumer component
- ##
- #
- # Section: msg
- #
- # Description: BUX dispatcher service messages.
- #
- bux.msg.FRAMEWORK_IS_ALREADY_STARTED = Framework is already started.
- bux.msg.STATUS_SUCCESS = Success
- bux.msg.STATUS_FAILURE = Failure
- #
- # Section: err
- #
- # Description: BUX dispatcher service errors.
- #
- bux.error.GetBiBusHeaderFailed = Failed to get BI BUS Header.
- bux.error.GetBiBusDom4jHeaderFailed = Failed to get BI BUS Header from incoming request.
- bux.error.RequestError = Request error.
- bux.error.InvalidRequest = Invalid Request.
- bux.error.BridgeHandlerNotSet = Bridge Handler not set.
- bux.error.ERROR_ESTABLISHING_LOCATION = Error establishing location.
- bux.error.COULD_NOT_FIND_FRAMEWORK = Could not find framework.
- bux.error.DOES_NOT_SUPPORT_SETTING_A_SHUTDOWN_HANDLER_RESTART_HANDLING_IS_DISABLED = No support for setting a shutdown handler. Restart handling is disabled.
- bux.error.ERROR_WHILE_STARTING_FRAMEWORK = Error while starting Framework.
- bux.error.COULD_NOT_START_THE_FRAMEWORK_NOT_DEPLOYED = Could not start the Framework - (not deployed).
- 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
- bux.error.ConfigurationException = Exception occurred while reading Configuration.
- bux.error.HANDLER_DELEGATE_DOES_NOT_MATCH_REGISTERED_DELEGATE = Internal error while unregistering delegate handler. Handler delegate does not match registered delegate.
- bux.error.NO_HANDLER_DELEGATE_IS_REGISTERED = Internal error while unregistering delegate handler. No delegate handler found.
- bux.error.A_HANDLER_DELEGATE_IS_ALREADY_REGISTERED = Internal error while registering delegate handler. A delegate handler was already registered.
- bux.error.CANNOT_REGISTER_A_NULL_HANDLER_DELEGATE = Internal error while registering delegate handler. Cannot register a null delegate handler.
- bux.error.DELEGATE_PARENT_INSTANCE_NULL = Internal error while registering delegate handler. Parent for delegate handler not found.
- bux.error.DELEGATE_PARENT_INSTANCE_ALREADY_SET = Internal error while initialising delegate handler. Parent for delegate handler already set.
- bux.error.UnableToGetLocalHostName = Internal error while initializing. Unable to get local host name.
- bux.error.requestvalidator.FailedLoadingValidatorDocument = An error occurred while configuring Validator. Failed to load the validator document.
- bux.error.requestvalidator.VerifySessionNotSet = An error occurred while validating a request. The Session is not valid.
- bux.error.requestvalidator.ValidatorSessionNotSet = An error occurred while validating a request. The Validator session is not valid.
- 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.
- bux.error.requestvalidator.ValidatorException = An error occurred while validating a request. A Validator Exception was thrown.
- 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.
- bux.error.requestvalidator.AuthToken.Invalid_CAMFactory = An error occurred while verifying the authenticity of a request. The CAMFactory is invalid.
- bux.error.requestvalidator.AuthToken.Invalid_UserSession = An error occurred while verifying the authenticity of a request. The UserSession is invalid.
- bux.error.NO_CAPABILITY = You cannot access this functionality because you do not have the required capability.
- bux.error.SESSIONHANDLER_CONFIG = Exception occurred while reading the configuration in the session handler.
- bux.error.SESSIONHANDLER_GENERAL = Exception occurred while retrieving the session cookie.
- bux.info.STARTING_BUX_SERVICES = Starting BUX Services.
- bux.info.OSGI_STARTUP_DONE = Started OSGi services.
- bux.error.OSGI_STARTUP_FAILED = Failed to start OSGi services.
|