From 226c46e91dc30887433cec679295bb5f39b862d1 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 14 Jun 2016 12:34:20 +0200 Subject: [PATCH] Load the Transactional Server from Enterprise.pm. --- pandora_server/bin/pandora_server | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_server/bin/pandora_server b/pandora_server/bin/pandora_server index 19b0fcf30f..cc3590b245 100755 --- a/pandora_server/bin/pandora_server +++ b/pandora_server/bin/pandora_server @@ -116,7 +116,6 @@ sub pandora_startup () { push (@Servers, new PandoraFMS::WMIServer (\%Config, $DBH)); push (@Servers, new PandoraFMS::PluginServer (\%Config, $DBH)); push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH)); - push (@Servers, new PandoraFMS::TransactionalServer (\%Config, $DBH)); } else { # Metaconsole service modules are run by the prediction server push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));