Improve ETL IMPORT/EXPORT JDBC Driver Configuration Error Message
Details
| Detail name | Value |
|---|---|
| Changelog Number | 15381 |
| Type | Improvement |
| Status | Open |
Description
When using Exasol ETL IMPORT/EXPORT from JDBC, the required JDBC driver must be uploaded to the database and configured correctly (see Add JDBC driver). If the driver configuration is missing or invalid, the following error message is displayed:
No default DRIVER registered for <JDBC Connection String>. Please specify DRIVER or add a default via EXAoperation.
This message is outdated because it instructs users to configure the driver using EXAoperation, which has been discontinued starting with Exasol 8. As a result, the error message is misleading and can confuse users who are using supported versions of Exasol.
Improvement
Update the error message to remove the reference to EXAoperation.