<br><font size=2 face="sans-serif">Hello all!</font>
<br>
<br><font size=2 face="sans-serif">I am trying to use the OSISoft PI (Plant
Information) API to collect data about processes within our facility, however,
when I try to connect to the PI server using their API calls, I get the
following error&quot;</font>
<br>
<br><font size=2 face="sans-serif">&gt;&gt;&gt; from ctypes import *</font>
<br><font size=2 face="sans-serif">&gt;&gt;&gt; PiAPI=windll.piapi32</font>
<br><font size=2 face="sans-serif">&gt;&gt;&gt; valid = 0</font>
<br><font size=2 face="sans-serif">&gt;&gt;&gt; status = PiAPI.piut_setservernode(servername)</font>
<br><font size=2 face="sans-serif">&gt;&gt;&gt; status = pi.piut_login(&quot;pidemo&quot;,
&quot;dorazio&quot;, valid)</font>
<br><font size=2 face="sans-serif">Traceback (most recent call last):</font>
<br><font size=2 face="sans-serif">&nbsp; File &quot;&lt;pyshell#10&gt;&quot;,
line 1, in ?</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; status = pi.piut_login(&quot;pidemo&quot;,
&quot;dorazio&quot;, valid)</font>
<br><font size=2 face="sans-serif">WindowsError: exception: access violation
writing 0x00000000</font>
<br>
<br>
<br><font size=2 face="sans-serif">I THINK this means we are not licensed
to make API calls against this dll, but I am not sure.</font>
<br>
<br><font size=2 face="sans-serif">If anyone can translate the error message,
I would be grateful.</font>
<br>
<br><font size=2 face="sans-serif">Eric</font>
<br>
<br><font size=2 face="sans-serif">Eric B. Powell<br>
BSRI<br>
Electronic Aids<br>
(803)208-6691<br>
</font>