OData, ETL+ Message "[DS ERROR : 01052.189] The connection failed during the table mapping …”
ETL+ error message in log: “[DS ERROR : 01052.189] The connection failed during the table mapping …”
Resolution
Avoid WHERE … IS NULL or WHERE … IS NOT NULL
Instead of IS NULL or IS NOT NULL in the ETL+ Extract SQL Statement Panel use
WHERE <column-name> != ''