diff --git a/pandora_console/include/functions_reporting.php b/pandora_console/include/functions_reporting.php
index 003609a6e5..32420f4f2c 100644
--- a/pandora_console/include/functions_reporting.php
+++ b/pandora_console/include/functions_reporting.php
@@ -5978,6 +5978,12 @@ function reporting_render_report_html_item ($content, $table, $report, $mini = f
 						}
 						
 						if (modules_is_disable_agent($row['id_agent_module'])) {
+							
+							//Restore dbconnection
+							if (($config ['metaconsole'] == 1) && $server_name != '' && defined('METACONSOLE')) {
+								metaconsole_restore_db();
+							}
+							
 							continue;
 						}