I am importing application and getting error in DS for one of entity. My DS cont

I am importing application and getting error in DS for one of entity. My DS contains total 5 entities.

dataStore _a-0000d97e-24de-8000-927c-010000010000_2288 492 "MMS DS": The import of dataStore [id=492 uuid=_a-0000d97e-24de-8000-927c-010000010000_2288]
could not be finalized: The data store “Test DS” [id=492] was saved but cannot be published:
The data source schema does not match the type mappings: Missing table: ConfigurationStatus (APNX-1-4178-000) (APNX-1-4071-009)...

OriginalPostID-118670

OriginalPostID-118670

  Discussion posts and replies are publicly visible

Parents
  • Basically this happens because when the data store is imported it tries to see if the first entity matches an existing table, if it does then it evaluates the second entity and so on, but if one of the entities doesnt match an existing table Appian will error out with that message and save the data store but not publish it and will not continue to see if the rest of the entities match but here's is where the Verify button will explain more through the Download DDL Script button.

    If you are going to send this app to someone else and want to avoid this error, download the DDL and have them run it beforehand.
Reply
  • Basically this happens because when the data store is imported it tries to see if the first entity matches an existing table, if it does then it evaluates the second entity and so on, but if one of the entities doesnt match an existing table Appian will error out with that message and save the data store but not publish it and will not continue to see if the rest of the entities match but here's is where the Verify button will explain more through the Download DDL Script button.

    If you are going to send this app to someone else and want to avoid this error, download the DDL and have them run it beforehand.
Children
No Data