12345678910111213141516171819202122232425 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: ccllogging
- (C) Copyright IBM Corp. 2005, 2010
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <stringTable usage="Message source for CCLMessageFramework" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../cclcore/prod/Resources/CCLMessageFile.xsd">
- <component name="IPF">
- <section name="err" type="UI">
- <string id="err0" errorCode="0000" name="0">Generic logging error</string>
- <string id="err1" errorCode="0001" name="1">Log Server Crypto error</string>
- <string id="err2" errorCode="0002" name="2">Log Server socket error</string>
- <string id="err3" errorCode="0003" name="3">Log Server initialization error</string>
- <string id="err4" errorCode="0004" name="4">Log Server configuration error</string>
- <string id="err5" errorCode="0005" name="5">Log Server generic error</string>
- <string id="err6" errorCode="0006" name="6">Log Server Database error</string>
- </section>
- </component>
- </stringTable>
|