hello Guys,
I am getting this error here:
Job Failed with the following message: The given value of type String from the data source cannot be converted to type nvarchar of the specified target column.
Since the data ammount I am trying to import is ennormous here, I almost can't find exact place where the issue happens,
But I have some susccions about one of the fields.
String length is 725 characters, and can be up to 1000.
In XML it is
As CustomProductField I created a "ValueList" in DW: "Long Text" datatype.
In DB this field is of type: nvarchar(max) - that should be more than enough to receive a reallllyyyy looooong string value.
Any suggestions?
/Dmitrij