Use the following guide for your Process AnalyticsAn Automic graphical analysis tool that displays the activities, statistical data and forecast data per Automation Engine system client in a bar diagram and that can be used to calculate the critical path. [Formerly called "ClearView," "Graphical Workload Analyzer," or "JobMonitoringStudio (JMS)."] installation.
Make sure before you install Process Analytics that your system meets the requirements. To check the system requirements, use our online databaseA database is an organized collection of data including relevant data structures. the Automic Compatibility Checker
To install Process Analytics Studio, follow the steps 1 and 2, and then configure the Process Analytics Studio.
![]() |
1. | Transferring files |
---|
![]() |
2. | Installing the JDBC Driver |
---|
![]() |
3. | Setting up the Database |
---|
Create a new database userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management.. This user should have the "db_ownerEntities are owned by a specific user or team. Only this user//users inside the team may change the entity." role for the Process Analytics database in the MS SQL Server.
For Oracle, users require the privilegesPrivileges in the Automation Engine refer to user rights to work with certain frontend and user interface functions. You grant privileges to users in the Automation Engine. CREATE SESSION, CREATE TABLE, CREATE SEQUENCE for the Process Analytics database. The following sample SQL scriptA particular Automation Engine object type. creates the DB user "PA" with the required rights:
CREATE USER PA IDENTIFIED BY pwd DEFAULT TABLESPACE CLEARVIEW_DATA;
GRANT CREATE SESSION, CREATE TABLE, CREATE SEQUENCE TO PA;
ALTER USER PA QUOTA UNLIMITED ON CLEARVIEW_DATA;
ALTER USER PA QUOTA UNLIMITED ON CLEARVIEW_INDEX;
![]() |
4. | Creating the Database Tables |
---|
Process Analytics_index
.
![]() |
5. | Configuring Process Analytics |
---|
![]() |
6. | Starting Process Analytics Admin |
---|
![]() |
7. | Starting Process Analytics Studio |
---|
See also:
Configuring Process Analytics Admin
Configuring Process Analytics Studio
Start Parameters of Process Analytics Admin
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |