repositoryAPI_en.properties 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Licensed Materials - Property of IBM
  3. # IBM Cognos Products: localizationkit
  4. # (C) Copyright IBM Corp. 2005, 2016
  5. # US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. #
  7. ## DO NOT EDIT!
  8. ## Generated using CCLXmlToProperties.xslt
  9. ## END OF WARNING
  10. ##
  11. ## Component: REP
  12. ##
  13. ## Description: Repository API messages
  14. ##
  15. #
  16. # Section: API
  17. #
  18. # Description: API messages
  19. #
  20. repositoryError = REP-API-1001 Repository Error.
  21. errorReadingConfig = REP-API-1002 Error reading configuration "{Name}".
  22. cannotParseConnectionURL = REP-API-1003 Cannot parse repository connection URL.
  23. cannotLoadRepositoryPlugin = REP-API-1004 Cannot load repository plugin "{Name}".
  24. cannotParseConnectionString = REP-API-1005 Cannot parse repository connection string.
  25. cannotParseRepositoryType = REP-API-1006 Cannot parse repository type in the connection string "{ConnectionString}".
  26. cannotParseUserID = REP-API-1007 Cannot parse userID in the connection string "{ConnectionString}".
  27. invalidOutputID = REP-API-1008 Invalid output ID
  28. archivesuccess = REP-API-1009 Successfully archived output "{outputID}" from report "{reportID}"
  29. archivefail = REP-API-1010 Failed to archive output "{outputID}" from report "{reportID}" using connection "{connectionString}. Exception details: {trace}"
  30. archivefailnodata = REP-API-1011 Failed to archive output. No data was sent to the repository plugin
  31. noQueryResults = REP-API-1012 The query failed to find any objects
  32. objectWithIDNotFound = REP-API-1013 No archived object found for "{objectClass}" with ID "{objectID}"
  33. propertyNotFound = REP-API-1014 Property "{propertyName}" was not found for "{objectClass}" with ID "{objectID}"
  34. deleteSuccess = REP-API-1015 Successfully deleted object "{objectID}"
  35. writeSuccess = REP-API-1016 Successfully wrote object "{objectID}"
  36. missingRequiredParameter = REP-API-1017 Required parameter "{parameter}" was not specified
  37. objectNotFound = REP-API-1018 Object not found.
  38. authenticationRequired = REP-API-1019 Authentication required