Version 9.7
 —  EntireX Adapter Installation and User's Guide  —

Settings and Information

This document describes information and tracing screens in the IS Administration Console. It covers services and screens on the following information types:


Adapter Settings

This screen shows the current level of EntireX Tracing. You can change this level with the Change Settings link. The trace levels are "0" (no tracing), "1" (trace calls), "2" (trace calls and buffers), "3" (full tracing).

The trace file is written to the standard log directory of the Integration Server or the directory defined in Change Settings and has the name wmentirexYYYYMMDD.log.

You can change the location (directory) for the trace files with the Change Settings link. This has immediate effect.

Further Setting Options for Tracing:

Top of page

Connections Information

This screen displays the following sections about connections and listeners.

Top of page

Built-in Services for Connections Information

The information on connections and listeners shown on the IS Administration Console's page is available with built-in services. The following services are available in the WmEntireX package:

pub.wmentirex.connectioninfo:brokerInfo

The service retrieves the status of the broker given in the broker ID. Use pub.wmentirex.connectioninfo:brokerList before to get the list of broker IDs used in all connections.

Input Parameters

brokerID String The ID of the broker to be pinged.
refreshData String The number of milliseconds to refresh the data. If refreshData is null or not a number, the default of 10 seconds is used.

Output Parameters

errorFlag String "true" if an error occurred, "false" if the call succeeded.
message String The result of the ping call to the broker.

pub.wmentirex.connectioninfo:brokerList

The service retrieves the list of all broker IDs configured in the connections.

Input Parameters

refreshData String The number of milliseconds to refresh the data. If refreshData is null or not a number, the default of 10 seconds is used.

Output Parameters

brokerIDs String[] The array of broker IDs.

pub.wmentirex.connectioninfo:listenerList

The service retrieves name, broker ID and server address for each listener.

Input Parameters

refreshData String The number of milliseconds to refresh the data. If refreshData is null or not a number, the default of 10 seconds is used.

Output Parameters

listeners IData[] The array of IData objects containing three strings name, brokerID, serverAddress for each listener.

pub.wmentirex.connectioninfo:serviceInfo

The service retrieves the result of the ping call for the connection.

Input Parameters

connection String The name of the connection to ping, e.g. "folder:name".
refreshData String The number of milliseconds to refresh the data. If refreshData is null or not a number, the default of 10 seconds is used.

Output Parameters

errorFlag String "true" if an error occurred, "false" if the call succeeded.
message String The result of the ping call to the connection.

pub.wmentirex.connectioninfo:serviceList

The service retrieves the connection names. One of these names can be used as input for pub.wmentirex.connectioninfo:serviceInfo.

Input Parameters

refreshData String The number of milliseconds to refresh the data. If refreshData is null or not a number, the default of 10 seconds is used.

Output Parameters

connections String[] The array of connection names in the format folder:connection.

Top of page

Support Information

Connections, adapter services and adapter listeners contain metadata which is generated during deployment of connections and services. Use the service pub.wmentirex.supportinfo:createInfo to extract this metadata for support purposes and error diagnosis.

pub.wmentirex.supportinfo:createInfo

The service extracts the generated metadata from all connections and adapter services in a package and writes this to a file in the installation folder of the Integration Server.

Input Parameters

packageName String The name of a package. The generated metadata for all connections, adapter services and adapter listeners in this package is written to a file.

Output Parameters

result String File <filename> created on host <hostname>

Top of page

Services Information

This screen shows statistics about the adapter services of the EntireX Adapter. Only services that have been executed at least once during the runtime of the Integration Server are shown.

The following information is shown for each service:

Note:
All these items except the service name can be reset with the link "Reset Statistics".

Top of page

License Information

This screen shows information on the license used to enable the usage of Direct RPC, or connections using IMS Connect or CICS ECI connectivity.

Notes:

  1. The folder <webMethods installation>/IntegrationServer/config is the default folder for the license file.
  2. You can change the location of the license file (file name with folder) with the Change Settings link.
  3. The folder <webMethods installation>/IntegrationServer/packages/WmEntireX is not a safe folder for the license file, because the Integration Server cleans this folder on update.

Top of page

Application Monitoring

Application Monitoring is an EntireX feature that enables you to monitor the response times in your distributed applications, and it also enables you to monitor certain error situations. For details, see Application Monitoring in the EntireX documentation.

Start of instruction setTo enable application monitoring for Direct RPC, IMS Connect and CICS ECI

  1. In the administration menu of the EntireX Adapter, choose Application Monitoring.

  2. In the Configuration section, enable Application Monitoring.

  3. In the configuration entry Application Monitoring Data Collector ID, enter the address of the Application Monitoring Data Collector.

    The address has the format host-name:port-number, where host-name is the host on which the Application Monitoring Data Collector is running and port-number is the port number of the Application Monitoring Data Collector. The default port number is 57900.

    Caution:
    If you have a Direct RPC scenario and you change the application monitoring configuration, all involved client applications and/or RPC servers have to be restarted (because they are caching information about the Adapter’s application monitoring settings).

Top of page