Error verifying datastore

Hi,

I made changes to the View (added a column to the view with datatype = text). Added the same definition to the CDT by adding new column with datatype=text.

When i try to verify the datastore, it is giving me the below error

The data source schema does not match the type mappings: Wrong column type in Appian.p_my_view for column fs_structure. Found: text, expected: VARCHAR(341) (APNX-2-4056-000). see below for CDT definition and view definition. There are other column exists in the view with text and it doesnt complain.

any help is appreciated.

  Discussion posts and replies are publicly visible

Parents
  • Generating a new CDT directly from the database view is the fastest way to discover the necessary proper syntax. Although you won't actually need the CDT in the future (and can prepare to delete it once you're done), if you download the XSD of this new CDT, it should inform you of the syntax required to connect to that field. You should then be ready to go if you simply duplicate the element from this new CDT into your old CDT XSD and re-upload.

    Regards 

    Coolnamesfinder

    Reach back freely if ur still facing a problem

Reply
  • Generating a new CDT directly from the database view is the fastest way to discover the necessary proper syntax. Although you won't actually need the CDT in the future (and can prepare to delete it once you're done), if you download the XSD of this new CDT, it should inform you of the syntax required to connect to that field. You should then be ready to go if you simply duplicate the element from this new CDT into your old CDT XSD and re-upload.

    Regards 

    Coolnamesfinder

    Reach back freely if ur still facing a problem

Children
No Data