Version 8.2 SP2

Concepts of EntireX Process Extractor

The EntireX Process Extractor extracts process-relevant data from an RPC data stream and maps this data to XML format as input for the ARIS Process Performance Manager (PPM).

This document covers the following topics:


The Wider Process Intelligence Landscape

This section covers the following topics:

EntireX Process Extractor

The EntireX Process Extractor extracts process-relevant data from an RPC data stream and maps this data to XML format as input for the ARIS Process Performance Manager (PPM).

ARIS Process Performance Manager

ARIS Process Performance Manager (ARIS PPM) enables organizations to analyze business process information and extract/import required data through direct data management. ARIS PPM also provides various analysis and monitoring options.

ARIS Process Performance Manager uses XML files provided by the extractors as input for the process analysis.

Each XML file describes a process event in a structured form. An XML file can contain default markup (required by ARIS PPM) elements and user-defined markup elements (individually defined for a specific process or part of the process).

The table below lists the minumum required atttributes to describe a process event:

Attribute Description Req/
Opt
STEP_TYPE Type of the process step. Used as in internal identifier for PPM. R
STEP_ID Unique identifier for the process step. R
PROCESS_ID Unique identifier for the process of which the process step is a part. R
PROCTYPE Type of the process. R
END_TIME End time stamp of the process step; format: MM/dd/yyyy HH:mm:ss. R
START_TIME Start time stamp of the process step; format: MM/dd/yyyy HH:mm:ss. O
PROCESSOR_ID ID of the processor of the process step. O

Adabas Process Extractor

The Adabas Process Extractor extracts process-relevant data from any Adabas database and provides it to ARIS PPM. It is fully integrated into ARIS PPM, like the Process Extractor JDBC-2-PPM. Internally, the Adabas Process Extractor uses the Adabas SQL Gateway to read the data from the Adabas database.

Screen Process Extractor

The Screen Process Extractor extracts process-relevant data from 3270/5250 screens and provides it to ARIS PPM. The Screen Process Extractor is based on ApplinX technology, but the data can be extracted from virtually any terminal emulation or screen scraping tool on the market.

Top of page

Sample Configurations

The configuration of the EntireX Process Extractor depends on your client/server architecture.

In the sample configurations below,

Default Runtime Configuration

This shows a default runtime configuration where the EntireX Process Extractor extracts the process-relevant data between the RPC clients and the EntireX Broker.

graphics/config_after.png

Alternative Runtime Configuration

This shows an alternative runtime configuration where the EntireX Process Extractor extracts the process-relevant data between the RPC server and the EntireX Broker.

graphics/config_after_alt2.png

Top of page