repositoryService_en.xml 6.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. 2013
  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="CRS" usage="Content RepositoryService messages">
  11. <section name="CM" type="Messages" usage="REPS CM messages">
  12. <string id="repositoryDataSourceUnavailable" errorCode="1001">No access to Data Source connection or credentials.</string>
  13. <string id="repositoryDataSourceError" errorCode="1002">Encounter error when query dataSource "<param name="name"/>" from CM.</string>
  14. <string id="repositoryReportUnavailable" errorCode="1003">No required permission access to the report in Content Manager that the output was based on.</string>
  15. <string id="repositoryNoCapability" errorCode="1004">The user doesn't have the required capability to view archived outputs</string>
  16. <string id="repositoryAmbiguousConnection" errorCode="1005">Multiple eligible connections returned for Data Source "<param name="id"/>". An unambiguous connection is required for archive access.</string>
  17. <string id="invalidSOAPRequest" errorCode="1006">Invalid SOAP request.</string>
  18. <string id="repositoryObjectNotFound" errorCode="1007">Object not found.</string>
  19. <string id="repositoryNoEOSAccess" errorCode="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 "<param name="username"/>" has read access to the configured location "<param name="locationPath"/>", and that it points to the same physical location as configured for the active Content Manager service.</string>
  20. <string id="repositoryUnableToAccessEOS" errorCode="1009">The repository service is unable to access the configured External Object Store, requests will be routed to the active Content Manager service.</string>
  21. <string id="repositoryNoEOSUriConfiguredForThisOS" errorCode="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.</string>
  22. <string id="repositoryFailCMQuery" errorCode="1011">Unexpected status code <param name="responseCode"/> returned for <param name="property"/> request"</string>
  23. </section>
  24. <section name="REP" type="Messages" usage="REPS Repository messages">
  25. <string id="repositoryDocMissing" errorCode="1001">Repository document not available.</string>
  26. <string id="repositoryErrorExample" errorCode="1002">Error from Repository API. "<param name="RootCause"/>".</string>
  27. <string id="repositoryPolicyError" errorCode="1003">Error when reading resource's access policy.</string>
  28. <string id="repositorySecurityError" errorCode="1004">A security exception occurred while accessing the requested resource.</string>
  29. <string id="repositoryResourceRequestError" errorCode="1005">An exception occurred while accessing the requested resource.</string>
  30. <string id="repositoryInvalidURI" errorCode="1006">The requested URI is invalid.</string>
  31. <string id="repositoryForbiddenURI" errorCode="1007">Requests for the required resource are forbidden.</string>
  32. <string id="repositoryMissingPassport" errorCode="1008">No valid passport was found in the request. Please try logging in again.</string>
  33. <string id="repositoryRequestEntityTooLarge" errorCode="1009">The request entity is too large.</string>
  34. <string id="repositoryUnknownCache" errorCode="1010">Unknown cache requested. No configuration available for "<param name="cache"/>".</string>
  35. <string id="repositoryNoGatewayAccess" errorCode="1011">Access not allowed through the gateway.</string>
  36. <string id="repositorySaveInCacheFailure" errorCode="1012">Unable to store object in the cache.</string>
  37. <string id="repositoryUnsupportedOperation" errorCode="1013">Unsupported operation "<param name="operation"/>".</string>
  38. <string id="repositoryCacheLimitExceeded" errorCode="1014">This content exceeds the configured size limit for online viewing, please use the download option instead.</string>
  39. <string id="repositoryCacheLimitExceededDetail" errorCode="1015">The requested content exceeds the maximum size of <param name="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.</string>
  40. </section>
  41. <section name="DET" type="Messages" usage="REPS Detail messages">
  42. <string id="repositoryInvalidPart" errorCode="1001">Invalid URI part "<param name="part"/>".</string>
  43. <string id="repositoryInvalidQueryParameterValue" errorCode="1002">Invalid query parameter value "<param name="value"/>" for parameter "<param name="name"/>".</string>
  44. <string id="repositoryInvalidURILeadingSlash" errorCode="1003">The request is missing the leading "/" character.</string>
  45. <string id="repositoryBadRequestMissingResourceID" errorCode="1004">The request is missing an ID for URI part "<param name="part"/>".</string>
  46. <string id="repositoryUnexpectedPart" errorCode="1005">Unexpected URI part "<param name="actual"/>" with parent resource "<param name="parent"/>", parent should be "<param name="expected"/>".</string>
  47. <string id="repositoryInvalidID" errorCode="1006">Invalid ID "<param name="id"/>".</string>
  48. <string id="repositoryMissingID" errorCode="1007">No Cache ID generated for request. Unable to cache object.</string>
  49. </section>
  50. <section name="SEV" type="Messages" usage="REPS Server Faults">
  51. <string id="repositoryCryptoError" errorCode="1001">Content repository service failed to initialize CAM Crypto.</string>
  52. <string id="repositoryACMError" errorCode="1002">Content repository service failed to initialize Access Control Module.</string>
  53. <string id="repositoryConfigurationError" errorCode="1003">The configuration for the content repository service is invalid.</string>
  54. </section>
  55. <section name="LOG" type="Messages" usage="REPS logging">
  56. <string id="repositoryPathInfo" errorCode="2001">Viewing archived output for documentID, "<param name="docID"/>", and dataSourceName, "<param name="dn"/>"</string>
  57. </section>
  58. </component>
  59. </stringTable>