External engine FBNETEXTERNALENGINE not found
ClumsyPenguin opened this issue · 1 comments
ClumsyPenguin commented
Are there any instructions on how to set up a plugin inside the container.
As of now i put the plugins folder inside the root of the volume mounted for the Firebird server inside the container.
In Dbeaver i am able to connect to the fdb, but i cannot view any tables because of the missing plugin.
In IbExpert it won't even open in the first place. resulting in:
Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
Error while parsing function INTERNALS.VERSION_STOP_SEED's BLR.
External engine FBNETEXTERNALENGINE not found.
Do i need to put the plugins folder somewhere else?
I use jacobalberty/firebird:v3.0.10
version of the container for Firebird3.0
Content of plugins.conf
Plugin = FBNETEXTERNALENGINE {
Module = $(dir_plugins)/FbNetExternalEngine/FbNetExternalEnginePluginShim
}
Plugin = UDR {
Module = $(dir_plugins)/udr_engine
Config = UDR_config
}
Config = UDR_config {
path = $(dir_plugins)/udr
}
github-actions commented
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.