1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Copyright (C) 2008 Cognos ULC, an IBM Company. All rights reserved
- Cognos (R) is a trademark of Cognos ULC, (formerly Cognos Incorporated).
- -->
- <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="CCO">
- <section name="ERR">
- <string name="SAMPLE_ERROR" type="String" errorCode="0001">This is a sample error with parameter '<param type="string" index="1"/>'</string>
- <string name="INTERNAL" type="String" errorCode="0002">An internal error has occurred.</string>
- <string name="LOGIN_FAILED" type="String" errorCode="0003">The user is not valid in this data source.</string>
- <string name="INVALID_CONSTR" type="String" errorCode="0004">Invalid Connection String.</string>
- <string name="EMPTY_CATNAME" type="String" errorCode="0005">The catalog name is empty.</string>
- <string name="EMPTY_SCHNAME" type="String" errorCode="0006">The schema name is empty.</string>
- <string name="EMPTY_CUBNAME" type="String" errorCode="0007">The cube name is empty.</string>
- <string name="DIM_NOTFND" type="String" errorCode="0008">The dimension was not found.</string>
- <string name="HIE_NOTFND" type="String" errorCode="0009">The hierarchy was not found.</string>
- <string name="MEM_NOTFND" type="String" errorCode="0010">The member was not found.</string>
- <string name="TKT_NOTFND" type="String" errorCode="0011">Unable to find a Series 7 Access Manager Ticket in the connection string.</string>
- <string name="FAIL_SERVER" type="String" errorCode="0012">Unable to contact the data server. Verify the server name and port number in the connection string.</string>
- <string name="FAIL_CUBE" type="String" errorCode="0013">The cube metadata failed to load.</string>
- <string name="DEPR_XML" type="String" errorCode="0014">The XML schema is deprecated. The server requires upgrading.</string>
- <string name="MEM_NOTEXIST" type="String" errorCode="0015">The member does not exist.</string>
- </section>
- </component>
- </stringTable>
|