-
-
Notifications
You must be signed in to change notification settings - Fork 262
Description
Windows 10 x64, FB3.0.10 x64.
Installed over previous FB3.0.9 by installer.
In case that default service is running and try to restore DB by this command:
D:\ElektLabs\cebalsol\db>c:\fb\gbak.exe -R -VERBI 100000 -K -REP -PAGE_SIZE 16384 -use_all_space -SE service_mgr "D:\ElektLabs\cebalsol\db\2017_03_15_aerocan.fbk" D:\fbdata\2017_03_15_aerocan.fdb
gbak:opened file D:\ElektLabs\cebalsol\db\2017_03_15_aerocan.fbk
gbak:transportable backup -- data in XDR format
gbak: backup file is compressed
gbak:backup version is 9
gbak: ERROR:Database is probably already opened by another engine instance in another Windows session
gbak: ERROR: failed to create database D:\fbdata\2017_03_15_aerocan.fdb
gbak: ERROR: Exiting before completion due to errors
gbak:Exiting before completion due to errors
In case that service is stops, restore performs without error.
In case of FB3.0.9 restore performs without error with or without service running.
If I copy engine12.dll from FB3.0.9 into FB3.0.10, gbak works fine.