Oracle BRM: How to set CMAP debug level for CM

 CM is the connection manager and belongs to the second tier in Oracle BRM's architecture.


CM's log level can be increased by the following setting in CM's pin.conf file under the path $PIN_HOME/sys/cm.

- cm loglevel 3

The log levels available are:

(1 - Error

2 - Warning

3 - Debug)


Another level of logging is CMAP and it can be increased by doing the following.


  1. setenv CMAP_DEBUG 0xffffffff
  2. setenv CM_DEBUG 0xffffffff
  3. setenv DM_DEBUG 0xffffffff

Other important BRM processes that one need to know.
stop_cm 

  1. stop_dm_eai 
  2. stop_dm_ifw_sync 
  3. stop_eai_js 
  4. stop_dm_oracle 

  1. start_dm_oracle 
  2. start_cm 
  3. start_dm_eai 
  4. start_dm_ifw_sync 
  5. start_eai_js 

Comments

Popular posts from this blog

Oracle BRM: Some Important Utilities

Oracle BRM: Learn step by step by following youtube channel

Oracle BRM: Utilize the BRM's MTA framework to use a file instead of searching the database