Preserve queue filters during migration
This commit is contained in:
@@ -505,11 +505,12 @@ namespace C4IT.DataHistoryProvider
|
||||
DoProcessUiMessage(1, "the data cluster configuration loaded successful.");
|
||||
DoProcessUiMessage(0, "");
|
||||
|
||||
// load the global parameters
|
||||
if (!RefreshGlobalConfigurationParameters())
|
||||
return false;
|
||||
|
||||
mainDbConnection = InfrastructureConfig.HistoryDB.Connection;
|
||||
// load the global parameters
|
||||
if (!RefreshGlobalConfigurationParameters())
|
||||
return false;
|
||||
InfrastructureConfig.RemoveLegacyActivityFilterConfiguration();
|
||||
|
||||
mainDbConnection = InfrastructureConfig.HistoryDB.Connection;
|
||||
|
||||
if (InfrastructureConfig.M42Wpm != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user