Hello folks,
I have been trying to setup automated backup for my Aris Designer 9.7 Server, for over 2 weeks now, but in vein :(
I did get some useful tips and help from Rune on the forum here, But i am still at lost with system messages that i am
getting while running the script on the DOS mode !!
I would like to know, If anybody on board here has successfully setup automated backup on Aris 9.7, and can they
Please share the method of doing so ?
I have attached the error message i get on the screen after executing the command, for everybody's reference !!
Appreciate any and all assistance !!
Thank you,
You need to escape hash tags in password while executing the command from ARIS Cloud Controler
backup tenant default to d:/backupdir/backupfile.acb username="system" password="_#password#"
If passed the command as parameter to acc.bat you need to escape the quotes using slashes
acc.bat –n nodefile.txt -u Clous -pwd g3h31m -c d:\generated.apptypes.cfg backup tenant default to d:/backupdir/backupfile.zip username=\"system\" password=\"_#password#\"