Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014056 | Openbravo ERP | 07. Sales management | public | 2010-07-27 09:34 | 2010-12-16 22:15 |
|
Reporter | networkb | |
Assigned To | harikrishnan | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.40MP16 | |
Target Version | 2.50MP22 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014056: Error when we try copy 1039 lines |
Description | ORA-01795: el
número máximo de expresiones en una lista es 1000
This error appears when we try copy 1039 lines using 'Copy Lines From' button.
In Oracle |
Steps To Reproduce | - Go to Sales Management || Transactions || Goods Shipment
- Create a new record (BP: McGiver)with 1039 lines
- Complete it.
- Go to Sales Management || Transactions || Sales Invoice
- BP: McGiver
- 'Copy Lines from'
- Select the good shipment created.
- Realize that the error appears |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-07-27 09:34 | networkb | New Issue | |
2010-07-27 09:34 | networkb | Assigned To | => adrianromero |
2010-07-27 09:34 | networkb | OBNetwork customer | => Yes |
2010-07-27 09:36 | networkb | version | 2.50MP20 => 2.40MP16 |
2010-08-10 09:13 | adrianromero | Status | new => scheduled |
2010-08-10 09:13 | adrianromero | fix_in_branch | => pi |
2010-08-11 13:57 | harikrishnan | Assigned To | adrianromero => harikrishnan |
2010-08-11 14:00 | hgbot | Checkin | |
2010-08-11 14:00 | hgbot | Note Added: 0029891 | |
2010-08-11 14:00 | hgbot | Status | scheduled => resolved |
2010-08-11 14:00 | hgbot | Resolution | open => fixed |
2010-08-11 14:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/4d417ee08780113c5e97ee9bb5cf1f5a0babd6f7 [^] |
2010-08-11 14:01 | harikrishnan | Note Added: 0029892 | |
2010-08-12 21:12 | hudsonbot | Checkin | |
2010-08-12 21:12 | hudsonbot | Note Added: 0029926 | |
2010-08-15 20:10 | sureshbabu | Note Added: 0029966 | |
2010-08-19 13:57 | hgbot | Checkin | |
2010-08-19 13:57 | hgbot | Note Added: 0030154 | |
2010-08-19 13:57 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/4d417ee08780113c5e97ee9bb5cf1f5a0babd6f7 [^] => http://code.openbravo.com/erp/devel/pi/rev/18ec4b4bf2294c6cfa3ca53416f6285e2c21db56 [^] |
2010-08-21 00:06 | hudsonbot | Checkin | |
2010-08-21 00:06 | hudsonbot | Note Added: 0030201 | |
2010-12-14 18:29 | psarobe | Status | resolved => closed |
2010-12-16 22:15 | anonymous | sf_bug_id | 0 => 3138777 |
Notes |
|
(0029891)
|
hgbot
|
2010-08-11 14:00
|
|
|
|
|
Steps to test:
These are the places that this issue should be verified.Check "Create Lines From " Button on these places
*Procurement Management || Transactions || Goods Receipt || Header
*Procurement Management || Transactions || Purchase Invoice || Header
*Sales Management || Transactions || Goods Shipment || Header
*Sales Management || Transactions || Sales Invoice || Header
*Financial Management || Receivables & Payables || Transactions || Bank Statement || Header
*Financial Management || Receivables & Payables || Transactions || Remittance || Header
*Financial Management || Receivables & Payables || Transactions || Payment Status Management || Header
*Financial Management || Receivables & Payables || Transactions || Settlement || Settlement .
Check with more than 1000 records in the lines.
Root Cause:
*Oracle wont allow more than 1000 records in the IN clause.Hence in that scenario we have to pass less records to this IN clause.
Impact:
*The impact above mentioned modules,but they are tested well. |
|
|
|
|
|
|
@Hari, can you pass the query to insert more then 1000 records, which you used for testing |
|
|
(0030154)
|
hgbot
|
2010-08-19 13:57
|
|
|
|
|
|