Skip to main content
February 23, 2022
Question

Problem with DataStore

  • February 23, 2022
  • 5 replies
  • 0 views

Hi everyone 

i have a problem that i dont understand with the datastore

i created a CDT "CreditRequest"   and added it as Entity in the Datastore.

after  10 minutes  i changed my mind i wanted to change many things in my datatype. so i deleted this entity from the datastore and deleted the table from the database. (i dont have any table of creditrequest now)

after my changes i saved the new data type and tried to add it to the datastore as a new entity and i have this Error.

What doest it mean ??? what i need to do to add this entity back to the datastore ???

5 replies

stefanhelzle0001
Brainy
February 23, 2022

Could it be that your created some nested tables with foreign key constraints? You would have to delete the constraints as well.

richardm900458
February 23, 2022

exactly my thoughts. This sounds majorly like FK constraints and "subtables" which are not deleted properly and shall be created again and the DB recognizes some issues there.

gopalk2865
Participating Frequently
February 23, 2022

You said you deleted the table from database .right? After modifying cdt , did you create the table? And you have issues with foreign constraints as well.