Hi.
Thank you for your reply.
I can not find the answer for my question here, this is concerning others engines version.
We have SAP 7.4 and MAX 7.8 and we need to make a backup (I done it already) and we need to recover this backup into database instance on the MAX 7.8.
I have made a backup follow instruction...
dbmcli -d ECONTROL -u DBA,DBA medium_put completeF c:\data\backup\sap_econtrol.bck FILE DATA 0 8 YES
dbmcli -d ECONTROL -u DBA,DBA -uUTL -c backup_start completeF
...and then the file has been created.
Question is , how can I recover it into MaxDB instance.
Of course I tried to do it manually (in Windows command line I have wrote):
dbmcli -d ECONTROL -u DBA,DBA medium_put completeF c:\data\backup\sap_econtrol.bck FILE DATA 0 8 YES
dbmcli -d ECONTROL -u DBA,DBA -c db_cold
dbmcli -d ECONTROL -u DBA,DBA -uUTL -c util_execute clear log
dbmcli -d ECONTROL -u DBA,DBA recover_start completeF
dbmcli -d ECONTROL -u DBA,DBA -c db_warm
dbmcli -d ECONTROL -u DBA,DBA -c load_systab -u DBA,DBA -ud DBA
But the error appeared :
-3068 mismatch of parameter configuration between backup and instance,
6 Data recovery failed.
20035, Parameter UseMultiVersionReadSupport not found
The time for us is critical, we need to get the solution as soon as possible.
We will be very thankfull for your support.
Kind Regards,
Adam