Getting Error while running the application in m local.

0
com.mendix.m2ee.api.AdminException: Executing DDL commands failed.     at com.mendix.basis.component.internal.LocalComponentImpl.executeDDLCommands(LocalComponentImpl.scala:120) Caused by: com.mendix.basis.connectionbus.ConnectionBusException: Error (SQL State: 42504, Error Code: -5504) on executing: ALTER TABLE "myfirstmodule$porequestassets" ALTER COLUMN "productdescriptions" RENAME TO "productdescription" All changes are rolled back.     at com.mendix.connectionbus.modelsynchronization.DdlCommandExecutor.handleCommandExecutionException(DdlCommandExecutor.scala:149)   How to resolve this?
asked
1 answers
1

Hi Sonam ,

I think the error is caused by the issue mentioned in this line. ALTER TABLE "myfirstmodule$porequestassets" ALTER COLUMN "productdescriptions" RENAME TO "productdescription"

I recommend that you recheck the column or object that you have named as mentioned above . Since Mendix cannot perform the process, it makes rollback  (cancel) for this section. I hope it helps

Regards
Ridvan

answered