While testing with an external DLL in an external C_ESQL32 environment on SA 12.0.0.2483 (GA), the above error (SQLCODE -675) was raised a few times - mainly when the same external function were called from different connections in parallel. AFAIK, the error was only raised by events that called these functions (before doing backups and the like), not when calling these functions directly from a DBISQLC session. As each event is always run on its own connection, it will always get its own external environment process. Therefore I don't know what kind of "main thread" might be missing. Any hints are highly appreciated:) Yes, I'm still testing the same DLL that has already triggered other questions as well... |