Hello,
I try to restore a Aris 7 Database in Aris 9.8, the result is false with no more information. The same script works when I restore a Aris 9.8 Database. Is it possible to restore a Aris 7 Database with the function restoreDatabase?
Code:
i_file = new Packages.java.io.File(Context.getTempPath() + "\\1_Entwicklung_20160930.adb");
var admC = Context.getComponent("ServerAdmin");
var i_result = admC.restoreDatabase(i_file, "1_Entwicklung_20160930");
André
JeyaKarthik N R on
I guess the with method restoreDatabase , you can restore databases on same version. (ex: 9.x to 9.y)
From 7 to 9.8 you might use migrate database in normal way but in ServerAdmin component we don't have method for migrating database