Troubleshooting the IBM Integration Bus Logging Agent
Easily resolve issues and get expert answers for your Nodinite IBM Integration Bus Logging Agent. This page provides troubleshooting steps, frequently asked questions, and direct support options to keep your integration monitoring running smoothly.
✅ Step-by-step troubleshooting for common issues
✅ Direct links to configuration and monitoring guides
✅ Answers to frequently asked questions
✅ Access to expert support and documentation
If you have any issues that you cannot solve, please contact our Support, or send us an email at support@nodinite.com
FAQ
How do I add IBM Integration Bus Logging with Nodinite?
Adding an arbitrary number of IBM Integration Bus queue managers for Nodinite to monitor is a simple and straightforward process that only requires proper access rights. Just follow the steps detailed in the Configuration user guide.
How do I Monitor IBM MQ with Nodinite?
Review the Nodinite IBM MQ Monitoring Agent for step-by-step instructions.
How do I Monitor IBM DataPower?
Review the Nodinite IBM DataPower Monitoring Agent.
How do I specify which version of AMQMDNET.DLL to use?
You may need to adjust the '%agent name%.exe.config
' file to specify the exact version to use for your environment.
- Adjust the example with the proper folder and version in use in the target environment.
- Restart the agent and review the diagnostics.log.json file for details.
Version example 8.0.0.5
<dependentAssembly>
<assemblyIdentity name="amqmdnet" publicKeyToken="dd3cb1c9aae9ec97" culture="neutral" />
<codeBase version="8.0.0.5" href="file:///C:\Program Files (x86)\IBM\WebSphere MQ\bin\amqmdnet.dll" />
<bindingRedirect oldVersion="0.0.0.0-8.0.0.5" newVersion="8.0.0.5" />
</dependentAssembly>
Version example 9.1.0.7
<dependentAssembly>
<assemblyIdentity name="amqmdnet" publicKeyToken="dd3cb1c9aae9ec97" culture="neutral" />
<codeBase version="9.1.0.7" href="file:///C:\Program Files (x86)\IBM\WebSphere MQ\bin\amqmdnet.dll" />
<bindingRedirect oldVersion="0.0.0.0-9.1.0.7" newVersion="9.1.0.7" />
</dependentAssembly>
Version example 9.3
The 9.3 client requires .NET Framework 4.8. The agent is currently built using the 4.6.2 run-time. If you need support for 9.3, please contact our support to get an updated version of the agent.