I have installed Firebird 3.0.2 (x64) and IBExpert 2018.12.15.1.
I'm trying to create a Firebird DB on IBExpert but everytime getting this error:
Unsuccessful execution caused by system error that does not preclude successful execution of subsequent statements.
Error loading plugin Engine12.
Module C:\Program Files\Firebird\Firebird_Server\plugins/Engine12 exists but can not be loaded.*
My configuration:
Server/Protocol Local, XNet (FB3)
Database C:\Data\Example.fdb
Connection string xnet://C:\Data\Example.fdb
Client Library File C:\Program Files\Firebird\Firebird_Server\WOW64\fbclient.dll
Username SYSDBA
Password masterkey
Page size 126384
SQL Dialect 3
How to solve this problem?
firebird.log? Are you running Firebird as a service or as an application? Did you try reinstalling Firebird? Did you try connecting through TCP/IP (localhost) instead of XNET? The error suggest that either your install is corrupt, or the user running the Firebird service has insufficient access rights on the install folder to read/loadplugins/Engine12.dll. Also consider upgrading to Firebird 3.0.4. In any case, it might be better to ask this on the firebird-support mailing list. - Mark Rotteveel