How to create dataStore entity for mssql table?

Certified Associate Developer

Hello All,

I need to create datastore entity for the table that resides in mssql. While I'm trying to create Data type> Create from Database table or view then I'm getting only two options that is java:/jdbc/Appian and java:/jdbc/Objectviews, If I will select ObjectView then definitely the table won't shows up. Can someone please guide me how do I achieve this?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to viveku3486
    Data store is similar to Database.
    Data store entity is similar to a table/view.
    Publishing the Datastore validates that the DB is accessible and the CDT mappings to DB table(s) are correct.

    1) Add the mssql database as datastore in Appian. Once you add it successfully, it will be available in the drop-down (jdbs/<TheDSName>).
    2) Add the DSE (CDT mapping) and verify, the data store. The verification will be successful only if CDT and the DB table match.
Children