EXA TO EXA IMPORT / EXPORT Default DB Port is used, when no port is specified in the connection string
Details
| Detail name | Value |
|---|---|
| Changelog Number | 23052 |
| Type | Bug |
| Status | Resolved |
| Affected Versions | Exasol 8.32.0 |
| Fix Versions | Exasol 8.33.0 |
| Resolution Date | 2025-02-27 |
Description
In database version 8.32.0, if the port is not specified on the connection string for EXA TO EXA IMPORT / EXPORT, then database assigns the port as 0. It causes the connection to fail.
Workaround
Add the DB port to the connection string.
Fix
If the Port is not specified on the connection string, database will use the Default DB port (i.e., 8563) to establish the connection.