04 Oct 2023 09:01 AM - last edited on 08 Oct 2023 12:52 PM by MaciejNeumann
Dears,
We have IIB connected with IBM DB2 which is installed on RHEL server. We could see no host information available for the IBM DB2 server. Also, the database query information is not collected. Even in the traces we don't see the database statements. It is giving statement type as "Default Requests". Any idea how to pull these details?
Solved! Go to Solution.
04 Oct 2023 10:33 AM
Hi Ram,
I have experienced the same phenomen, the support said:
The reason there are some database instances are not returning the detailed data is that they are being called by ComputeNodes, which are not a supported node type. If we take a look at the calling service, which is an IBM Integration Bus, and select the code tab we can see the DB call comes directly from that ComputeNode.
IIB ComputeNode uses the ESQL, rather than SQL, which we cannot parse.
04 Oct 2023 01:51 PM
Hi Malaik,
Thanks for the clarification.