This morning I was doing an fix for the Min Max Safety issues I noticed. And I told Epicor help that my system was 10.1.400.19, and in fact, under help, that is what it says. However, I got an error that said, can’t apply the fix 10.1.400.19 to a 10.1.400.0.
System.Exception: The following error happened while trying to import SQL scripts:
Data Fix for Version 10.1.400.19. Cannot be installed on 10.1.400.0. —> System.Exception: Data Fix for Version 10.1.400.19. Cannot be installed on 10.1.400.0.
at Epicor.Tools.DataFixImport.Import.CallImport(String dataFixId, DataClassesDataContext context, String username, List`1 datafixProcs)
at Epicor.Tools.DataFixImport.Import.LoadFixStoredProcedure(String dbServer, String dbName, String authenticationMode, String userID, String password, String filename)
at Epicor.Mfg.Administration.ServerManagement.DatabaseManager.Forms.WorkInProgressForm.BackgroundWorker_ImportSqlScripts(String sqlServerName, String databaseName, String authenticationMode, String databaseUserName, SecureString userPassword, List`1 sqlScriptFilePaths)
— End of inner exception stack trace —
at Epicor.Mfg.Administration.ServerManagement.DatabaseManager.Forms.WorkInProgressForm.BackgroundWorker_ImportSqlScripts(String sqlServerName, String databaseName, String authenticationMode, String databaseUserName, SecureString userPassword, List`1 sqlScriptFilePaths)
at Epicor.Mfg.Administration.ServerManagement.DatabaseManager.Forms.WorkInProgressForm.BackgroundWorker_DoWork(Object sender, DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.OnDoWork(DoWorkEventArgs e)
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)