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
  • I confirmed what you're seeing. When tables are missing for more than one entity only one missing table will be reported in the import log, but when you click verify and then "(Download DDL Script)" you will see that it correctly detects that more than one table is missing. So the issue is only with the error message.

    The same answer applies, download that DDL and run it beforehand so the import log doesn't show any errors.
Reply
  • I confirmed what you're seeing. When tables are missing for more than one entity only one missing table will be reported in the import log, but when you click verify and then "(Download DDL Script)" you will see that it correctly detects that more than one table is missing. So the issue is only with the error message.

    The same answer applies, download that DDL and run it beforehand so the import log doesn't show any errors.
Children
No Data