Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

SQL-Toolkit – How to solve Postgres connection issues

Problem

Trying to initialize some samplers that use that Postgres flavor of the SQL-TOOLKIT, but the netprobe reports the following error:

DBMS API Library loading fails
**This library is a part of DBMS client installation, not SQLAPI++**
**Make sure DBMS client is installed and**
**this required library is available for dynamic loading**
(3)
2023-07-14 07:38:35.253+0000 ERROR: SQL-TOOLKIT[MD Postgresql-Server] Fail -
libpq.so: cannot open shared object file: No such file or directory
libpq.so.5: cannot open shared object file: No such file or directory
libpq.so.4: cannot open shared object file: No such file or directory
libpq.so.3: cannot open shared object file: No such file or directory

Solution

Please check the library paths that are set to match the location of the database client libraries - reference link below.

SQL Toolkit

["Geneos"] ["FAQ"]

Was this topic helpful?