Hi Claus > -----Original Message----- > From: Claus Windeler [mailto:[EMAIL PROTECTED] > Sent: Montag, 21. Februar 2005 11:03 > To: [email protected] > Subject: Error: sqlcreatetls [Not enough storage is available > to proce] > > > Hello! > > I am using MaxDB 7.5.0.23 on a Windows 2003 server with > Apache 1.3.33 running a > website which connects via the ODBC driver (7.5.0.23) to the database. > > Very often a window with the following error message pop up. > > Apache.exe: Fatal Application Exit > sqlcreatetls [Not enough storage is available to proce]
FYI, there is a known issue, if an ODBC-application frees the last ENV-handle, does not exit, but allocates and ENV-handle again etc. After some time an error like you reported can occur. The easiest work around is letting one ENV-handle inside the application which will not be freed. FYI, the problem is that if the last ENV-handle is freed, the driver manager unloads the driver. If the application does not exit, but load the driver again, some initialization is redone. Unfortunately this problem is not easy to fix. Please let me know, whether this could be the case at your site. HTH Thomas ---------------------------------------------- Dr. Thomas K�tter SAP AG, SAP Labs Berlin Do you know SAP^H^H^H MaxDB ? www.mysql.com/products/maxdb www.sapdb.org -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
