Hi together,
Im try to create a report to do an automated Publisher Export from my Database,
I found this post https://www.ariscommunity.com/comment/25538#comment-25538 - but the mentioned Script is not Working in ARIS 10, does somebody of you have an idea how to create an automated Publisher export.
Thank you very much
Marius
Peter Drozda on
Hi Marius,
among standard Aris scripts you can find an example how to do that. The script can be found in Evaluations->Reports->Publisher->Start Publisher export.
Of course you have to customize the script, it will not work for you right out of the box, since there are some settings which might not fit your environment.
E.g. : you have to set the Publisher server name, export name if necessary, or some other string constants as defined in the script if you need them.
Additionally from the script, it should be more or less clear how to utilize the provided API. E.g. how to create export data instance, what properties have to be set, how to define language packages, profile data and how to start the new export or update of existing export..
Of course knowledge of Aris script is expected..
Have you already had a look at the aforementioned script?