1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cogadmin
- (C) Copyright IBM Corp. 2005, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved.
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xs="http://www.w3.org/2001/XMLSchema" localization="Product Locale" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../CCL/CCLCore/Resources/CCLMessageFile.xsd">
- <component name="ADM" usage="Messages generated by Cogadmin Services">
- <section name="SCH" usage="Messages relative to the scheduled activities" type="Messages">
- <string id="ERROR_CALCULATE_DURATION" type="String">Unable to calculate the duration value</string>
- <string id="ERROR_FORMAT_DURATION" type="String">Unable to format the duration value</string>
- </section>
- <section name="ERR" usage="Error Messages generated by the Enterprise Admin Services" type="Messages">
- <string id="error.general" type="String">An error occurred.</string>
- <string id="error.unknown" type="String">An unknown error occurred.</string>
- <string id="error.exception" type="String">An error occurred.</string>
- <string id="error.invalidresourceid" type="String">The resource id "<param name="0" type="string"/>" is not valid.</string>
- <string id="error.unsupportedresourceoperation" type="String">The "<param name="0" type="string"/>" resource does not support the "<param name="1" type="string"/>" operation.</string>
- <string id="error.resourcelookup.notfound" type="String">Unable to find a resource lookup to handle the find(<param name="0" type="string"/>).</string>
- <string id="error.qrbt.notfound" type="String">QueryRelationshipsByType Error. No resources found for "<param name="0" type="string"/>" type</string>
- <string id="error.qrbt.unsupportedtype" type="String">QueryRelationshipsByType Error. The relationship type is not supported: <param name="0" type="string"/>.</string>
- <string id="error.getresourceproperty.notfound" type="String">GetResourceProperty Error. The resource property "<param name="0" type="string"/>" not found.</string>
- <string id="error.resourcelookup.idalreadybeenset" type="String">The ID for this resource has already been set:<param name="0" type="string"/>.</string>
- <string id="error.action.notfound" type="String">ExecuteResourceAction Error. No action found for '<param name="0" type="string"/>'.</string>
- <string id="error.action.missingrequiredcomponents" type="String">Missing required component(s).</string>
- <string id="error.threshold.read.invalidrequest" type="String">Unable to read thresholds. The request is not valid.</string>
- <string id="error.threshold.read.general" type="String">Unable to read thresholds.</string>
- <string id="error.threshold.write.general" type="String">Unable to write thresholds.</string>
- <string id="error.threshold.write.invalidrequest" type="String">Unable to write thresholds. The request is not valid.</string>
- <string id="error.threshold.clear.general" type="String">Unable to clear thresholds.</string>
- <string id="error.threshold.clear.invalidrequest" type="String">Unable to clear thresholds. The request is not valid.</string>
- <string id="error.interactiveactivities.general" type="String">Unable to get interactive activities.</string>
- <string id="error.interactiveactivities.cancel.general" type="String">Unable to cancel interactive activities.</string>
- <string id="error.convertStoreIdsFromJsonToXml" type="String">Unable to convert storeIds from Json String to Xml string.</string>
- <string id="error.convertStoreIdsFromJsonToXml.noParams" type="String">There are no parameters passed to the xts function</string>
- <string id="error.convertStoreIdsFromJsonToXml.noStoreidParam" type="String">StoreID parameter is not defined in the parameter map passed to the xts function</string>
- <string id="error.stopcubes.hasDependents" type="String">You cannot stop a cube that is used as a source cube. The following cubes must first be stopped in the order presented.</string>
- <string id="error.restartcubes.hasDependents" type="String">You cannot restart a cube that is used as a source cube. The following cubes must first be stopped in the order presented.</string>
- <string id="error.pausecubes.hasDependents" type="String">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.</string>
- <string id="error.recoverable.startcubes.confirmStartSources" type="Dialog Caption">To start this cube, the system must also start the following source cubes.</string>
- </section>
- <section name="FLT" usage="WSRP MUWS Fault Messages generated by the Enterprise Admin Services" type="UI">
- <string id="fault.resourcegeneral" type="String">General resource fault.</string>
- <string id="fault.resourceunavailable" type="String">Resource Unavailable.<param name="0" type="string"/></string>
- <string id="fault.resourceunknown" type="String">Unknown resource.<param name="0" type="string"/></string>
- <string id="fault.deleteresourcepropertiesrequestfailed" type="String">The request to delete resource properties failed.</string>
- <string id="fault.insertresourcepropertiesrequestfailed" type="String">The request to insert resource properties failed.</string>
- <string id="fault.invalidmodification" type="String">The modification is not valid. </string>
- <string id="fault.invalidqueryexpression" type="String">The query expression is not valid:<param name="0" type="string"/>.</string>
- <string id="fault.invalidqueryresourcepropertyname" type="String">Resource property QNAME:<param name="0" type="string"/> is not valid.</string>
- <string id="fault.queryevaluationerror" type="String">Query evaluation error.</string>
- <string id="fault.setresourcepropertyrequestfailed" type="String">The request to set the resource property failed:<param name="0" type="string"/>.</string>
- <string id="fault.unabletomodifyresourceproperty" type="String">Unable to modify resource property:<param name="0" type="string"/>.</string>
- <string id="fault.unabletoputresourcepropertydocument" type="String">Unable to apply the resource property document.</string>
- <string id="fault.unknownqueryexpressiondialect" type="String">Unknown query expression dialect:<param name="0" type="string"/>.</string>
- <string id="fault.updateresourcepropertiesrequestfailed" type="String">The request to update resource properties failed:<param name="0" type="string"/>.</string>
- </section>
- </component>
- </stringTable>
|