<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.5730.11" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I am experiencing an anomaly with erlang running 
the odbc application.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Steps:</FONT></DIV>
<DIV><FONT face=Arial size=2>I start the odbc application. </FONT></DIV>
<DIV><FONT face=Arial size=2>>application:start(odbc).<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>Create a odbc connection to the databse. It works 
an the queries work.</FONT></DIV>
<DIV><FONT face=Arial 
size=2>>f(Ref),{ok,Ref}=odbc:connect("DSN=example;UID=SYSDBA;PWD=masterkey",[]).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Disconnect from the databse.</FONT></DIV>
<DIV><FONT face=Arial size=2>>odbc:disconnect(Ref).</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Create a new connection. The erlang runtime hangs 
and the erlang process CPU runs away.</FONT></DIV>
<DIV><FONT face=Arial 
size=2>>f(Ref),{ok,Ref}=odbc:connect("DSN=example;UID=SYSDBA;PWD=masterkey",[]).<BR></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2>System 
Description:</FONT></DIV>
<DIV>
<DIV><FONT face=Arial size=2>- </FONT><FONT face=Arial size=2>Microsoft 
Windows Server 2003, Standard Edition and Service Pack 1.</FONT></DIV>
<DIV><FONT face=Arial size=2>- Erlang 5.5.2 </FONT></DIV>
<DIV> </DIV>
<DIV>Summary:</DIV>
<DIV>The weirdest thing I have an application the follows the same steps as 
above which works every time on Windows XP.</DIV>
<DIV>From 10 Windows 2003 servers I have experience the problem three times 
already. </DIV>
<DIV> </DIV>
<DIV>I am not sure if I am missing something. Any help will be 
appreciated.</DIV>
<DIV> </DIV>
<DIV>Thanks</DIV>
<DIV>Jan Jacobs</DIV>
<DIV> </DIV></FONT></DIV></BODY></HTML>