Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015653Openbravo ERPA. Platformpublic2011-01-14 07:572011-01-19 17:42
alostale 
alostale 
urgentmajorN/A
closedfixed 
5
 
3.0RC4 
Core
No
0015653: Allow disabling Custom Queries
When heartbeat is enabled, periodically beats are sent from Openbravo instance to Heartbeat server, this server can response asking for additional information to the Openbravo instance this is named "Custom Queries".

There should be a mechanism to make possible instances to have heartbeat enabled but to allow them to disable Custom Queries. When they are disabled, only regular beat would be sent but no additional response to any query (Heartbeat server wouldn't even send them to these instances).
No tags attached.
blocks feature request 00156523.0RC4 closed alostale Allow disabling Custom Queries 
Issue History
2011-01-14 07:57alostaleTypefeature request => backport
2011-01-14 07:57alostalefix_in_branch => 2.50
2011-01-14 08:30hgbotCheckin
2011-01-14 08:30hgbotNote Added: 0033638
2011-01-14 08:30hgbotStatusscheduled => resolved
2011-01-14 08:30hgbotResolutionopen => fixed
2011-01-14 08:30hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.50/rev/fe388334c2874e1bd35bfb4c6d8064cad81828a6 [^]
2011-01-14 09:32alostaleNote Added: 0033641
2011-01-19 17:42gorkaionStatusresolved => closed

Notes
(0033638)
hgbot   
2011-01-14 08:30   
Repository: erp/stable/2.50
Changeset: fe388334c2874e1bd35bfb4c6d8064cad81828a6
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Fri Jan 14 08:29:57 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/fe388334c2874e1bd35bfb4c6d8064cad81828a6 [^]

fixed issue 15653: Allow disabling Custom Queries

---
M src-db/database/model/tables/AD_HEARTBEAT_LOG.xml
M src-db/database/model/tables/AD_SYSTEM_INFO.xml
M src-db/database/model/triggers/AD_MODULE_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/erpCommon/ad_process/HeartbeatProcess.java
M src/org/openbravo/erpCommon/utility/SystemInfo.java
---
(0033641)
alostale   
2011-01-14 09:32   
Find documentation on how to disable custom queries here:

http://wiki.openbravo.com/wiki/Projects/Heartbeat/Custom_Queries#Disabling_Custom_Queries [^]