How to controlTIBCO BusinessWorks (BW) processes monitoring data underTIBCO BusinessWorks ProcessMonitor (BWPM) Server interface.

How to controlTIBCO BusinessWorks (BW) processes monitoring data underTIBCO BusinessWorks ProcessMonitor (BWPM) Server interface.

book

Article ID: KB0086087

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks ProcessMonitor -
Not Applicable -

Description

Description:


At a high level,

- java.start.class in TIBCO BusinessWorks (BW) application tra controls the participation TIBCO BusinessWorks ProcessMonitor (BWPM) monitoring framework.

- Individual processes can be excluded from BWPM Server GUI->Administration->Log Setting->Exclude Checkbox .

- Controlling process participation via an XML file with “include” and “exclude” tags.

Issue/Introduction

How to controlTIBCO BusinessWorks (BW) processes monitoring data underTIBCO BusinessWorks ProcessMonitor (BWPM) Server interface.

Resolution

Option 1: 

Set java.start.class to com.tibco.pe.PEMain (from com.tibco.processmonitor.client.run) in TIBCO BusinessWorks (BW) application .tra before shutting down TIBCO BusinessWorksProcessMonitor (BWPM) server and restart the BW engine. This will ensure the BW engine will not have any dependency on BWPM. When you want to use BWPM (when the BWPM server is up and running ) again set java.start.class to com.tibco.processmonitor.client.run from com.tibco.pe.PEMain to monitor the BW process. This options disables participation of the particular BW process.

Option 2: 

Excluding a processes using BWPM Server Interface.

Excluding a processes from monitoring entirely can be set from the  BWPM GUI.  Go to Administration of Monitored Objects >Log Settings >set exclude entire processes from being monitored.

Usage:

1). Select a process object from Domain Object Tree.

2). Click on view "Administration".

3). Click on "Log Settings".

4). Check the marker to exclude this process.

5). Click on Apply to save the settings. The new Log Mode will be applied immediately.

This approach is suitable if you want to change very few processes and do not want the BW engine to be restarted to affect the changes.

Option 3:

Excluding a processes using BWPM configuration client file (_njams_config.xml). This file is located at: 


<TIBCO_HOME>/tra/domain/<DOMAIN>/application/<APPLICATION>/resource/<SERVICE_INSTANCE_NAME>_njams_config.xml

This approach requires restarting the BW engine. When you restart the BW engine, the log file will entry show the (_njams_config.xml). file is loaded and read at start-up. These changes are posted in the BWPM.command queue. Once the BWPM Server consumes those messages, the updated changes should be reflected in the BWPM Server GUI. In case of some issues, you need to verify message expiration set on the EMS server for those messages in case the BWPM Server is slow or down. This approach is suitable for the changing multiple processes. 


See the attached file (Filename: ExcludeProcessDetails.docx).

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0in 5.4pt 0in 5.4pt; mso-para-margin-top:0in; mso-para-margin-right:0in; mso-para-margin-bottom:10.0pt; mso-para-margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}

Additional Information

TIBCO BusinessWorks ProcessMonitor Server User Guide >Working with Monitored Objects >Administration of Monitored Objects >Log Settings >Exclude Process

Attachments

How to controlTIBCO BusinessWorks (BW) processes monitoring data underTIBCO BusinessWorks ProcessMonitor (BWPM) Server interface. get_app