Quantcast
Channel: ARIS BPM Community - Recent forum posts
Viewing all 1616 articles
Browse latest View live

Archimate and ARIS, getting started

$
0
0

Hello,

I am trying to establish how we can use Archimate with our existing ARIS objects and models. I have access to an ARIS Connect test server which has Archimate included. However when I create a new Archimate model the list of symbols does not match the expected Archimate symbols, they are existing ARIS symbols such as Application System Type. Moreover when I access the description of the Archimate model in the ARIS help it too refers to the ARIS symbols and I cannot see anywhere where it even maps them to Archimate systems. What am I missing here ? What I really need to know is which ARIS objects map to which new Archimate objects (which I think is how it works) so I can see how it would work if we started building Archimate models based on our existing objects in ARIS. I've searched through all the ARIS documents on the support site and the Archimate posts on the ARIS community, but to no avail so far. Any help appreciated!


Projet aéroport

adding image as attribut or object

$
0
0

Hi there,

i want to add images to my model, normaly i use [CPE], i want to add it as attribute or maybe as a object, is there any solution please ? 

if i import it using (Insert -> OLE Object ) can i use it as object and import it to words ???

ps: i use ARIS 7.1

Thanks

Regards,

ARIS Export / import ERROR

$
0
0

Hi,

 

I have a big problem, I can't Export in ARIS Publisher, I have Error below in Logs export:

Original request query: /businesspublisher/remoting/statefulbpDataTransfer19e0f793-68a3-4f94-8e09-ef338c779ea9/writeChunkTerminated
com.aris.modeling.common.core.businesspublisher.exception.CreateExportException: transfer/CreateExportException:1.0 Error during execution of ADbUserGro
upDAO.populateVisibilityTables (Nested exception: ERROR in populating visibility tables, db = e1_

 

Can you help me please!!!

Stimulation Statistics

$
0
0

Hello,

Is there any tutorial to understand the stimulation statistics results columns? For example, what does completed processes or generated processes means which we see in Processes (cumul.) tab of stimulation statistics report? 

appreciate the help.

JCO

Aris Architect & Windows 10

$
0
0

Hello! 

I'm trying to install ARIS Architect & Designer 9.7 in a windows 10 computer, but the attached error is appearing. 

Could you please help me to understand what does this error means?

-

Using web service of Aris

$
0
0

Hello,

I have to do an integration between Aris Connect and our web interface (We need it, just for viewing diagram of processes on our web page.)

So, we need Web Services. Can you help us, is it possible ? Is Software AG providing Web Service ?

Thanks, Best Regards

Ender Özturan


Integration with SAP Solution Manager 7.2

$
0
0

In SR6 release notes said that SAP Solution Manager 7.2 integration is supported now. But when I'm trying this feature (to add solman projects in ARIS Administration - SAP - Solution Manager project configurations) there is no solutions for selection (you can see the screenshot in attachment). Can somebody suggest what I missed?

File attachments: 

ARIS Script - Free Textes and Notes

$
0
0

Hello,

I would like to find out if there are any free textes or notes in my model. I've got my current model (oCurrentModel) from a list of models (aModels). Now I want to know the number of notes (nNotes) in this model.

In the ARIS help I found the functions:

OccList(): Returns a list of all occurrences of the free-form text in models.

OccListInModel(model): Returns a list of all occurrences of the free-form text in the specified model.

So I wrote the following lines:

aModels = oCurrentGroup.ModelList(true);

for (var m=0;m<aModels.length;m++)

{

  oCurrentModel = aModel[m];

  aNotes = oCurrentModel.OccList();

  nNotes = aNotes.length;

}

 

On the line "oCurrentModel.OccList()" I always get an error: "TypeError: Cannot find function OccList in object Model@..." The same comes with "oCurrentModel.OccListInModel(oCurrentModel)"

I'm sure, I make a mistake. But I don't know, what is my mistake. Is there anybody who can help me?

Many thanks. Holger

Connect Customization

$
0
0

Hi Community,

Is there any way with which Start model for home page can be defined in classic configuration set.

Thanks in advance!

Regards,

Swanand

EPC to BPMN Transformation Issues

$
0
0

Hello all,

I'm trying to transform a EPC to a BPMN and my facing some issues. I'm with ARIS 9.8 version and to make this transformation I go to "BPM" tab and to button "Generate Solution Design".

The problems I'm facing are the following:

1. I have sub-processes at the beginning of the EPC (please see the attached EPC and correspondent BPMN), but in the BPMN these subprocess are not appearing;

2. Subprocesses at the end of the EPC are appearing in the BPMN, but in a task box. How can it appear in a "Subprocess" box? In this post http://www.ariscommunity.com/users/roland-woldt/2011-03-08-learning-bpmn-lesson-3-which-objects-are-bpmn I saw that ARIS have a subprocess box...;

3. In some tasks of the EPC I have in the FAD more than one role associated, and I'm not able to make the transformation to BPMN. How can I make the transformation for tasks with more tan 1 role?

Thanks,

RM

 

File attachments: 

ARIS 9.8, moving to a new MS SQL server. How?

$
0
0

We run ARIS 9.8 with the database on a separate server running MSSQL. Now our MSSQL database is moving to a new server, i.e. new hostname otherwise unchanged, and we'd hoped to be able to change a property or config file on the ARIS server.  After trying to figure out which config file contains the magic hostname we got lost in the forest of config/properties files and found no clue.

Anyone who can help us out?

 

Carl

Not able to save model

$
0
0

Hi,

One of the users has worked on a model and while saving the model the users faced an error message "internal error, definition cannot be null" and all the work done was gone. Can you please help me out on what went wrong and why I faced this issue?

 

When looking into the log files I found this.

com.idsscheer.framework.gui.dialog.ADialogFactory.showExceptionDialog

2016-11-15 14:42:53,623 com.aris.modeling.common.core.ADebug.printStackTrace(ADebug.java:138) - Tue Nov 15 14:42:53 EET 2016
com.aris.modeling.common.core.ADebug.printStackTrace

com.aris.modeling.common.serverremoteapi.core.ariscommon.ServerException: definition may not be null
    at com.aris.modeling.server.bl.core.AServerExceptionFactory.createServerException(AServerExceptionFactory.java:78)
    at com.aris.modeling.server.bl.logic.web.AWebExceptionFactory.createException(AWebExceptionFactory.java:129)
    at com.aris.modeling.server.bl.logic.web.AWebExceptionFactory.createException(AWebExceptionFactory.java:459)
    at com.aris.modeling.server.bl.logic.webactionobject.AActionObjectCollection.save(AActionObjectCollection.java:194)
    at com.aris.modeling.server.bl.components.webdesigner.ASave.execute(ASave.java:47)
    at com.aris.modeling.server.bl.components.webdesigner.ASave.execute(ASave.java:29)
    at com.aris.modeling.server.bl.components.webdesigner.AAbstractDesignerService.invoke(AAbstractDesignerService.java:102)
    at com.aris.modeling.server.bl.components.webdesigner.ADesigner.save(ADesigner.java:118)
    at sun.reflect.GeneratedMethodAccessor614.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at com.idsscheer.remoting.DispatcherServlet.handle(DispatcherServlet.java:139)
    at com.idsscheer.remoting.DispatcherServlet.doPost(DispatcherServlet.java:66)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.idsscheer.aris.umc.security.servlet.filter.AbstractLicenseFilter.doFilter(AbstractLicenseFilter.java:90)
    at com.idsscheer.aris.umc.security.servlet.filter.UmcLicenseTenantCheckFilter.doFilter(UmcLicenseTenantCheckFilter.java:48)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.softwareag.copernicus.web.servletFilter.GwtCacheControlFilter.doFilter(GwtCacheControlFilter.java:41)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.aris.zkc.servlet.AZkcPreferredRoutingFilter.doFilter(AZkcPreferredRoutingFilter.java:87)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.aris.monitoring.UseCaseFilter.doFilter(UseCaseFilter.java:63)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at com.codahale.metrics.servlet.AbstractInstrumentedFilter.doFilter(AbstractInstrumentedFilter.java:104)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
    at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:44)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
    at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
    at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
    at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Thread.java:745)
Caused by: com.aris.modeling.common.core.AException: definition may not be null
    at com.aris.modeling.common.core.arisomimpl.arisctx.AModel.createObjOccInternal(AModel.java:145)
    at com.aris.modeling.common.core.arisomimpl.arisctx.AModel.createObjOcc(AModel.java:140)
    at com.aris.modeling.server.bl.logic.webactionobject.ASObjOccActionObject.create(ASObjOccActionObject.java:61)
    at com.aris.modeling.server.bl.logic.webactionobject.AActionObjectCollection.getAOMObject(AActionObjectCollection.java:75)
    at com.aris.modeling.server.bl.logic.webactionobject.AActionObjectCollection.save(AActionObjectCollection.java:133)
    ... 59 more
2016-11-15 14:42:57,449 com.idsscheer.framework.gui.dialog.ADialogFactory.showExceptionDialog(ADialogFactory.java:140) - Tue Nov 15 14:42:57 EET 2016: Save failed. Internal error: definition may not be null
com.aris.modeling.server.bl.core.AServerExceptionFactory.createServerException(AServerExceptionFactory.java:78)
com.aris.modeling.server.bl.logic.web.AWebExceptionFactory.createException(AWebExceptionFactory.java:129)
com.aris.modeling.server.bl.logic.web.AWebExceptionFactory.createException(AWebExceptionFactory.java:459)
com.aris.modeling.server.bl.logic.webactionobject.AActionObjectCollection.save(AActionObjectCollection.java:194)
com.aris.modeling.server.bl.components.webdesigner.ASave.execute(ASave.java:47)
com.aris.modeling.server.bl.components.webdesigner.ASave.execute(ASave.java:29)
com.aris.modeling.server.bl.components.webdesigner.AAbstractDesignerService.invoke(AAbstractDesignerService.java:102)
com.aris.modeling.server.bl.components.webdesigner.ADesigner.save(ADesigner.java:118)
sun.reflect.GeneratedMethodAccessor614.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
java.lang.reflect.Method.invoke(Method.java:497)
com.idsscheer.remoting.DispatcherServlet.handle(DispatcherServlet.java:139)
com.idsscheer.remoting.DispatcherServlet.doPost(DispatcherServlet.java:66)
javax.servlet.http.HttpServlet.service(HttpServlet.java:646)
javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.idsscheer.aris.umc.security.servlet.filter.AbstractLicenseFilter.doFilter(AbstractLicenseFilter.java:90)
com.idsscheer.aris.umc.security.servlet.filter.UmcLicenseTenantCheckFilter.doFilter(UmcLicenseTenantCheckFilter.java:48)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.softwareag.copernicus.web.servletFilter.GwtCacheControlFilter.doFilter(GwtCacheControlFilter.java:41)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.aris.zkc.servlet.AZkcPreferredRoutingFilter.doFilter(AZkcPreferredRoutingFilter.java:87)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.aris.monitoring.UseCaseFilter.doFilter(UseCaseFilter.java:63)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.idsscheer.aris.umc.security.servlet.filter.AbstractAuthenticationFilter.doFilter(AbstractAuthenticationFilter.java:106)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
com.codahale.metrics.servlet.AbstractInstrumentedFilter.doFilter(AbstractInstrumentedFilter.java:104)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:44)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:683)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190)
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611)
org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
java.lang.Thread.run(Thread.java:745)
 

UMG Database with CXM Sample

$
0
0

Hi,

Recently upgraded ARIS  9.8.6 SR6 and glad to have Customer Journey Landscape, Journey Map, TouchPoint Allocation Diagram & TouchPoint Map.I wanted UMG database with sample of the above models.

Right now, I am using excel to capture CXJ then list down opportunity and issue. Also I need brief tutorial for the usage of these models. Attached some of my work please let me know how can I leverage ARIS capability for this purpose.

Regards,

Farook.

 

 

File attachments: 

Webinar invitation - 1st December

$
0
0

Would you like to manage your ARIS process content in an easy & controlled way?  Join our Webinar on 1st December to learn more about our new solution for your ARIS 9 Platform

Live Webinar - 1st December

 

Tags: 

ARIS Internal Error

$
0
0

Hi All,

I'm facing an internal error when trying to open the Application Instance Model(Application Environment Model)  for a particular application.

Error Message: "Internal error: Unable to open model"

The other Application Instance models seem to be ok. 

Could someone please advice how to fix this issue? Thanks

 

Connect customization

$
0
0

Hi Community,

 

Can we customize the look and feel of login page of Aris connect. We want to put some text and one image apart from changing the logo.

Thanks and regards,

Tarun Sharma

 

editing toolbar in Aris Connect

$
0
0

Hi Community,

 

Is there a way to hide toolbar buttons while viewing a process. Like if i can hide the button to share model. Also, can i set the navigation pane disable by default.

 

Thanks and Regards,

Tarun Sharma

Simulation ARIS 9.8 UND-Regel wird nicht aktiviert

$
0
0

Hallo

Wir versuchen eine EPK in Zeilendarstellung zu simulieren, welche UND-Zusammenführungen enthält. Leider kommt die Simulation nicht über die 1. UND-Regel hinweg, weil diese nie aktiviert wird, obwohl alle Ereignisse, welche in die UND-Regel führen aktiviert wurden. An der UND-Regel warten die angekommenen Prozessmappen bis in alle Ewigkeit. Was machen wir falsch?

 

Viewing all 1616 articles
Browse latest View live