How to change the TIBCO BusinessWorks ProcessMonitor Server instance name.
book
Article ID: KB0094145
calendar_today
Updated On:
Products
Versions
TIBCO BusinessWorks ProcessMonitor
-
Not Applicable
-
Description
Description: TIBCO BusinessWorks ProcessMonitor (BWPM) server setup instance name is configured during BWPM DB schema creation (during installation
create limited admin user page).
BWPM Instance: An instance of BWPM represents the combination of various components that are interacting together within one environment. Each BWPM instance consists of one database system, one or more JMS Server(s) and at least one BusinessWorks ProcessMonitor Server. If load balancing is required you can combine several BusinessWorks ProcessMonitor Servers within one BWPM instance. Typically you want to separate your production environment from your non-production environments. In order to do so you can create for example two different BWPM instances as BWPM TEST and BWPM PROD:
If you created a BWPM instance with some name and later you want to change the instance name, the BWPM database table will need to be updated.
Issue/Introduction
How to change the TIBCO BusinessWorks ProcessMonitor Server instance name.
Resolution
To change TIBCO BusinessWorks™ ProcessMonitor (BWPM) instance name from "BWPM1" to BWPM_DEV" you have to connect to BWPM database schema and run SQL provided below:
update njams_t_configuration set value = 'BWPM_DEV' where value='BWPM1'
Please note: in above query current/configured instance name was BWPM1 and we want to rename it to BWPM_DEV'. There is no need of application restart after the DB update. you just need to re login into BWPM application and you will see new instance name on BWPM server GUI.