hi,
i have a rather nasty problem on a Windows 2000 Advanced
Server running SAPD DB "KERNEL 7.4.3 BUILD 027-123-048-452":
A NT Service runs under an administrative account and
periodically connects to the SAP DB which is installed on
the same machine.
Sometimes ODBC::connect fails with an Application Popup (!)
with the message:
"sqlcreatetls [F�r diesen Befehl ist nicht gen�gend Spe]"
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.
Also in the knldiagerr I have an entry every couple of days
saying:
0x5AC ERR 18431 MESSAGES Could not write to event log, rc = 1717.txt
Are those two problems connected?
Is it one of the "Problem solved, please install latest Version"
errors (please,please)?
regards,
Axel
/*!
Chapter: Local Storage
*/
/*!
Function: sqlcreatetls
description: Allocates a Thread Local Storage key.
NOTE: Must be destroyed by a subsequent call to
sqldestroytls if no longer needed.
arguments:
hKey [in] The Key to be allocated
errtext [out] Place for error message to be returned
err [out] Place for error code to be returned
NOTE: errtext is set only if returned *err is != THR_OK_EO07
return value: none, but err is updated to
<UL>
<LI>THR_OK_EO07: On success
<LI>THR_NOT_IMPLEMENTED_EO07: If linked with no thread library
<LI>THR_NOT_OK_EO07: See errtext for details
</UL>
*/
--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]