Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 06e1e0ab98898582c876a8be34ecb5e9 > files > 83

capisuite-0.4.5-5mdv2010.0.i586.rpm

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Internal CAPI errors</title><meta name="generator" content="DocBook XSL Stylesheets V1.65.1" /><link rel="home" href="index.html" title="CapiSuite 0.4.5" /><link rel="up" href="apb.html" title="Appendix B. CAPI 2.0 Error Codes" /><link rel="previous" href="apb.html" title="Appendix B. CAPI 2.0 Error Codes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Internal CAPI errors</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apb.html">Prev</a> </td><th width="60%" align="center">Appendix B. CAPI 2.0 Error Codes</th><td width="20%" align="right"> </td></tr></table><hr /></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="capicodes_general"></a>Internal CAPI errors</h2></div></div><div></div></div><p>These errors are mainly of interest for developers of the CapiSuite core. If you're a user, you normally
	won't need them.</p><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="capicodes_info"></a>Informative values (no error)</h3></div></div><div></div></div><p>These values are only warnings and may appear in the extensive CapiSuite log in messages from the CAPI.</p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">0000</tt> - No error, request accepted</p></li><li><p><tt class="literal">0001</tt> - NCPI not supported by current protocol, NCPI ignored</p></li><li><p><tt class="literal">0002</tt> - Flags not supported by current protocol, flags ignored</p></li><li><p><tt class="literal">0003</tt> - Alert already sent by another application</p></li></ul></div></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="capicodes_register"></a>Errors concerning CAPI_REGISTER</h3></div></div><div></div></div><p>These errors may appear when the application starts and mostly indicate problems with your driver installation.</p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">1001</tt> - Too many applications.</p></li><li><p><tt class="literal">1002</tt> - Logical Block size too small; must be at least 128 bytes.</p></li><li><p><tt class="literal">1003</tt> - Buffer exceeds 64 kbytes.</p></li><li><p><tt class="literal">1004</tt> - Message buffer size too small, must be at least 1024 bytes.</p></li><li><p><tt class="literal">1005</tt> - Max. number of logical connections not supported.</p></li><li><p><tt class="literal">1006</tt> - reserved (unknown error).</p></li><li><p><tt class="literal">1007</tt> - The message could not be accepted because of an internal busy condition.</p></li><li><p><tt class="literal">1008</tt> - OS Resource error (out of memory?).</p></li><li><p><tt class="literal">1009</tt> - CAPI not installed.</p></li><li><p><tt class="literal">100A</tt> - Controller does not support external equipment.</p></li><li><p><tt class="literal">100B</tt> - Controller does only support external equipment.</p></li></ul></div></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="capicodes_messages"></a>Message exchange errors</h3></div></div><div></div></div><p>These errors are really internal: they're raised if the application calls
		CAPI in a wrong way. If they occur, it's usually a bug which you should tell
		the <span class="application">CapiSuite</span> developers.</p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">1101</tt> - Illegal application number.</p></li><li><p><tt class="literal">1102</tt> - Illegal command or subcommand, or message length less than 12 octets.</p></li><li><p><tt class="literal">1103</tt> - The message could not be accepted because of a queue full condition.</p></li><li><p><tt class="literal">1104</tt> - Queue is empty.</p></li><li><p><tt class="literal">1105</tt> - Queue overflow: a message was lost!!</p></li><li><p><tt class="literal">1106</tt> - Unknown notification parameter.</p></li><li><p><tt class="literal">1107</tt> - The message could not be accepted because on an internal busy condition.</p></li><li><p><tt class="literal">1108</tt> - OS resource error (out of memory?).</p></li><li><p><tt class="literal">1109</tt> - CAPI not installed.</p></li><li><p><tt class="literal">110A</tt> - Controller does not support external equipment.</p></li><li><p><tt class="literal">110B</tt> - Controller does only support external equipment.</p></li></ul></div></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="capicodes_resource"></a>Resource/Coding Errors</h3></div></div><div></div></div><p>The errors described here are issued when the application tries to use a ressource which isn't available.
		These are mostly also bugs in the application. Please tell us.</p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">2001</tt> - Message not supported in current state</p></li><li><p><tt class="literal">2002</tt> - Illegal Controller / PLCI / NCCI</p></li><li><p><tt class="literal">2003</tt> - Out of PLCI</p></li><li><p><tt class="literal">2004</tt> - Out of NCCI</p></li><li><p><tt class="literal">2005</tt> - Out of LISTEN</p></li><li><p><tt class="literal">2007</tt> - llegal message parameter coding</p></li></ul></div></div><div class="section" lang="en" xml:lang="en"><div class="titlepage"><div><div><h3 class="title"><a id="capicodes_service"></a>Errors concerning requested services</h3></div></div><div></div></div><p>The errors described here are issued when the application tries to request a service in a wrong way.
		Again, these are mostly bugs you should tell us.</p><div class="itemizedlist"><ul type="disc"><li><p><tt class="literal">3001</tt> - B1 protocol not supported</p></li><li><p><tt class="literal">3002</tt> - B2 protocol not supported</p></li><li><p><tt class="literal">3003</tt> - B3 protocol not supported</p></li><li><p><tt class="literal">3004</tt> - B1 protocol parameter not supported</p></li><li><p><tt class="literal">3005</tt> - B2 protocol parameter not supported</p></li><li><p><tt class="literal">3006</tt> - B3 protocol parameter not supported</p></li><li><p><tt class="literal">3007</tt> - B protocol combination not supported</p></li><li><p><tt class="literal">3008</tt> - NCPI not supported</p></li><li><p><tt class="literal">3009</tt> - CIP Value unknown</p></li><li><p><tt class="literal">300A</tt> - Flags not supported (reserved bits)</p></li><li><p><tt class="literal">300B</tt> - Facility not supported</p></li><li><p><tt class="literal">300C</tt> - Data length not supported by current protocol</p></li><li><p><tt class="literal">300D</tt> - Reset procedure not supported by current protocol</p></li></ul></div></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apb.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="apb.html">Up</a></td><td width="40%" align="right"> </td></tr><tr><td width="40%" align="left" valign="top">Appendix B. CAPI 2.0 Error Codes </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></body></html>