baan_tools_IV
10th March 2008, 09:05
Hi All,

I am getting an error ,

Fatal error: Error 2223 (bdb_errno 520) on tdxxx813100 in commit_trans
Fatal error: can not continue in tdxxx8214m000 (g_check_input_funcs)

Actually i m running a process where i am exploring the bom to 1st level , then insert into another table according to my calculation.
I get this error will doing this.this error comes just before
commit.transaction().

Please help me to resolve the problem.

zardoz
10th March 2008, 10:12
error 520 means referential error, some of the fields of the record haven't correct reference. Check all the referenced fields in tdxxx813.

Kozure Ohashi
10th March 2008, 10:30
http://www.baanboard.com/baanboard/showthread.php?t=44918

Please check also if the tablespaces and extents of table and/or index has enough space.

Regards,

Kozure

baan_tools_IV
10th March 2008, 11:14
Thank you all, for you patience reply.

i checked all the field. on field was calculating a garbage value and on insert showed the error. thank you again