Hi,
I want to know is there a automated way of ARIS Report Script backup.
I understand with the use of Admin tool you can backup the DB's and you can put the command in a batch command and run it in scheduler. Is it possible to do the same for Report Script?
Would really like to hear from others.
Abhijit Das
Jens Heylmann on
Hi Abhijit!
The report script files has it's own directory on server side:
<ARIS install dir>\server\templates\scriptservice
You can write a script to automatic copy the content of this directory. To restore the script files, you have to stop the ARIS server and copy the files back to this location. After all start the server again.