1234567891011121314151617181920212223242526272829303132333435363738394041 |
- #
- # 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: REP
- ##
- ## Description: Repository API messages
- ##
- #
- # Section: API
- #
- # Description: API messages
- #
- repositoryError = REP-API-1001 Repository Error.
- errorReadingConfig = REP-API-1002 Error reading configuration "{Name}".
- cannotParseConnectionURL = REP-API-1003 Cannot parse repository connection URL.
- cannotLoadRepositoryPlugin = REP-API-1004 Cannot load repository plugin "{Name}".
- cannotParseConnectionString = REP-API-1005 Cannot parse repository connection string.
- cannotParseRepositoryType = REP-API-1006 Cannot parse repository type in the connection string "{ConnectionString}".
- cannotParseUserID = REP-API-1007 Cannot parse userID in the connection string "{ConnectionString}".
- invalidOutputID = REP-API-1008 Invalid output ID
- archivesuccess = REP-API-1009 Successfully archived output "{outputID}" from report "{reportID}"
- archivefail = REP-API-1010 Failed to archive output "{outputID}" from report "{reportID}" using connection "{connectionString}. Exception details: {trace}"
- archivefailnodata = REP-API-1011 Failed to archive output. No data was sent to the repository plugin
- noQueryResults = REP-API-1012 The query failed to find any objects
- objectWithIDNotFound = REP-API-1013 No archived object found for "{objectClass}" with ID "{objectID}"
- propertyNotFound = REP-API-1014 Property "{propertyName}" was not found for "{objectClass}" with ID "{objectID}"
- deleteSuccess = REP-API-1015 Successfully deleted object "{objectID}"
- writeSuccess = REP-API-1016 Successfully wrote object "{objectID}"
- missingRequiredParameter = REP-API-1017 Required parameter "{parameter}" was not specified
- objectNotFound = REP-API-1018 Object not found.
- authenticationRequired = REP-API-1019 Authentication required
|