Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039480 | Modules | SAP Connector | public | 2018-10-18 13:15 | 2018-10-26 08:51 |
|
Reporter | samuel_nicuesa | |
Assigned To | aferraz | |
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | dmiguelez |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0039480: System does not allow the same SAP Code to be used in a different client |
Description | We are trying to create a new Client (one for each country) and have been configuring organizations, pos terminals etc., While configuring Payment Methods, noticed that the system does not allow the same SAP Code to be used in a different client. |
Steps To Reproduce | [BO]
Client 1
Configure a SAP Code in one payment method
Client 2
Configure the same SAP Code in the payment method |
Proposed Solution | See the attached file |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0039452 | | acknowledged | Triage Platform Base | SAP connector doesn't support multi-client architecture. |
|
Attached Files | PossibleFixTrg.diff (495) 2018-10-18 13:15 https://issues.openbravo.com/file_download.php?file_id=12288&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2018-10-18 13:15 | samuel_nicuesa | New Issue | |
2018-10-18 13:15 | samuel_nicuesa | Assigned To | => platform |
2018-10-18 13:15 | samuel_nicuesa | File Added: PossibleFixTrg.diff | |
2018-10-18 13:15 | samuel_nicuesa | Resolution time | => 1541631600 |
2018-10-18 13:15 | samuel_nicuesa | Assigned To | platform => Triage Finance |
2018-10-18 14:31 | rafaroda | Issue Monitored: rafaroda | |
2018-10-18 14:32 | rafaroda | Relationship added | related to 0039452 |
2018-10-19 11:48 | psanjuan | Status | new => scheduled |
2018-10-22 11:43 | aferraz | Assigned To | Triage Finance => aferraz |
2018-10-22 11:45 | hgbot | Checkin | |
2018-10-22 11:45 | hgbot | Note Added: 0107472 | |
2018-10-22 11:45 | hgbot | Status | scheduled => resolved |
2018-10-22 11:45 | hgbot | Resolution | open => fixed |
2018-10-22 11:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/9c29c354f211dea33f7bf625f411770338ad5183 [^] |
2018-10-22 11:45 | aferraz | Review Assigned To | => aferraz |
2018-10-22 11:45 | aferraz | Note Added: 0107473 | |
2018-10-22 11:45 | aferraz | Status | resolved => closed |
2018-10-23 20:40 | aferraz | Status | closed => new |
2018-10-23 20:40 | aferraz | Resolution | fixed => open |
2018-10-23 20:41 | hgbot | Checkin | |
2018-10-23 20:41 | hgbot | Note Added: 0107531 | |
2018-10-23 20:42 | aferraz | Note Added: 0107532 | |
2018-10-24 09:38 | aferraz | Note Edited: 0107532 | bug_revision_view_page.php?bugnote_id=0107532#r17827 |
2018-10-24 09:40 | hgbot | Checkin | |
2018-10-24 09:40 | hgbot | Note Added: 0107541 | |
2018-10-24 09:40 | hgbot | Status | new => resolved |
2018-10-24 09:40 | hgbot | Resolution | open => fixed |
2018-10-24 09:40 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/9c29c354f211dea33f7bf625f411770338ad5183 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.service.integration.sap.ecc.mappings/rev/0d5e840bef2d797070c3207122bf38a1498033b4 [^] |
2018-10-24 09:46 | dmiguelez | Review Assigned To | aferraz => dmiguelez |
2018-10-24 09:46 | dmiguelez | Note Added: 0107542 | |
2018-10-24 09:46 | dmiguelez | Status | resolved => closed |
2018-10-26 08:51 | hgbot | Checkin | |
2018-10-26 08:51 | hgbot | Note Added: 0107609 | |
Notes |
|
(0107472)
|
hgbot
|
2018-10-22 11:45
|
|
|
|
|
|
|
(0107531)
|
hgbot
|
2018-10-23 20:41
|
|
|
|
(0107532)
|
aferraz
|
2018-10-23 20:42
(edited on: 2018-10-24 09:38) |
|
Reopened as fix is not working properly in Oracle:
CREATE TABLE p1 (c1 varchar2(32), c2 varchar2(32))
ALTER TABLE p1 ADD CONSTRAINT p1_nulls UNIQUE (c1)
INSERT INTO p1 VALUES (null, '123')
INSERT INTO p1 VALUES (null, '123')
INSERT INTO p1 VALUES (null, '123') --> It does not fail
ALTER TABLE p1 DROP CONSTRAINT p1_nulls
DELETE FROM p1
ALTER TABLE p1 ADD CONSTRAINT p1_nulls UNIQUE (c1,c2)
INSERT INTO p1 VALUES (null, '123')
INSERT INTO p1 VALUES (null, '123') --> It fails
INSERT INTO p1 VALUES (null, null)
INSERT INTO p1 VALUES (null, null)
INSERT INTO p1 VALUES (null, null) --> It does not fail
|
|
|
(0107541)
|
hgbot
|
2018-10-24 09:40
|
|
|
|
|
|
|
(0107609)
|
hgbot
|
2018-10-26 08:51
|
|
|