I am getting the DDL commands error like below in description when connect external dev db MS sql server and run Mendix app
0
Mendix.Modeler.M2EEConnector.M2EEException: The server encountered an error. at Mendix.Modeler.M2EEConnector.M2EEResponse.CheckSuccess() in Mendix.Modeler.M2EEConnector\M2EEResponse.cs:line 57 at Mendix.Modeler.M2EEConnector.M2EEClient.ExecuteDdlCommands(IFileSystem fileSystem, DdlCommands ddlCommands, String ddlCommandsLogDir) in Mendix.Modeler.M2EEConnector\M2EEClient.cs:line 306 at Mendix.Modeler.M2EEConnector.StartupManager.StartRuntime(IM2EEClient client, StartupInfo info) in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 110 at Mendix.Modeler.M2EEConnector.StartupManager.PerformStartup(StartupInfo info, IM2EEClient client) in Mendix.Modeler.M2EEConnector\StartupManager.cs:line 53 at Mendix.Modeler.M2EEConnector.RuntimeController.Start(StartupInfo info, LogLevel autoSubscribeLogLevel) in Mendix.Modeler.M2EEConnector\RuntimeController.cs:line 136 at Mendix.Modeler.Deployment.Local.LocalRunner.<>c__DisplayClass96_0.<RuntimeLaunched>b__1() in Mendix.Modeler.Deployment\Local\LocalRunner.cs:line 420 at Mendix.Modeler.Utility.BackgroundUtil.<>c__DisplayClass1_0`1.<Do>b__0(Object s, DoWorkEventArgs e) in Mendix.Modeler.Utility\BackgroundUtil.cs:line 30 at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) -> when we get this type error usually, we will delete the Database in our local to resolve the error. and when we run again mendix app then it will create db and tables and run successfully, but now I am connecting Dev DB of Mendix app but we can't delete the db to proceed further. Pls let know if you have any idea to resolve this error. Thank you.