1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: cclcore
- (C) Copyright IBM Corp. 2005, 2011
- 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" usage="Message source for CCLCOM">
- <component name="CCL">
- <section name="COM">
- <string errorCode="0001" name="ALREADY_INITIALIZED" type="String">COM was already initialized.</string>
- <string errorCode="0002" name="MODE_CHANGE" type="String">Failed to initialize COM because the concurrency model changed.</string>
- <string errorCode="0003" name="OTHER_ERROR" type="String">Failed to initialize COM because of an unknown error.</string>
- <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>
- <string errorCode="0005" name="FAILED_FLAG_KEY_CREATION" type="String">Failed to create the COM initialization flag.</string>
- </section>
- </component>
- </stringTable>
|