Setting Up the Enterprise Message Viewer
This page describes how to set up the Enterprise Message Viewer.
Basic Setup
In the namespace where you want to define the Enterprise Message viewer:
-
Create client configurations to enable connections to each production whose messages you want to view.
-
Optionally create a production where the production class is Ens.Enterprise.ProductionOpens in a new tab or a subclass of that class. You can create the production in an IDE or create it using the Management Portal and then edit it in an IDE as follows:
-
In an IDE, open the class that defines the production.
-
Replace the class Ens.ProductionOpens in a new tab with Ens.Enterprise.ProductionOpens in a new tab. For example, if the class definition is
Class EMon.EntMonitorProd Extends Ens.Production
Edit it so that the class extends Ens.Enterprise.ProductionOpens in a new tab so that it appears as:
Class EMon.EntMonitorProd Extends Ens.Enterprise.Production
-
Compile the class.
-
-
If you created a production in the previous step, also add the Ens.Enterprise.MonitorServiceOpens in a new tab business service to the production and enable it.
Do not use the similarly named Ens.MonitorServiceOpens in a new tab.
Steps 2 and 3 enable the Enterprise Message viewer to have correct links for the Message Viewer.
-
Define all classes that you will be using in search criteria. These classes are the ones that define the body parts and search tables in the production messages.
-
Start the production.