Profile picture for user Waltzing Matilda

Does any body has experience of integration of the ARIS BA/BD with 3rd party application?

We want to send results of the ARIS report to external application for further processing.

There are 3 types of interfaces with applications we are looking for:

  1. Windows Executable (just a command-line utility)
  2. CGI via HTTP request
  3. Writing data into SQL database.

Need help with implementation of such interfaces with ARIS.

Thanks in advance.

Sergei

by Sergei Real-Picture Author
Posted on Fri, 07/02/2010 - 09:09

It looks like nobody from tech deparment monitors the forum posts and talking to youself is a style of communication.

By accident discovered that ARIS JavaScript has functionality to execute external appications.

The following code does it perfectly .... to some degree:

 (sorry, code formatting doesn't work for some reason).

function main()

{

  Dialogs.MsgBox("Test for the external program execution.", Constants.MSGBOX_BTN_OK, "ARIS V7 TEST");

var process = Context.execute("\"c:\\temp\\aris_test.bat\"");

var inReader = new java.io.BufferedReader(new java.io.InputStreamReader(process.getInputStream()));

 var sResult = "";

var text;

while((text = inReader.readLine()) != null)

    {

    sResult += text + "\n";

    }

process.waitFor(); //ends when process terminates

    Dialogs.MsgBox("Test for the external program execution\n" + sResult, Constants.MSGBOX_BTN_OK, "ARIS V7 TEST");

}

main();

the Batch file has the following lines.

@ECHO OFF

@ECHO THIS IS BATCH FILE

@ECHO for ARIS exececute interface

@ECHO line 1

@ECHO Line 2

@ECHO Line 3

The result of the script execution will be display of the output lines of the script.

Regards

Sergei.

 

0
by Sebastian Stein
Posted on Fri, 07/02/2010 - 09:23

Here is a misunderstanding I want to clarify. ARIS Community is not an official support channel by IDS Scheer, but a user community hosted by IDS Scheer. Official support is provided by our support hotline. However, some developers contribute here in ARIS Community on their own will and often in their sparetime. The only official support provided in ARIS Community is for ARIS Express. Usually, questions about ARIS Express are answered at the same working day they were asked.

For me, it is no surprise that nobody from IDS Scheer is willing to answer your questions anymore as you have attacked IDS Scheer in general and specific employees in particular several times in the past.

I close the comments of this thread. Contact me offline if you want to discuss this again.

0

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