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é

 or register to reply.

Notify Moderator