SSIS & kingsway – The value is too large to fit in the column data area of the buffer

196 Views Asked by At

Iam using SSIS with kingswaysoft to connect to dynamics CRM and execute an action . the action executed within CRM is call to a WebApi and it returns a json string . in my SSIS i need to use the returned output from the action and make some business logic. the problem is my json object is too big,i guess .it contains 2356112 characters.

I've set a large length of my output column but still getting the error . enter image description here

0

There are 0 best solutions below