ccodpmsgs_en.xml 2.1 KB

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