I am getting the below issue while updating my CDT.
The data source schema does not match the type mappings: Wrong column type in GDMPMDEV.dbo.VT_VW_PRCF_MODULE_PARAMETERS for column Description. Found: ntext, expected: NVARCHAR(255) (APNX-2-4056-000)
Discussion posts and replies are publicly visible
Then you will need to change the field type in the database or in the XSD file.
what can we give for ntext in data type in xsd, nvarchar(max) will work?
I think it should match the type in the DB. Why not try to make it "ntext"?
so in xsd we can keep as "ntext"? Let me check.
thanks its working with ntext in xsd