Products | Versions |
---|---|
TIBCO BusinessWorks ProcessMonitor | - |
Not Applicable | - |
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.
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.
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.
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).