The error is generated when a driver cannot be loaded by DataFlex. There could be multiple reasons for this:
- You sent the wrong .cfg file to Linux. When you register your license, it will generate two files, one for windows use and another for Linux use. The .CFG file for Linux will be created under your DataFlex installation and the .cfg file for Windows will be created under the Mertech bin folder.
- Some libraries are missing. These libraries are needed by Oracle or other DBMS clients, for that you can use the ldd program:
ldd /path/to/library.so
Tags: Linux
