Hi all,

hello everyone. i have the question if i can backup selected databases and save them to a local drive using an automatically executed report by a macro. I use Aris Cloud Enterprise SR24. SoftwareAG sent me these files, but I can't really do much with them?

var oAdminComponent = Context.getComponent("ServerAdmin");
var oDB = ArisData.getActiveDatabase();
var bt = oAdminComponent.backupDatabase(oDB);

Context.addOutputFile(oDB.Name(-1)+".adb,bt);

 Does anyone happen to have a finished report that I could use as a guide? Or can someone help me to create one? 

 

Thanks in advance

 or register to reply.

Notify Moderator