1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #
- # 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: ADM
- ##
- ## Description: Messages generated by Cogadmin Services
- ##
- #
- # Section: SCH
- #
- # Description: Messages relative to the scheduled activities
- #
- ERROR_CALCULATE_DURATION = Unable to calculate the duration value
- ERROR_FORMAT_DURATION = Unable to format the duration value
- #
- # Section: ERR
- #
- # Description: Error Messages generated by the Enterprise Admin Services
- #
- error.general = An error occurred.
- error.unknown = An unknown error occurred.
- error.exception = An error occurred.
- error.invalidresourceid = The resource id "{0}" is not valid.
- error.unsupportedresourceoperation = The "{0}" resource does not support the "{1}" operation.
- error.resourcelookup.notfound = Unable to find a resource lookup to handle the find({0}).
- error.qrbt.notfound = QueryRelationshipsByType Error. No resources found for "{0}" type
- error.qrbt.unsupportedtype = QueryRelationshipsByType Error. The relationship type is not supported: {0}.
- error.getresourceproperty.notfound = GetResourceProperty Error. The resource property "{0}" not found.
- error.resourcelookup.idalreadybeenset = The ID for this resource has already been set:{0}.
- error.action.notfound = ExecuteResourceAction Error. No action found for '{0}'.
- error.action.missingrequiredcomponents = Missing required component(s).
- error.threshold.read.invalidrequest = Unable to read thresholds. The request is not valid.
- error.threshold.read.general = Unable to read thresholds.
- error.threshold.write.general = Unable to write thresholds.
- error.threshold.write.invalidrequest = Unable to write thresholds. The request is not valid.
- error.threshold.clear.general = Unable to clear thresholds.
- error.threshold.clear.invalidrequest = Unable to clear thresholds. The request is not valid.
- error.interactiveactivities.general = Unable to get interactive activities.
- error.interactiveactivities.cancel.general = Unable to cancel interactive activities.
- error.convertStoreIdsFromJsonToXml = Unable to convert storeIds from Json String to Xml string.
- error.convertStoreIdsFromJsonToXml.noParams = There are no parameters passed to the xts function
- error.convertStoreIdsFromJsonToXml.noStoreidParam = StoreID parameter is not defined in the parameter map passed to the xts function
- error.stopcubes.hasDependents = You cannot stop a cube that is used as a source cube. The following cubes must first be stopped in the order presented.
- error.restartcubes.hasDependents = You cannot restart a cube that is used as a source cube. The following cubes must first be stopped in the order presented.
- error.pausecubes.hasDependents = You cannot pause a cube that is used as a source cube. The following cubes must first be stopped or paused in the order presented.
- error.recoverable.startcubes.confirmStartSources = To start this cube, the system must also start the following source cubes.
- #
- # Section: FLT
- #
- # Description: WSRP MUWS Fault Messages generated by the Enterprise Admin Services
- #
- fault.resourcegeneral = General resource fault.
- fault.resourceunavailable = Resource Unavailable.{0}
- fault.resourceunknown = Unknown resource.{0}
- fault.deleteresourcepropertiesrequestfailed = The request to delete resource properties failed.
- fault.insertresourcepropertiesrequestfailed = The request to insert resource properties failed.
- fault.invalidmodification = The modification is not valid.
- fault.invalidqueryexpression = The query expression is not valid:{0}.
- fault.invalidqueryresourcepropertyname = Resource property QNAME:{0} is not valid.
- fault.queryevaluationerror = Query evaluation error.
- fault.setresourcepropertyrequestfailed = The request to set the resource property failed:{0}.
- fault.unabletomodifyresourceproperty = Unable to modify resource property:{0}.
- fault.unabletoputresourcepropertydocument = Unable to apply the resource property document.
- fault.unknownqueryexpressiondialect = Unknown query expression dialect:{0}.
- fault.updateresourcepropertiesrequestfailed = The request to update resource properties failed:{0}.
|