Openbravo Issue Tracking System - Openbravo for Retail
View Issue Details
0032451Openbravo for Retail[Openbravo ERP] 02. Master data managementpublic2016-03-10 11:002016-03-14 09:23
AugustoMauch 
AugustoMauch 
normalminorhave not tried
closedfixed 
5
mtaal
0032451: The column mobile_server_key of obmobc_server_definition should be mandatory
Filling the mobile_server_key column of the obmobc_server_definition is required for that server to work in a multi server environment (see [1], [2], [3]).

[1] http://wiki.openbravo.com/wiki/How_to_Setup_MultiServer_Dev_Environment#Defining_Mobile_Servers [^]
[2] http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Mobile_Server_Definition [^]
[3] http://wiki.openbravo.com/wiki/How_to_create_a_Store_Server#Central_Server_Stack [^]
- Define a Mobile Server without filling in the Mobile Server Key
- It will not be possible to install SymmetricDS, not to take advange of the utility methods of the MobileServerController with this server
Make the mobile_server_key column mandatory
No tags attached.
related to defect 0032450 closed AugustoMauch API change: The column mobile_server_key of obmobc_server_definition is now mandatory 
Issue History
2016-03-10 11:00AugustoMauchNew Issue
2016-03-10 11:00AugustoMauchAssigned To => Triage Finance
2016-03-10 11:00AugustoMauchModules => Core
2016-03-10 11:00AugustoMauchTriggers an Emergency Pack => No
2016-03-10 11:05AugustoMauchProjectOpenbravo ERP => Openbravo for Retail
2016-03-10 11:06AugustoMauchAssigned ToTriage Finance => AugustoMauch
2016-03-11 09:58AugustoMauchRelationship addedrelated to 0032450
2016-03-11 11:54hgbotCheckin
2016-03-11 11:54hgbotNote Added: 0084907
2016-03-11 11:54hgbotStatusnew => resolved
2016-03-11 11:54hgbotResolutionopen => fixed
2016-03-11 11:54hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8be54221156f7b2e1ecfd7dfe744e8a8dea0e3d0 [^]
2016-03-11 11:55AugustoMauchReview Assigned To => mtaal
2016-03-11 12:04hgbotCheckin
2016-03-11 12:04hgbotNote Added: 0084909
2016-03-14 09:23mtaalNote Added: 0084934
2016-03-14 09:23mtaalStatusresolved => closed

Notes
(0084907)
hgbot   
2016-03-11 11:54   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 8be54221156f7b2e1ecfd7dfe744e8a8dea0e3d0
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Mar 11 11:48:35 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/8be54221156f7b2e1ecfd7dfe744e8a8dea0e3d0 [^]

Fixes issue 32451: OBMOBC_SERVER_DEFINITION.mobile_server_key is now mandatory

The column OBMOBC_SERVER_DEFINITION.mobile_server_key has been made mandatory, both in the database and in the application dictionary.

A modulescript has been created to update the existing mobile server definitions with empty mobile server keys. The mobile server key will be set by taking the server name, repla
cing the spaces with under score and lower casing it.

---
M src-db/database/model/tables/OBMOBC_SERVER_DEFINITION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
A build/classes/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey.class
A build/classes/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKeyData.class
A src-util/modulescript/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey.java
A src-util/modulescript/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey_Data.xsql
A src-util/modulescript/src/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKeyData.java
---
(0084909)
hgbot   
2016-03-11 12:04   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 0049e5a4abf42f516e2184f2110c5175e19dc34a
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Fri Mar 11 12:00:57 2016 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/0049e5a4abf42f516e2184f2110c5175e19dc34a [^]

Related with issue 32451: Fixes license text

---
M src-util/modulescript/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey.java
---
(0084934)
mtaal   
2016-03-14 09:23   
Reviewed and tested