Subject | Running backup with wrong DLL raises unformatted exception |
---|---|
Author | |
Post date | 2017-12-14T01:20:02Z |
If I try to backup a ODS 12 DB with a ODS 10.1 DLL, I get the following exception:
---------------------------
Debugger Exception Notification
---------------------------
Project <appname> raised exception class EIBOInterBaseError with message 'unsupported on-disk structure for file @1; found @2.@3, support @4.@5'.
---------------------------
Break Continue Help
---------------------------
Debugger Exception Notification
---------------------------
Project <appname> raised exception class EIBOInterBaseError with message 'unsupported on-disk structure for file @1; found @2.@3, support @4.@5'.
---------------------------
Break Continue Help
---------------------------
Here is the call stack:
:776d08b2 KERNELBASE.RaiseException + 0x62
IBOServices.TIBOCustomService.IBODataBaseError($61ECB50,335544379,(...),True)
IBOServices.TIBOControlService.InternalServiceStart
IBOServices.TIBOControlService.ServiceStart
FBBackupRestoreData.TFBBackupData.BackupDatabase(params)
IBOServices.TIBOCustomService.IBODataBaseError($61ECB50,335544379,(...),True)
IBOServices.TIBOControlService.InternalServiceStart
IBOServices.TIBOControlService.ServiceStart
FBBackupRestoreData.TFBBackupData.BackupDatabase(params)
Is this something I can fix?
Ed Dressel