Hi Prachi,
It turns out there are some un-expected chars which exceed the max length of a column.
and this caused the exception.
Let say, I have a generated column length is 10, but there are some bad value(should no be there) has 20 chars, this caused the issue.
You need the check the length a attributes defined in views.
Best regards,
Leon