1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- #
- # 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: CRS
- ##
- ## Description: Content RepositoryService messages
- ##
- #
- # Section: CM
- #
- # Description: REPS CM messages
- #
- repositoryDataSourceUnavailable = CRS-CM-1001 No access to Data Source connection or credentials.
- repositoryDataSourceError = CRS-CM-1002 Encounter error when query dataSource "{name}" from CM.
- repositoryReportUnavailable = CRS-CM-1003 No required permission access to the report in Content Manager that the output was based on.
- repositoryNoCapability = CRS-CM-1004 The user doesn't have the required capability to view archived outputs
- repositoryAmbiguousConnection = CRS-CM-1005 Multiple eligible connections returned for Data Source "{id}". An unambiguous connection is required for archive access.
- invalidSOAPRequest = CRS-CM-1006 Invalid SOAP request.
- repositoryObjectNotFound = CRS-CM-1007 Object not found.
- repositoryNoEOSAccess = CRS-CM-1008 The repository service is unable to access the configured External Object Store, requests will be routed to the active Content Manager service. To enable access make sure that the user "{username}" has read access to the configured location "{locationPath}", and that it points to the same physical location as configured for the active Content Manager service.
- repositoryUnableToAccessEOS = CRS-CM-1009 The repository service is unable to access the configured External Object Store, requests will be routed to the active Content Manager service.
- repositoryNoEOSUriConfiguredForThisOS = CRS-CM-1010 The External Object Store has not been configured for the Repository Service host operating system, requests will be routed to the active Content Manager service. To enable access make sure that the External Object Store has been configured for the host operating system.
- repositoryFailCMQuery = CRS-CM-1011 Unexpected status code {responseCode} returned for {property} request"
- #
- # Section: REP
- #
- # Description: REPS Repository messages
- #
- repositoryDocMissing = CRS-REP-1001 Repository document not available.
- repositoryErrorExample = CRS-REP-1002 Error from Repository API. "{RootCause}".
- repositoryPolicyError = CRS-REP-1003 Error when reading resource's access policy.
- repositorySecurityError = CRS-REP-1004 A security exception occurred while accessing the requested resource.
- repositoryResourceRequestError = CRS-REP-1005 An exception occurred while accessing the requested resource.
- repositoryInvalidURI = CRS-REP-1006 The requested URI is invalid.
- repositoryForbiddenURI = CRS-REP-1007 Requests for the required resource are forbidden.
- repositoryMissingPassport = CRS-REP-1008 No valid passport was found in the request. Please try logging in again.
- repositoryRequestEntityTooLarge = CRS-REP-1009 The request entity is too large.
- repositoryUnknownCache = CRS-REP-1010 Unknown cache requested. No configuration available for "{cache}".
- repositoryNoGatewayAccess = CRS-REP-1011 Access not allowed through the gateway.
- repositorySaveInCacheFailure = CRS-REP-1012 Unable to store object in the cache.
- repositoryUnsupportedOperation = CRS-REP-1013 Unsupported operation "{operation}".
- repositoryCacheLimitExceeded = CRS-REP-1014 This content exceeds the configured size limit for online viewing, please use the download option instead.
- repositoryCacheLimitExceededDetail = CRS-REP-1015 The requested content exceeds the maximum size of {size} MB permitted to be cached by the repository service. This limit can be controlled via the advanced settings for this service by specifying the parameter "repository.maxCacheDocSize" and providing a value in megabytes.
- #
- # Section: DET
- #
- # Description: REPS Detail messages
- #
- repositoryInvalidPart = CRS-DET-1001 Invalid URI part "{part}".
- repositoryInvalidQueryParameterValue = CRS-DET-1002 Invalid query parameter value "{value}" for parameter "{name}".
- repositoryInvalidURILeadingSlash = CRS-DET-1003 The request is missing the leading "/" character.
- repositoryBadRequestMissingResourceID = CRS-DET-1004 The request is missing an ID for URI part "{part}".
- repositoryUnexpectedPart = CRS-DET-1005 Unexpected URI part "{actual}" with parent resource "{parent}", parent should be "{expected}".
- repositoryInvalidID = CRS-DET-1006 Invalid ID "{id}".
- repositoryMissingID = CRS-DET-1007 No Cache ID generated for request. Unable to cache object.
- #
- # Section: SEV
- #
- # Description: REPS Server Faults
- #
- repositoryCryptoError = CRS-SEV-1001 Content repository service failed to initialize CAM Crypto.
- repositoryACMError = CRS-SEV-1002 Content repository service failed to initialize Access Control Module.
- repositoryConfigurationError = CRS-SEV-1003 The configuration for the content repository service is invalid.
- #
- # Section: LOG
- #
- # Description: REPS logging
- #
- repositoryPathInfo = CRS-LOG-2001 Viewing archived output for documentID, "{docID}", and dataSourceName, "{dn}"
|