To
get or set the trigger address tracing profile table name,
use the following sis-console commands or related MBean operations.
Console commands
getTriggerAddressTracingProfileTableName
Command  | 
gettriggeraddresstracingprofiletablename <ra-entity>
    Get the current configured trigger address tracing profile table name
 | 
|---|---|
Example  | 
To get the trigger address tracing profile table name for the SIS instance named  $ ./sis-console gettriggeraddresstracingprofiletablename sis Trigger address tracing profile table name=sis-trigger-address-tracing  | 
setTriggerAddressTracingProfileTableName
Command  | 
settriggeraddresstracingprofiletablename <ra-entity> <table-name>
    Set the configured trigger address tracing profile table name. To remove the
    table name, specify 'null' as the argument
 | 
|---|---|
Example  | 
To set the trigger address tracing profile table name for the SIS instance named  $ ./sis-console settriggeraddresstracingprofiletablename sis sis-trigger-address-tracing  | 
MBean operations
MBean  | 
|---|
getTriggerAddressTracingProfileTableName
Operation  | 
public String getTriggerAddressTracingProfileTableName()
    throws ManagementException;
 | 
|---|
setTriggerAddressTracingProfileTableName
Operation  | 
public void setTriggerAddressTracingProfileTableName(String tableName)
    throws ManagementException;
 | 
|---|
