Error (SQL State: 42501, Error Code: -5501) on executing

0
I deleted a table from my database. After trying to start my app again I receive the following error:   com.mendix.m2ee.api.AdminException: Executing DDL commands failed.    at com.mendix.basis.component.internal.LocalComponentImpl.executeDDLCommands(LocalComponentImpl.scala:113) Caused by: com.mendix.basis.connectionbus.ConnectionBusException: Error (SQL State: 42501, Error Code: -5501) on executing: ALTER TABLE "database$nameredacted" RENAME TO "key" Successful changes were not rolled back.We advise you to restore the database from a backup before trying to synchronize again.    at com.mendix.connectionbus.modelsynchronization.DdlCommandExecutor.handleCommandExecutionException(DdlCommandExecutor.scala:167)   I have tried deleting my deployment data folder already. Currently using the built-in database.
asked
1 answers
0

YOu could try to add the deleted entity again with exactly the same name and rerun your app. Then delete the table again without other changes.

answered