ARIS process import in BPM

Hi All,
I am trying to import ARIS process into BPM.I am using ARIS 7.2 wherein I converted EPC into BPMN.After that I tried to export the BPMN .But there could only export the file only in the XML format and not in BPMN format.
But in BPM we are unalbe to import this XML into SAP NetWeaver Developer Studio as it acccepts only BPMN2.0 format.
Can you please provide us the solution on this?
Thanks in advance

In which formats can an ARIS process-design be exported to?
As far as what I have heard, it can be exported to a BPMN2.0 file (which can be imported later into BPM).
I googled a bit, and this is what I have found:
New Features of ARIS 7.2
Let us know if this helps.

Similar Messages

  • Problem with process imported BPA - BPM / IllegalArgumentException

    Hi,
    I installed the latest version of SOA Suite and Jdev (11.1.1.5), and i have problems when tried to import a BPMN model from a BPA Repository.
    [IllegalArgumentException in o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject:115]
    This problem just happends when i tried to import a process with a User Task activity. With all the others artifact works right.
    Other important information, is if I try to import the same process like a BPEL process in JDev, using the option "Composite from Oracle BPA BluePrint", the import works right, and i can see the BPEL process with the User Task in the IDE.
    Thanks in advance,
    Enrique
    Edited by: user11931063 on 26-may-2011 6:42

    Hi Daniel,
    This is the trace:
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    java.lang.IllegalArgumentException
    java.lang.IllegalArgumentException
    j.net.URI.create(URI.java:842)
    j.net.URI.resolve(URI.java:1028)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
    o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
    o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
    o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
    o.bpm.type.TypeCache.reload(TypeCache.java:116)
    o.bpm.type.TypeCache.sync(TypeCache.java:149)
    o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
    o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
    o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
    o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
    o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
    o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
    o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
    o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
    o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
    o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
    o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
    o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
    o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
    o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
    o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
    o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
    o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
    o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
    o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
    o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
    o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
    o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
    o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
    o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
    o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
    o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
    o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
    o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
    o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
    o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
    o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
    o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
    o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
    o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
    o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
    o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
    o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
    o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
    o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
    o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
    o.javatools.data.Structure.fireValueAdded(Structure.java:348)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.ListStructure.add(ListStructure.java:109)
    o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
    o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
    j.lang.Thread.run(Thread.java:662)
    *Caused by:
    java.net.URISyntaxException: Illegal character in path at index 3: xsd\Ingresar_FacturaPayload.xsd*
    j.net.URI$Parser.fail(URI.java:2809)
    j.net.URI$Parser.checkChars(URI.java:2982)
    j.net.URI$Parser.parseHierarchical(URI.java:3066)
    j.net.URI$Parser.parse(URI.java:3024)
    j.net.URI.<init>(URI.java:578)
    j.net.URI.create(URI.java:840)
    j.net.URI.resolve(URI.java:1028)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.parseDependencies(TaskDefinitionParsedObject.java:115)
    o.bpm.project.catalog.loaders.impl.TaskDefinitionParsedObject.<init>(TaskDefinitionParsedObject.java:53)
    o.bpm.project.catalog.loaders.impl.HumanTaskTypeLoader.parseUri(HumanTaskTypeLoader.java:146)
    o.bpm.project.catalog.loaders.AbstractTypeLoader.parse(AbstractTypeLoader.java:106)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:839)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.parseResource(ProjectCatalogComponentBundle.java:853)
    o.bpm.project.catalog.bundles.ProjectCatalogComponentBundle.loadTypeNames(ProjectCatalogComponentBundle.java:143)
    o.bpm.type.TypeCache.reloadFromBundle(TypeCache.java:638)
    o.bpm.type.TypeCache.reload(TypeCache.java:116)
    o.bpm.type.TypeCache.sync(TypeCache.java:149)
    o.bpm.type.DefaultComponentCatalog.sync(DefaultComponentCatalog.java:531)
    o.bpm.project.io.fs.FileProjectLoader.loadCatalog(FileProjectLoader.java:218)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1070)
    o.bpm.project.FuegoProject$7.init(FuegoProject.java:1064)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:585)
    o.bpm.project.FuegoProject.getComponentCatalog(FuegoProject.java:60)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.getCatalogObjectFor(BPMN20Loader.java:1488)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.access$800(BPMN20Loader.java:83)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader$LoadingFlowNodeHandler.handleUserTask(BPMN20Loader.java:2058)
    o.bpm.project.model.util.ModelUtils.handleFlowNodeChecked(ModelUtils.java:429)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivityData(BPMN20Loader.java:1119)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:1090)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.loadActivities(BPMN20Loader.java:924)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:732)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:693)
    o.bpm.project.io.serializers.model.bpmn.BPMN20Loader.load(BPMN20Loader.java:124)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadBPMN20CompliantModel(DefaultModelFormat.java:383)
    o.bpm.project.io.serializers.model.DefaultModelFormat.loadInternal(DefaultModelFormat.java:399)
    o.bpm.project.io.serializers.model.DefaultModelFormat.load(DefaultModelFormat.java:62)
    o.bpm.project.io.serializers.model.DefaultModelFormat.parse(DefaultModelFormat.java:182)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadModel(ProcessesLoader.java:139)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadXPDLCompliantModel(ProcessesLoader.java:119)
    o.bpm.project.io.fs.loader.ProcessesLoader.load(ProcessesLoader.java:98)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:75)
    o.bpm.project.io.fs.loader.ProcessesLoader.loadObject(ProcessesLoader.java:40)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:56)
    o.bpm.project.io.fs.loader.ProjectModelLoader.loadObject(ProjectModelLoader.java:29)
    o.bpm.project.io.fs.loader.ProjectObjectLoader.load(ProjectObjectLoader.java:109)
    o.bpm.project.io.fs.ProjectObjectsCache.loadAndCacheObject(ProjectObjectsCache.java:280)
    o.bpm.project.io.fs.ProjectObjectsCache.getObject(ProjectObjectsCache.java:260)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildrenByTypeGeneric(ProjectObjectsCache.java:243)
    o.bpm.project.io.fs.ProjectObjectsCache.getChildren(ProjectObjectsCache.java:114)
    o.bpm.project.io.fs.FileProjectLoader.getChildren(FileProjectLoader.java:169)
    o.bpm.project.ResourceContainerImpl.loadChildren(ResourceContainerImpl.java:192)
    o.bpm.project.ProjectObjectContainerImpl.children(ProjectObjectContainerImpl.java:284)
    o.bpm.project.ProjectObjectContainerImpl.getChildrenByType(ProjectObjectContainerImpl.java:231)
    o.bpm.project.FuegoProject.addProcesses(FuegoProject.java:993)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:987)
    o.bpm.project.FuegoProject.getRecursiveProcesses(FuegoProject.java:1010)
    o.bpm.project.FuegoProject.getProcesses(FuegoProject.java:401)
    o.bpm.project.io.sensor.ProcessSensorsVisitor.visit(ProcessSensorsVisitor.java:66)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.getRootJaxbElement(MeasurementsFileGenerator.java:112)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateMeasurementsFile(MeasurementsFileGenerator.java:82)
    o.bpm.project.io.sensor.MeasurementsFileGenerator.generateFile(MeasurementsFileGenerator.java:66)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:46)
    o.bpm.project.io.fs.writer.AbstractWriter.write(AbstractWriter.java:64)
    o.bpm.project.io.fs.writer.ProjectPreferencesWriter.write(ProjectPreferencesWriter.java:34)
    o.bpm.project.io.fs.FileProjectWriter.performWriting(FileProjectWriter.java:421)
    o.bpm.project.io.fs.FileProjectWriter.write(FileProjectWriter.java:140)
    o.bpm.project.io.fs.FileProjectWriter.postObjectAdded(FileProjectWriter.java:284)
    o.bpm.project.io.fs.FileProjectWriter$ProjectChangeAdapter.postObjectAdded(FileProjectWriter.java:498)
    o.bpm.project.events.SafeProjectListener.postObjectAdded(SafeProjectListener.java:107)
    o.bpm.project.events.ProjectListenerSet.postObjectAdded(ProjectListenerSet.java:82)
    o.bpm.project.events.ProjectEventManager.postObjectAdded(ProjectEventManager.java:104)
    o.bpm.project.FuegoProject.addProjectPreferences(FuegoProject.java:733)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1050)
    o.bpm.project.FuegoProject$6.init(FuegoProject.java:1035)
    o.bpm.util.LazyHolder.initValue(LazyHolder.java:66)
    o.bpm.util.LazyHolder.get(LazyHolder.java:33)
    o.bpm.project.FuegoProject.getPreferences(FuegoProject.java:562)
    o.bpm.project.ProjectObjectImpl.getString(ProjectObjectImpl.java:697)
    o.bpm.project.ProcessObjectImpl.getDefaultLabel(ProcessObjectImpl.java:143)
    o.bpm.project.ActivityImpl.setActivityType(ActivityImpl.java:1279)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:229)
    o.bpm.project.ActivityImpl.<init>(ActivityImpl.java:215)
    o.bpm.project.NodeContainerManager.createActivity(NodeContainerManager.java:489)
    o.bpm.project.NodeContainerManager.createStartEvent(NodeContainerManager.java:311)
    o.bpm.project.ProcessContent.createStartEvent(ProcessContent.java:319)
    o.bpm.project.ProcessContent.createBeginAndEnd(ProcessContent.java:507)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:86)
    o.bpm.project.ProjectResourceObjectFactory.createProcess(ProjectResourceObjectFactory.java:40)
    o.bpm.project.ProjectResourceObjectFactory.createProjectProcess(ProjectResourceObjectFactory.java:99)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectModel(AbstractProjectRepository.java:567)
    o.bpm.project.io.fs.AbstractProjectRepository.createProjectFiles(AbstractProjectRepository.java:358)
    o.bpm.project.io.fs.AbstractProjectRepository.initProject(AbstractProjectRepository.java:326)
    o.bpm.fusion.repository.FusionProjectRepository.create(FusionProjectRepository.java:229)
    o.bpm.fusion.repository.JdevRepositoryService.projectAdded(JdevRepositoryService.java:158)
    o.bpm.fusion.repository.JdevRepositoryService$1.technologyAdded(JdevRepositoryService.java:269)
    o.j.model.JProjectTechnologyNotifier.fireTechnologyAdded(JProjectTechnologyNotifier.java:132)
    o.j.model.JProjectTechnologyNotifier.access$100(JProjectTechnologyNotifier.java:28)
    o.j.model.JProjectTechnologyNotifier$1.projectPropertiesChanged(JProjectTechnologyNotifier.java:58)
    o.i.model.Project$StorageListener.structureValuesChanged(Project.java:1097)
    o.javatools.data.Structure.fireStructureChangeEvent(Structure.java:455)
    o.javatools.data.Structure.fireValueAdded(Structure.java:348)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.Structure.fireValueAdded(Structure.java:356)
    o.javatools.data.ListStructure.add(ListStructure.java:109)
    o.i.model.TechnologyScopeConfiguration.setTechnologyScope(TechnologyScopeConfiguration.java:153)
    o.bpm.fusion.soa.FusionSoaProjectRepository.setTechnologyScope(FusionSoaProjectRepository.java:69)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard.initProject(NewBpmProjectFromBPAWizard.java:225)
    o.bpm.fusion.soa.wizard.NewBpmProjectFromBPAWizard$1.run(NewBpmProjectFromBPAWizard.java:154)
    j.lang.Thread.run(Thread.java:662)
    Thanks !

  • Using ARIS process models as the foundation for Business Process Monitoring

    Hello,
    Do anyone know if you can use IDS Scheer ARIS process models and the integration between IDS Scheer ARIS and SAP Solution Manager as the starting point for end-to-end Business Process Monitoring (BPM) so that you get the process description/model automatically in Solution Manager BPM and just need to configure the monitoring (more or less that you monitor against the modelled process in ARIS)?
    Is there an API for SAP Solution Manager BPM so that non-SAP solutions/systems can be part of the end-to-end process monitoring?
    If not, how do you usually integrate non-SAP solutions that are part of an end-to-end process that you want to monitor into SAP Solution Manager BPM, or do you not use Solution Manager BPM for this?
    What is the roadmap for SAP around SAP Solution Manager BPM when it comes to non-SAP systems/applications/solutions and the new SAP NetWeaver BPM functionality?
    Regards,
    Markus Johansson

    Hello Markus,
    I just paste my answer form the other forum entry Re: Business process management strategy in SAP?
    in a nutshell BPM Netweaver is focussing on so called edge-processes (usually
    SOA-based and often workflow related). These edge-processes a thought to enhance exisitng core business processes and should provide the fast competitive edge versus competitors. Examples would be also xApps. For this Netweaver provides process modelling tools, where you can get exectuable code through the integration between CE and PI. The monitoring part for these processes is mainly targeting business end-users and business manager.
    Business Process Monitoring with Solution Manager focusses on core business processes which are realized with the "conventional", "old" SAP Architecture, e.g. Order-to-Cash or Procure-to-Pay. You get a combination of technical monitors (average response times of transactions, background job runtimes, monitors for IDOC or qRFC processing) and application related monitors (you get more than 200 pre-configured application monitors out-of-the-box like number of overdue customer orders or outbound deliveries or number of deliveries with goods issue posted but no invoice). The target group here is the support organization of the customer, from Basis-Support over application support on IT side to process owner on business department side.
    Overview presentations can be found under
    https://service.sap.com/bpm --> Media Library --> Customer Information -->
    "Business Process Monitoring - Part 1 & 2".
    Or look under https://www.sdn.sap.com/irj/sdn/nw-processmonitoring
    In the end BPM Netweaver and BPMon SolMan are complementary for different purposes and different target groups.
    Best Regards
    Volker

  • How to import existing BPM project in jDeveloper

    Hi,
    I am new to oracle BPM.
    I have imported oracle BPM+SOA project in jedeveloper using (file->import->soa archive into soa project). I am able to see SOA composite in jdeveloper but not BPM processes. instead of BPM process it showing "unknown project object"
    I have also used other way like unzip jar file and copy paste all files from jar to jedeveloper project but no use.
    Restarted jdeveloper but still showing error.
    please help me.

    Well there are two options - if you have a WAR file with the code in it, then you can use the file->import WAR.
    Or you can use the new->Project from source code.
    Note that you'll probably need to do some library settings and some directory setting after that.
    Have a look at this demo for basic steps:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/NBtoJDevProject/NBtoJDevProject.html

  • Import a BPM project .jar file in jedevloper

    Hi,
    Can we import a BPM .jar file in jdeveloper, to regenrate the underlying code. this jar is having the BPM and SOA code.
    << the actual case is to import the deployed BPM .jar file project in jdeveloper. >>
    thanks,
    rps

    You can unjar the file in your machine so that you have the source code.
    Create a new BPM Application (make sure you name the project & process similar to what you have in the JAR).
    After that copy & replace the unjared contents into the folder under <applicationName>/<projectName> except for <projectName>.jpr (since this is not in the jar).
    try opening it from Jdev .. I could compile using a similar approach and open the BPM process too.
    You would need to deploy and test the functionality to be sure that this works.

  • Process signature in BPM

    Hi XI guru's,
    Please let me know about Process signature in BPM.
    Thanks and regards
    sai

    Hi,
    Check this link.
    http://help.sap.com/saphelp_nw70/helpdata/en/1e/7d18044185b4438c661bd2ed0472aa/content.htm
    Regards,
    Sudheer.

  • Process Patterns in BPM

    what is process pattern in BPM? How many Process  Patterns are there namely?
    Please REPLY urgently?

    Hi vinod sharma  ,
    The following websites give u complete details on Process Patterns in BPM :
    BPM Process Patterns Repeatable Designs for BPM Process Models
    http://edocs.bea.com/albsi/docs55/pdfs/BPM%20Process%20Patterns%20White%20Paper.pdf
    An introduction to Business Process Management
    http://www.avelon.nl/downloads/Introduction_BPM.pdf
    Business Process Management -Modeling to Execution
    http://www30.sap.com/korea/company/events/techday05/img/data_06.pdf
    BUSINESS PROCESS MANAGEMENT (BPM)
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ed49db90-0201-0010-c4a5-c520866a19c7
    BPM Process Patterns:Repeatable Design for BPM Process Models
    http://www.bptrends.com/publicationfiles/05%2D06%2DWP%2DBPMProcessPatterns%2DAtwood1%2Epdf
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Monitor Integration process log in BPM

    Hi
    I am practising the following BPM
    /people/krishna.moorthyp/blog/2005/06/09/walkthrough-with-bpm
    and I wanted to know how to monitor integration process log in BPM.
    To monitor Integration process I logged, into transaction SXMB_MONI_BPE ->Process Selection->Selected corresponding integration process (in Service Field) - and Clicked Execute as suggested in the blog
    But I get the message work item doesn't exist ??
    What do I need to do in this case ??
    Thanks,
    Kiran

    SAKHARDANDE ,
    Go to sxmb_moni-->Monitor for processed xml message --> In the view box there is standard and process. Select Process for checking the messages of BPM.
    Else as in the weblog mentioned go to SXMB_MONI_BPE ->Process Selection->Select corresponding integration process (in Service Field) ->Execute->Select work item. Select your service which you have used in ID.
    If you dont find anything then first see whether you see your message in sxmb_moni  or not? If not then check your file sender communicaiton channel in adapter monitoring.
    Regards,
    ---Satish

  • Partner interface process (pip) in BPM

    can you give an idea abt partner interface process (pip) in BPM???

    I think PIP is not related to ccBPm (XI related)
    Rather, it is related to business process for trading partners.
    See this
    http://www.service-architecture.com/web-services/articles/partner_interface_process_pip.html
    Regards,
    Prateek

  • Calling BPM Sub Process from another BPM Process - Stuck at Sub Process

    Hi
    JDeveloper 11.1.1.6, BPM 11.1.1.6, WLS 10.3.6
    I am trying to Call a BPM Process from another BPM Process. Both the processes are defined in the same BPM Project.
    Both the Processes have 'None' Start and End activities.
    The 'Parent Process' has a 'Call Activity' which calls the 'Sub Process'.
    The Sub process takes a parameter of payload object as input and returns output (also same payload object)
    I have passed the payload object from parent to sub process in the 'Data Associations'.
    The Start and End activities in the sub process also have the data associations set where I am passing the payload object from parent process to child process.
    When I run the process and see the Enterprise Manager console - Audit Trail / Flow tabs,
    Flow Tab - The progress of the process is showing only till the Calling of the sub process in the Parent Process. It does not show the Sub Process.
    Audit Trail Tab - Shows that the Sub Process is called but has not reached to the End of the Sub process.
    The audit trail does not have links to the sub process activities.
    I cannot see any exceptions as well in the audit trail.
    How can I find out why the process is stuck? Or what is going on in the process?
    Please let me know if my explanation is not clear?
    Thanks for any help
    Regards
    Sameer

    Thanks for replying.
    I have another Sub Process with Start and End events as Message Events and used Send Task and Receive Task (Implementation : Process Call) in the Main process to invoke the sub process asynchronously.
    Then, the Sub Process is shown in the 'Flow Trace' as child of the main process.
    In this particular one, I used 'Call Activity' to call the sub process.
    So the Audit trail is showing the sub process as a child.
    But what I was trying to say is that the audit trail did not have links to the entries in the 'Event' column (in Enterprice manager - instance window). (like Instance entered activity, Instance left activity etc).
    I was intending to use these links to see the payload information and try to debug if there is any problem with the code.
    The actual problem I was trying to say in the post is that, even after the user responds to the activity (User Task - Approval) in the Sub process,
    the audit trail is not proceeding further.
    In the Sub process definition, after the user task, there is End with none implementation.
    Hope it is clear now.
    Thanks and Regards
    Sameer

  • How to invoke an other BPM asynchronous process from the BPM process

    Do anyone know how to invoke other asynchronous process from the BPM process without using the Web Service URL?

    Try using a Service task implemented as a Process Call. Then you select the process you want to call, set the associations or transformation and deploy it to test.
    I hope it works for you.
    isabelbernely

  • Mapping LDAP Role in Building Your First Process with Oracle BPM 11g

    I'm working on "Building Your First Process with Oracle BPM 11g" I'm at the end of step where assigns user for the requester. The problem is in identity lookup, "Realm" is empty for Remote_WLServer.
    Servers are up and running. Demo user community has been loaded - I can see the list of users and groups in the administration server under myrealm. We haven't done much since SOA suite 11g installation. I'm probably the first one who uses this. I wonder we have a missing set up? Can you me what's missing? Appreciate your help in advance.

    I get this error message when I clicked gear icon.
    "Server exception is : Connection refused from server"
    Here is the result of testing Remove_WLServer connection. Does this cause the issue?
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... success.
    Testing Server MBeans Model ... skipped.
    Testing HTTP Authentication ... success.
    2 of 9 tests successful.
    I have installed JDeveloper 9i, 10g, and 11g in my laptop. SOA is installed on linux.

  • ARIS Process Hierarchy

    We have been using ARIS for process modeling. When ARIS was first installed 3 years ago the IDS consultant suggestd that we go with a 4 level process hierarchy, as follows:
    Level 1 Process Group (VACD)
    Level 2 Scenario (EPC)
    Level 3 Process (EPC column display)
    Level 4 Process step (FAD)
    Ann Rosenberg's modeling handbook (http://wiki.sdn.sap.com/wiki/display/ModHandbook/Process+Hierarchy) suggests a 6 level hierarchy as best practice. There are a few things I find confusing about this hierarchy. For example,
    - Why are FAD diagrams not used in level 6 diagrams?
    - How do business scenarios fit it and how are they similar to / different from process variants?
    - How can chunks of processes be reused if each process variant drills down to its own EPC? The way we have it set up in the 4 level hierarchy above, each scenario is a sequence of processes, so processes can be reused. For example, scenario A is defined as process 1 > 2>3, whereas process B is defined as process 1 --> 3. In the handbook example, it looks like each process variant is a single VACD function, which to me implies the underlying EPC has to cover everything in that variant.
    I am also concerned whether our 4 hierarchy would work as well when synchronizing to Solman. We haven't been doing the synchronization yet, but likely will in the near future. The IDS consultant told us it would work when it was installed.
    If anyone has used the hierarchy in Ann's handbook could you point me to some examples and let me know how well iit's working? Also can you see any major deficiencies with the 4 level hierarchy that would compel us to switch to the handbook structure?
    Thanks in advance.

    Hi
    In our company we have a process oriented hierarchy and End to End processes.
    Process oriented hierarchy
    Level 0 - Global process map (VACD in ARIS, not in SOLMAN)   "Company map"
    Level 1 - Main Scenarios (VACD in ARIS, Dummy scenario in SOLMAN) "Purchasing"
    Level 2 - Scenario (VACD in ARIS, Scenario in SOLMAN) "Direct purchasing"
    Level 3 - Process (EPC in ARIS, Process in SOLMAN)  "Create Purchase order"
    Level 4 - Process step (Function with a FAD iin ARIS, process step in SOLMAN) "create P.O. output"
    Level 5 - Guidelines/rules EPC or FAD in ARIS, not in SOLMAN)
    Level 3 can have different variants and can be reused in different end to end scenarios.
    Level 2,3 and 4 is synchr. with SOLMAN.
    So far this is working well in supply chain and sales processes. We ancitipate some challenges (more levels/details) when we come to the finance processes.

  • Undeploy some processes of a BPM project

    There are about a hundred of processes in a BPM project (BPM studio 10.3.0). These processes are not processes and subProcesses.
    This project has been deployed to BPM standalone 10g.
    Can I just undeploy and delete some of the processes (not all of them) of this BPM project?

    Yes you can partially undeploy a project from BPM Administrator console.
    - Login to the BPM administrator console
    - select projects from the left side menu
    - Click on "completely deployed" link againt the project you want to undeploy.
    - click on the "Modify" button at the bottom of the page
    - select undeploy only for the processes you want to undeploy and retain the other processes active.
    - submit and come back to the projects screen. You will see that the project as 'Partially deployed"
    regards,
    Gopi

  • Getting completed process details using BPM API

    Hi Experts,
    is there any way to get the completed process details using BPM API or Analytics API for a specific process definition (in 7.31 SP10)?
    my observations:
    1. using getRunningProcessInstances(process_def_id) of ProcessInstanceManager, I can fetch running process instances.
    but I need completed process instances.
    Thanks in advance.
    Best Regards
    -Trim

    seems no way

Maybe you are looking for

  • HT1923 cannot install itunes 64-bit on windows 7

    I am having trouble installing the 64 bit itunes download getting error message "not a invalid win 32 application, anyone ?

  • Photo Booth is not saving pictures in the folder

    Hey, I am facing some issues with my Photo Booth! I am able to take pictures and they drop down to the bottom of the photo booth window, but when i check the folder in ''pictures'' its always empty. Before the pictures which were taken got automatica

  • Windows 2012R2 RDS - Outlook 2013 preview handler not working

    Hello, We have an Windows 2012R2 RDS environment with Outlook 2013 installed. Currently we are experiencing some issues with the preview handler for non-administrator users. With an Administrator account it is working without issues. All users that o

  • Newest QT7 (7.6.9) Not Installing

    2.7 GHz Core i5, running Snow Leopard 10.6.8 I installed QT 7.6.6 from my install disks, per the support notes. That part worked fine.  The problem starts when I try and upgrade QuickTime 7 to the latest version, 7.6.9. It tells me to use Software Up

  • Docs related to SD Module

    Hi All, Can any one forward me the docs regarding the following topics? 1) Transportation 2)Packing 3)Foreign Trade. My mail Id is [email protected] Thanks in Advance, Regards, Ajit