Hi folks,
I'm trying to move data from MSSQL 2012 sp1 w/ cu9 to ClustrixDB. I have scripted out the table on the MSSQL side and using it to create the table on the Clustrix side.
I'm using MYSQL ODBC 5.2.6. I have both 32 and 64bit installed on my laptop.
in SSDT, I have a data task flow and in it would be an ODBC source (MSSQL server) and ODBC destination (clustrix).
everything is mapped correctly but when I execute it, i would get the following error:
[ODBC Destination [44]] Error: An error occurred with the following error message: "'' default is invalid for column type TYPE_TIMESTAMP".So i changed the ODBC source to OLEDB source (MSSQL server) and wrapped all datetime column around an isnull(column_DTM, '1900-01-01 00:00:00') column_DTM and yet I continue to get the above error message. I have also tried to put in a data conversion in between and still failed.
I'm a bit at a lost and was wondering if anyone has ran into this issue?
Thanks!