Hi Ajit, > >>I checked the SAP DB sources and found the definition and > >>various references to the function, so its not a problem of > >>the ODBC Driver.=20 > > Alex, I encounter a problem with a program that just runs in a > loop creating connections and disconnecting them using > odbc(7.3 and 7.4 > drivers 7.3 database). After some time (couple of minutes) I get a > sqlcreatetls [Not enough storage available to proce] and the program > crashes. Could someone translate sqlcreatetls [F=FCr diesen Befehl ist > nicht gen=FCgend Spe]" from german? Is this the same message?
yep, this is the same error message. > Alex are > you sure Sqlcreatetls is not used in the ODBC sources? (i.e. > are u sure this is not an odbc bug?) Axel :) Hm, I checked the sources for the server package. The definition is in "V74_03_31\SAPDB_ORG\sys\src\eo\veo07.c" and it is used in "V74_03_31\SAPDB_ORG\sys\src\wd\vwd96wacom.cpp" and "V74_03_31\SAPDB_ORG\sys\src\SAPDB\LVCSimulator\LVCSim_GlobFnc.cpp". But now I found that the server sources also contain the code for the odbc driver. Unfortunately I don't know my way around the source code structure, so I cannot for sure say that it is not the ODBC driver. To check this, I installed SAP DB on a different machine and connect to this one with the service. > Could someone from sap let us know if there are any ODBC code > workarounds to prevent this from happening? When might this be fixed? yes, *please*. In the web I found references to this error on windows, saying that it generally caused by an application incorrectly making system calls and using up all allocated nonpaged pool. We should lool at each process's nonpages pool allocation. Regards, Axel -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
