IBM Tivoli Composite Application Manager for Application Diagnostics, Version 7.1.0.1

Net Weaver: Cannot get request data from CTG/IMS/MQI library

The problem: Cannot get requests from CTG/IMS/MQI if CTG/IMS/MQI is a library.

The solution: Make sure there are bidirectional references between the Tivoli service component and the CTG/IMS/MQI library component. To do this, check if there is a reference (which defines the reference from those components to the Tivoli service) in the CTG/IMS/MQI Library component, and add a reference (which defines the reference from the Tivoli service to the CTG/IMS/MQI Library) in the Tivoli service component.

For example, for CTG jars deployed as a CTGLIB library into NetWeaver App Server, perform the following steps:

  1. Start the J2EE Engine Visual Administrator and connect it to the J2EE Engine.

  2. Click Server -> Services -> Configuration Adapter Service.

  3. Click the Runtime -> Display Configuration tab

  4. Choose the Edit mode option.

  5. Select cluster_data -> server/dispatcher -> cfg -> ext/interfaces/services -> <component_name>-provider.xml. In the dialog box that appears, add the following component reference into the configuration of the relevant component:
    <reference type="service" strength="weak">
    tivoli
    </reference>    

  6. Select cluster_data -> server/dispatcher -> cfg -> ext/interfaces/services -> <component_name>-provider.xml. In the dialog box that appears, add the following component reference into the configuration of the relevant component:
    <reference type="library" strength="weak">
    CTGLIB
    </reference> 

  7. Click OK to save your changes.

  8. Restart the corresponding cluster element.


Parent topic:

data collector

+

Search Tips   |   Advanced Search