RF

Hello ARIS lovers!

 

Recently we are trying to define a automatized procedure to backup all our ARIS server objects (DB's, filters, querys, etc)

 

We try using ARIS Admin Tool in non interactive mode, but after try the MS-DOS command:

>arisadm71 server <server IP> SITEADMIN

Yes, we still use the default password :P, but after input the command, the connection doesn't seem to be working (even, i don't receive any error message or so)

The response always came with:

'ARIS Server Administrator, Copyright &copy& 2009 IDS Scheer AG' (no quotes)

However, when we use the interactive mode of Admin Tool, everything works right...

 

I have been looking for use examples or some kind of manuals but until now i cannot resolve my issue...

 

So, there is someone who already use non interactive mode ARIS Admin Tool to programa automated backups of the ARIS server objects?

Thanks in advance for you attention!

 

by Francois Du Toit
Posted on Thu, 10/06/2011 - 07:41

Hi Rodrigo,

Have you looked at the backup utility you can find on the ARIS CD? Here is the Batch file contents:

 

@echo on

REM

REM  Backup script for automated export of ARIS databases on an ARIS server

REM

REM  (C) 2011 by Software AG



REM  ******************

REM  *** Variables  ***

REM  ******************



Rem *** Backup directory for ARIS databases

SET BACKUPDIR=c:\ARIS7.2\DBBackup

Rem *** Directory  with ARIS Installation

SET ARISDIR=c:\ARIS7.2\javaclient

REM *** SITEADMIN password

SET SITEADMIN=SITEADMIN

REM *** DBADMIN password

SET DBADMIN=DBADMIN

REM *** CFGADMIN password

SET CFGADMIN=CFGADMIN

REM *** Set command name of ARIS Admin Tool

SET ARISADM_CMD=ArisAdm72.exe

REM  ***************

REM  *** ACTION  ***

REM  ***************



REM ***  Delete old backup directory with subdirectories ***

del /S /Q %BACKUPDIR%  >%BACKUPDIR%\delete.log

md %BACKUPDIR%

REM *** Change into ARIS directory ***

REM ***

cd  /d %ARISDIR%



REM *** Do an export of all databases into the BACKUPDIR ***

%ARISADM_CMD% -l %BACKUPDIR%\arisbackup.log -s localhost -pa %SITEADMIN% -p %DBADMIN% backup all %BACKUPDIR%

REM *** Do an export of the config database into the BACKUPDIR ***

%ARISADM_CMD% -l %BACKUPDIR%\arisbackup2.log -s localhost -pa %SITEADMIN% -pc %CFGADMIN% backupconfig %BACKUPDIR%



REM *** Cleanup environment ***

SET BACKUPDIR=

SET ARISDIR=

SET DBADMIN=

SET CFGADMIN=

SET SITEADMIN=

REM *** Now the standard backup software can backup *.adb, *.acb files in BACKUPDIR  ***

Hope it helps

Regards,

Francois

0
by Rodrigo Fuentes A. Author
Posted on Mon, 11/07/2011 - 19:46

Thank you Francois, i didnt know there was a utility file with all the backup commands on ARIS CD.

 

Actually it works perfectly but, only works on a local enviroment (the cmd must be executed on the same machine wich the server is running), it seems isn't possible to make this can work on a remote machine.

 

Thanks again.

0

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