123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2012
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
- <component name="FRP" usage="FileSystem Repository Plugin messages">
- <section name="OPF" type="Messages" usage="Operation Failure messages">
- <string id="archiveLocationDoesNotExist" errorCode="1001">The following archive location does not exist: <param name="archiveLocation"/>.</string>
- <string id="failedToTestConnection" errorCode="2002">Test Connection Operation Failure</string>
- <string id="failedToWriteFile" errorCode="1003">Failed to write to a file.</string>
- <string id="failedToAddArchive" errorCode="1004">Add Archive Operation Failure.</string>
- <string id="failedToQueryContent" errorCode="1006">Content Query Operation Failure.</string>
- <string id="missingOptionMetadata" errorCode="1007">Options for metadata missing.</string>
- <string id="uriParsingError" errorCode="1008">The following URI could not be parsed: <param name="uri"/>.</string>
- <string id="dateParsingError" errorCode="1009">The following date could not be parsed: <param name="date"/>.</string>
- <string id="unrecognizedQueryName" errorCode="1010">Unrecognized query name: <param name="name"/>.</string>
- <string id="failedToReadAndParseFile" errorCode="1011">Failed to read or parse a file.</string>
- <string id="missingProperty" errorCode="1012">The following property is missing: <param name="property"/>.</string>
- <string id="malformedAliasRootURI" errorCode="1013">The URI for the following archive location is invalid: <param name="aliasRoot"/>.</string>
- <string id="invalidConnectionString" errorCode="1014">Invalid data source connection string.</string>
- <string id="missingAliasRoot" errorCode="1015">The alias root is missing.</string>
- <string id="aliasRootNotFound" errorCode="1016">The alias root: <param name="aliasRootName"/> was not found in the configuration. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.</string>
- <string id="invalidAliasRoot" errorCode="1017">Invalid alias root: <param name="aliasRootName"/>.</string>
- <string id="missingWindowsURI" errorCode="1018">The alias root: <param name="aliasRoot"/> is missing the Windows URI. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.</string>
- <string id="missingUnixURI" errorCode="1019">The alias root: <param name="aliasRoot"/> is missing the Unix URI. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.</string>
- <string id="failedToGetAliasRootsFromConfig" errorCode="1020">The alias root configuration cannot be determined. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.</string>
- <string id="archiveLocationReadFail" errorCode="1021">Failed to verify read access to the following archive location: <param name="archiveLocation"/>. Please verify that the credentials of the IBM Cognos service have read access to the configured archive location.</string>
- <string id="archiveLocationWriteFail" errorCode="1022">Failed to verify write access to the following archive location: <param name="archiveLocation"/>. Please verify that the credentials of the IBM Cognos service have write access to the configured archive location.</string>
- <string id="archiveLocationInvalidScheme" errorCode="1023">The URI scheme "<param name="schemeName"/>" is not supported.</string>
- <string id="archiveRootPathInvalid" errorCode="1024">The following root folder is invalid: <param name="rootFolderName"/>.</string>
- <string id="fileNotFound" errorCode="1025">File could not be found.</string>
- <string id="invalidParameter" errorCode="1026">Parameter '<param name="parameterName"/>' has invalid value '<param name="parameterValue"/>'</string>
- </section>
- </component>
- </stringTable>
|