microsoft / Dynamics-365-FastTrack-Implementation-Assets

Dynamics 365 FastTrack Implementation guides
MIT License
298 stars 192 forks source link

NVARCHAR(MAX) Datatypes Table Columns of D365 is truncated to NVARCHAR(1000) by using DATALAKETOSQL pipeline #249

Open suremuth opened 1 year ago

suremuth commented 1 year ago

There are two tables are not loading any data into dedicated pool due to below mentioned error by using Datalaketosql pipeline. This is happening in change feed files. Please suggest how to fix this.

"errorCode": "2011", "message": "Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row starting at byte offset 0, column 80 (SpecialWeightTxt) in /ridprod.operations.dynamics.com/ChangeFeed/CTMContractHdr/0X007206080003D0180192_1_0X007206080003A3C8000E.csv

"errorCode": "2011", "message": "Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row starting at byte offset 0, column 77 (SpecialWeightTxt) in /ridprod.operations.dynamics.com/ChangeFeed/CTMContractHdrHistory/0X0072060B0027A1280013_2_0X0072060B002706500153.csv.",