123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270 |
- #
- # 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: DPR
- ##
- ## Description: Messages generated by the Dispatcher
- ##
- #
- # Section: DPR
- #
- # Description: This section is for message that are generic Dispatcher messages
- #
- HANDLER_TRACEBACK = Handler trace back:
- EXCEPTION_STACKTRACE = Exception trace back:
- REGISTRATION_SUCCESS = DPR-DPR-1002 Successfully registered the dispatcher {0} in Content Manager.
- UNREGISTRATION_SUCCESS = DPR-DPR-1003 Successfully unregistered the dispatcher {0} from Content Manager.
- BIBusCommand.badMIMEType = DPR-DPR-1004 Expecting a BI Bus XML response but got: \n\n
- BIBusCommand.missingHeader = DPR-DPR-1005 SOAP Header element not found in the SOAP response:
- BIBusCommand.soapFaultFound = DPR-DPR-1006 SOAP fault found.
- Move_d_Handler.invalidXPath = DPR-DPR-1007 Invalid XPath expression: {0}
- ConfigurationController.badSubject = DPR-DPR-1009 A configurable object must return a valid subject (extra path information).
- ConfigurationController.badPropertiesRequest = DPR-DPR-1010 The handler did not request any properties to be retrieved.
- Dom4JConfigurator.badConfiguration = DPR-DPR-1011 "pogo.xml" configuration error.
- XMLConfigurator.parseError = DPR-DPR-1012 Unable to correctly parse "{0}". Ensure that the file is well formed.
- SOAPEnvelope.badEnvelope = DPR-DPR-1013 Unable to parse SOAP envelope. It does not contain a valid XML document.
- XMLConfigurator.fileNotFound = DPR-DPR-1014 Unable to open the file {0}.
- XMLConfigurator.fileError = DPR-DPR-1015 The file {0} contains the following error: {1}.
- HandlerReadingService.contextualize = DPR-DPR-1016 An error occurred while resolving handlers in the service {0}: {1}.
- HandlerFactory.noName = DPR-DPR-1017 The handler requires a name attribute.
- HandlerFactory.noClass = DPR-DPR-1018 The handler {0} requires a classname attribute.
- HandlerFactory.cantInstantiate = DPR-DPR-1019 Unable to instantiate the handler class {1} for the handler {0}. An instance of NoopHandler was created instead.
- HandlerFactory.notHandler = DPR-DPR-1020 An incorrect handler class named {0} was instantiated for the handler {1}. An instance of NoopHandler was created instead.
- ConfigStoreServlet.logServiceStart = DPR-DPR-1021 The dispatcher encountered an error while initializing the log service.
- ServiceFactory.noName = DPR-DPR-1022 The service requires a name attribute.
- ServiceFactory.noClass = DPR-DPR-1023 The service {0} requires a class attribute.
- ServiceFactory.cantInstantiate = DPR-DPR-1024 In the service {0}, unable to instantiate the service class {1}. This service was ignored.
- ServiceFactory.notService = DPR-DPR-1025 In the service {0}, the classname {1} does not implement com.cognos.pogo.pdk.Service. This service was ignored.
- REGISTRATION_FAILURE = DPR-DPR-1026 Unable to register the dispatcher in Content Manager. {0} at this time. Will retry periodically.
- ProcessManager.notResponding = DPR-DPR-1027 {0} is not responding.
- ProcessManager.inactive = DPR-DPR-1028 Terminated {0} due to inactivity.
- ProcessManager.started = DPR-DPR-1029 Started {0}.
- ProcessManager.notStarted = DPR-DPR-1037 Unable to start {0}.
- dispatcherStateHandlerNotFound = DPR-DPR-1030 Unable to find the following dispatcherStateHandler: {0}.
- CapabilitiesCheckHandler.requestNotAllowed = DPR-DPR-1031 Unable to complete the request. The user does not have the 'canUseServerAdministrationTool' capability.
- stopService.requestNotAllowed = DPR-DPR-1032 Unable to complete the stop request. The user does not have write capability on this object.
- startService.requestNotAllowed = DPR-DPR-1033 Unable to complete the start request. The user does not have write capability on this object.
- CapabilitiesCheckHandler.queryFailed = DPR-DPR-1034 Unable to complete the request. The query to retrieve the 'canUseServerAdministrationTool' capability failed.
- Dispatcher.detectedError = DPR-DPR-1035 Dispatcher detected an error.
- CanUseSDKCheckHandler.requestNotAllowed = DPR-DPR-1036 Unable to complete the request. The user does not have the 'canUseSDK' capability.
- #
- # Section: BUS
- #
- # Description: This section is for logging the start/stop status of Report Server processes
- #
- BIBus.started = Start the {0} with pid {1}.
- BIBus.startedDueToStartCount = Start a {0} because the start count {1} is larger than 0.
- BIBus.startedDueToProcessCount = Start a {0} because the active process count {1} is less than the limit {2}.
- BIBus.stopped = Shutdown the {0} with pid {1}.
- BIBus.sendStopRequst = Send a stop request to the {0} with pid {1}.
- BIBus.stoppedDueToTimeLimit = Shutdown the {0} with pid {1} because it didn't exit within time limit {2}.
- BIBus.stopDueToException = Shutdown the {0} with pid {1} due to exceptions from gettting connections
- BIBus.stopDueToCleanup = Shutdown the {0} with pid {1} due to clean up idle processes or the dispatcher receives a shutdown request.
- BIBus.removeIdleProcess = Remove {0} idle processes.
- BIBus.startedWithstderr = DPR-BUS-1500 The external process {0} with PID {1} failed to register with the System Management Facility for usage tracking. More information and detailed descriptions of the z/OS error codes can be found on the IBM Cognos Support Portal page at http://publib.boulder.ibm.com/infocenter/zos/v1r9/index.jsp?topic=/com.ibm.zos.r9.ieag200/iea2g280108.htm.
- #
- # Section: CFG
- #
- # Description: This section is for messages generate while processing console refresh requests
- #
- refresh.badPort = DPR-CFG-3000 The dispatcher port must be a number between 1 and 65536.
- refresh.badHost = DPR-CFG-3001 Dispatcher host not found:
- refresh.missingSelectAttribute = DPR-CFG-3004 Refresh request is missing the select attribute.
- refresh.noObject = DPR-CFG-3006 Failed to retrieve object: {0}
- refresh.versionMismatch = DPR-CFG-3008 Configuration version is out-of-sync: Expecting version: {0}, retrieved version: {1}
- refresh.badObject = DPR-CFG-3002 The dispatcher referred to in the refresh message does not follow the naming convention or the dispatcher does not exist. Please verify your refresh request.
- refresh.missingVersion = DPR-CFG-3003 Refresh request is missing the version number.
- refresh.noMatchingHandler = DPR-CFG-3005 The handler responsible for the refresh request not found.
- refresh.versionNaN = DPR-CFG-3007 The version must be a number.
- #
- # Section: CMI
- #
- # Description: This section is for messages generated while interfacing with Content Manager
- #
- deleteCommand.NAN = DPR-CMI-4000 The object delete count did not return a number.
- updateCommand.NAN = DPR-CMI-4001 The object update count did not return a number.
- DispatcherConfiguration.wrongObjectType = DPR-CMI-4002 The object from {0} is of type {1}. Expecting type: {2}
- DispatcherConfiguration.objectNotFound = DPR-CMI-4003 The requested object does not exist: {0}.
- ProcessManager.performanceUpdateFailed = DPR-CMI-4004 Unable to update Report Server performance data:
- ProcessManager.performanceUpdateSucceeded = DPR-CMI-4005 successful updated Report Server performance data.
- NO_ACTIVE_CM = DPR-CMI-4006 Unable to determine the active Content Manager. Will retry periodically.
- electionFailed = DPR-CMI-4007 Unable to perform an active Content Manager election on the local IP node. For more information, see the dispatcher and Content Manager detailed logs. Ensure that the local Content Manager service is started.
- #
- # Section: HDL
- #
- # Description: This section is for mesages generated by the dispatcher handlers
- #
- ServiceLookupHandler.start = Handling request for URI: {0}
- ServiceLookupHandler.finish = Finished handling request for URI: {0}
- DISPATCHER_ISREADY = The dispatcher is ready to process requests.
- #
- # Section: ERR
- #
- # Description: This section is Dispatcher error messages
- #
- ENGINE_NOT_INITIALIZED = DPR-ERR-2000 The dispatcher did not initialize.
- STOPPED = DPR-ERR-2001 Unable to execute request because the dispatcher or provider has been stopped.
- NO_PROCESS = DPR-ERR-2002 Unable to execute the request because there were no connections to the process available within the configured time limit.
- E_POGO_CHANNEL_SEND_FAILURE = DPR-ERR-2003 Unable to write a request.
- E_POGO_CHANNEL_RECV_FAILURE = DPR-ERR-2004 Unable to read a response.
- E_POGO_RESPONSE_IO_ERROR = DPR-ERR-2005 Unable to write a response to the client.
- E_DISPATCHER_BAD_REFRESH_MISSING_ELEMENT = DPR-ERR-2006 The dispatcher received an invalid refresh request. The request did not contain a required element or attribute named {elementname}.
- UNABLE_TO_REFRESH_DISPATCHER_STATUS = DPR-ERR-2007 The dispatcher is unable to process a refresh message.
- UNKNOWN_SERVICE = DPR-ERR-2008 The dispatcher is unable to process the request. The request is directed to an unknown service name: {0}.
- UNKNOWN_ACTION = DPR-ERR-2010 The request action "{0}" is unknown.
- NO_NODES_TO_FORWARD_TO = DPR-ERR-2014 Unable to load balance the request because no nodes in the cluster are available, or no nodes are configured for the service: {0}.
- MALFORMED_REQUEST = DPR-ERR-2015 The SOAP request is malformed.
- UNABLE_TO_LOGOFF = DPR-ERR-2016 Unable to logout.
- UNABLE_TO_RETRIEVE_DATA = DPR-ERR-2017 Unable to retrieve the data requested from Content Manager.
- OBJECT_NOT_FOUND = DPR-ERR-2018 The object "{0}" can not be found in Content Manager or the data property is empty.
- NO_SUCH_CLUSTER = DPR-ERR-2019 There is no cluster named {0} configured. The dispatcher may not have finished initialization.
- NO_CANDIDATES = DPR-ERR-2020 There are no nodes configured or available to process requests for the provider named {0}.
- NO_PROVIDER_MAPPING = DPR-ERR-2021 There is no mapping to a provider for requests aimed at {0}.
- CANNOT_READ_WSDL = DPR-ERR-2023 Unable to load the IBM Cognos WSDL. Please check your configuration.
- RegexFileCleaner.missingPath = DPR-ERR-2025 Parameter 'path' is missing in configuration file of the temporary file cleanup service.
- RegexFileCleaner.badPath = DPR-ERR-2026 Cleanup path does not exist.
- RegexFileCleaner.badExpression = DPR-ERR-2028 Bad regular expression for file names:
- BibSrvStarter.executeFailed = DPR-ERR-2029 Execute failed, program name:
- BibSrvStarter.badResponse = DPR-ERR-2030 Bad response code from child process:
- BibSrvStarter.childProcessFailed = DPR-ERR-2031 Unable to start or connect to child process.
- BibSrvStarter.childProcessStopFailed = DPR-ERR-2032 Unable to send stop request to child process.
- BibSrvStarter.badXPath = DPR-ERR-2033 Jaxen/XPath problem.
- BibSrvStarter.badTCPBufferSize = DPR-ERR-2034 Bad TCP buffer size parameter.
- HttpToolError.CHUNKED_AND_LENGTH = DPR-ERR-2035 Both chunked encoding and content-length were specified.
- HttpToolError.HEADER_LINE_TOO_LONG = DPR-ERR-2036 HTTP header was longer than internal buffer size.
- HttpToolError.EXPECTING_CHUNKSIZE = DPR-ERR-2037 Chunk size expected but not found.
- HttpToolError.RIDICULOUS_CHUNKSIZE = DPR-ERR-2038 Chunk size too big.
- HttpToolError.LINE_TOO_LONG = DPR-ERR-2039 HTTP line was longer than internal buffer size.
- HttpToolError.MALFORMED_CONTENT_LENGTH = DPR-ERR-2040 Incorrect content-length header syntax.
- HttpToolError.UNBALANCED_MULTIPART = DPR-ERR-2041 Unbalanced Mulitpart boundaries. Malformed Multipart message.
- HttpToolError.BAD_RESPONSE = DPR-ERR-2042 Incorrect response line. A proper HTTP response was not received.
- HttpToolError.READ_FAILED = DPR-ERR-2043 Unable to read from the HTTP connection.
- LengthLimitedInputStream.unexpectedEOS = DPR-ERR-2044 Unexpected end of input stream.
- ProcessMTAHandler.badConfiguration = DPR-ERR-2045 A dispatcher handler is misconfigured.
- ProcessMTAHandler.missingEXE_NAME = DPR-ERR-2046 Failed to initialize handler, need exe_name:
- ProcessMTAHandler.missingWORKER_REQUEST_PATH = DPR-ERR-2047 Unable to initialize handler, need worker_request_path:
- ProcessMTAHandler.configError = DPR-ERR-2048 Unable to initialize handler:
- ConfigStoreServlet.IPFError = DPR-ERR-2049 Unable to initialize the Cognos IPF.
- ConfigStoreServlet.P2PDDeployPropertiesNotLoaded = DPR-ERR-2050 Unable to load Properties file p2pd_deploy_defaults.
- ForceConfigRefreshHandler.IOError = DPR-ERR-2051 IO error occurred while updating configuration.
- CR1CookieCorrupted = DPR-ERR-2052 The IBM Cognos cookie is corrupt.
- TestStoppedWarpHandler.missingHandler = DPR-ERR-2053 {0}The pogo handler configuration is incorrect.
- ConnectionPool.poolDisposed = DPR-ERR-2054 The connection pool has been shutdown.
- ReportServerHandler.badConfig = DPR-ERR-2055 The report server handler configuration cannot be parsed. Please check "pogo.xml".
- ReportServerHandler.noResponse = DPR-ERR-2056 The Report Server is not responding.
- ReportServerHandler.noResponseWithPID = DPR-ERR-2074 Failed to receive a timely response from an external process with a PID {0}. Ensure that the process with a process ID {0} is started. If the cause of problem cannot be determined, increase the logging level for the target service in the IBM Cognos Administration tool and reproduce the conditions that caused the error. If the problem persists, see the problem determination information on the IBM Cognos Support Portal page at http://www-947.ibm.com/support/entry/portal/Overview/Software/Information_Management/Cognos
- ReportServerHandler.staleRequest = DPR-ERR-2057 The asynchronous request is stale. The request cannot be processed.
- AbortIfSuspendedHandler.serviceStopped = DPR-ERR-2059 The requested service has been stopped. The request cannot be completed.
- NO_RESPONSE = DPR-ERR-2022 No response generated. This may be due to an incorrect configuration, a damaged installation, or because the dispatcher did not finish initializing.
- RegexFileCleaner.dontUse = DPR-ERR-2027 This servlet can not be accessed directly.
- BasicHandler.cantService = DPR-ERR-2058 The dispatcher encountered an error while servicing a request: {0}.
- PogoServlet.noSOAPAction = DPR-ERR-2060 The request is invalid. No SOAPAction or "b_action" parameter is found in the request.
- UNABLE_TO_TALK_TO_CM_FOR_AUTHENTICATION = DPR-ERR-2009 A request to authenticate the user in Content Manager failed.
- PROBABLE_AUTHENTICATION_FAULT = DPR-ERR-2061 An authentication request to Content Manager produced an error. The logon page will appear.
- SystemServiceHandler.noOperation = DPR-ERR-2062 The SOAP request is invalid. No operation was found in the SOAP body or the operation name is incorrect.
- SystemServiceHandler.requestFailed = DPR-ERR-2063 The request failed. Please verify the input parameters and try again.
- AdminCommand.requestFailed = DPR-ERR-2064 The administration request failed. Please verify the input parameters and try again.
- DISPATCHER_NOT_YET = DPR-ERR-2109 The dispatcher cannot service the request at this time. The dispatcher is still initializing. Contact your administrator if this problem persists.
- ReportServerHandler.badResponse = DPR-ERR-2065 The response from Report Server is not well formed. No response envelope is received.
- DefaultHandlerService.threwException = DPR-ERR-2066 The handler {0} threw an exception during services initialization.
- MD_PROVIDER_NOT_INSTALLED = DPR-ERR-2067 Unable to process the request because the MetadataService is not installed.
- AdminCommand.handoffFailed = DPR-ERR-2068 Unable to load balance an administration command, most likely due to a failure to connect to the remote dispatcher. See the remote dispatcher detailed logs for more information. Check the health status of the installed system by using the dispatcher diagnostics URIs.
- CMHandler.reportNotFound = DPR-ERR-2069 There are no report output versions available for this report.
- SERVICE_DIDNT_STOP = DPR-ERR-2070 The service {0} did not stop within a reasonable amount of time.
- GetFormatSamples.noLocale = DPR-ERR-2071 Unable to retrieve the requested format sample. No locale information was found in the user preferences
- CANNOT_FORWARD_TO_ABSOLUTE_AFFINITY_NODE = DPR-ERR-2072 Unable to load balance a request with absolute affinity, most likely due to a failure to connect to the remote dispatcher. See the remote dispatcher detailed logs for more information. Check the health status of the installed system by using the dispatcher diagnostics URIs.
- ConfigStoreServlet.ConfigPropertiesMissing = DPR-ERR-2073 Unable to retrieve all startup configuration parameters.
- notifyHandoffFailed = DPR-ERR-2076 Error propagating notify command to: {0}
- ReportServerHandler.missingProcess = DPR-ERR-2077 Failed to forward the request because the associated external process with PID {0} is unavailable, either because the process is shutting down, or this was an absolute affinity request and the requested process does not exist anymore. For more information, enable the dispatcher and the external process detailed logs, and reproduce the conditions that caused the error.
- ReportServerHandler.missingConversationContext = DPR-ERR-2078 Unable to proceed with the request. The mandatory header "conversationContext" is missing from the request.
- CAF_VALIDATION_FAILURE = DPR-ERR-2079 Firewall Security Rejection. Your request was rejected by the security firewall.
- CAF_ERROR = DPR-ERR-2080 Firewall Security Error. A security firewall error occurred. Error status:
- CAF_CONFIGURATION_ERROR = DPR-ERR-2081 Firewall Security Configuration Error. A security firewall configuration error occurred. Error status:
- CAF_SECURELOG_MSG = DPR-ERR-2082 An error has occurred. Please contact your administrator. The complete error has been logged by CAF with SecureErrorID:
- TARGET_GUID_MISMATCH = DPR-ERR-2083 The current dispatcher received a ping request from another dispatcher that recognizes the current one by a different GUID. This likely means the current dispatcher is registered in more than one content store. The current dispatcher will reply with a fault.
- UNKNOWN_SOURCE_GUID = DPR-ERR-2084 The current dispatcher received a request from another dispatcher with GUID={0}, but could not resolve the GUID. This likely means both dispatchers are running against different content stores and the current one is registered in both. There may be an old/incorrect registration for the current dispatcher in the other content store.
- CMQueueTimeout = DPR-ERR-2085 Request timed out. Unable to find active CM.
- FormRequestProcessor.unsupportedEncoding = DPR-ERR-2086 Unable to process the request because the encoding '{0}' is not supported.
- ReportServerHandler.executionLimitReached = DPR-ERR-2087 The request has exceeded the execution time limit. It will be cancelled.
- LoadBalanceHandler.unknownServerGroup = DPR-ERR-2088 The requested Server Group '{0}' does not exist.
- MISSING_REQUEST_CONVERSATION_ID = DPR-ERR-2089 The request cannot be processed because it is malformed. It is missing the element "conversationContext/id" that is mandatory in affine requests.
- MISSING_REQUEST_CONVERSATION_NODEID = DPR-ERR-2090 The request cannot be processed because it is malformed. It is missing the element "conversationContext/nodeId" that is mandatory in affine requests.
- INVALID_REQUEST_CONVERSATION_PROCESSID = DPR-ERR-2091 The request cannot be processed because it is malformed. The element "conversationContext/processId" is missing or contains an invalid value. This element is mandatory in affine requests.
- INVALID_REQUEST_CONVERSATION_AFFINITYSTRENGTH = DPR-ERR-2092 The request cannot be processed because it is malformed. The element "conversationContext/affinityStrength" is missing or contains an invalid value. This element is mandatory in affine requests.
- mapPreview.badResponseFromRS = DPR-ERR-2093 The response from reportService does not contain a getMapPreviewResponse element.
- mapPreview.emptyImageData = DPR-ERR-2094 The response from report server contains an empty getMapPreviewResponse element.
- mapPreview.errorDecodingImage = DPR-ERR-2095 Exception occurred processing the map preview image data.
- mapPreview.badRequest = DPR-ERR-2096 Malformed map preview request. getMapPreview is missing from URL or has no value.
- SERVICE_CANNOT_BE_STOPPED = DPR-ERR-2097 This service cannot be stopped.
- BasicHandler.noReporter = DPR-ERR-2098 A reporter instance must be associated with this handler for it to be marked as not startable.
- StartServiceAdminCommand.startFailed = DPR-ERR-2099 The service failed to start: {0}.
- StopServiceAdminCommand.stopFailed = DPR-ERR-2100 The service failed to stop: {0}.
- NOT_FOUND = DPR-ERR-2101 Your request was invalid. Please contact your administrator.
- InteractiveReportMonitor.cancelSuceeded = DPR-ERR-2102 The cancel request succeeded.
- InteractiveReportMonitor.cancelFailed = DPR-ERR-2103 The cancel request failed.
- InteractiveReportMonitor.reportNotFound = DPR-ERR-2104 The report was not found.
- RequestInvoker.noResponse = DPR-ERR-2105 The dispatcher was unable to communicate with the Report Server with pid {0}. Diagnostic files may have been generated, please check the "bin" directory.
- FormRequestProcessor.InvalidUrlSoapEncoding = DPR-ERR-2106 URL SOAP Encoding is not valid.
- UserCapabilitiesCache.parseError = DPR-ERR-2107 The User Capabilities Cache cookie cannot be decoded.
- UserCapabilitiesCache.encodeError = DPR-ERR-2108 The User Capabilities Cache cookie cannot be encoded.
- REQUEST_CANCELLED = DPR-ERR-2200 The request has been cancelled.
- NO_SUCH_CONVERSATION = DPR-ERR-2201 The request cannot be processed because it refers to non-existent conversation.
- NO_CONVERSATION_ID = DPR-ERR-2202 The request cannot be processed because it is an absolute affinity request but does not specify a conversation.
- contentManagerCacheService.disabled = DPR-ERR-2203 The contentManagerCacheService is disabled.
- ReportServerHandler.LimitedInputStreamError = DPR-ERR-2204 The report has exceeded the size limit. Please contact your administrator to increase the limit.
- MAXIMUM_HOP_COUNT = DPR-ERR-2205 Maximum hop count exceeded. Please contact your administrator. Hop count maximum limit is
- #
- # Section: EPG
- #
- # Description: stuff that appears in the last chance error page
- #
- LANG_DIR = en/
- ERRPAGE_HTML_TITLE = Error - IBM Cognos
- ERRPAGE_APPNAME = IBM Cognos
- ERRPAGE_UNEXPECTED = An error has occurred.
- ERRPAGE_HELP = Help
- ERRPAGE_CONTACTADMIN = Please try again or contact your administrator.
- LABEL_OK = OK
- CAF_ERRPAGE_CONTACTADMIN = CAF rejection details are available in the log. Please contact your administrator.
- #
- # Section: GTY
- #
- # Description: Messages from the Servlet Gateway
- #
- Gateway.communicationFailed = DPR-GTY-5000 Communication failed while attempting to forward the request to the dispatcher. Ensure that IBM Cognos is running.
- Gateway.resendFailed = DPR-GTY-5001 Cannot forward the request to dispatcher even after retrying.
- Gateway.cannotResend = DPR-GTY-5002 Cannot resend request because the request was not saved.
- Gateway.noActiveDispatcher = DPR-GTY-5003 The request cannot be forwarded. No configured dispatchers are currently running.
- Gateway.communicationFailedTryAgain = DPR-GTY-5004 Communication failed while attempting to forward the request to the dispatcher. This may be due to dispatcher failover: Please try again.
- #
- # Section: SYS
- #
- # Description: Messages releated to the system as a whole
- #
- System.Started = DPR-SYS-6000 The product is ready to use.
- System.Stopped = DPR-SYS-6001 The product is shutting down.
- #
- # Section: TST
- #
- # Description: This section is for test messages in dispatcher Unit Tests (DON'T REMOVE but translation not needed)
- #
- test.aTestMessage = Hello World!
|