Find out which Databases are in use
Hi,maybe you too know the problem, that over the years the amount of databases on your ARIS tenant has increased and you might also have lost sight of which databases are still in use and which ones...
View ArticleReport showing how many Licenses are actually in use
Hi,I have been asked to create a report which shows how many Licenses are actually used each month. This includes differentiation Concurrent and Named Licenses and also calculating the cost of these....
View ArticleNullpointerException when trying to use UserGroup Methods
Hi,I have a Report in which I have an Array of UserGroups and I would like to get the Groups UserList, but I always get a NullPointerException when trying to do so.Using Methods inherited from Item...
View ArticleUsing JavaScript Maps in ARIS Script
Hi,I am trying to use a Javascript Map in a Report, but when I try to create a Map like this:var newMap = new Map([ ["key",value] ])I get "ReferenceError: "Map" is not defined."How can I use...
View ArticleError "Dialogs is not defined"
Hi,when trying to use Dialogs objects in my ARIS Scripts it keeps telling me "Dialogs is not defined".I cant even get a Dialogs.MsgBox("Hello World!") to run at the moment.Do any of you know the cause...
View ArticleARIS Script freezes
Hi,when I try to use Dialogs.BrowseArisItems ( String sTitle, String sDescription, String sServerName, int itemKind ) my Script ends up freezing and I cant even click the "Stop" Button, because the...
View ArticleCode editing in WYSIWYG
Dear Members,When I try to create a new report in WYSIWYG, I can see the source code. However if I want to make changes in that code, it does not let me and opens in a notepad. I am using ARIS...
View ArticleEncountering error when executing the report to create process information in...
We are currently encountering below error while running publishing job in ARIS to create release databases of rigs from the publishing database. The XML output file for Process data being generated is...
View ArticleARIS Report include common js
Dear all,I am very new to ARIS and I am diving immediately into a problem. I am using ARIS 10.I am rewriting a old report, where I want to put some shared methods in a seperate JS common file....
View Articledraw a link between objects
Hi,I'm trying to draw a link between two objects with a report.I don't know how I can create a link that has a more complex shape than a straight line through scripting.My report has to change the type...
View ArticleAttaching report data to email
I've successfully got email working within a report script, using the mail class that has been posted on these forums.The next challenge is to take the data that the report is generating and add that...
View ArticleReal time data transfer between ARIS and external application
Hello Everyone, I am looking for use case where external application can invoke ARIS reports/macros? In other words, is there way we can enable two way data transfer between ARIS and other application...
View ArticleUpdate relationships under a Role object without opening Model view
Hello,I have a problem in which I have the need to replace Lane objects with Role objects. I have written a report to replace each object, in the same Group & Model. The new object is the same size...
View ArticleReflect my Process manual Template in ARIS
Dear Gents,I have my own Process manual and i would like the end user to printed in Aris , how it can be implemented ?!Forum: Professional ARISTags: ARIS 10ARIS AdvancedARIS Business PublisherARIS...
View ArticlePlacement of Attribute Occurrences
I have a Jave script that creates a definition copy of an object then places occurrence copies in various models. I would like to be able to change the placement of an attribute for a specific...
View Article