filesystemrepository_en.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. BI and PM: CM
  5. (C) Copyright IBM Corp. 2012
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
  10. <component name="FRP" usage="FileSystem Repository Plugin messages">
  11. <section name="OPF" type="Messages" usage="Operation Failure messages">
  12. <string id="archiveLocationDoesNotExist" errorCode="1001">The following archive location does not exist: <param name="archiveLocation"/>.</string>
  13. <string id="failedToTestConnection" errorCode="2002">Test Connection Operation Failure</string>
  14. <string id="failedToWriteFile" errorCode="1003">Failed to write to a file.</string>
  15. <string id="failedToAddArchive" errorCode="1004">Add Archive Operation Failure.</string>
  16. <string id="failedToQueryContent" errorCode="1006">Content Query Operation Failure.</string>
  17. <string id="missingOptionMetadata" errorCode="1007">Options for metadata missing.</string>
  18. <string id="uriParsingError" errorCode="1008">The following URI could not be parsed: <param name="uri"/>.</string>
  19. <string id="dateParsingError" errorCode="1009">The following date could not be parsed: <param name="date"/>.</string>
  20. <string id="unrecognizedQueryName" errorCode="1010">Unrecognized query name: <param name="name"/>.</string>
  21. <string id="failedToReadAndParseFile" errorCode="1011">Failed to read or parse a file.</string>
  22. <string id="missingProperty" errorCode="1012">The following property is missing: <param name="property"/>.</string>
  23. <string id="malformedAliasRootURI" errorCode="1013">The URI for the following archive location is invalid: <param name="aliasRoot"/>.</string>
  24. <string id="invalidConnectionString" errorCode="1014">Invalid data source connection string.</string>
  25. <string id="missingAliasRoot" errorCode="1015">The alias root is missing.</string>
  26. <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>
  27. <string id="invalidAliasRoot" errorCode="1017">Invalid alias root: <param name="aliasRootName"/>.</string>
  28. <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>
  29. <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>
  30. <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>
  31. <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>
  32. <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>
  33. <string id="archiveLocationInvalidScheme" errorCode="1023">The URI scheme "<param name="schemeName"/>" is not supported.</string>
  34. <string id="archiveRootPathInvalid" errorCode="1024">The following root folder is invalid: <param name="rootFolderName"/>.</string>
  35. <string id="fileNotFound" errorCode="1025">File could not be found.</string>
  36. <string id="invalidParameter" errorCode="1026">Parameter '<param name="parameterName"/>' has invalid value '<param name="parameterValue"/>'</string>
  37. </section>
  38. </component>
  39. </stringTable>