Hello.
I'm trying to use the Merge rows diff in combination with the Synchronize after merge.
First time I run when there's no data in my target table, it works fine. If I try to rerun right away the transformation a second time without chaging any data, the transformation fails with the following error:
"OrderDate Timestamp : Comparing values can not be done with data type : 9"
Funny thing is that all my "OrderDate" are valid dates... It's a datetime datatype (SQL Server) and I'm comparing with the same datatype in the target table.
Getting a bit frustrated because it seems like a bug (don't understand why my date fields are seen as String from the Table Input either considering that they are datetime...) and if it is a bug, it means I can't use the Merge/Synchronize so I'm a bit screwed :(
Any help would be appreciated.
I'm trying to use the Merge rows diff in combination with the Synchronize after merge.
First time I run when there's no data in my target table, it works fine. If I try to rerun right away the transformation a second time without chaging any data, the transformation fails with the following error:
"OrderDate Timestamp : Comparing values can not be done with data type : 9"
Funny thing is that all my "OrderDate" are valid dates... It's a datetime datatype (SQL Server) and I'm comparing with the same datatype in the target table.
Getting a bit frustrated because it seems like a bug (don't understand why my date fields are seen as String from the Table Input either considering that they are datetime...) and if it is a bug, it means I can't use the Merge/Synchronize so I'm a bit screwed :(
Any help would be appreciated.