cclcommsgs_en.xml 1.2 KB

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: cclcore
  5. (C) Copyright IBM Corp. 2005, 2011
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted
  7. by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <stringTable xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="CCLMessageFile.xsd" usage="Message source for CCLCOM">
  10. <component name="CCL">
  11. <section name="COM">
  12. <string errorCode="0001" name="ALREADY_INITIALIZED" type="String">COM was already initialized.</string>
  13. <string errorCode="0002" name="MODE_CHANGE" type="String">Failed to initialize COM because the concurrency model changed.</string>
  14. <string errorCode="0003" name="OTHER_ERROR" type="String">Failed to initialize COM because of an unknown error.</string>
  15. <string errorCode="0004" name="COM_PROC_INIT_NOT_CALLED" type="String">Failed to initialize COM because the Cognos component CCLCOM was not initialized for this process.</string>
  16. <string errorCode="0005" name="FAILED_FLAG_KEY_CREATION" type="String">Failed to create the COM initialization flag.</string>
  17. </section>
  18. </component>
  19. </stringTable>