1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #
- # 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: FRP
- ##
- ## Description: FileSystem Repository Plugin messages
- ##
- #
- # Section: OPF
- #
- # Description: Operation Failure messages
- #
- archiveLocationDoesNotExist = FRP-OPF-1001 The following archive location does not exist: {archiveLocation}.
- failedToTestConnection = FRP-OPF-2002 Test Connection Operation Failure
- failedToWriteFile = FRP-OPF-1003 Failed to write to a file.
- failedToAddArchive = FRP-OPF-1004 Add Archive Operation Failure.
- failedToQueryContent = FRP-OPF-1006 Content Query Operation Failure.
- missingOptionMetadata = FRP-OPF-1007 Options for metadata missing.
- uriParsingError = FRP-OPF-1008 The following URI could not be parsed: {uri}.
- dateParsingError = FRP-OPF-1009 The following date could not be parsed: {date}.
- unrecognizedQueryName = FRP-OPF-1010 Unrecognized query name: {name}.
- failedToReadAndParseFile = FRP-OPF-1011 Failed to read or parse a file.
- missingProperty = FRP-OPF-1012 The following property is missing: {property}.
- malformedAliasRootURI = FRP-OPF-1013 The URI for the following archive location is invalid: {aliasRoot}.
- invalidConnectionString = FRP-OPF-1014 Invalid data source connection string.
- missingAliasRoot = FRP-OPF-1015 The alias root is missing.
- aliasRootNotFound = FRP-OPF-1016 The alias root: {aliasRootName} was not found in the configuration. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.
- invalidAliasRoot = FRP-OPF-1017 Invalid alias root: {aliasRootName}.
- missingWindowsURI = FRP-OPF-1018 The alias root: {aliasRoot} is missing the Windows URI. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.
- missingUnixURI = FRP-OPF-1019 The alias root: {aliasRoot} is missing the Unix URI. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.
- failedToGetAliasRootsFromConfig = FRP-OPF-1020 The alias root configuration cannot be determined. Please verify the alias root configuration in IBM Cognos Configuration for your active Content Manager.
- archiveLocationReadFail = FRP-OPF-1021 Failed to verify read access to the following archive location: {archiveLocation}. Please verify that the credentials of the IBM Cognos service have read access to the configured archive location.
- archiveLocationWriteFail = FRP-OPF-1022 Failed to verify write access to the following archive location: {archiveLocation}. Please verify that the credentials of the IBM Cognos service have write access to the configured archive location.
- archiveLocationInvalidScheme = FRP-OPF-1023 The URI scheme "{schemeName}" is not supported.
- archiveRootPathInvalid = FRP-OPF-1024 The following root folder is invalid: {rootFolderName}.
- fileNotFound = FRP-OPF-1025 File could not be found.
- invalidParameter = FRP-OPF-1026 Parameter '{parameterName}' has invalid value '{parameterValue}'
|