Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
None
-
None
Description
Hi.
Below situation, only shows final error message that just 'Unknown column xxxx' or 'dead lock xxxx'
--------
Procedure_1
> calls Procedure_1_1
> calls Procedure_1_1_1
> calls Procedure_1_1_2
> calls Procedure_1_1_3
> calls Procedure_1_1_4
> calls Procedure_1_1_5
> calls Procedure_1_1_5_1
> calls Procedure_1_1_5_2
> calls Procedure_1_1_5_3
> calls Procedure_1_1_5_4 * here
> calls Procedure_1_1_5_5
> calls Procedure_1_1_5_6
> calls Procedure_1_1_6
> calls Procedure_1_2
> calls Procedure_1_3
> calls Procedure_1_4
> calls Procedure_1_5
> calls Procedure_1_6
With this,
if we got an error in the 'Procedure_1_1_5_6',
then no way to identify the location of the error.
Just say. 'deadlock'. or 'unknown column xxx'
Pain to find the error location. need to improve asap.