apparently it wasn't the column data type that was the problem, it was the length which i had set to (max). ssis apparently doesn't like "max".
thanks for the help.
it looks like it's telling me that the column in the table that i'm using to store the lookup word is in the wrong format but i've tried every data type i can think of: varchar, text, nvarchar, ntext.
I do have that set as DT_WSTR and that's the message it returns.
When I set it to DT_STR, it returns:
Error at Data Flow Task [Term Lookup [110]]: The input column mapped to a reference column can only have DT_NTXT or DT_WSTR as its data type.
Error at Data Flow Task [SSIS.Pipeline]...
I'm new to SSIS, but I've spent a few hours reading and trying to get this working before I'm posting here.
I'm trying to get a simple instance of a Term Lookup that is fed from a Flat File Source to read correctly.
I was following this guide...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.