DK

Can the backupDatabase() method save a .adb to the client? In the code snippet below the statement "dbAdmin.backupDatabase(oDatabase,oFile)" seems to always return FALSE when the path is on the client. When the path is not included, the statement returns TRUE.  I can't find the backup file. I don't have access to the server except thru the client and server admin tool.

Thank you for your help.

       //Select the target folder

       var selectedFolders=Dialogs.getClientFolder("Select the target folder for backups","",false);

       Context.setSelectedPath(selectedFolders[0]);

       Context.setSelectedFile(sDBName+"_"+startTime.toDateString());

        var sPath=Context.getSelectedPath()

        var sFile=Context.getSelectedFile();

        var oFile=new java.io.File(sPath,sFile);

        

        if(dbAdmin.backupDatabase(oDatabase,oFile)){

            //Log backup result

            sMessage=sDBName+" was backed up on "+new Date();

            oExcelSheet1.cell(nRow1,nCol1).setCellValue(sMessage);

            //oExcelSheet1.cell(nRow1,nCol1).setCellStyle(cellStyleTrans);

            nCol1++;

        }else{

            //Log backup result

            sMessage=sDBName+" could not be backed up on "+new Date();

            oExcelSheet1.cell(nRow1,nCol1).setCellValue(sMessage);

            //oExcelSheet1.cell(nRow1,nCol1).setCellStyle(cellStyleTrans);

            nCol1++;

        }

Featured achievement

Rookie
Say hello to the ARIS Community! Personalize your community experience by following forums or tags, liking a post or uploading a profile picture.
Recent Unlocks

Leaderboard

|
icon-arrow-down icon-arrow-cerulean-left icon-arrow-cerulean-right icon-arrow-down icon-arrow-left icon-arrow-right icon-arrow icon-back icon-close icon-comments icon-correct-answer icon-tick icon-download icon-facebook icon-flag icon-google-plus icon-hamburger icon-in icon-info icon-instagram icon-login-true icon-login icon-mail-notification icon-mail icon-mortarboard icon-newsletter icon-notification icon-pinterest icon-plus icon-rss icon-search icon-share icon-shield icon-snapchat icon-star icon-tutorials icon-twitter icon-universities icon-videos icon-views icon-whatsapp icon-xing icon-youtube icon-jobs icon-heart icon-heart2 aris-express bpm-glossary help-intro help-design Process_Mining_Icon help-publishing help-administration help-dashboarding help-archive help-risk icon-knowledge icon-question icon-events icon-message icon-more icon-pencil forum-icon icon-lock