IMPORT FROM EXA with pre-TLS DBs may fail

Details

Detail name Value
Changelog Number 15323
Type Bug
Status Open
Affected Versions Exasol 7.1.0

Description

An IMPORT FROM EXA fails if the following conditions are met

  • the local Exasol database runs on version 7.1.0+
  • the remote Exasol database runs on a version without TLS support (<6.2.15, <7.0.10)
  • the remote database has set the parameter -forceProtocolEncryption=1

Workaround

  • Update the remote Exasol database to a version with TLS support
  • Use EXPORT from the remote database instead of IMPORT from the local database
  • Use IMPORT FROM JDBC instead of IMPORT FROM EXA.

Fix

IMPORT FROM EXA is allowed in the above scenario