-
-
Notifications
You must be signed in to change notification settings - Fork 223
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External engine SYSTEM not found #7484
Comments
Confirm. I had this in 5.0 when using a profiler. Then it passed by itself, I did not understand the reason. |
Easy to reproduce:
|
Is this reproducable that not every connection raises this error? There are 50+ database connections at the same time and the error is only on clients that run older operating systems. One is on the server (w2k16) itself and on a Windows 7 machine. |
For me it was simple as the passes I put and I do not see a way to not reproduce using these passes. |
Is there a fixed date for 4.0.3. Roadmap still says Q1 2023. |
@synaschwabe FYI 4.0.3 was released 2 weeks ago. (https://firebirdsql.org/en/news/firebird-4-0-3-sub-release-is-available/) |
Hi,
I was checking the issue for several days with no idea where the error
external engine SYSTEM not found
comes from.It is raised on executing the following comand:
The database size is ~40GB and converted from Firebird 2.5 to Firebird 4.0.2 (super server). There are some changed parameters in firebird.conf:
and in databases.conf for production database (server has 256GB of memory working with >50 connections):
Installation was made from zip kit.
Strange thing is, that after restarting firebird the statement does work. After some hours or maybe after day shift it doesn't work anymore. And more confusing is the fact that executing the same query in a database copy on the same server doesn't raise the error. But after a few minutes it was raised again in database copy. There is no entry in firebird.log.
Here is a compare of configurations deviating from default configuration:
Some help woukd be great. Thanks.
The text was updated successfully, but these errors were encountered: