Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011658 | Openbravo ERP | A. Platform | public | 2009-12-07 15:31 | 2010-06-15 14:02 |
|
| Reporter | naveednoor | |
| Assigned To | alostale | |
| Priority | urgent | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 10 | OS Version | XP Pro |
| Product Version | 2.50MP9 | |
| Target Version | | Fixed in Version | pi | |
| Merge Request Status | |
| Review Assigned To | |
| OBNetwork customer | No |
| Web browser | |
| Modules | Core |
| Support ticket | |
| Regression level | |
| Regression date | |
| Regression introduced in release | |
| Regression introduced by commit | |
| Triggers an Emergency Pack | No |
|
| Summary | 0011658: when i tried to insert "next step" in workflow windows then i get trigger error |
| Description | ORA-01403: no data found
ORA-06512: at "MP8.AD_WF_NODENEXT_MOD_TRG", line 44
ORA-04088: error during execution of trigger 'MP8.AD_WF_NODENEXT_MOD_TRG' |
| Steps To Reproduce | Just create any new work flow and its nodes and for any node try to insert its next node. this error will be occurred every time.
ORA-01403: no data found
ORA-06512: at "MP8.AD_WF_NODENEXT_MOD_TRG", line 44
ORA-04088: error during execution of trigger 'MP8.AD_WF_NODENEXT_MOD_TRG' |
| Proposed Solution | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2009-12-07 15:31 | naveednoor | New Issue | |
| 2009-12-07 15:31 | naveednoor | Assigned To | => rafaroda |
| 2009-12-07 17:39 | shuehner | Note Added: 0022488 | |
| 2009-12-07 22:56 | naveednoor | Note Added: 0022514 | |
| 2010-01-21 17:42 | psarobe | OBNetwork customer | => No |
| 2010-01-21 17:42 | psarobe | Assigned To | rafaroda => alostale |
| 2010-01-21 17:42 | psarobe | Priority | normal => urgent |
| 2010-01-21 17:42 | psarobe | Severity | critical => major |
| 2010-01-21 17:42 | psarobe | Status | new => scheduled |
| 2010-01-21 17:42 | psarobe | Category | 01. General setup => A. Platform |
| 2010-04-23 15:14 | hgbot | Checkin | |
| 2010-04-23 15:14 | hgbot | Note Added: 0026638 | |
| 2010-04-23 15:14 | hgbot | Status | scheduled => resolved |
| 2010-04-23 15:14 | hgbot | Resolution | open => fixed |
| 2010-04-23 15:14 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/72a9865d5f183bb45891454ba34c9ee620dc5ca3 [^] |
| 2010-05-12 18:27 | marvintm | Note Added: 0027179 | |
| 2010-05-12 18:27 | marvintm | Status | resolved => closed |
| 2010-05-12 18:27 | marvintm | Fixed in Version | => pi |
| 2010-05-13 00:00 | anonymous | sf_bug_id | 0 => 3000763 |
| 2010-05-14 15:27 | hudsonbot | Checkin | |
| 2010-05-14 15:27 | hudsonbot | Note Added: 0027289 | |
| 2010-06-04 14:45 | hgbot | Checkin | |
| 2010-06-04 14:45 | hgbot | Note Added: 0027982 | |
| 2010-06-04 14:45 | hgbot | Status | closed => resolved |
| 2010-06-04 14:45 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/72a9865d5f183bb45891454ba34c9ee620dc5ca3 [^] => http://code.openbravo.com/erp/devel/pi/rev/d7a238243698159254afbe520df65acf01073d30 [^] |
| 2010-06-07 21:21 | hudsonbot | Checkin | |
| 2010-06-07 21:21 | hudsonbot | Note Added: 0028104 | |
| 2010-06-07 23:43 | hudsonbot | Checkin | |
| 2010-06-07 23:43 | hudsonbot | Note Added: 0028146 | |
| 2010-06-15 14:02 | jpabloae | Status | resolved => closed |
|
Notes |
|
|
|
|
error message in pgsql is different but probably the same issue. Problem is when the trigger is executed for an insert the trigger code references :old which doesn't exist for inserts. |
|
|
|
|
|
To resolve this issue immediately i just disable the trigger code. Its working fine but its not validating the nodes automatically that i need to check myself to mark the next node. |
|
|
|
(0026638)
|
|
hgbot
|
|
2010-04-23 15:14
|
|
|
|
|
|
|
I can insert nodes and assign the next steps without any problems, so the issue was fixed correctly. |
|
|
|
|
|
|
|
(0027982)
|
|
hgbot
|
|
2010-06-04 14:45
|
|
|
|
|
|
|
|
|
|
|