Hi,
We want to update automatically business publisher exports on a specific scheduled timing.
I have read some related articles but there is not enough explanation to how to implement it
(ex, how to customize "Script runner" ?)
Please, help me to solve this problem. I need a detailed step-by-step guidance.
Thanks for your kind advice.
Freddy Barkhuizen on
Good Day,
First create a new Report and set its Context to Database
Set the Output of the report to Text File
Add the following as the code:
Now you need to create a Config file to be used with scriptrunner.bat. I create the config files in the same folder where scriptrunner.bat is located. On my machine it is C:\Program Files\ARIS7.1\server.
I call my config file SR-UBP.cfg
Add the following in the config file:
You now need to modify the following properties:To get the the Identifier of the Report, you can right click on the Report and select Properties
Once the config file is set up, you can test it using the scriptrunner.bat in the command line
If it is working like expected you can create a task for it in the Windows Task Schedular.
Hope this helps you.