ansmsg_en.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: HTS
  5. (C) Copyright IBM Corp. 2005, 2010
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <stringTable xsi:noNamespaceSchemaLocation="../../cclcore/prod/Resources/CCLMessageFile.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  9. <component name="ANS" usage="Annotation Service Messages">
  10. <section name="GEN" usage="Messages Generated by the Annotation Service" type="Messages">
  11. <string id="ANNOTATION_GENERAL_ERROR" type="String" errorCode="0001">Annotation Service general error</string>
  12. <string id="ANNOTATION_COMMAND_INSTANTIATION_ERROR" type="String" errorCode="0002">Cannot create command handler to process the annotation request:{0}</string>
  13. <string id="ANNOTATION_COMMAND_NOT_FOUND" type="String" errorCode="0003">Cannot find a command handler to process the annotation request:{0}</string>
  14. <string id="ANNOTATION_NOT_DELETED" type="String" errorCode="0004">Annotation not deleted</string>
  15. <string id="ANNOTATION_NOT_FOUND" type="String" errorCode="0005">Annotation id:{0} not found in the annotation store</string>
  16. <string id="CANNOT_READ_RESOURCE" type="String" errorCode="0006">Cannot read required resource</string>
  17. <string id="CAM_SECURITY_EXCEPTION" type="String" errorCode="0007">Encountered CAM security exception</string>
  18. <string id="CANNOT_GET_GATEWAY" type="String" errorCode="0008">Cannot get gateway URL</string>
  19. <string id="CONTEXT_INCLUDED_INCORRECT" type="String" errorCode="0009">Annotation context incorrectly included in the request</string>
  20. <string id="CONTEXT_NOT_INCLUDED_INCORRECT" type="String" errorCode="0010">Annotation context not included in the request</string>
  21. <string id="CREATION_TIME_INCLUDED_INCORRECT" type="String" errorCode="0011">Annotation creation time incorrectly included in the request</string>
  22. <string id="DESCRIPTION_NOT_INCLUDED_INCORRECT" type="String" errorCode="0012">Annotation description not included in the request</string>
  23. <string id="DESERIALIZER_CONSTRUCTOR_ERROR" type="String" errorCode="0013">Cannot create deserializer for the object:{0}</string>
  24. <string id="DESERIALIZER_NOT_FOUND" type="String" errorCode="0014">Cannot find deserializer for the object:{0}</string>
  25. <string id="EMPTY_ANNOTATION_OPERATION" type="String" errorCode="0015">No annotation request found in SOAP:body</string>
  26. <string id="EMPTY_SOAP_BODY" type="String" errorCode="0016">SOAP:body is empty</string>
  27. <string id="GET_PROPERTY_FAILED" type="String" errorCode="0017">Cannot retrieve the property named {0}</string>
  28. <string id="INVALID_PAGE_NUMBER" type="String" errorCode="0018">Page number not found</string>
  29. <string id="INVALID_PAGE_SIZE" type="String" errorCode="0019">Page size not found</string>
  30. <string id="INVALID_SPECIFICATION" type="String" errorCode="0020">Async specification not found or is invalid</string>
  31. <string id="LAST_MOD_TIME_INCLUDED_INCORRECT" type="String" errorCode="0021">Annotation last modification time incorrectly included in the request </string>
  32. <string id="NAME_NOT_INCLUDED_INCORRECT" type="String" errorCode="0022">Annotation name not included in the request</string>
  33. <string id="NEXT_PAGE_INVALID_CONTEXT_OBJECT" type="String" errorCode="0023">Invalid context object found for nextPage operation</string>
  34. <string id="NO_SPECIFICATION_ELEMENT" type="String" errorCode="0024">Specification element is missing</string>
  35. <string id="NULL_SERVICE_RESPONSE" type="String" errorCode="0025">Annotation service produced an empty response</string>
  36. <string id="OWNER_INCLUDED_INCORRECT" type="String" errorCode="0026">Annotation owner incorrectly included in the request</string>
  37. <string id="PAGE_SIZE_NOT_SPECIFIED" type="String" errorCode="0027">Page size not specified</string>
  38. <string id="PARENT_ID_NOT_INCLUDED_INCORRECT" type="String" errorCode="0028">Annotation parent id not included in the request</string>
  39. <string id="PARENT_ID_INCLUDED_INCORRECT" type="String" errorCode="0029">Annotation parent id incorrectly included in the request</string>
  40. <string id="QUERY_CONSTRUCTOR_ERROR" type="String" errorCode="0030">Cannot create query for the object:{0}</string>
  41. <string id="QUERY_NOT_FOUND" type="String" errorCode="0031">Cannot find query for the given object:{0}</string>
  42. <string id="PERSISTOR_CONSTRUCTOR_ERROR" type="String" errorCode="0032">Cannot create persistor for the object:{0}</string>
  43. <string id="PERSISTOR_NOT_FOUND" type="String" errorCode="0033">Cannot find persistor for the object:{0}</string>
  44. <string id="RELEASE_INVALID_CONTEXT_OBJECT" type="String" errorCode="0034">Invalid context for release operation</string>
  45. <string id="RUN_SPECIFICATION_MISSING_SPECIFICATION" type="String" errorCode="0035">Run specification method missing the specification element</string>
  46. <string id="SDK_CLIENT_EXCEPTION" type="String" errorCode="0036">SDKClientException encountered</string>
  47. <string id="SERIALIZER_CONSTRUCTOR_ERROR" type="String" errorCode="0037">Cannot create serializer for the object: {0}</string>
  48. <string id="SERIALIZER_NOT_FOUND" type="String" errorCode="0038">Cannot find serializer object for the object: {0}</string>
  49. <string id="SPECIFICATION_MISSING_SPECIFICATION" type="String" errorCode="0039">Specification missing specification element</string>
  50. <string id="SPECIFICATION_NULL" type="String" errorCode="0040">Specification is empty</string>
  51. <string id="ANNOTATION_ID_NOT_FOUND" type="String" errorCode="0041">Annotation id is not included in the request</string>
  52. <string id="ANNOTATION_PARENT_ID_NOT_FOUND" type="String" errorCode="0042">Annotation parent id is not included in the request</string>
  53. <string id="INCONSISTENCY_IN_CONTEXT_TABLE" type="String" errorCode="0043">Inconsistency in context table. Context is not unique</string>
  54. <string id="INCONSISTENCY_IN_DATAITEM_TABLE" type="String" errorCode="0044">Inconsistency in dataItem table. DataItem is not unique</string>
  55. <string id="INCONSISTENCY_IN_DIMENSIONMEMBER_TABLE" type="String" errorCode="0045">Inconsistency in dimensionMember table. DimensionMember is not unique</string>
  56. <string id="INCONSISTENCY_IN_DIMENSION_TABLE" type="String" errorCode="0046">Inconsistency in dimension table. Dimension is not unique</string>
  57. <string id="INCONSISTENCY_IN_METADATAITEM_TABLE" type="String" errorCode="0047">Inconsistency in metadataItem table. MetadataItem is not unique</string>
  58. <string id="INCONSISTENCY_IN_MODEL_TABLE" type="String" errorCode="0048">Inconsistency in model table. Model is not unique</string>
  59. <string id="INVALID_ANNOTATION_ID" type="String" errorCode="0049">Invalid annotation id in request:{0}</string>
  60. <string id="INVALID_DATE_FORMAT" type="String" errorCode="0050">Invalid date format in request:{0}</string>
  61. <string id="INVALID_LAST_MOD_TIME_FORMAT" type="String" errorCode="0051">Invalid last modification date in request:{0}</string>
  62. <string id="INVALID_REST_PATH" type="String" errorCode="0052">Invalid path for REST request:{0}</string>
  63. <string id="NEXT_PAGE_CALLED_ON_DEAD_CONVERSATION" type="String" errorCode="0053">Next page called on a conversation which has already finished</string>
  64. <string id="NO_ANNOTATIONS_ELEMENT" type="String" errorCode="0054">Annotations element not included in the request</string>
  65. <string id="CONTEXT_NOT_FOUND" type="String" errorCode="0055">Context not found</string>
  66. <string id="NOT_OWNER" type="String" errorCode="0056">Request cannot be performed because user is not the owner of the specified annotation</string>
  67. <string id="NOT_IMPLEMENTED" type="String" errorCode="0057">Not implemented</string>
  68. <string id="NOT_ADMINISTRATOR" type="String" errorCode="0058">Request cannot be performed because user is not a system administrator</string>
  69. <string id="DELETION_LIST_NOT_FOUND" type="String" errorCode="0059">List of annotation ids to delete not included in the request</string>
  70. <string id="DOA_CONSTRUCTOR_ERROR" type="String" errorCode="0060">Cannot create dao for the object:{0}</string>
  71. <string id="DOA_NOT_FOUND" type="String" errorCode="0061">Cannot find dao for the object:{0}</string>
  72. <string id="SQL_EXCEPTION_WHILE_CLEANING" type="String" errorCode="0062">SQL exception encountered when removing unused items of type:{0}</string>
  73. <string id="CONTEXT_TYPE" type="String" errorCode="0063">Context</string>
  74. <string id="DIMMEMBER_TYPE" type="String" errorCode="0063">DimensionMember</string>
  75. <string id="DIMENSION_TYPE" type="String" errorCode="0064">Dimension</string>
  76. <string id="DATAITEM_TYPE" type="String" errorCode="0065">DataItem</string>
  77. <string id="METADATAITEM_TYPE" type="String" errorCode="0066">MetadataItem</string>
  78. <string id="MODEL_TYPE" type="String" errorCode="0067">Model</string>
  79. <string id="ANNOTATION_TYPE" type="String" errorCode="0068">Annotation</string>
  80. <string id="PERSISTOR_WRONG_SORT_ORDER" type="String" errorCode="0069">Error when sorting the items to be persisted. Expected {0} objects but got {1} objects</string>
  81. <string id="ID_INCLUDED_INCORRECT" type="String" errorCode="0070">Annotation id incorrectly included in the request</string>
  82. <string id="INVALID_CREATION_TIME_FORMAT" type="String" errorCode="0071">Invalid creation date format in request:{0}</string>
  83. <string id="CLEANING_DELETED_COUNT" type="String" errorCode="0072">Cleanup has removed {0} items of type: {1}</string>
  84. <string id="NO_PERMISSION_CREATE" type="String" errorCode="0072">User does not have permission to create annotation associated with parent object: {0}</string>
  85. <string id="NO_PERMISSION_UPDATE" type="String" errorCode="0072">User does not have permission to update annotation associated with parent object: {0}</string>
  86. <string id="NO_PERMISSION_DELETE" type="String" errorCode="0073">User does not have permission to delete annotation associated with parent object: {0}</string>
  87. <string id="INVALID_ARGUMENT" type="String" errorCode="0074">Invalid argument to function</string>
  88. <string id="INVALID_ANNOTATION_PARENT_ID_REFERENCE" type="String" errorCode="0075">Invalid reference to annotation parent: {0}</string>
  89. <string id="EMPTY_DATAITEM_NOT_STORED" type="String" errorCode="0076">DataItem {0} has empty value and has not been stored</string>
  90. <string id="EMPTY_METADATAITEM_NOT_STORED" type="String" errorCode="0076">Metadata item {0} has empty value and has not been stored</string>
  91. <string id="ANNOTATION_DESCRIPTION_TOO_LARGE" type="String" errorCode="0077">Annotation description is too large at {0} bytes</string>
  92. <string id="MSG_SCHEMA_UPDATE_FAILED" type="String" errorCode="0078">Schema update failed: {0}.</string>
  93. <string id="TEXT_TYPE" type="String" errorCode="0078">AnnotationText</string>
  94. </section>
  95. </component>
  96. </stringTable>