when I add an expression to my constraint like @[User::IsProcessed] == "N" where the variable IsProcessed is a char, I get the message that the data types "DT_UI2" and "DT_WSTR" are incompatible for binary operator "==". When I change my variable to string
it works of course. I believe this is a bug in SSIS 2012? Where can we report such things?
↧