Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036179Retail ModulesStoreServerpublic2017-06-05 19:112017-06-13 10:59
mtaal 
mtaal 
normalminorhave not tried
closedfixed 
5
 
RR17Q3 
AugustoMauch
No
0036179: The export.store.full task uses the parameter storeServerKey while all other tasks use mobileServerKey as parameter
The different tasks in the build.xml [1] should all use the same mobile server key parameter name.

Current the export.store.full is the only one using a different parameter name.

[1]
https://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/file/b525df267dc5/build.xml#l95 [^]
Run this task:
http://wiki.openbravo.com/wiki/How_to_create_a_Store_Server#All_in_one_task:_validate.2C_register.2C_export_a_store [^]

It will fail at the end with an error that storeServerKey parameter has a wrong value
Use mobileServerKey as the parameter name
No tags attached.
Issue History
2017-06-05 19:11mtaalNew Issue
2017-06-05 19:11mtaalAssigned To => mtaal
2017-06-05 19:11mtaalTriggers an Emergency Pack => No
2017-06-05 19:11mtaalReview Assigned To => AugustoMauch
2017-06-05 19:18hgbotCheckin
2017-06-05 19:18hgbotNote Added: 0097148
2017-06-05 19:18hgbotStatusnew => resolved
2017-06-05 19:18hgbotResolutionopen => fixed
2017-06-05 19:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/40aa20deae71e625e4c6fd642681ed67b8c0e8e1 [^]
2017-06-13 10:59AugustoMauchNote Added: 0097349
2017-06-13 10:59AugustoMauchStatusresolved => closed

Notes
(0097148)
hgbot   
2017-06-05 19:18   
Repository: erp/pmods/org.openbravo.retail.storeserver.synchronization
Changeset: 40aa20deae71e625e4c6fd642681ed67b8c0e8e1
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Mon Jun 05 19:12:33 2017 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.storeserver.synchronization/rev/40aa20deae71e625e4c6fd642681ed67b8c0e8e1 [^]

Fixes issue 36179: The export.store.full task uses the parameter storeServerKey while all other tasks use mobileServerKey as parameter
Use mobileServerKey as parameter name

---
M build.xml
---
(0097349)
AugustoMauch   
2017-06-13 10:59   
Code reviewed and verified