12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- BI and PM: CM
- (C) Copyright IBM Corp. 2012, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure
- restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd">
- <component name="CRP" usage="CM Repository Plugin messages">
- <section name="REP" type="Messages" usage="Repository Error messages">
- <string id="invalidConnectionString" errorCode="1001">CM Repository Plugin received invalid connection string. <param name="connectionString"/></string>
- <string id="failedToPerformHttpRequest" errorCode="1002">CM Repository Plugin failed To perform HTTP request. "<param name="RootCause"/>".</string>
- <string id="noResponseToHttpRequest" errorCode="1003">CM Repository Plugin failed To perform HTTP request. No response.</string>
- <string id="repositoryConnectionFailed" errorCode="1004">CM Repository Plugin failed to connect a socket to the host "<param name="host"/>" and port "<param name="port"/>".</string>
- <string id="repositoryUnauthorized" errorCode="1005">CM Repository Plugin failed to authenticate into the repository. Please check username and/or password.</string>
- <string id="repositoryUnknownHost" errorCode="1006">CM Repository Plugin failed to connect to the repository, as the IP address of the host "<param name="host"/>" could not be determined.</string>
- <string id="eosLocationAccessFail" errorCode="1007">CM Repository Plugin failed to access the External Object Store location. Please verify that the credentials of the IBM Cognos service have read and write access to the configured location.</string>
- <string id="eosMissingLocationURL" errorCode="1008">External Object Store configuration does not contain an appropriate File Store URI for this system. Please verify IBM Cognos Configuration.</string>
- <string id="eosInavalidLocationURL" errorCode="1009">External Object Store configuration contains an invalid File Store URI: <param name="fileStoreUri"/>. Please verify IBM Cognos Configuration.</string>
- <string id="eosFailedToLoadConfiguration" errorCode="1010">Failed to load External Object Store configuration. Please verify IBM Cognos Configuration.</string>
- <string id="eosUserHasInsufficientAccessRights" errorCode="1011">The user '<param name="userName"/>' has insufficient access rights to the External Object Store location. Please verify the access rights for this user.</string>
- </section>
- <section name="OPF" type="Messages" usage="Operation Failure messages">
- <string id="failedToTestConnection" errorCode="2001">Test Connection Operation Failure</string>
- <string id="failedToGetConnection" errorCode="2002">Get Connection Operation Failure</string>
- <string id="failedToQueryContent" errorCode="2003">Content Query Operation Failure</string>
- <string id="failedToInitializeRepository" errorCode="2004">Initialize Repository Operation Failure</string>
- <string id="failedToWriteFile" errorCode="2005">Unable to write a file to the repository. Ensure that sufficient disk space is available and that the location is accessible.</string>
- <string id="failedToAddRepository" errorCode="2006">A failure occurred trying to add an object to the repository.</string>
- <string id="missingOptionMetadata" errorCode="2007">Options for metadata missing.</string>
- <string id="repositoryLocationWriteFail" errorCode="2008">Failed to verify write access to the following repository location: <param name="repositoryLocation"/>. Please verify that the credentials of the IBM Cognos service have write access to the configured repository location.</string>
- <string id="missingProperty" errorCode="2009">The following property is missing: <param name="property"/>.</string>
- <string id="invalidMetadataDescriptor" errorCode="2010">The metadata descriptor is invalid.</string>
- <string id="failedToDelete" errorCode="2011">Delete Operation Failure. Failed to delete object "<param name="objectID"/>".</string>
- <string id="failedToReadData" errorCode="2012">Failed to read data.</string>
- <string id="failedToEmptyEOSTrash" errorCode="2013">Delete Operation Failure. Failed to process objects marked for deletion.</string>
- <string id="failedToCopyData" errorCode="2014">Copy operation failed.</string>
- <string id="failedToCopyDataSourceDoesNotExist" errorCode="2015">Copy operation failed. Source object does not exist in the repository: "<param name="objectID"/>".</string>
- <string id="failedToQuery" errorCode="2016">Query Operation Failure</string>
- </section>
- </component>
- </stringTable>
|