DT

In ARIS 7.1 we had a simple report that just updated ARIS Business Publisher on a daily basis. Now the code doesn't seem to work in ARIS 9.6. The javascript error is non descriptive and there doesn't seem to be any error logs in the user folder or the BP server or Design server. I was wondering if anyone has any example of an update script for Business Publisher.



Thanks,



David

var oBusinessPublisher=Context.getComponent("BusinessPublisher");
var idForPublisher = getDayID(); //custom function to get 1 or 2
var bpServer = "SOME BP Name";

if (idForPublisher != -1)
{
    var sExportName = "BusinessPublisher Export";

    oBusinessPublisher.updateExport(ArisData.getActiveDatabase(), bpServer, sExportName + idForPublisher); //CODE FAILS HERE...DOESN"T SAY WHY

    //Deactivate previous one and activate the new one
    if (idForPublisher == 1)
    {
        oBusinessPublisher.activateExport(bpServer, sExportName  + idForPublisher, true);
        oBusinessPublisher.activateExport(bpServer, sExportName + "2", false);
    }
    else
    {
        oBusinessPublisher.activateExport(bpServer, sExportName  + idForPublisher, true);
        oBusinessPublisher.activateExport(bpServer, sExportName + "1", false);
    }
}

 

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