How do I archive ConfigStore Management Interface (CMI) transactions with the archive script?

How do I archive ConfigStore Management Interface (CMI) transactions with the archive script?

book

Article ID: KB0088979

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
Description:
============
The BusinessConnect (BC) ConfigStore Management Interface (CMI) protocol logs interface transactions to the audit log like other BC protocols.  These transactions can be archived using the archive script included with BC.

In the archiver script, find the line:

set PROTOCOL="EZComm"

To archive only CMI transactions, change this line to:

set PROTOCOL="CMI"

Save and execute the script as documented.

Environment:
==========
BusinessConnect 5.3
BusinessConnect  ConfigStore Management Interface Protocol 1.0

 
 
Resolution:
=========
You can use the value "CMI" for the protocol value in the archiver script.

Issue/Introduction

How do I archive ConfigStore Management Interface (CMI) transactions with the archive script?