12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- +========================================================================+
- | Licensed Materials - Property of IBM
- |
- | IBM Cognos Products: BUX
- |
- | (C) Copyright IBM Corp. 2009, 2012
- |
- | The source code for this program is not published or otherwise
- | divested of its trade secrets, irrespective of what has been deposited
- | with the U.S. Copyright Office.
- +========================================================================+
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="bux" usage="Cognos Portal Services consumer component">
- <section name="msg" usage="BUX dispatcher service messages." type="Messages">
- <string id="bux.msg.FRAMEWORK_IS_ALREADY_STARTED" type="String">Framework is already started.</string>
- <string id="bux.msg.STATUS_SUCCESS" type="String">Success</string>
- <string id="bux.msg.STATUS_FAILURE" type="String">Failure</string>
- </section>
- <section name="err" usage="BUX dispatcher service errors." type="Messages">
- <string id="bux.error.GetBiBusHeaderFailed" type="String">Failed to get BI BUS Header.</string>
- <string id="bux.error.GetBiBusDom4jHeaderFailed" type="String">Failed to get BI BUS Header from incoming request.</string>
- <string id="bux.error.RequestError" type="String">Request error.</string>
- <string id="bux.error.InvalidRequest" type="String">Invalid Request.</string>
- <string id="bux.error.BridgeHandlerNotSet" type="String">Bridge Handler not set.</string>
- <string id="bux.error.ERROR_ESTABLISHING_LOCATION" type="String"> Error establishing location.</string>
- <string id="bux.error.COULD_NOT_FIND_FRAMEWORK" type="String">Could not find framework.</string>
- <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>
- <string id="bux.error.ERROR_WHILE_STARTING_FRAMEWORK" type="String">Error while starting Framework.</string>
- <string id="bux.error.COULD_NOT_START_THE_FRAMEWORK_NOT_DEPLOYED" type="String">Could not start the Framework - (not deployed).</string>
- <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>
- <string id="bux.error.ConfigurationException" type="String">Exception occurred while reading Configuration.</string>
- <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>
- <string id="bux.error.NO_HANDLER_DELEGATE_IS_REGISTERED" type="String">Internal error while unregistering delegate handler. No delegate handler found.</string>
- <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>
- <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>
- <string id="bux.error.DELEGATE_PARENT_INSTANCE_NULL" type="String">Internal error while registering delegate handler. Parent for delegate handler not found.</string>
- <string id="bux.error.DELEGATE_PARENT_INSTANCE_ALREADY_SET" type="String">Internal error while initialising delegate handler. Parent for delegate handler already set. </string>
- <string id="bux.error.UnableToGetLocalHostName" type="String">Internal error while initializing. Unable to get local host name. </string>
- <string id="bux.error.requestvalidator.FailedLoadingValidatorDocument" type="String">An error occurred while configuring Validator. Failed to load the validator document.</string>
- <string id="bux.error.requestvalidator.VerifySessionNotSet" type="String">An error occurred while validating a request. The Session is not valid.</string>
- <string id="bux.error.requestvalidator.ValidatorSessionNotSet" type="String">An error occurred while validating a request. The Validator session is not valid.</string>
- <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>
- <string id="bux.error.requestvalidator.ValidatorException" type="String">An error occurred while validating a request. A Validator Exception was thrown.</string>
- <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>
- <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>
- <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>
- <string id="bux.error.NO_CAPABILITY" type="String">You cannot access this functionality because you do not have the required capability.</string>
- <string id="bux.error.SESSIONHANDLER_CONFIG" type="String">Exception occurred while reading the configuration in the session handler.</string>
- <string id="bux.error.SESSIONHANDLER_GENERAL" type="String">Exception occurred while retrieving the session cookie.</string>
- <string id="bux.info.STARTING_BUX_SERVICES" type="String">Starting BUX Services.</string>
- <string id="bux.info.OSGI_STARTUP_DONE" type="String">Started OSGi services.</string>
- <string id="bux.error.OSGI_STARTUP_FAILED" type="String">Failed to start OSGi services.</string>
- </section>
- </component>
- </stringTable>
|