Cannot load mysql subagent

Started by dj, August 09, 2022, 03:59:55 PM

Previous topic - Next topic

dj

Hello,

whatever I try to get the subagent running - I'm getting rthe same result:

2022.08.09 14:34:44.243 *E* [db.drv             ] Unable to load database driver module "mysql.ddr": Das angegebene Modul wurde nicht gefunden.
2022.08.09 14:34:44.243 *E* [                   ] MYSQL: failed to load database driver
2022.08.09 14:34:44.243 *E* [subagents          ] Initialization of subagent "MYSQL" (mysql.nsm) failed

The German language part of the error translates to "the specified module was not found"

mysql.ddr is available in the agent's bin-directory.

Agent is 4.1.420 on Windows Server 2016. Mysql Server 8.0.13 is running on the same machine.

Any help is highly appreciated :)

Regards
Detlev

Victor Kirhenshtein

Hello,

most likely mysql.ddr cannot find MySQL client libraries. Please check if they are in the PATH.

Best regards,
Victor