Quantcast
Viewing all articles
Browse latest Browse all 24688

different date type format of SSIS and another Database (EXASOL) with following error [ODBC Source [133]] Error: SQLSTATE: HY000, Message: [EXASOL][EXASolution driver]Server returns a data type that is not supported by CLI driver.;

Hello, I've really big problems with SSIS transformation with different date data type from one ODBC source to another ODBC source in Data Flow although the database is the same (from EXAXOL tabel to another EXASOL table)

For Example I'd like to transform the field REPORT_DATE defined as DATE to another table mapped as EVENT_DATE also defined as DATE.  The problem is that the ODBC Driver resp. CLI Connector cannot transform the DATE Type from EXASOL which is 'YYYY-DD-MM'.

EXASOL standard is 'YYYY-MM-DD'. I assume the SSIS date format standard is 'YYYYMMDD'. So the Driver cannot interpret the  date format 'YYYY-MM-DD' either form the Input table nor write it to the Output table.

Has anybody an idea how to fix this problem? How can I, for example, change the date format standard of SSIS to this one of EXASOL for example with with a Scrpt Componet VB or C# code converting the local date standard , etc.

I tried every thing possible. Change date type with Derived table, change date typ with Data Conversion, with Script Component......(despite of an appropriate Script Component Code which is converting the local standard)

Thx very much


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>