Troubleshooting the IBM Integration Bus Logging Agent
If you have any issues that you can not 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 very simple and straightforward process and requires only proper access rights. Simply follow the steps detailed in the Configuration user guide.
How do I Monitor IBM MQ with Nodinite?
Please review the Nodinite IBM MQ Monitoring Agent.
How do I Monitor IBM DataPower?
Please review the Nodinite IBM DataPower Monitoring Agent.
How do I specify which version of AMQMDNET.DLL to use?
We have no idea what run-time version you are using. You may need to adjust the %agent name%.exe.config
file to specify the exact version to use.
- 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.