kiran kumar
27th May 2009, 15:56
Hi to all,

When i am inserting a new record through db.insert() command i am getting error as "Out of range" at commit.transaction level. Why out of range problem will occur? I checked all the fields and domain ranges of that particular table "bptmm120". Please find the attachment of my script. If any problem is there please post reply urgently. Thank you.

Marioth
27th May 2009, 16:33
How many periods does your company have?

mark_h
27th May 2009, 16:44
Also check the log files to see if there is more information. What kind of script or session is this? From the looks of things I do not think the skip.io is needed - not sure if it is related or not. I am hoping one of the logfiles gives a better clue to the error.

amitmmokashi
28th May 2009, 10:35
Hi,

Generally "Out of Range" error occurs when your field value does not satisfy your domain constraints or the field is mandatory at the table level and a blank or 0-value is getting passed.

Regards,
Amit