Hello Everybody, while mapping a CDT to a pre-existing MS SQL database I'm r

Certified Associate Developer
Hello Everybody, while mapping a CDT to a pre-existing MS SQL database I'm receiving an error: found char, expected nvarchar. Now usually I would just adjust the XSD type or add a column definition however both of those approaches have failed me in this instance.

I can't find anything that matches the data type in the documentation (forum.appian.com/.../Custom_Data_Types_from_XSD.html and setting the columnDefinition property of the @Column annotation doesn't appear to help.

OriginalPostID-198258

OriginalPostID-198258

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    For anyone searching in the future: My problem was ended up being completely unrelated to the mapping and was entirely due to the browser. After removing the offending column entirely so I could resolve this problem later I was still unable to verify the datastore because of this Char column. This continued after doing a full refresh of the browser, closing all extra tabs and redownloading the XSD definition to ensure that I had, in fact, removed the column. The solution: Log out from Appian, log back in and then verify again. I was able to reproduce the problem, and the solution using both IE11 and Chrome.
Reply
  • 0
    Certified Associate Developer
    For anyone searching in the future: My problem was ended up being completely unrelated to the mapping and was entirely due to the browser. After removing the offending column entirely so I could resolve this problem later I was still unable to verify the datastore because of this Char column. This continued after doing a full refresh of the browser, closing all extra tabs and redownloading the XSD definition to ensure that I had, in fact, removed the column. The solution: Log out from Appian, log back in and then verify again. I was able to reproduce the problem, and the solution using both IE11 and Chrome.
Children
No Data